Fix profil_counter namespace (bug 17725).
[glibc.git] / ChangeLog
blob7bfd1c9eb0b5dd310577081f4b1cb3ccdc814868
1 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #17725]
4         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
5         __profil_counter.
6         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
7         Likewise.
8         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
9         Likewise.
10         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
11         Likewise.
12         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
13         (profil_counter): Likewise.
14         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
15         (profil_counter): Likewise.
16         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
17         Likewise.
18         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
19         Likewise.
20         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
21         (profil_counter): Likewise.
22         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
23         Likewise.
24         [!__profil_counter] (profil_counter): Define as weak alias of
25         __profil_counter.
26         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
27         (profil_counter): Rename to __profil_counter.
28         [!__profil_counter] (profil_counter): Define as weak alias of
29         __profil_counter.
30         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
31         (profil_counter): Rename to __profil_counter.
32         [!__profil_counter] (profil_counter): Define as weak alias of
33         __profil_counter.
34         * sysdeps/posix/profil.c: Update comment referring to
35         profil_counter.
36         (__profil): Use __profil_counter instead of profil_counter.
37         * sysdeps/posix/sprofil.c (profil_counter): Rename to
38         __profil_counter.  Use __profil_counter_ushort and
39         __profil_counter_uint in definitions.
40         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
41         instead of profil_counter_uint and profil_counter_ushort.
43         [BZ #17722]
44         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
45         define as weak alias of __inet_makeaddr.
46         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
47         as weak alias of __inet_addr.
48         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
49         as weak alias of __inet_pton.  Use libc_hidden_weak.
50         * include/arpa/inet.h (__inet_pton): Declare.  Use
51         libc_hidden_proto.
52         (inet_makeaddr): Don't use libc_hidden_proto.
53         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
54         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
55         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
56         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
57         Remove variable.
58         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
59         (test-xfail-POSIX/time.h/linknamespace): Likewise.
61 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
63         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
65 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
67         * stdio-common/bug-vfprintf-nargs.c (do_test):
68         Cast value to intptr_t to avoid format warning
69         for usage with PRIdPTR printing macro.
71 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
73         * libio/tst-widetext.c (do_test):
74         Use format type %td instead of %Zd for ptrdiff_t
75         in order to avoid format warning.
77 2014-12-17  Andreas Schwab  <schwab@suse.de>
79         * nscd/mem.c (gc): Add size_t cast to match printf format.
81 2014-12-16  Roland McGrath  <roland@hack.frob.com>
83         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
84         (init): Apply PTR_MANGLE to pointers before storing them.
85         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
86         before using them.
88 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
90         [BZ #17719]
91         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
92         define as weak alias of __memrchr.
93         (__memrchr): Do not define as strong alias of memrchr.
94         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
95         Remove variable.
96         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
97         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
98         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
100         [BZ #17717]
101         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
102         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
103         (if_indextoname): Rename to __if_indextoname and define as weak
104         alias of __if_indextoname.  Use libc_hidden_weak.
105         (if_freenameindex): Rename to __if_freenameindex and define as
106         weak alias of __if_freenameindex.
107         (if_nameindex): Rename to __if_nameindex and define as weak alias
108         of __if_nameindex.
109         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
110         __if_nametoindex and define as weak alias of __if_nametoindex.
111         Use libc_hidden_weak.
112         (if_freenameindex): Rename to __if_freenameindex and define as
113         weak alias of __if_freenameindex.
114         (if_nameindex): Rename to __if_nameindex and define as weak alias
115         of __if_nameindex.
116         (if_indextoname): Rename to __if_indextoname and define as weak
117         alias of __if_indextoname.  Use libc_hidden_weak.
118         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
119         __if_nametoindex and define as weak alias of __if_nametoindex.
120         Use libc_hidden_weak.
121         (if_freenameindex): Rename to __if_freenameindex and define as
122         weak alias of __if_freenameindex.  Use libc_hidden_weak.
123         (if_nameindex_netlink): Use __if_freenameindex instead of
124         if_freenameindex.
125         (if_nameindex): Rename to __if_nameindex and define as weak alias
126         of __if_nameindex.  Use libc_hidden_weak.
127         (if_indextoname): Rename to __if_indextoname and define as weak
128         alias of __if_indextoname.  Use libc_hidden_weak.
129         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
130         libc_hidden_proto.
131         [!_ISOMAC] (__if_freenameindex): Likewise.
132         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
133         if_nametoindex.
134         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
135         variable.
136         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
137         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
138         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
139         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
140         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
141         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
142         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
144         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
145         Remove variable.
146         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
147         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
149 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
151         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
152         subscript above bounds'
154         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
155         bounds.
157 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
159         * libio/tst-fopenloc.c: Use test-skeleton.c.
161         * stdlib/tst-bsearch.c: Use test-skeleton.c.
162         (entry): Rename to ITEM.
163         (do_test, comp): Adjust.
165         * stdio-common/tst-fseek.c: Use test-skeleton.c.
167 2014-12-16  Torvald Riegel  <triegel@redhat.com>
169         * string/tester.c: Include <libc-internal.h>.
170         (test_memset): Ignore -Wmemset-transposed-args.
172 2014-12-16  Torvald Riegel  <triegel@redhat.com>
174         * misc/tst-mntent2.c (do_test): Fix warning.
176 2014-12-16  Torvald Riegel  <triegel@redhat.com>
178         * elf/tst-unique4lib.cc(a): Mark as used.
180 2014-12-16  Florian Weimer  <fweimer@redhat.com>
182         [BZ #17630]
183         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
184         names.
186 2014-12-16  Allan McRae  <allan@archlinux.org>
188         * stdio-common/Makefile (tests): Re-add bug26.
190 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
192         [BZ #17657]
193         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
194         static array.
196 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
198         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
199         (__lll_lock_wait): Likewise.
200         (__lll_timedlock_wait): Likewise.
201         (__lll_timedwait_tid): Likewise.
202         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
203         (__lll_robust_timedlock_wait): Likewise.
204         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
205         (lll_cond_trylock): Likewise.
206         (__lll_lock): Likewise.
207         (__lll_robust_lock): Likewise.
208         (__lll_cond_lock): Likewise.
209         (lll_robust_cond_lock): Likewise.
210         (__lll_timedlock): Likewise.
211         (__lll_robust_timedlock): Likewise.
212         (__lll_unlock): Likewise.
213         (__lll_robust_unlock): Likewise.
214         (lll_wait_tid): Likewise.
215         (lll_timedwait_tid): Likewise.
217 2014-12-15  Torvald Riegel  <triegel@redhat.com>
219         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
221 2014-12-15  Torvald Riegel  <triegel@redhat.com>
223         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
225 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
227         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
228         * stdio-common/tst-sprintf.c: Likewise.
230 2014-12-15  Torvald Riegel  <triegel@redhat.com>
232         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
234 2014-12-15  Jeff Law  <law@redhat.com>
236         [BZ #16617]
237         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
238         on the heap.  (CVE-2012-3406)
239         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
240         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
241         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
243 2014-12-15  Will Newton  <will.newton@linaro.org>
245         * manual/install.texi: Bump required version of texinfo
246         to 4.7 from 4.5.
247         * INSTALL: Regenerated.
248         * configure.ac: Check for makeinfo version 4.7 and above.
249         * configure: Regenerated.
251 2014-12-12  Roland McGrath  <roland@hack.frob.com>
253         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
254         PREFIX, string constant to insert between directory and name.
255         * sysdeps/posix/shm_open.c: Update caller.
256         * sysdeps/posix/shm_unlink.c: Likewise.
257         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
258         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
259         (SEM_SHM_PREFIX): New macro.
260         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
261         [$(have-thread-library) = no].
262         * nptl/Makefile (libpthread-routines): Add shm-directory.
263         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
264         * sysdeps/nptl/shm-directory.h: New file.
265         * sysdeps/posix/shm-directory.c
266         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
267         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
268         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
269         INTERNAL_SYSCALL.
270         (__where_is_shmfs): Function removed.
271         (mountpoint, defaultmount, defaultdir, __namedsem_once):
272         Variables removed.
273         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
274         Use SHM_GET_NAME.
275         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
277         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
278         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
279         unconditional for use inside libpthread.
280         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
282 2014-12-12  Roland McGrath  <roland@hack.frob.com>
284         * nptl/pthread_getaffinity.c: New file.
285         * nptl/pthread_setaffinity.c: New file.
286         * nptl/pthread_getname.c: New file.
287         * nptl/pthread_setname.c: New file.
289         * nptl/pthread_create.c (START_THREAD_DEFN)
290         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
292 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
293             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
295         * resolv/res_send.c (send_vc): Disable warning resplen may
296         be used uninitialized.
298 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
300         * nptl/tst-mutex6.c
301         (ATTR_NULL): New define checks ATTR against NULL.
302         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
303         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
305 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
307         [BZ #17581]
308         * malloc/hooks.c
309         (mem2mem_check): Revert my previous change.
310         (malloc_check_get_size): Revert my previous change.
311         (mem2chunk_check): Revert my previous change.
313 2014-12-11  Roland McGrath  <roland@hack.frob.com>
315         * sysdeps/posix/shm-directory.c: New file.
316         * sysdeps/posix/shm-directory.h: New file.
317         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
318         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
319         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
320         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
321         Transmute EPERM to EACCES.
322         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
323         from ...
324         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
325         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
327 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
329         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
330         pointer and cast to uintptr_t.
331         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
332         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
333         Add cast to avoid warning.
334         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
336 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
338         * nptl/semaphore.h: Move to ...
339         * sysdeps/pthread/semaphore.h: ... here.
340         * Makefile (installed-headers): Change nptl/semaphore.h to
341         sysdeps/pthread/semaphore.h.
343 2014-12-11  Roland McGrath  <roland@hack.frob.com>
345         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
346         generated error format strings.
348         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
349         -Wformat-extra-args warnings for scanf formats.
350         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
351         test of zero-length format (duh).
352         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
353         corner-case scanf format test.
354         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
355         generated fprintf format string.
356         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
357         corner-case sprintf format tests.
358         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
359         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
360         -Wformat-extra-args warnings throughout.
361         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
362         (CFLAGS-scanf4.c): Likewise.
363         (CFLAGS-scanf7.c): Likewise.
364         (CFLAGS-tst-sprintf.c): Likewise.
365         (CFLAGS-tst-printf.c): Likewise.
366         (CFLAGS-tst-printfsz.c): Likewise.
368 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
370         * include/cpio.h: New file.
371         * include/fmtmsg.h: Likewise.
373         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
374         corresponding format argument to size_t.
375         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
376         arguments.
377         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
378         corresponding format argument to size_t.
379         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
380         arguments.
381         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
382         corresponding format argument to size_t.
383         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
384         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
385         (CFLAGS-tst-mbswcs2.c): Likewise.
386         (CFLAGS-tst-mbswcs3.c): Likewise.
387         (CFLAGS-tst-mbswcs4.c): Likewise.
388         (CFLAGS-tst-mbswcs5.c): Likewise.
389         (CFLAGS-tst-trans.c): Likewise
391 2014-12-11  Roland McGrath  <roland@hack.frob.com>
393         * posix/regexbug1.c (main): Use "%s" format with regerror results,
394         rather than assuming they won't contain any '%'s.
396 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
398         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
399         inhibit_loop_to_libcall to avoid recursive calls.
400         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
401         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
403 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
405         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
406         prototype.
408 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
410         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
411         integer value instead of boolean.
413 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
415         * malloc/malloc.c: Fix powerof2 check.
417 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
419         * locale/programs/locfile.h (maybe_swap_uint32):
420         Remove inline and add unused attribute.
422 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
424         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
425         Truncating assembler expression to a .long expression.
427 2014-12-11  Andreas Schwab  <schwab@suse.de>
429         * elf/rtld.c (struct map_args): Constify str member.
430         (do_preload): Constify fname argument.
432 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
434         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
435         constants definition.
437 2014-12-11  Andreas Schwab  <schwab@suse.de>
439         [BZ #16657]
440         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
441         FORCE_ELISION instead of DO_ELISION.
442         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
443         Remove.
444         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
445         Likewise.
447         * iconvdata/gconv-modules: Remove duplicate entry.
449 2014-12-11  Will Newton  <will.newton@linaro.org>
451         Merge gettext 0.19.3 into intl/.
453         This involves a number of cosmetic changes to comments
454         and ANSI function definitions and prototypes throughout
455         all the files. The gettext copyright header is used but
456         with the date ranges taken from the glibc copy.
458         * NEWS: Add gettext merge to 2.21.
459         * intl/bindtextdom.c: Switch to gettext copyright.
460         Use ANSI definitions and prototypes.
461         Use gl_* locking primitives rather than __libc_* ones.
462         Use __builtin_expect rather than __glibc_likely/unlikely.
463         * intl/dcgettext.c: Switch to gettext copyright.
464         Use ANSI definitions and prototypes.
465         * intl/dcigettext.c: Switch to gettext copyright.
466         Use ANSI definitions and prototypes.
467         (INTDIV0_RAISES_SIGFPE): New define.
468         Use gl_* locking primitives rather than __libc_* ones.
469         Include eval-plural.h instead of plural-eval.c.
470         Use __builtin_expect rather than __glibc_likely/unlikely.
471         * intl/dcngettext.c: Switch to gettext copyright.
472         Use ANSI definitions and prototypes.
473         * intl/dgettext.c: Likewise.
474         * intl/dngettext.c: Likewise.
475         * intl/plural-eval.c: Renamed to...
476         * intl/eval-plural.h: ...this.
477         * intl/explodename.c: Switch to gettext copyright.
478         Use ANSI definitions and prototypes.
479         (_nl_explode_name): Use strchr instead of __rawmemchr.
480         * intl/finddomain.c: Switch to gettext copyright.
481         Use ANSI definitions and prototypes.
482         Use gl_* locking primitives rather than __libc_* ones.
483         (_nl_find_domain): Use malloc rather than alloca for
484         allocation of temporary locale name.
485         * intl/gettext.c: Switch to gettext copyright.
486         Use ANSI definitions and prototypes.
487         * intl/gettextP.h: Switch to gettext copyright.
488         Use ANSI definitions and prototypes.
489         Use gl_* locking primitives rather than __libc_* ones.
490         * intl/gmo.h: Switch to gettext copyright.
491         (struct sysdep_string): Move struct segment_pair outside of
492         struct definition.
493         * intl/hash-string.c: Use ANSI definitions and prototypes.
494         * intl/hash-string.h: Switch to gettext copyright.
495         Use ANSI definitions and prototypes.
496         * intl/l10nflist.c: Switch to gettext copyright.
497         Use ANSI definitions and prototypes.
498         (_nl_normalize_codeset): Avoid integer overflow.
499         * intl/loadinfo.h: Switch to gettext copyright.
500         Use ANSI definitions and prototypes.
501         (LIBINTL_DLL_EXPORTED): New define.
502         (PATH_SEPARATOR): New define.
503         * intl/loadmsgcat.c: Switch to gettext copyright.
504         * intl/localealias.c: Switch to gettext copyright.
505         Use ANSI definitions and prototypes.
506         (_nl_expand_alias): Use PATH_SEPARATOR.
507         * intl/ngettext.c: Switch to gettext copyright.
508         Use ANSI definitions and prototypes.
509         * intl/plural-exp.c: Likewise.
510         * intl/plural-exp.h: Switch to gettext copyright.
511         Use ANSI definitions and prototypes.
512         (struct expression): Move definition of enum operator outside
513         of struct definition.
514         * intl/plural.c: Regenerate.
515         * intl/plural.y: Switch to gettext copyright.
516         Use ANSI definitions and prototypes.
517         Port to bison 3.0.
518         * intl/textdomain.c: Switch to gettext copyright.
519         Use ANSI definitions and prototypes.
520         Use gl_* locking primitives rather than __libc_* ones.
522 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
524         * debug/warning-nop.c: Add used atrribute.
526 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
528         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
530         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
531         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
532         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
534 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
535             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
537         [BZ #17634]
538         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
539         Undefine after defining function.  Define as weak alias of
540         __wcschr.  Use libc_hidden_weak.
541         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
542         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
543         (libc_hidden_def): Also define __GI___wcschr alias.
544         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
545         __wcschr and define as weak alias of __wcschr.
546         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
547         __wcschr.
548         [!WCSCHR] (DEFAULT_WCSCHR): Define.
549         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
550         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
551         libc_hidden_weak.  Do not use libc_hidden_def.
552         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
553         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
554         __GI___wcschr alias.
555         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
556         [IS_IN (libc)] (wcschr): Define as macro expanding to
557         __redirect_wcschr.
558         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
559         [IS_IN (libc)] (__wcschr_power6): Likewise.
560         [IS_IN (libc)] (__wcschr_power7): Likewise.
561         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
562         instead of wcschr.
563         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
564         __libc_wcschr.
565         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
566         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
567         __wcschr and define as weak alias of __wcschr.  Use
568         libc_hidden_builtin_def.
569         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
570         as weak alias of __wcschr.  Use libc_hidden_weak.
571         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
572         wcschr.
573         * time/era.c (_nl_init_era_entries): Likewise.
574         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
575         variable.
576         (test-xfail-XPG3/time.h/linknamespace): Likewise.
577         (test-xfail-XPG4/time.h/linknamespace): Likewise.
579 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
581         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
582         format for long int variable.
584 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
586         [BZ #10672]
587         * manual/search.texi: (Array Sort Function): Remove claim how to make
588         qsort stable.
590 2014-12-10  Andreas Schwab  <schwab@suse.de>
592         [BZ #12847]
593         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
594         user-controlled locks.
596 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
598         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
599         register.
601 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
603         * configure.ac (--disable-werror): New configure option.
604         (enable_werror): New AC_SUBST.
605         * configure: Regenerated.
606         * config.make.in (enable-werror): New variable.
607         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
608         -Wno-error=undef.
609         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
610         * manual/install.texi (Configuring and compiling): Document
611         --disable-werror.
612         * INSTALL: Regenerated.
613         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
614         (CFLAGS-tst-chk2.c): Likewise.
615         (CFLAGS-tst-chk3.c): Likewise.
616         (CFLAGS-tst-chk4.cc): Likewise.
617         (CFLAGS-tst-chk5.cc): Likewise.
618         (CFLAGS-tst-chk6.cc): Likewise.
619         (CFLAGS-tst-lfschk1.c): Likewise.
620         (CFLAGS-tst-lfschk2.c): Likewise.
621         (CFLAGS-tst-lfschk3.c): Likewise.
622         (CFLAGS-tst-lfschk4.cc): Likewise.
623         (CFLAGS-tst-lfschk5.cc): Likewise.
624         (CFLAGS-tst-lfschk6.cc): Likewise.
626         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
627         (main): Disable -Wdeprecated-declarations around calls to
628         register_printf_function.
630         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
631         (do_test): Disable -Wdiv-by-zero around some calls to
632         fwrite_unlocked and fread_unlocked.
634         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
635         (DIAG_POP_NEEDS_COMMENT): Likewise.
636         (_DIAG_STR1): Likewise.
637         (_DIAG_STR): Likewise.
638         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
639         * stdio-common/bug21.c: Include <libc-internal.h>.
640         (do_test): Disable -Wformat around call to sscanf.
641         * stdio-common/scanf14.c: Include <libc-internal.h>.
642         (main): Disable -Wformat around some calls to scanf functions.
644 2014-12-09  Torvald Riegel  <triegel@redhat.com>
646         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
648 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
650         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
651         stack variable alignment.
653 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
655         [BZ #17682]
656         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
657         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
658         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
659         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
660         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
661         __getrlimit instead of getrlimit.
662         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
663         __gettimeofday instead of gettimeofday.
664         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
665         Likewise.
666         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
667         Likewise.
668         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
669         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
670         Remove variable.
671         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
672         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
674 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
676         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
677         for wide-character tests.
679 2014-12-04  Roland McGrath  <roland@hack.frob.com>
681         * io/openat64.c: #include <libc-internal.h>
682         (__openat64): Prototypify.  Use ignore_value on MODE.
683         * io/openat.c: Likewise.
684         * misc/reboot.c: #include <libc-internal.h>
685         (reboot): Prototypify.  Use ignore_value on HOWTO.
686         * misc/ptrace.c: #include <libc-internal.h>
687         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
689 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
691         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
692         XPG4, UNIX98 and XOPEN2K.
693         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
694         Remove variable.
695         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
697 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
699         * libio/fileops.c: Use ISO C style for function definitions.
700         * libio/iofopen.c: Likewise.
701         * libio/wfileops.c: Likewise.
703         [BZ #17653]
704         * libio/fileops.c (_IO_new_file_underflow): Unset cached
705         offset on EOF.
706         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
707         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
708         (fgets_func): Function pointer to fgets and fgetws.
709         (do_ftell_test): Add test to verify ftell value after read
710         EOF.
711         (do_test): Set fgets_func.
713         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
714         O_TRUNC flag for w and w+ modes.
715         (do_rewind_test): Likewise.
716         (do_ftell_test): Likewise.
717         (do_write_test): Likewise.
719         [BZ #17647]
720         * libio/fileops.c (do_ftell): Seek only when there are
721         unflushed writes.
722         * libio/wfileops.c (do_ftell_wide): Likewise.
723         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
724         test case.
725         (do_one_test): Call it.
727 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
729         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
730         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
731         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
732         Remove variable.
733         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
734         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
735         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
737 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
739         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
740         Remove variable.
741         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
743         [BZ #17668]
744         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
745         as weak alias of __getifaddrs.  Use libc_hidden_weak.
746         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
747         __freeifaddrs.  Use libc_hidden_weak.
748         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
749         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
750         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
751         __freeifaddrs.  Use libc_hidden_weak.
752         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
753         __getifaddrs and define as weak alias of __getifaddrs.  Use
754         libc_hidden_weak.
755         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
756         __freeifaddrs.  Use libc_hidden_weak.
757         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
758         Remove variable.
759         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
760         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
762 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
764         [BZ #17601]
765         * sysdeps/mips/start.S (__start): Use indirect jump to call
766         __libc_start_main.
768 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
770         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
772         * nptl/tst-mutex1.c: Include <stdbool.h>.
773         [!ATTR] (ATTR_NULL): New macro.
774         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
775         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
776         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
778         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
779         to char *.
781         [BZ #17665]
782         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
783         Change conditional to [__USE_MISC].
785         [BZ #17664]
786         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
787         fgets_unlocked.
788         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
789         __fgets_unlocked.
790         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
791         fgets_unlocked.
792         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
793         Remove variable.
794         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
795         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
796         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
797         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
798         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
799         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
800         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
801         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
802         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
804         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
806 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
808         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
809         Remove strpbrk objects.
810         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
811         (__libc_ifunc_impl_list): Remove strpbrk implementation.
812         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
813         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
814         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
815         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
817         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
818         Remove strcspn objects.
819         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
820         (__libc_ifunc_impl_list): Remove strcspn implementation.
821         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
822         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
823         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
824         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
826         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
827         Remove strspn objetcs.
828         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
829         (__libc_ifunc_impl_list): Remove strspn implementation.
830         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
831         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
832         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
833         * sysdeps/powerpc/powerpc64/strspn.S: New file.
835 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
837         [BZ #17581]
838         * malloc/hooks.c
839         (mem2mem_check): Add a terminator to the chain of checking blocks.
840         (malloc_check_get_size): Use it here.
841         (mem2chunk_check): Ditto.
843 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
845         * sysdeps/powerpc/powerpc64/strtok.S: New file.
846         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
848 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
850         * bits/ioctl-types.h: Indent preprocessor directives correctly.
852         * nptl/nptl-init.c: Include libc-internal.h.
853         (__pthread_initialize_minimal_internal): Use ROUND_UP.
855         * elf/ldconfig.c (search_dir): Expand comment.
857 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
859         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
860         variable.
861         (linknamespace-symlist-stdlibs-tests): Likewise.
862         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
863         instead of $(objpfx)symlist-stdlibs.
864         (linknamespace-libs-isoc): New variable.
865         (linknamespace-libs): Use $(linknamespace-libs-isoc).
866         (linknamespace-libs-ISO): New variable.
867         (linknamespace-libs-ISO99): Likewise.
868         (linknamespace-libs-ISO11): Likewise.
869         (linknamespace-libs-XPG3): Likewise.
870         (linknamespace-libs-XPG4): Likewise.
871         (linknamespace-libs-POSIX): Likewise.
872         (linknamespace-libs-UNIX98): Likewise.
873         (linknamespace-libs-XOPEN2K): Likewise.
874         (linknamespace-libs-POSIX2008): Likewise.
875         (linknamespace-libs-XOPEN2K8): Likewise.
876         ($(objpfx)symlist-stdlibs): Replace by
877         $(linknamespace-symlist-stdlibs-tests).  Use
878         $(linknamespace-libs-$*) as set of libraries.
879         ($(linknamespace-header-tests)): Update dependencies.  Use
880         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
881         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
882         * conform/linknamespace.pl: Remove comment about considering
883         definitions of symbols from irrelevant libraries.
885 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
887         [BZ #13862]
888         * elf/dl-tls.c: Include <atomic.h>.
889         (oom): Remove #ifdef SHARED/#endif.
890         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
891         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
892         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
893         big enough.
894         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
895         * nptl/Makefile (tests): Add tst-stack4.
896         (modules-names): Add tst-stack4mod.
897         ($(objpfx)tst-stack4): New.
898         (tst-stack4mod.sos): Likewise.
899         ($(objpfx)tst-stack4.out): Likewise.
900         ($(tst-stack4mod.sos)): Likewise.
901         (clean): Likewise.
902         * nptl/tst-stack4.c: New file.
903         * nptl/tst-stack4mod.c: Likewise.
905 2014-11-27  J. Brown  <jb999@gmx.de>
907         * sysdeps/x86/bits/string.h: Add recent CPUs.
909 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
911         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
912         sigblock.
914         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
915         feof.
917         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
918         variable.
920 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
922         * nscd/connections.c: Include libc-internal.h because of macro
923         usage ignore_value.
925 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
927         * string/bits/string3.h (__warn_memset_zero_len): Don't
928         declare for gcc newer than 5.0.
929         (memset): Don't test for zero-length __LEN for gcc newer than
930         5.0.
932 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
934         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
935         size_t for %zu format.
937         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
938         difference, not %ju.
940 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
942         * include/libc-internal.h (ignore_value): New macro.
943         * nscd/connections.c (restart): Wrap calls to setuid and setgid
944         with ignore_value.
946         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
947         definition.
949         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
950         pthread_cleanup_push to void *.
952         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
953         Undefine.
955         [BZ #16619]
956         [BZ #16740]
957         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
958         instead of 1L << 52.
960         * libio/bug-rewind.c (do_test): Check fwscanf return values.
961         * libio/bug-rewind2.c (do_test): Likewise.
963         * debug/test-stpcpy_chk-ifunc.c: Remove file.
964         * debug/test-strcpy_chk-ifunc.c: Likewise.
965         * wcsmbs/test-wcschr-ifunc.c: Likewise.
966         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
967         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
968         * wcsmbs/test-wcslen-ifunc.c: Likewise.
969         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
970         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
971         * Rules [$(multi-arch) = no] (tests): Do not filter out
972         $(tests-ifunc).
973         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
974         * debug/Makefile (tests-ifunc): Remove variable.
975         (tests): Do not add $(tests-ifunc).
976         * wcsmbs/Makefile (tests-ifunc): Remove variable.
977         (tests): Do not add $(tests-ifunc).
978         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
979         [TEST_IFUNC]: Remove conditionals.
980         * string/test-string.h (TEST_IFUNC): Remove macro.
981         [TEST_IFUNC]: Remove conditionals.
983         * string/test-strchr.c [!WIDE] (L): New macro.
984         [WIDE] (L): Likewise.
985         (check1): Use CHAR instead of char.  Use L on string and character
986         constants.
988 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
990         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
991         tests.
992         * sysdeps/powerpc/bits/atomic.h
993         (__arch_atomic_exchange_and_add_32_acq): Add definition.
994         (__arch_atomic_exchange_and_add_32_rel): Likewise.
995         (atomic_exchange_and_add_acq): Likewise.
996         (atomic_exchange_and_add_rel): Likewise.
997         * sysdeps/powerpc/powerpc32/bits/atomic.h
998         (__arch_atomic_exchange_and_add_64_acq): Add definition.
999         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1000         * sysdeps/powerpc/powerpc64/bits/atomic.h
1001         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1002         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1004 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1006         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1007         Change synchronization of __sched_fifo_min_prio and
1008         __sched_fifo_max_prio.
1009         * nptl/pthread_mutexattr_getprioceiling.c
1010         (pthread_mutexattr_getprioceiling): Likewise.
1011         * nptl/pthread_mutexattr_setprioceiling.c
1012         (pthread_mutexattr_setprioceiling): Likewise.
1013         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1014         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1015         Likewise.
1017 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1019         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1020         void.
1022 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1024         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1025         third argument const.
1027 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1029         fnmatch: work around GCC compiler warning bug with uninit var
1030         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1031         This works around a bug with x86-64 GCC 4.9.2 and earlier
1032         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1033         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1034         used uninitialized in this function [-Wmaybe-uninitialized]".
1036 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1038         * posix/bug-regex31.c (main): Return RES not 0.
1040 2014-11-25  Anton Blanchard <anton@samba.org>
1042         * sysdeps/powerpc/bits/atomic.h
1043         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1045 2014-11-24  Sterling Augustine  <saugustine@google.com>
1047         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1049 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1051         [BZ #17608]
1052         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1054 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1056         [BZ #17633]
1057         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1058         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1059         variable.
1060         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1061         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1063 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1065         * string/strncpy.c (strncpy): Improve performance by using memset.
1067 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1069         * string/strcpy.c (strcpy):
1070         Improve performance by using strlen and memcpy.
1072 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1074         * string/strcoll_l.c (get_next_seq): __always_inline.
1075         * string/strcoll_l.c (do_compare): __always_inline.
1077 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1079         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1080         defined.
1081         * include/mqueue.h: Likewise.
1082         * include/stdlib.h: Likewise.
1084         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1085         (get_null_defines): Adjust.
1086         * sunrpc/Makefile: Adjust comment.
1087         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1088         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1089         (CFLAGS-interp.c): Likewise.
1090         (CFLAGS-ldconfig.c): Likewise.
1091         (CPPFLAGS-.os): Likewise.
1092         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1093         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1094         * extra-modules.mk (extra-modules.mk): Likewise.
1095         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1096         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1097         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1098         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1099         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1100         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1101         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1102         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1103         * iconvdata/Makefile (CPPFLAGS): Likewise.
1104         (cpp-srcs-left): Add libof for all iconvdata routines.
1105         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1106         * include/assert.h: Likewise.
1107         * include/ctype.h: Likewise.
1108         * include/errno.h: Likewise.
1109         * include/libc-symbols.h: Likewise.
1110         * include/math.h: Likewise.
1111         * include/netdb.h: Likewise.
1112         * include/resolv.h: Likewise.
1113         * include/stdio.h: Likewise.
1114         * include/stdlib.h: Likewise.
1115         * include/string.h: Likewise.
1116         * include/sys/stat.h: Likewise.
1117         * include/wctype.h: Likewise.
1118         * intl/l10nflist.c: Likewise.
1119         * libidn/idn-stub.c: Likewise.
1120         * libio/libioP.h: Likewise.
1121         * nptl/libc_multiple_threads.c: Likewise.
1122         * nptl/pthreadP.h: Likewise.
1123         * posix/regex_internal.h: Likewise.
1124         * resolv/res_hconf.c: Likewise.
1125         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1126         * sysdeps/arm/memmove.S: Likewise.
1127         * sysdeps/arm/sysdep.h: Likewise.
1128         * sysdeps/generic/_itoa.h: Likewise.
1129         * sysdeps/generic/symbol-hacks.h: Likewise.
1130         * sysdeps/gnu/errlist.awk: Likewise.
1131         * sysdeps/gnu/errlist.c: Likewise.
1132         * sysdeps/i386/i586/memcpy.S: Likewise.
1133         * sysdeps/i386/i586/memset.S: Likewise.
1134         * sysdeps/i386/i686/memcpy.S: Likewise.
1135         * sysdeps/i386/i686/memmove.S: Likewise.
1136         * sysdeps/i386/i686/mempcpy.S: Likewise.
1137         * sysdeps/i386/i686/memset.S: Likewise.
1138         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1139         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1140         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1141         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1142         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1143         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1144         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1145         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1146         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1147         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1148         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1149         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1150         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1151         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1152         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1153         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1154         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1155         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1156         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1157         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1158         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1159         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1160         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1161         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1162         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1163         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1164         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1165         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1166         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1167         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1168         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1169         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1170         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1171         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1172         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1173         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1174         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1175         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1176         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1177         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1178         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1179         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1180         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1181         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1182         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1183         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1184         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1185         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1186         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1187         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1188         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1189         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1190         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1191         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1192         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1193         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1194         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1195         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1196         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1197         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1198         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1199         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1200         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1201         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1202         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1203         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1204         * sysdeps/posix/closedir.c: Likewise.
1205         * sysdeps/posix/opendir.c: Likewise.
1206         * sysdeps/posix/readdir.c: Likewise.
1207         * sysdeps/posix/rewinddir.c: Likewise.
1208         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1209         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1210         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1211         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1212         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1213         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1214         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1215         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1216         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1217         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1218         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1219         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1220         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1221         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1222         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1223         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1224         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1225         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1226         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1227         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1228         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1229         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1230         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1231         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1232         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1233         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1234         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1235         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1236         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1237         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1238         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1239         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1240         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1241         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1242         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1243         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1244         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1245         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1246         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1247         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1248         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1249         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1250         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1251         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1252         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1253         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1254         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1255         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1256         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1257         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1258         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1259         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1260         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1261         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1262         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1263         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1264         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1265         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1266         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1267         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1268         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1269         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1270         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1271         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1272         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1273         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1274         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1275         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1276         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1277         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1278         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1279         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1280         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1281         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1282         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1283         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1284         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1285         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1286         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1287         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1288         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1289         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1290         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1291         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1292         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1293         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1294         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1295         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1296         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1297         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1298         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1299         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1300         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1301         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1302         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1303         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1304         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1305         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1306         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1307         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1308         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1309         * sysdeps/unix/alpha/sysdep.S: Likewise.
1310         * sysdeps/unix/alpha/sysdep.h: Likewise.
1311         * sysdeps/unix/make-syscalls.sh: Likewise.
1312         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1313         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1314         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1315         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1316         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1317         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1318         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1319         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1320         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1321         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1322         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1323         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1324         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1325         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1326         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1327         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1328         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1329         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1330         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1331         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1332         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1333         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1334         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1335         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1336         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1337         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1338         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1341         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1342         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1343         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1344         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1345         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1346         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1347         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1348         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1349         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1350         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1351         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1352         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1353         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1354         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1355         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1356         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1357         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1358         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1359         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1360         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1361         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1362         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1363         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1364         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1365         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1366         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1367         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1368         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1369         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1370         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1371         * sysdeps/x86_64/memcpy.S: Likewise.
1372         * sysdeps/x86_64/memmove.c: Likewise.
1373         * sysdeps/x86_64/memset.S: Likewise.
1374         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1375         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1376         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1377         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1378         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1379         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1380         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1381         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1382         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1383         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1384         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1385         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1386         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1387         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1388         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1389         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1390         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1391         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1392         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1393         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1394         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1395         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1396         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1397         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1398         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1399         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1400         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1401         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1402         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1403         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1404         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1405         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1406         * sysdeps/x86_64/strcmp.S: Likewise.
1408         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1410         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1411         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1412         * elf/rtld-Rules: Likewise.
1413         * elf/setup-vdso.h: Likewise.
1414         * include/assert.h: Likewise.
1415         * include/bits/stdlib-float.h: Likewise.
1416         * include/errno.h: Likewise.
1417         * include/sys/stat.h: Likewise.
1418         * include/unistd.h: Likewise.
1419         * sysdeps/aarch64/setjmp.S: Likewise.
1420         * sysdeps/alpha/setjmp.S: Likewise.
1421         * sysdeps/arm/__longjmp.S: Likewise.
1422         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1423         * sysdeps/arm/setjmp.S: Likewise.
1424         * sysdeps/arm/sysdep.h: Likewise.
1425         * sysdeps/generic/_itoa.h: Likewise.
1426         * sysdeps/generic/dl-sysdep.h: Likewise.
1427         * sysdeps/generic/ldsodefs.h: Likewise.
1428         * sysdeps/i386/dl-tls.h: Likewise.
1429         * sysdeps/i386/setjmp.S: Likewise.
1430         * sysdeps/m68k/setjmp.c: Likewise.
1431         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1432         * sysdeps/mach/hurd/opendir.c: Likewise.
1433         * sysdeps/posix/getcwd.c: Likewise.
1434         * sysdeps/posix/opendir.c: Likewise.
1435         * sysdeps/posix/profil.c: Likewise.
1436         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1437         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1438         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1439         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1440         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1441         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1442         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1443         * sysdeps/s390/dl-tls.h: Likewise.
1444         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1445         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1446         * sysdeps/sh/sh3/setjmp.S: Likewise.
1447         * sysdeps/sh/sh4/setjmp.S: Likewise.
1448         * sysdeps/unix/alpha/sysdep.h: Likewise.
1449         * sysdeps/unix/arm/sysdep.S: Likewise.
1450         * sysdeps/unix/i386/sysdep.S: Likewise.
1451         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1452         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1453         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1454         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1456         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1457         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1458         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1459         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1460         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1461         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1462         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1463         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1466         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1467         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1468         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1469         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1470         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1471         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1472         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1473         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1474         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1475         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1476         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1477         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1478         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1479         * sysdeps/x86_64/setjmp.S: Likewise.
1481         * include/math.h: Use IS_IN instead of IS_IN_libm.
1482         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1483         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1484         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1485         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1486         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1487         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1488         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1489         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1490         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1491         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1492         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1493         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1494         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1495         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1496         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1497         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1498         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1499         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1500         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1501         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1502         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1503         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1504         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1505         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1506         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1507         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1508         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1509         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1510         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1511         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1512         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1513         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1514         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1516         Likewise.
1517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1518         Likewise.
1519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1520         Likewise.
1521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1522         Likewise.
1523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1524         Likewise.
1525         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1526         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1527         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1528         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1529         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1530         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1536         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1537         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1538         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1539         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1540         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1541         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1542         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1543         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1544         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1545         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1546         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1547         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1548         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1549         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1551         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1553         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1554         * nptl/pthreadP.h: Likewise.
1555         * nptl_db/structs.def: Likewise.
1556         * sysdeps/arm/sysdep.h: Likewise.
1557         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1558         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1559         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1560         * sysdeps/unix/alpha/sysdep.h: Likewise.
1561         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1562         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1563         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1564         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1565         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1566         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1567         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1568         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1569         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1570         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1571         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1572         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1573         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1574         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1577         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1578         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1579         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1581         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1582         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1583         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1584         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1585         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1586         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1588         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1589         * nptl/pthreadP.h: Likewise.
1590         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1591         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1592         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1593         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1594         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1595         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1597         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1598         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1600         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1601         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1603         Likewise.
1604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1605         Likewise.
1606         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1607         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1608         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1609         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1610         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1611         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1612         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1613         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1615         * dlfcn/dladdr.c: Use IS_IN.
1616         * dlfcn/dladdr1.c: Likewise.
1617         * dlfcn/dlclose.c: Likewise.
1618         * dlfcn/dlerror.c: Likewise.
1619         * dlfcn/dlinfo.c: Likewise.
1620         * dlfcn/dlmopen.c: Likewise.
1621         * dlfcn/dlopen.c: Likewise.
1622         * dlfcn/dlsym.c: Likewise.
1623         * dlfcn/dlvsym.c: Likewise.
1625         * include/ifaddrs.h: Use IS_IN.
1626         * inet/check_pf.c: Likewise.
1627         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1628         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1630         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1631         IS_IN_ldconfig.
1632         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1633         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1635         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1636         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1637         IS_IN (libc).
1639         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1641         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1642         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1643         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1644         * include/libc-symbols.h (IS_IN_LIB): New macro.
1645         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1646         * include/netdb.h: Likewise.
1647         * include/stap-probe.h: Remove all uses of IN_LIB.
1649         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1650         instead of IN_MODULE.
1651         * include/libc-symbols.h (IN_MODULE): Define using
1652         MODULE_NAME.
1653         (PASTE_NAME, PASTE_NAME1): New macros.
1654         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1655         of IN_LIB.
1656         (STAP_PROBE_ASM): Likewise.
1658 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1660         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1661         __mach_init in dlopened libc.
1663 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1665         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1666         * sysdeps/arm/preconfigure: Regenerate.
1668 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1670         * nptl/pthread_create.c (__pthread_create_2_1): Set
1671         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1672         when copying values from IATTR into PD.
1674 2014-11-21  Will Newton  <will.newton@linaro.org>
1675             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1677         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1678         Refactor inline-asm.  Also add comment.
1680         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1681         ElfW macro instead of hardcoded Elf64 types.
1682         (la_aarch64_gnu_pltenter): Likewise.
1683         * sysdeps/aarch64/dl-machine.h
1684         (elf_machine_runtime_setup): Use ElfW(Addr).
1686         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1687         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1688         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1689         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1690         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1691         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1692         (R_AARCH64_TLS_DTPMOD): This.
1693         (R_AARCH64_TLS_DTPREL64): Rename to ...
1694         (R_AARCH64_TLS_DTPREL): This.
1695         (R_AARCH64_TLS_TPREL64): Rename to ...
1696         (R_AARCH64_TLS_TPREL): This.
1697         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1698         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1699         R_AARCH64_TLS_TPREL64.
1700         (elf_machine_rela): Likewise.
1702 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1704         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1705         by setting it to 0.  64b atomics are not supported currently.
1707 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1709         [BZ #16469]
1710         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1711         search domain names.
1713 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1715         [BZ #16469]
1716         * NEWS: Update.
1717         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1718         trailing dot.
1719         * posix/tst-getaddrinfo5.c: New.
1720         * posix/Makefile (tests): Add it.
1722 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1724         [BZ #14498]
1725         * NEWS: Fixed.
1726         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1727         after parsing line but before break_if_match.
1728         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1729         if there is a protocol mismatch.
1731 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1733         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1734         because the potential race is on the user-supplied stream.
1736 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1738         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1739         string literal if not passed a buffer.
1740         * manual/job.texi (ctermid): Update reasoning, note deviation
1741         from posix, suggest mtasurace when not passed a buffer, for
1742         future non-preliminary safety notes.
1744 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1746         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1747         of not passing it a buffer.
1748         Reported by Peng Haitao.
1750 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1752         * manual/Makefile ($(objpfx)stamp-summary): Require
1753         check-safety.sh to pass.
1754         * manual/check-safety.sh: Wish for verification that every
1755         @deftypefn and @deftypefun is followed by a @safety remark.
1757 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1759         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1761         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1762         PTHREAD_CANCEL_ASYNCHRONOUS.
1763         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1764         send SIGCANCEL.
1766         * nptl/default-sched.h: New file.
1767         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1768         * nptl/pthread_create.c: Include it.
1769         (__pthread_create_2_1): Use collect_default_sched instead of making
1770         Linux syscalls here directly.
1772 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1774         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1775         __pthread_once): Use C11 atomics.
1777 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1779         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1781 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1783         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1784         atomic_thread_fence_acquire, atomic_thread_fence_release,
1785         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1786         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1787         atomic_compare_exchange_weak_relaxed,
1788         atomic_compare_exchange_weak_acquire,
1789         atomic_compare_exchange_weak_release,
1790         atomic_exchange_acquire, atomic_exchange_release,
1791         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1792         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1793         atomic_fetch_and_acquire,
1794         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1796 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1798         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1799         USE_ATOMIC_COMPILER_BUILTINS): Define.
1800         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1801         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1802         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1803         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1804         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1805         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1806         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1807         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1808         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1809         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1810         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1811         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1812         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1813         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1814         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1815         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1816         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1817         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1818         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1819         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1820         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1821         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1822         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1823         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1824         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1825         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1826         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1827         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1828         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1829         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1830         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1831         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1832         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1833         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1834         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1835         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1836         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1837         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1838         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1839         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1841 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1843         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1844         the sched_priority value here.  It was already checked when the user
1845         called pthread_attr_setschedparam.
1847         * nptl/tst-bad-schedattr.c: New file.
1848         * nptl/Makefile (tests): Add it.
1850 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1851             Florian Weimer  <fweimer@redhat.com>
1852             Joseph Myers  <joseph@codesourcery.com>
1853             Adam Conrad  <adconrad@0c3.net>
1854             Andreas Schwab  <schwab@suse.de>
1855             Brooks  <bmoses@google.com>
1857         [BZ #17625]
1858         * wordexp-test.c (__dso_handle): Add prototype.
1859         (__register_atfork): Likewise.
1860         (__app_register_atfork): New function.
1861         (registered_forks): New global.
1862         (register_fork): New function.
1863         (test_case): Add 3 new tests for WRDE_CMDSUB.
1864         (main): Call __app_register_atfork.
1865         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1866         fork count is non-zero fail the test.
1867         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1868         is set.
1869         (parse_dollars): Remove check for WRDE_NOCMD.
1870         (parse_dquote): Likewise.
1872 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1874         * Makeconfig (built-modules): List non-library modules to be
1875         built.
1876         (module-cppflags): Include libc-modules.h for
1877         everything except shlib-versions.v.i.
1878         (CPPFLAGS): Use it.
1879         (before-compile): Add libc-modules.h.
1880         ($(common-objpfx)libc-modules.h,
1881         $(common-objpfx)libc-modules.stmp): New targets.
1882         (common-generated): Add libc-modules.h and libc-modules.stmp.
1883         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1884         * include/libc-symbols.h: Don't include libc-modules.h.
1885         * include/libc-modules.h: Remove file.
1886         * scripts/gen-libc-modules.awk: New script to generate
1887         libc-modules.h.
1888         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1889         Depend on libc-modules.stmp.
1891         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1893         * Makeconfig (in-module): Get value of libof set for the
1894         translation unit.
1895         (CPPFLAGS): Use $(in-module).
1896         * Makerules: Don't suffix routine names for nonlib.
1897         * include/libc-modules.h: New file.
1898         * include/libc-symbols.h: Include libc-modules.h
1899         (IS_IN): New macro to replace IS_IN_* macros.
1900         * elf/Makefile: Set libof-* for each routine.
1901         * elf/rtld-Rules: Likewise.
1902         * extra-modules.mk: Likewise.
1903         * iconv/Makefile: Likewise.
1904         * iconvdata/Makefile: Likewise.
1905         * locale/Makefile: Likewise.
1906         * malloc/Makefile: Likewise.
1907         * nss/Makefile: Likewise.
1908         * sysdeps/gnu/Makefile: Likewise.
1909         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1910         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1911         * sysdeps/s390/s390-64/Makefile: Likewise.
1912         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1913         CPPFLAGS for nscd instead of nonlib.
1915 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1917         * nptl/createthread.c: New file.
1919         * nptl/createthread.c: Moved ...
1920         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1922         * nptl/createthread.c: Add proper top-line comment.
1923         (do_clone): Folded into ...
1924         (create_thread): ... here.  Take new arguments STOPPED_START and
1925         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1926         increment __nptl_threads, do event-reporting logic, do
1927         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1928         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1929         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1930         just send SIGCANCEL.
1931         * nptl/pthread_create.c: Forward-declare create_thread before
1932         including createthread.c.
1933         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1934         declaration, and new macro START_THREAD_SELF to replace argument.
1935         Remove return statement.
1936         (report_thread_creation): New function.
1937         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1938         synchronization logic, and __nptl_nthreads increment here, around
1939         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1940         PD->parent_cancelhandling here, before create_thread.  When
1941         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1942         __deallocate_stack, and ENOMEM translation here.
1944 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1946         [BZ #17616]
1947         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1948         (mptwo): Rename to __mptwo.
1949         (__inv): Use __mptwo instead of mptwo.
1950         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1951         (mptwo): Rename to __mptwo.
1952         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1953         of mpone and __mptwo instead of mptwo.
1954         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1955         instead of mpone.
1956         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1957         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1958         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1959         of mpone and __mptwo instead of mptwo.
1960         (__mpranred): Use __mpone instead of mpone.
1961         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1962         variable.
1963         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1964         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1965         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1966         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1967         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1968         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1969         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1970         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1971         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1972         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1973         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1974         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1975         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1976         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1977         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1978         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1979         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1980         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1981         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1983 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1985         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1986         replace BSD Handler xref with BSD Signal Handling.
1988 2014-11-17  Richard Henderson  <rth@redhat.com>
1990         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1991         (_FP_PACK_RAW_2): Remove.
1992         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1993         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1994         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1995         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1996         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1997         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1998         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1999         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2000         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2001         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2002         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2003         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2004         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2005         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2006         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2007         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2009 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2011         * signal/signal.h [__USE_MISC]
2012         (struct sigvec): Remove type.
2013         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2014         (sigvec): Remove declaration.
2015         * sysdeps/posix/sigvec.c: Moved ...
2016         * signal/sigvec.c: ... here, replacing old file.
2017         (struct sigvec): New type, copied from old signal.h definition.
2018         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2019         (__sigvec): Convert definition to prototype.
2020         (sigvec): Replace weak_alias with compat_symbol.
2021         * signal/Versions (libc: GLIBC_2.21): New version set.
2022         * include/signal.h: Remove __sigvec declaration.
2023         * sysdeps/unix/bsd/sigvec.c: Remove file.
2024         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2025         * manual/signal.texi (BSD Handler): Remove subsection.
2026         Move siginterrupt up to ...
2027         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2028         (Blocking in BSD): Fold subsection into its parent.
2029         * NEWS: Mention sigvec removal.
2031 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2033         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2034         (DLA_FMS): Make definition conditional only on [__FMA4__].
2035         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2036         definition.
2038         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2039         Make definition conditional only on [PROF].
2040         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2041         definition.
2042         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2043         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2045         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2046         !__GNUC__].
2047         * include/signal.h (__sigpause): Move declaration above call to
2048         libc_hidden_proto.
2049         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2050         variable.
2051         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2052         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2054 2014-11-14  David S. Miller  <davem@davemloft.net>
2056         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2057         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2059 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2061         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2062         * configure: Regenerated.
2063         * manual/install.texi (Tools for Compilation): Document a
2064         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2065         compiler verified to work.
2066         * INSTALL: Regenerated.
2068         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2069         redeclare with asm name.
2070         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2071         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2072         including <string.h>.
2073         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2074         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2075         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2076         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2077         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2078         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2079         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2081 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2083         * stdlib/strtol.c (__strtol): Use prototype definition.
2085         [BZ #17594]
2086         * stdlib/strtol.c (SYM__): New macro.
2087         (SYM__1): Likewise.
2088         (__strtol): Likewise.
2089         (strtol): Rename to __strtol and define as weak alias of
2090         __strtol.  Use libc_hidden_weak.
2092 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2094         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2095         Use numbered labels in inline assembly.
2097 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2099         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2100         Add setjmp LIBC_PROBE.
2101         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2102         Likewise.
2103         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2104         Add longjmp, longjmp_target LIBC_PROBE.
2105         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2106         Likewise.
2108 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2110         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2111         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2112         to get rid of unused variable warning.
2114 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2116         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2117         Check for unwind_backtrace ==  NULL only in SHARED case.
2118         (__backchain_backtrace): Compile only in SHARED case.
2119         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2120         Likewise.
2121         (__backchain_backtrace): Declare as static.
2123 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2125         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2126         (__libc_multiple_threads_ptr): Variable moved ...
2127         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2129 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2131         * conform/GlibcConform.pm: New file.
2132         * conform/conformtest.pl: Use GlibcConform module.
2133         * conform/linknamespace.pl: New file.
2134         * conform/list-header-symbols.pl: Likewise.
2135         * conform/Makefile (linknamespace-symlists-base): New variable.
2136         (linknamespace-symlists-tests): Likewise.
2137         (linknamespace-header-base): Likewise.
2138         (linknamespace-header-tests): Likewise.
2139         (tests-special): Add new tests.
2140         ($(linknamespace-symlists-tests)): New rule.
2141         (linknamespace-libs): New variable.
2142         ($(objpfx)symlist-stdlibs): New rule.
2143         ($(linknamespace-header-tests)): Likewise.
2144         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2145         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2146         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2147         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2148         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2149         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2150         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2151         (test-xfail-ISO/math.h/linknamespace): Likewise.
2152         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2153         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2154         (test-xfail-ISO/time.h/linknamespace): Likewise.
2155         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2156         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2157         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2158         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2159         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2160         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2161         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2162         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2163         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2164         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2165         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2166         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2167         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2168         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2169         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2170         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2171         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2172         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2173         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2174         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2175         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2176         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2177         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2178         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2179         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2180         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2181         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2182         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2183         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2184         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2185         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2186         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2187         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2188         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2189         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2190         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2191         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2192         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2193         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2194         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2195         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2196         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2197         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2198         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2199         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2200         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2201         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2202         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2203         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2204         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2205         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2206         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2207         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2208         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2209         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2210         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2211         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2212         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2213         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2214         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2215         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2216         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2217         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2218         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2219         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2220         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2221         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2222         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2223         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2224         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2225         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2226         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2227         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2228         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2229         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2230         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2231         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2232         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2233         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2234         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2235         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2236         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2237         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2238         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2239         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2240         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2241         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2242         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2243         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2244         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2245         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2246         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2247         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2248         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2249         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2250         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2251         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2252         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2253         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2254         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2255         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2256         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2257         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2258         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2259         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2260         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2261         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2262         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2263         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2264         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2265         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2266         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2267         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2268         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2269         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2270         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2271         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2272         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2273         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2274         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2275         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2276         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2277         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2278         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2279         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2280         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2281         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2282         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2283         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2284         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2285         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2286         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2287         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2288         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2289         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2290         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2291         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2292         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2293         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2294         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2295         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2296         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2297         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2298         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2299         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2300         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2301         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2302         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2303         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2304         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2306         [BZ #17589]
2307         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2308         of fgets_unlocked.
2310         [BZ #17585]
2311         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2312         (memmem): Rename to __memmem and define as weak alias of
2313         __memmem.  Use libc_hidden_weak.
2314         (__memmem): Use libc_hidden_def.
2315         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2316         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2317         memmem.
2319         [BZ #17582]
2320         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2321         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2322         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2323         and define as weak alias of __fgets_unlocked.  Use
2324         libc_hidden_weak.
2325         (__fgets_unlocked): Use libc_hidden_def.
2326         * include/stdio.h (__fgets_unlocked): Declare.  Use
2327         libc_hidden_proto.
2328         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2329         __fgets_unlocked instead of fgets_unlocked.
2330         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2331         (GET_NPROCS_CONF_PARSER): Likewise.
2332         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2333         (GET_NPROCS_CONF_PARSER): Likewise.
2335         [BZ #17574]
2336         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2337         weak alias of __wmemset.  Use libc_hidden_weak.
2338         (__wmemset): Use libc_hidden_def.
2339         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2340         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2341         of wmemset.
2343         [BZ #17573]
2344         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2345         with asm name __mempcpy.
2346         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2348         [BZ #17572]
2349         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2350         and define as weak alias of __rawmemchr.
2351         (__rawmemchr): Do not define as strong alias of rawmemchr.
2353         [BZ #17571]
2354         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2355         alias of __qsort_r.
2356         (qsort): Call __qsort_r instead of qsort_r.
2357         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2358         (__qsort_r): Declare.  Call libc_hidden_proto.
2359         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2360         instead of qsort_r.
2361         * nscd/gai.c (__qsort_r): Define to qsort_r.
2362         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2363         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2364         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2366         [BZ #17570]
2367         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2368         define as weak alias of __malloc_info.
2370         [BZ #17584]
2371         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2372         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2373         (__rewinddir): Use libc_hidden_def.
2374         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2375         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2376         (__rewinddir): Use libc_hidden_def.
2377         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2378         weak alias of __rewinddir.  Don't use libc_hidden_def.
2379         (__rewinddir): Use libc_hidden_def.
2380         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2381         (__rewinddir): Use libc_hidden_proto.
2382         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2383         rewinddir.
2384         (__getcwd): Use __rewinddir instead of rewinddir.
2386         [BZ #17583]
2387         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2388         alias of __fileno.  Use libc_hidden_weak.
2389         (__fileno): Use libc_hidden_def.
2390         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2391         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2392         alias of __ftello.
2393         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2394         __ftello.
2395         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2396         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2397         libc_hidden_def.
2398         (fread_unlocked): Don't use libc_hidden_ver.
2399         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2400         and define as weak alias of __fread_unlocked.  Don't use
2401         libc_hidden_def.
2402         (__fread_unlocked): Use libc_hidden_def.
2403         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2404         (ftello): Don't use libc_hidden_proto.
2405         (__ftello): Declare.  Use libc_hidden_proto.
2406         (fread_unlocked): Don't use libc_hidden_proto.
2407         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2408         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2409         and __ftello instead of fileno, fread_unlocked and ftello.
2411 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2413         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2414         GOT12.
2415         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2416         Likewise.
2417         (_dl_start_user): Likewise.
2418         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2420 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2421             Siddhesh Poyarekar  <siddhesh@redhat.com>
2423         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2424         Move argv and envp down instead of moving argc up.
2425         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2427 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2429         [BZ #17506]
2430         * test-skeleton.c (main): Return successful if one of
2431         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2432         * string/tst-strcoll-overflow.c: Define expected status.
2434 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2436         [BZ #17475]
2437         * locale/iso-639.def: Define Bhili and Tulu language codes.
2439 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2441         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2443 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2445         [BZ #17555]
2446         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2448 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2450         * configure.ac: Updated check of minimal required version to
2451         2.22.
2452         * manual/install.texi (Tools for Compilation): Updated version
2453         number.
2454         * configure: Regenerated.
2455         * INSTALL: Likewise.
2457 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2459         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2460         __tls_get_addr.
2462 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2464         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2465         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2466         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2467         libc_hidden_weak.
2468         (waitpid): Define as alias of __waitpid.
2469         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2470         __waitpid.
2471         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2472         libc_hidden_weak.
2473         (waitpid): Define as alias of __waitpid.
2474         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2475         __libc_waitpid alias.
2476         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2477         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2478         Likewise.
2479         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2480         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2481         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2482         alias.
2483         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2484         __waitpid.
2485         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2486         libc_hidden_weak.
2487         (waitpid): Define as alias of __waitpid.
2489 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2491         * manual/llio.texi: Add comment that write safety has been
2492         fixed in Linux.
2494         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2495         (localplt-build-dso): Add elf/ld.so.
2496         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2497         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2498         and free for ld.so.
2499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2500         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2502         Likewise.
2503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2504         Likewise.
2505         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2506         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2507         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2508         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2509         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2510         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2511         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2512         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2513         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2514         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2515         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2517 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2519         [BZ #14132]
2520         * include/libc-symbols.h (INTUSE): Remove macro.
2521         (INTDEF): Likewise.
2522         (INTVARDEF): Likewise.
2523         (_INTVARDEF): Likewise.
2524         (INTDEF2): Likewise.
2525         (INTVARDEF2): Likewise.
2526         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2527         rtld_hidden_def instead of INTVARDEF.
2528         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2529         (_dl_starting_up_internal): Remove declaration.
2530         (_dl_starting_up): Use rtld_hidden_proto.
2531         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2532         declaration.
2533         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2534         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2535         _dl_starting_up.
2536         * elf/dl-writev.h (_dl_writev): Likewise.
2537         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2538         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2539         _dl_starting_up_internal.
2541 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2543         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2544         test-skeleton.c.
2546 2014-11-05  Will Newton  <will.newton@linaro.org>
2548         * benchtests/Makefile: (bench-malloc): Add malloc thread
2549         scalability benchmark.
2550         * benchtests/bench-malloc-threads.c: New file.
2552 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2554         * sysdeps/aarch64/strchrnul.S: New file.
2556 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2558         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2559         definition.
2560         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2561         Likwise.
2562         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2563         Likewise.
2564         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2565         Likewise.
2566         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2567         Likewise.
2568         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2569         Likewise.
2571 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2573         * catgets/test-gencat.c: Use test-skeleton.c.
2574         * catgets/tst-catgets.c: Likewise.
2575         * csu/tst-empty.c: Likewise.
2576         * elf/tst-audit2.c: Likewise.
2577         * elf/tst-global1.c: Likewise.
2578         * elf/tst-pathopt.c: Likewise.
2579         * elf/tst-piemod1.c: Likewise.
2580         * elf/tst-tls10.c: Likewise.
2581         * elf/tst-tls11.c: Likewise.
2582         * elf/tst-tls12.c: Likewise.
2583         * gnulib/tst-gcc.c: Likewise.
2584         * iconvdata/tst-e2big.c: Likewise.
2585         * iconvdata/tst-loading.c: Likewise.
2586         * iconv/tst-iconv1.c: Likewise.
2587         * iconv/tst-iconv2.c: Likewise.
2588         * inet/test-inet6_opt.c: Likewise.
2589         * inet/tst-gethnm.c: Likewise.
2590         * inet/tst-network.c: Likewise.
2591         * inet/tst-ntoa.c: Likewise.
2592         * intl/tst-codeset.c: Likewise.
2593         * intl/tst-gettext2.c: Likewise.
2594         * intl/tst-gettext3.c: Likewise.
2595         * intl/tst-ngettext.c: Likewise.
2596         * intl/tst-translit.c: Likewise.
2597         * io/test-stat.c: Likewise.
2598         * libio/test-fmemopen.c: Likewise.
2599         * libio/tst-freopen.c: Likewise.
2600         * libio/tst-sscanf.c: Likewise.
2601         * libio/tst-ungetwc1.c: Likewise.
2602         * libio/tst-ungetwc2.c: Likewise.
2603         * libio/tst-widetext.c: Likewise.
2604         * localedata/tst-ctype.c: Likewise.
2605         * localedata/tst-digits.c: Likewise.
2606         * localedata/tst-leaks.c: Likewise.
2607         * localedata/tst-mbswcs1.c: Likewise.
2608         * localedata/tst-mbswcs2.c: Likewise.
2609         * localedata/tst-mbswcs3.c: Likewise.
2610         * localedata/tst-mbswcs4.c: Likewise.
2611         * localedata/tst-mbswcs5.c: Likewise.
2612         * localedata/tst-setlocale.c: Likewise.
2613         * localedata/tst-trans.c: Likewise.
2614         * localedata/tst-wctype.c: Likewise.
2615         * localedata/tst-xlocale1.c: Likewise.
2616         * login/tst-grantpt.c: Likewise.
2617         * malloc/tst-calloc.c: Likewise.
2618         * malloc/tst-malloc.c: Likewise.
2619         * malloc/tst-mallocstate.c: Likewise.
2620         * malloc/tst-mcheck.c: Likewise.
2621         * malloc/tst-mtrace.c: Likewise.
2622         * malloc/tst-obstack.c: Likewise.
2623         * math/atest-exp2.c: Likewise.
2624         * math/atest-exp.c: Likewise.
2625         * math/atest-sincos.c: Likewise.
2626         * math/test-matherr.c: Likewise.
2627         * math/test-misc.c: Likewise.
2628         * math/test-powl.c: Likewise.
2629         * math/tst-definitions.c: Likewise.
2630         * misc/tst-dirname.c: Likewise.
2631         * misc/tst-efgcvt.c: Likewise.
2632         * misc/tst-fdset.c: Likewise.
2633         * misc/tst-hsearch.c: Likewise.
2634         * misc/tst-mntent2.c: Likewise.
2635         * nptl/tst-sem7.c: Likewise.
2636         * nptl/tst-sem8.c: Likewise.
2637         * nptl/tst-sem9.c: Likewise.
2638         * nss/test-netdb.c: Likewise.
2639         * posix/tst-fnmatch.c: Likewise.
2640         * posix/tst-getlogin.c: Likewise.
2641         * posix/tst-gnuglob.c: Likewise.
2642         * posix/tst-mmap.c: Likewise.
2643         * pwd/tst-getpw.c: Likewise.
2644         * resolv/tst-inet_ntop.c: Likewise.
2645         * rt/tst-timer.c: Likewise.
2646         * stdio-common/test-fseek.c: Likewise.
2647         * stdio-common/test-popen.c: Likewise.
2648         * stdio-common/test-vfprintf.c: Likewise.
2649         * stdio-common/tst-cookie.c: Likewise.
2650         * stdio-common/tst-fileno.c: Likewise.
2651         * stdio-common/tst-gets.c: Likewise.
2652         * stdio-common/tst-obprintf.c: Likewise.
2653         * stdio-common/tst-perror.c: Likewise.
2654         * stdio-common/tst-sprintf2.c: Likewise.
2655         * stdio-common/tst-sprintf3.c: Likewise.
2656         * stdio-common/tst-sprintf.c: Likewise.
2657         * stdio-common/tst-swprintf.c: Likewise.
2658         * stdio-common/tst-tmpnam.c: Likewise.
2659         * stdio-common/tst-unbputc.c: Likewise.
2660         * stdio-common/tst-wc-printf.c: Likewise.
2661         * stdlib/tst-environ.c: Likewise.
2662         * stdlib/tst-fmtmsg.c: Likewise.
2663         * stdlib/tst-limits.c: Likewise.
2664         * stdlib/tst-rand48-2.c: Likewise.
2665         * stdlib/tst-rand48.c: Likewise.
2666         * stdlib/tst-random2.c: Likewise.
2667         * stdlib/tst-random.c: Likewise.
2668         * stdlib/tst-strtol.c: Likewise.
2669         * stdlib/tst-strtoll.c: Likewise.
2670         * stdlib/tst-tls-atexit.c: Likewise.
2671         * stdlib/tst-xpg-basename.c: Likewise.
2672         * string/test-ffs.c: Likewise.
2673         * string/tst-bswap.c: Likewise.
2674         * string/tst-inlcall.c: Likewise.
2675         * string/tst-strtok.c: Likewise.
2676         * string/tst-strxfrm.c: Likewise.
2677         * sysdeps/x86_64/tst-audit10.c: Likewise.
2678         * sysdeps/x86_64/tst-audit3.c: Likewise.
2679         * sysdeps/x86_64/tst-audit4.c: Likewise.
2680         * sysdeps/x86_64/tst-audit5.c: Likewise.
2681         * time/tst-ftime_l.c: Likewise.
2682         * time/tst-getdate.c: Likewise.
2683         * time/tst-mktime3.c: Likewise.
2684         * time/tst-mktime.c: Likewise.
2685         * time/tst-posixtz.c: Likewise.
2686         * time/tst-strptime2.c: Likewise.
2687         * time/tst-strptime3.c: Likewise.
2688         * wcsmbs/tst-btowc.c: Likewise.
2689         * wcsmbs/tst-mbrtowc.c: Likewise.
2690         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2691         * wcsmbs/tst-wchar-h.c: Likewise.
2692         * wcsmbs/tst-wcpncpy.c: Likewise.
2693         * wcsmbs/tst-wcrtomb.c: Likewise.
2694         * wcsmbs/tst-wcsnlen.c: Likewise.
2695         * wcsmbs/tst-wcstof.c: Likewise.
2697 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2699         [BZ #14132]
2700         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2701         INTDEF.
2702         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2703         declaration.
2704         (_dl_mcount): Use rtld_hidden_proto.
2705         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2706         _dl_mcount.
2707         * elf/rtld.c (_rtld_global_ro): Likewise.
2709         [BZ #14132]
2710         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2711         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2712         of _dl_init_internal.
2713         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2714         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2715         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2716         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2717         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2718         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2719         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2720         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2721         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2722         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2723         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2724         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2725         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2726         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2727         * sysdeps/tile/dl-start.S (_start): Likewise.
2728         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2729         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2731         [BZ #14132]
2732         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2733         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2734         (rtld_progname): Make macro definition unconditional.
2735         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2736         INTDEF.
2737         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2738         (dl_main): Likewise.
2739         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2740         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2741         instead of _dl_argv_internal.
2742         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2743         __GI__dl_argv instead of INTUSE(_dl_argv).
2744         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2745         __GI__dl_argv instead of _dl_argv_internal.
2747         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2748         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2749         macro.
2750         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2751         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2752         New macro.
2753         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2754         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2755         macro.
2756         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2757         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2759 2014-11-04  Andreas Schwab  <schwab@suse.de>
2761         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2763 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2765         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2766         mtvsrd instruction in binary form.
2768 2014-11-03  Andreas Schwab  <schwab@suse.de>
2770         [BZ #17522]
2771         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2772         for less than MB_LEN_MAX use a local buffer of that size.
2773         * libio/tst-fputws.c: New file.
2774         * libio/Makefile (tests): Add tst-fputws.
2776 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2778         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2779         the size of the fpu_fr.fpu_dregs[] array.
2781 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2783         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2784         (__nanosleep): Do not define as alias.
2785         (nanosleep): Define as alias of __nanosleep.
2786         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2787         __libc_nanosleep name.
2789 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2791         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2792         install.texi in comment.
2794 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2796         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2797         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2798         ... add here and use lwsync or sync ...
2799         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2800         ... and add here using lwsync.
2802 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2804         * elf/dl-machine-reject-phdr.h: New file.
2805         * elf/dl-load.c: #include that.
2806         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2807         if that returned true.
2809 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2811         [BZ #17496]
2812         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2813         gen-as-const-headers chunk.  Add a big scare comment after the last
2814         safe place to touch before-compile.
2816 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2818         * manual/install.texi (Tools for Compilation): Update autoconf
2819         version requirements.
2820         * INSTALL: Regenerated.
2822         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2823         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2824         (__libc_pselect): Likewise.
2826         [BZ #14138]
2827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2832 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2834         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2835         correct barrier instruction.
2836         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2837         Likewise.
2838         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2839         Likewise.
2841 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2843         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2844         after defining inlines.  Instead, just use parens to defeat macro
2845         expansion of __isctype in its declaration.
2847 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2849         * include/sys/uio.h (__libc_readv): Remove declaration.
2850         (__libc_writev): Likewise.
2851         * misc/readv.c (__libc_readv): Rename to __readv.
2852         (__readv): Do not define as alias.
2853         (readv): Define as alias of __readv.
2854         * misc/writev.c (__libc_writev): Rename to __writev.
2855         (__writev): Do not define as alias.
2856         (writev): Define as alias of __writev.
2857         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2858         (__readv): Do not define as alias.
2859         (readv): Define unconditionally as alias of __readv.
2860         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2861         (__writev): Do not define as alias.
2862         (writev): Define unconditionally as alias of __writev.
2863         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2864         name.
2865         (writev): Do not define __libc_writev name.
2867 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2869         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2870         (convert_charseq): New function, broken out of ...
2871         (use_from_charmap): ... here.  Call it.
2872         (use_to_charmap): Use convert_charseq and free instead of duplicating
2873         its code with a variable-length stack struct.
2875 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2877         * include/fcntl.h (__libc_creat): Remove declaration.
2878         * io/creat.c (__libc_creat): Rename to creat.
2879         (creat): Do not define as alias.
2880         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2881         of creat instead of __libc_creat.
2882         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2883         to creat.
2884         (creat): Do not define as alias.
2885         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2886         __libc_creat.
2887         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2888         __libc_creat name.
2889         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2890         Likewise.
2892 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2894         * manual/llio.texi: Add comments discussing why write() may be
2895         considered MT-unsafe on Linux.
2897 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2899         * dl-load.c (local_strdup): Remove.
2900         (expand_dynamic_string_token): Use __strdup.
2901         (decompose_rpath): Likewise.
2902         (_dl_map_object): Likewise.
2904 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2906         [BZ #14132]
2907         * sysdeps/generic/unwind-dw2-fde.c
2908         (__register_frame_info_bases_internal): Do not declare.
2909         (__register_frame_info_table_bases_internal): Likewise.
2910         (__deregister_frame_info_bases_internal): Likewise.
2911         (__register_frame_info_bases): Declare and use hidden_proto before
2912         definition.  Use hidden_def instead of INTDEF.
2913         (__register_frame_info_table_bases): Likewise.
2914         (__deregister_frame_info_bases): Likewise.
2915         (__register_frame_info): Do not use INTUSE.
2916         (__register_frame): Likewise.
2917         (__register_frame_info_table): Likewise.
2918         (__register_frame_table): Likewise.
2919         (__deregister_frame_info): Likewise.
2920         (__deregister_frame): Likewise.
2922 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2924         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2925         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2926         not undefine.
2927         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2928         Likewise.
2929         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2930         Likewise.
2932 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2934         [BZ #14138]
2935         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2936         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2937         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2938         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2939         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2940         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2941         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2942         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2943         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2944         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2945         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2946         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2947         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2948         syscall.
2949         (setfsuid): Likewise.
2950         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2951         (setfsuid): Likewise.
2952         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2953         (setfsuid): Likewise.
2954         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2955         Likewise.
2956         (setfsuid): Likewise.
2957         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2958         (setfsuid): Likewise.
2959         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2960         Likewise.
2961         (setfsuid): Likewise.
2963 2014-10-27  Andreas Schwab  <schwab@suse.de>
2965         [BZ #17501]
2966         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2967         check for Slow_SSE4_2 feature bit.
2968         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2969         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2970         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2971         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2973 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2975         * configure.ac: Validate compiler version with a empirical test of
2976         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2977         $CC -v output.
2978         * configure: Regenerated.
2980         * inet/htons.c (htons): Prototypify.
2981         * inet/htonl.c (htonl): Likewise.
2983 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2985         * string/strncat.c (strncat): Improve performance by using strlen.
2987 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2989         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2991 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2993         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2994         Call libc_fetestexcept_aarch64.
2996 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2998         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2999         Call libc_feholdexcept_aarch64.
3001 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3003         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3004         Call get_rounding_mode.
3006 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3008         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3009         Simplify logic.
3011 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3013         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3014         Simplify logic.
3016 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3018         [BZ #14138]
3019         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3020         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3021         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3022         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3023         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3024         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3025         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3026         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3027         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3028         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3029         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3030         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3031         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3032         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3033         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3034         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3035         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3036         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3037         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3038         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3039         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3040         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3041         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3042         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3043         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3044         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3045         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3046         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3047         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3048         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3049         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3050         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3051         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3052         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3053         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3054         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3055         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3056         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3057         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3058         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3060         syscall.
3061         (geteuid): Likewise.
3062         (getgid): Likewise.
3063         (getuid): Likewise.
3064         (getresgid): Likewise.
3065         (getresuid): Likewise.
3066         (getgroups): Likewise.
3067         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3068         (geteuid): Likewise.
3069         (getgid): Likewise.
3070         (getuid): Likewise.
3071         (getresgid): Likewise.
3072         (getresuid): Likewise.
3073         (getgroups): Likewise.
3074         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3075         (geteuid): Likewise.
3076         (getgid): Likewise.
3077         (getuid): Likewise.
3078         (getresgid): Likewise.
3079         (getresuid): Likewise.
3080         (getgroups): Likewise.
3081         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3082         Likewise.
3083         (geteuid): Likewise.
3084         (getgid): Likewise.
3085         (getuid): Likewise.
3086         (getresgid): Likewise.
3087         (getresuid): Likewise.
3088         (getgroups): Likewise.
3089         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3090         (geteuid): Likewise.
3091         (getgid): Likewise.
3092         (getuid): Likewise.
3093         (getresgid): Likewise.
3094         (getresuid): Likewise.
3095         (getgroups): Likewise.
3096         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3097         Likewise.
3098         (geteuid): Likewise.
3099         (getgid): Likewise.
3100         (getuid): Likewise.
3101         (getgroups): Likewise.
3103         [BZ #14138]
3104         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3105         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3106         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3107         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3108         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3109         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3110         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3111         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3112         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3113         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3114         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3115         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3116         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3117         __chown.
3118         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3119         (lchown): Likewise.
3120         (fchown): Likewise.
3121         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3122         Likewise.
3123         (lchown): Likewise.
3124         (fchown): Likewise.
3125         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3126         (lchown): Likewise.
3127         (fchown): Likewise.
3128         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3129         Likewise.
3130         (lchown): Likewise.
3131         (fchown): Likewise.
3133 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3135         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3136         Simplify logic.
3138 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3140         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3141         Cleanup logic.
3143 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3145         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3146         Remove unused include.
3148 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3150         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3151         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3152         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3153         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3155 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3156             Helge Deller <deller@gmx.de>
3158         [BZ #17508]
3159         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3160         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3161         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3163 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3165         [BZ #14132]
3166         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3167         Remove macro definition.
3168         (__ashrdi3_v_glibc20): Likewise.
3169         (__lshrdi3_v_glibc20): Likewise.
3170         (__cmpdi2_v_glibc20): Likewise.
3171         (__ucmpdi2_v_glibc20): Likewise.
3172         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3173         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3174         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3175         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3176         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3177         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3179 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3181         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3182         old GNU extension [0] syntax.
3183         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3184         alloca rather than an array member with variable length.
3185         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3186         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3187         (parse_opt): ... here.  Likewise use alloca there.
3188         Validate the -i argument before checking for rootness.
3189         (send_shutdown): New function, broken out of ...
3190         (parse_opt): ... here.
3192 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3194         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3195         macro to get at the _rt_local_ro field.
3196         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3197         ([PIC] case) or _dl_hwcap ([!PIC] case).
3198         * sysdeps/arm/setjmp.S: Likewise.
3200         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3201         * sysdeps/arm/configure.ac: New check to define it.
3202         * sysdeps/arm/configure: Regenerated.
3203         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3204         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3205         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3206         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3207         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3208         Use move/movt pair instead of a load.
3209         (LDST_GLOBAL): Macro removed.
3210         (LDR_GLOBAL): New macro replaces it.
3211         (LDR_HIDDEN): New macro.
3212         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3213         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3215         * setjmp/tst-setjmp-static.c: New file.
3216         * setjmp/Makefile (tests): Add it.
3217         (tests-static): New variable.
3219 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3221         [BZ #17485]
3222         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3224 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3226         [BZ #14132]
3227         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3229 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3231         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3233 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3235         * io/fts.c (dirent_not_directory): New function.
3236         (fts_build): Call it.
3238 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3240         * nptl/version.c (__nptl_main): Use normal __write rather than
3241         INTERNAL_SYSCALL.
3242         (banner): Update copyright years.
3244         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3245         gettimeofday.
3246         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3247         * nptl/pthread_cond_timedwait.c: Likewise.
3248         * nptl/pthread_mutex_timedlock.c: Likewise.
3249         * nptl/sem_timedwait.c: Likewise.
3251         * sysdeps/nptl/bits/libc-lock.h
3252         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3253         (__libc_lock_init_recursive): Return void, not 0.
3254         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3255         (__libc_rwlock_init): Likewise.
3256         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3258 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3260         [BZ #15215]
3261         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3262         (__pthread_once_slow): ... here.
3263         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3264         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3266 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3268         [BZ #15215]
3269         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3270         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3271         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3272         * nptl/pthread_once.c (__pthread_once): Likewise.
3273         Update comments.
3275 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3277         [BZ #14138]
3278         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3279         name.
3280         (writev): Use __libc_writev as strong name.
3281         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3282         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3284 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3286         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3288         * sysdeps/i386/nptl/tls.h
3289         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3290         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3291         New macros.
3292         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3293         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3294         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3295         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3296         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3297         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3299         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3300         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3301         on [__NR_futex].
3302         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3303         broken out of ...
3304         (__pthread_mutex_init): ... here.  Call it.
3305         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3306         Conditionalize PI cases on [__NR_futex].
3307         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3308         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3309         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3311         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3312         conditional on [SIGSETXID].
3313         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3314         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3315         is defined.  Likewise for SIGSETXID.
3316         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3317         Conditionalize definitions on [SIGSETXID].
3318         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3319         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3320         unblocking on [SIGCANCEL].
3322         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3323         [__NR_set_robust_list].
3325 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3327         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3328         (do_compare): Likewise.
3330 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3332         [BZ #15884]
3333         * string/strcoll_l.c: Don't include stdio.h.
3334         (coll_seq): Remove members idxarr and rulearr.
3335         (get_next_seq_cached): Remove function.
3336         (get_next_seq): Likewise.
3337         (get_next_seq_nocache): Rename to get_next_seq.
3338         (do_compare): Remove function.
3339         (do_compare_nocache): Rename to do_compare.
3340         (STRCOLL): Remove weight and rules cache.
3342 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3344         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3345         * sysdeps/arm/sfp-machine.h: ... to here.
3346         * sysdeps/arm/Implies: Remove arm/soft-fp.
3348 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3350         * conform/data/sys/utsname.h-data (*_t): Allow.
3351         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3352         [POSIX] (WEXITED): Do not expect constant.
3353         [POSIX] (WSTOPPED): Likewise.
3354         [POSIX] (WNOHANG): Likewise.
3355         [POSIX] (WNOWAIT): Likewise.
3356         [POSIX] (siginfo_t): Do not expect type or elements.
3357         [POSIX] (pid_t): Do not expect type.
3358         [POSIX] (signal.h): Do not allow header.
3359         [POSIX] (sys/resource.h): Likewise.
3360         [POSIX] (si_*): Do not allow pattern.
3361         [POSIX] (W*): Likewise.
3362         [POSIX] (P_*): Likewise.
3363         [POSIX] (BUS_*): Likewise.
3364         [POSIX] (CLD_*): Likewise.
3365         [POSIX] (FPE_*): Likewise.
3366         [POSIX] (ILL_*): Likewise.
3367         [POSIX] (POLL_*): Likewise.
3368         [POSIX] (SEGV_*): Likewise.
3369         [POSIX] (SI_*): Likewise.
3370         [POSIX] (TRAP_*): Likewise.
3371         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3372         variable.
3374 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3376         [BZ #12926]
3377         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3378         infinite loop when __recvmsg returns 0.
3380 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3382         * CANCEL-FCT-WAIVE: Remove file.
3383         * CANCEL-FILE-WAIVE: Likewise.
3385         [BZ #14132]
3386         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3387         instead of INTVARDEF.
3388         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3389         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3390         rtld_hidden_data_def instead of INTVARDEF.
3391         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3392         * elf/dl-deps.c (expand_dst): Likewise.
3393         * elf/dl-load.c (_dl_dst_count): Likewise.
3394         (_dl_dst_substitute): Likewise.
3395         (decompose_rpath): Likewise.
3396         (_dl_init_paths): Likewise.
3397         (open_path): Likewise.
3398         (_dl_map_object): Likewise.
3399         * elf/rtld.c (dl_main): Likewise.
3400         (process_dl_audit): Likewise.
3401         (process_envvars): Likewise.
3402         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3403         Remove declaration.
3404         (__libc_enable_secure): Use rtld_hidden_proto.
3406 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3408         * elf/dl-load.c
3409         (add_path): New function broken out of _dl_rtld_di_serinfo.
3410         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3412 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3414         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3415         parentheses around macro arguments.
3416         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3417         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3418         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3419         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3420         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3421         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3422         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3423         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3424         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3425         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3426         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3427         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3428         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3429         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3430         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3431         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3432         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3433         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3434         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3435         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3436         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3437         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3438         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3439         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3440         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3441         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3442         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3443         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3444         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3445         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3446         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3447         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3448         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3449         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3450         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3451         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3452         Likewise.
3453         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3454         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3455         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3456         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3457         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3458         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3459         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3460         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3461         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3462         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3463         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3464         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3465         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3466         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3467         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3468         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3469         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3470         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3476         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3477         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3478         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3479         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3480         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3481         (_FP_FRAC_SRS_1): Likewise.
3482         (_FP_FRAC_CLZ_1): Likewise.
3483         (_FP_MUL_MEAT_1_imm): Likewise.
3484         (_FP_MUL_MEAT_1_wide): Likewise.
3485         (_FP_MUL_MEAT_1_hard): Likewise.
3486         (_FP_SQRT_MEAT_1): Likewise.
3487         (_FP_FRAC_ASSEMBLE_1): Likewise.
3488         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3489         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3490         (__FP_CLZ_2): Likewise.
3491         (_FP_MUL_MEAT_2_wide): Likewise.
3492         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3493         (_FP_MUL_MEAT_2_gmp): Likewise.
3494         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3495         (_FP_SQRT_MEAT_2): Likewise.
3496         (_FP_FRAC_ASSEMBLE_2): Likewise.
3497         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3498         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3499         (_FP_FRAC_CLZ_4): Likewise.
3500         (_FP_MUL_MEAT_4_wide): Likewise.
3501         (_FP_MUL_MEAT_4_gmp): Likewise.
3502         (_FP_SQRT_MEAT_4): Likewise.
3503         (_FP_FRAC_ASSEMBLE_4): Likewise.
3504         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3505         * soft-fp/op-common.h (_FP_CMP): Likewise.
3506         (_FP_CMP_EQ): Likewise.
3507         (_FP_CMP_UNORD): Likewise.
3508         (_FP_TO_INT): Likewise.
3509         (_FP_FROM_INT): Likewise.
3510         [!__FP_CLZ] (__FP_CLZ): Likewise.
3511         (_FP_DIV_HELP_imm): Likewise.
3512         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3513         Likewise.
3514         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3515         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3516         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3517         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3518         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3519         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3520         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3521         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3522         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3523         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3524         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3525         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3526         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3527         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3528         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3529         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3530         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3531         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3532         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3533         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3534         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3535         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3536         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3537         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3538         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3539         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3540         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3541         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3542         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3543         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3544         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3545         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3546         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3547         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3548         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3549         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3550         (FP_UNPACK_RAW_SP): Likewise.
3551         (FP_PACK_RAW_S): Likewise.
3552         (FP_PACK_RAW_SP): Likewise.
3553         (FP_UNPACK_S): Likewise.
3554         (FP_UNPACK_SP): Likewise.
3555         (FP_UNPACK_SEMIRAW_S): Likewise.
3556         (FP_UNPACK_SEMIRAW_SP): Likewise.
3557         (FP_PACK_S): Likewise.
3558         (FP_PACK_SP): Likewise.
3559         (FP_PACK_SEMIRAW_S): Likewise.
3560         (FP_PACK_SEMIRAW_SP): Likewise.
3561         (_FP_SQRT_MEAT_S): Likewise.
3562         (FP_CMP_S): Likewise.
3563         (FP_CMP_EQ_S): Likewise.
3564         (FP_CMP_UNORD_S): Likewise.
3565         (FP_TO_INT_S): Likewise.
3566         (FP_FROM_INT_S): Likewise.
3568         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3570         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3571         (FP_EX_INVALID_IMZ): Likewise.
3572         (FP_EX_INVALID_IMZ_FMA): Likewise.
3573         (FP_EX_INVALID_ISI): Likewise.
3574         (FP_EX_INVALID_ZDZ): Likewise.
3575         (FP_EX_INVALID_IDI): Likewise.
3576         (FP_EX_INVALID_SQRT): Likewise.
3577         (FP_EX_INVALID_CVI): Likewise.
3578         (FP_EX_INVALID_VC): Likewise.
3579         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3580         "invalid" exceptions.
3581         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3582         (_FP_ADD_INTERNAL): Likewise.
3583         (_FP_MUL): Likewise.
3584         (_FP_FMA): Likewise.
3585         (_FP_DIV): Likewise.
3586         (_FP_CMP_CHECK_NAN): Likewise.
3587         (_FP_SQRT): Likewise.
3588         (_FP_TO_INT): Likewise.
3589         (FP_EXTEND): Likewise.
3591 2014-10-09  Allan McRae  <allan@archlinux.org>
3593         * po/fr.po: Update French translation from translation project.
3595 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3597         [BZ #14132]
3598         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3599         of INTDEF.
3600         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3601         (__cxa_atexit): Use libc_hidden_proto.
3602         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3604         [BZ #14132]
3605         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3606         declaration.
3607         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3608         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3609         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3610         [!_ISOMAC] (__iswctype_internal): Likewise.
3611         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3612         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3613         alias.
3614         (fcntl): Remove __fcntl_internal alias.
3615         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3616         __connect_internal alias.
3617         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3618         Likewise.
3620         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3621         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3622         FP_DENORM_ZERO.
3623         (_FP_CHECK_FLUSH_ZERO): New macro.
3624         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3625         (_FP_CMP): Likewise.
3626         (_FP_CMP_EQ): Likewise.
3627         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3628         FP_DENORM_ZERO.
3629         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3630         (FP_TRUNC): Likewise.
3632         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3633         treated as invalid conversion, not as normal exponent.
3635         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3636         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3637         (_FP_CMP_EQ): Likewise.
3638         (_FP_CMP_UNORD): Likewise.
3639         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3640         (FP_CMP_EQ_D): Likewise.
3641         (FP_CMP_UNORD_D): Likewise.
3642         * soft-fp/extended.h (FP_CMP_E): Likewise.
3643         (FP_CMP_EQ_E): Likewise.
3644         (FP_CMP_UNORD_E): Likewise.
3645         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3646         (FP_CMP_EQ_Q): Likewise.
3647         (FP_CMP_UNORD_Q): Likewise.
3648         * soft-fp/single.h (FP_CMP_S): Likewise.
3649         (FP_CMP_EQ_S): Likewise.
3650         (FP_CMP_UNORD_S): Likewise.
3651         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3652         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3653         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3654         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3655         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3656         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3657         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3658         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3659         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3660         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3661         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3662         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3663         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3664         to FP_CMP_Q.
3665         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3666         FP_CMP_Q.
3667         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3668         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3669         FP_CMP_EQ_Q.
3670         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3671         FP_CMP_Q.
3672         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3673         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3674         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3675         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3676         FP_CMP_EQ_Q.
3677         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3678         FP_CMP_Q.
3679         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3680         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3681         FP_CMP_EQ_Q.
3682         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3683         FP_CMP_Q.
3684         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3685         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3686         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3687         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3688         FP_CMP_EQ_Q.
3690         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3691         a subnormal result, set the underflow exception if trapping on
3692         underflow is enabled.
3693         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3694         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3695         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3696         redefine to 0.
3697         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3698         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3699         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3700         * soft-fp/extendxftf2.c (__extendxftf2): Use
3701         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3703         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3704         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3705         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3706         FP_HANDLE_EXCEPTIONS.
3707         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3708         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3709         FP_HANDLE_EXCEPTIONS.
3710         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3711         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3712         FP_HANDLE_EXCEPTIONS.
3713         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3714         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3715         FP_HANDLE_EXCEPTIONS.
3717 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3719         [BZ #14132]
3720         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3721         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3722         use INTUSE.
3723         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3724         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3725         Remove alias.
3726         (__adjtimex): Define using libc_hidden_ver.
3727         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3728         Remove declaration.
3729         (ntp_gettime): Call __adjtimex directly.
3730         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3731         Remove declaration.
3732         (ntp_gettimex): Call __adjtimex directly.
3733         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3734         __adjtimex_internal alias.
3736 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3738         [BZ #17460]
3739         * nscd/nscd.c (more_help): Rewrite list of tables collection
3740         using xstrdup and asprintf.
3742         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3744 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3745             Roland McGrath  <roland@hack.frob.com>
3747         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3748         (do_lookup_unique): ... local function 'enter' here; update callers.
3750 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3752         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3753         compat_symbol calls on [SHARED].
3754         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3755         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3756         Remove.
3757         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3758         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3759         (oldsetrlimit): Remove.
3760         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3762         (lchown): New syscall entry.
3763         (oldsetrlimit): Remove.
3764         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3765         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3766         (oldsetrlimit): Remove.
3767         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3769         [BZ #14138]
3770         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3771         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3772         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3773         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3774         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3775         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3776         (fchown): Likewise.
3777         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3778         (fchown): Likewise.
3779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3780         Likewise.
3782 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3784         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3785         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3786         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3787         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3788         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3789         Likewise.
3790         (__old_sem_post): Likewise.
3792 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3794         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3795         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3796         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3797         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3798         Use INLINE_VSYSCALL macro.
3799         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3800         __vdso_clock_gettime.
3801         * sysdeps/unix/sysv/linux/tile/init-first.c
3802         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3803         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3804         __vdso_clock_gettime.
3806         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3807         to set up frame more cleanly.
3809         * sysdeps/tile/memcmp.c: New file.
3811         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3813         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3814         * sysdeps/tile/tilegx/strcasestr.c: New file.
3815         * sysdeps/tile/tilegx/strnlen.c: New file.
3816         * sysdeps/tile/tilegx/strstr.c: New file.
3818         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3820 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3822         * nptl/tst-setuid3.c: Write errors to stdout.
3824 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3826         * elf/dl-deps.c
3827         (preload): New functions broken out of _dl_map_object_deps.
3828         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3830 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3832         [BZ #14138]
3833         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3834         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3836 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3838         * sysdeps/mips/strcmp.S: New.
3840 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3842         [BZ #14138]
3843         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3844         (linkat): Likewise.
3845         (mkdirat): Likewise.
3846         (readlinkat): Likewise.
3847         (renameat): Likewise.
3848         (symlinkat): Likewise.
3849         (unlinkat): Likewise.
3850         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3851         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3852         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3853         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3854         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3855         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3856         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3858 2014-09-30  Will Newton  <will.newton@linaro.org>
3860         * math/math.h: Define long double math functions if
3861         _LIBC_TEST is defined.
3862         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3864         * localedata/Makefile: Move assignment to tests-special
3865         into an ifdef testing run-built-tests.
3866         * timezone/Makefile: Likewise.
3868 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3870         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3871         with $(BASH) not $(SHELL).
3873 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3874             Matthew LeGendre  <legendre1@llnl.gov>
3876         [BZ #17411]
3877         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3878         l_reloc_result.
3880 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3882         * stdio-common/printf_fp.c
3883         (hack_digit): New function, broken out of ...
3884         (__printf_fp): ... local function here.  Update call sites.
3885         hack_digit now takes an additional parameter that is a pointer
3886         to a struct of the referenced locals.  Those locals moved inside
3887         the struct and references updated.
3889 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3891         * aclocal.m4: Require autoconf 2.69.
3892         * configure: Regenerated.
3893         * sysdeps/aarch64/configure: Likewise.
3894         * sysdeps/alpha/configure: Likewise.
3895         * sysdeps/arm/armv7/configure: Likewise.
3896         * sysdeps/arm/configure: Likewise.
3897         * sysdeps/ia64/configure: Likewise.
3898         * sysdeps/mach/configure: Likewise.
3899         * sysdeps/mips/configure: Likewise.
3900         * sysdeps/s390/configure: Likewise.
3901         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3904         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3905         file.
3906         * sysdeps/ia64/configure.ac: Likewise.
3908 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3911         specify symbol version for ld.so.  Do not include entry for
3912         libpthread.
3913         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3914         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3915         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3917         [BZ #14171]
3918         * Makeconfig [$(build-shared) = yes]
3919         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3920         makefiles.
3921         [$(build-shared) = yes && $(soversions.mk-done) = t]
3922         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3923         [$(build-shared) = yes && $(soversions.mk-done) = t]
3924         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3925         to Makerules.
3926         [$(build-shared) = yes && $(soversions.mk-done) = t]
3927         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3928         here.
3929         [$(build-shared) = yes && $(soversions.mk-done) = t]
3930         (common-generated): Don't append gnu/lib-names.h and
3931         gnu/lib-names.stmp here.
3932         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3933         (lib-names-h-abi): New variable.
3934         [$(build-shared) = yes && $(soversions.mk-done) = t]
3935         (lib-names-stmp-abi): Likewise.
3936         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3937         abi-variants] (before-compile): Append
3938         $(common-objpfx)$(lib-names-h-abi).
3939         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3940         abi-variants] (common-generated): Append gnu/lib-names.h.
3941         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3942         abi-variants] (install-others-nosubdir): Depend on
3943         $(inst_includedir)/$(lib-names-h-abi).
3944         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3945         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3946         [$(build-shared) = yes && $(soversions.mk-done) = t]
3947         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3948         [$(build-shared) = yes && $(soversions.mk-done) = t]
3949         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3950         [$(build-shared) = yes && $(soversions.mk-done) = t]
3951         (common-generated): Append $(lib-names-h-abi) and
3952         $(lib-names-stmp-abi).
3953         * scripts/lib-names.awk: Do not handle multi being set.
3954         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3955         Remove variable.
3956         (abi-lp64_be-ld-soname): Likewise.
3957         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3958         Likewise.
3959         (abi-hard-ld-soname): Likewise.
3960         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3961         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3962         Remove variable.
3963         (abi-o32_hard-ld-soname): Likewise.
3964         (abi-o32_soft_2008-ld-soname): Likewise.
3965         (abi-o32_hard_2008-ld-soname): Likewise.
3966         (abi-n32_soft-ld-soname): Likewise.
3967         (abi-n32_hard-ld-soname): Likewise.
3968         (abi-n32_soft_2008-ld-soname): Likewise.
3969         (abi-n32_hard_2008-ld-soname): Likewise.
3970         (abi-n64_soft-ld-soname): Likewise.
3971         (abi-n64_hard-ld-soname): Likewise.
3972         (abi-n64_soft_2008-ld-soname): Likewise.
3973         (abi-n64_hard_2008-ld-soname): Likewise.
3974         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3975         Likewise.
3976         (abi-64-v2-ld-soname): Likewise.
3977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3978         ld.so entries.
3979         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3980         variable.
3981         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3982         entry.
3983         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3984         variable.
3985         (abi-64-ld-soname): Likewise.
3986         (abi-x32-ld-soname): Likewise.
3987         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3988         entry.
3989         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3991 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3993         [BZ #14138]
3994         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3995         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3996         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3997         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3998         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3999         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4000         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4001         syscall entry for GLIBC_2.2 symbol version.
4002         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4003         Likewise.
4004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4005         (setrlimit): Likewise.
4006         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4007         Likewise.
4009 2014-09-23  Will Newton  <will.newton@linaro.org>
4011         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4012         _LINUX_ARM_SYSDEP_H include guard too.
4013         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4014         define.
4016 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4018         * sysdeps/unix/sysv/linux/eventfd.c:
4019         Make first argument unsigned.
4020         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4021         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4023 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4025         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4026         * socket/sys/socket.h: Likewise
4027         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4029 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4031         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4033 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4035         * time/tst-ftime.c: New test.
4036         * time/Makefile (tests): Add tst-ftime.
4038 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4040         * soft-fp/extended.h: Fix comment formatting.
4041         * soft-fp/op-1.h: Likewise.
4042         * soft-fp/op-2.h: Likewise.
4043         * soft-fp/op-4.h: Likewise.
4044         * soft-fp/op-8.h: Likewise.
4045         * soft-fp/op-common.h: Likewise.
4046         * soft-fp/soft-fp.h: Likewise.
4048         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4050 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4052         [BZ #6652]
4053         * Makeconfig (soversions-default-setname): Remove variable.
4054         ($(common-objpfx)soversions.i): Don't pass default_setname to
4055         soversions.awk.
4056         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4057         oldest_abi to abi-versions.awk.
4058         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4059         * config.make.in (oldest-abi): Remove variable.
4060         * configure.ac (--enable-oldest-abi): Remove configure option.
4061         * configure: Regenerated.
4062         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4063         text.
4064         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4065         * scripts/soversions.awk: Do not handle default_setname variable.
4066         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4067         variable.
4068         * sysdeps/mach/hurd/configure: Regenerated.
4069         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4070         variable.
4071         * sysdeps/unix/sysv/linux/configure: Regenerated.
4073 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4075         * elf/Makefile (CFLAGS-interp.c): Remove.
4076         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4077         path string.
4078         * elf/interp.c: Include generated runtime-linker.h
4080         * Makerules (lib%.so): Don't include $(+interp) in
4081         prerequisites.
4082         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4083         * dlfcn/eval.c: Remove file.
4085         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4086         macros.
4088         [BZ #17266]
4089         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4090         4.2 and newer.
4092         [BZ #17370]
4093         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4095 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4096             Jakub Jelinek  <jakub@redhat.com>
4098         [BZ #17266]
4099         * libio/stdio.h: Check definition of __fortify_function
4100         instead of __extern_always_inline to include bits/stdio2.h.
4101         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4102         check if __extern_always_inline is defined.
4103         [__USE_MISC || __USE_XOPEN]: Likewise.
4104         [__USE_ISOC99] Likewise.
4105         * misc/sys/cdefs.h (__fortify_function): Define only if
4106         __extern_always_inline is defined.
4107         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4108         __extern_always_inline and __extern_inline only for g++-4.3
4109         and newer or a compatible gcc.
4111 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4113         [BZ #17371]
4114         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4115         last change to handle zero prefix length.
4117 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4119         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4120         _SC_REGEX_VERSION.
4122         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4123         _POSIX_RAW_SOCKETS.
4125 2014-09-13  Allan McRae  <allan@archlinux.org>
4127         * po/ru.po: Update Russian translation from translation project.
4129 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4131         * locale/programs/locale.c (show_locale_vars): Inline local function
4132         into its sole call site.  Clean up some style nits.
4133         (print_item): New function, broken out of ...
4134         (show_info): ... local function here.  Clean up style nits.
4136         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4137         out of ...
4138         (set_class_defaults): ... local function set_default here.
4139         Define set_default as a macro locally to pass constant parameters.
4140         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4141         rather than a shared local.
4143         * stdlib/rpmatch.c (try): New function, broken out of ...
4144         (rpmatch): ... local function here.  Also, prototypify definition.
4146 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4148         * scripts/soversions.awk: Do not handle configuration names.
4149         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4150         vendor and os variables to soversions.awk.
4151         * configure.ac: Do not modify gnu-* host_os.
4152         * configure: Regenerated
4153         * shlib-versions: Remove first column with configuration names.
4154         * nptl/shlib-versions: Likewise.
4155         * nptl_db/shlib-versions: Likewise.
4156         * sysdeps/hppa/shlib-versions: Likewise.
4157         * sysdeps/m68k/shlib-versions: Likewise.
4158         * sysdeps/mach/hurd/shlib-versions: Likewise.
4159         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4160         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4161         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4162         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4163         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4164         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4165         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4166         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4168         Likewise.
4169         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4170         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4171         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4172         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4173         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4174         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4175         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4176         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4179         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4181         Regenerated.
4182         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4184         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4186         * shlib-versions: Remove OS-specific entries.  Moved to files in
4187         sysdeps.
4188         * sysdeps/mach/hurd/shlib-versions: New file.
4189         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4191         * nptl/shlib-versions: Remove architecture-specific entries.
4192         Moved to files in sysdeps.
4193         * shlib-versions: Likewise.
4194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4195         file.
4196         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4197         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4198         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4199         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4201         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4202         (UDP_NO_CHECK6_RX): Likewise.
4204 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4206         * sysdeps/posix/sysconf.c (__sysconf): Spell
4207         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4209 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4211         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4212         loading.
4213         * iconv/Versions (__gconv_transliterate): Export for use from
4214         gconv modules.
4215         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4216         (struct __gconv_trans_data, __gconv_trans_fct,
4217         __gconv_trans_context_fct, __gconv_trans_query_fct,
4218         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4219         definitions.
4220         (struct __gconv_step_data): Remove __trans member.
4221         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4222         longer hidden.  Remove unused trans_data argument.
4223         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4224         (__gconv_translit_find): Remove declaration.
4225         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4226         prototype.
4227         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4228         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4229         trans_data argument.  Add hidden definition.
4230         (__gconv_translit_find): Remove.
4231         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4232         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4233         * iconv/skeleton.c: Remove transliteration initialization.
4234         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4235         __gconv_step_data initialization.
4236         * libio/iofwide.c (__libio_translit_): Remove.
4237         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4238         * wcsmbs/btowc.c (__btowc): Likewise.
4239         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4240         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4241         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4242         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4243         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4244         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4245         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4246         * wcsmbs/wctob.c (wctob): Likewise.
4248 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4250         [BZ #16194]
4251         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4252         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4253         register usage.
4254         * sysdeps/x86/Makefile: Adjust.
4256 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4257             Roland McGrath  <roland@hack.frob.com>
4259         * locale/weight.h: Add include guard.
4260         (findidx): Make static rather than auto; take new parameters
4261         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4262         * locale/weightwc.h: Likewise.
4263         * posix/fnmatch_loop.c
4264         (FCT): Change type of EXTRA from int32_t to wint_t.
4265         Don't include either header inside the function.
4266         Call FINDIDX rather than findidx, and pass new arguments.
4267         #undef FINDIDX at the end of the file.
4268         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4269         FINDIDX before including fnmatch_loop.c for the non-wide version.
4270         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4271         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4272         for the wide version.
4273         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4274         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4275         Pass new arguments to findidx.
4276         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4277         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4278         Don't #include it inside the function.  Pass new arguments to findidx.
4279         * posix/regex_internal.h
4280         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4281         (re_string_elem_size_at): Don't #include it inside the function.
4282         Pass new arguments to findidx.
4283         * string/strcoll_l.c: #include WEIGHT_H at top level.
4284         (get_next_seq): Don't #include it inside the function.
4285         Pass new arguments to findidx.
4286         (get_next_seq_nocache): Likewise.
4287         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4288         (STRXFRM): Don't #include it inside the function.
4289         Pass new arguments to findidx.
4291 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4293         [BZ #17344]
4294         * malloc/malloc.c (unlink): Turn asserts into a call to
4295         malloc_printerr.
4297 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4299         [BZ #17370]
4300         * libio/wfileops (do_ftell_wide): Free OUT.
4302 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4304         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4306 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4308         [BZ #17363]
4309         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4310         group if the current group is empty.
4312 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4314         * benchtests/bench-memset.c (test_main): Add more test from size
4315         from 32 to 512 bytes.
4316         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4317         Add POWER8 memset object.
4318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4319         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4320         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4321         implementation.
4322         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4323         Likewise.
4324         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4325         multiarch POWER8 memset optimization.
4326         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4327         POWER8 memset optimization.
4329         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4330         Remove bzero multiarch objects.
4331         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4332         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4333         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4334         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4335         Remove define.
4336         [__bzero]: Redefine to specific name.
4337         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4338         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4339         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4340         define.
4341         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4342         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4344 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4346         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4347         warnings into errors.
4349         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4350         __cxa_thread_atexit_impl prototype.
4352 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4354         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4355         Fix capitalization of error message.
4357 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4359         * sysdeps/mips/preconfigure: Modify ABI tests.
4361 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4363         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4365 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4366             Carlos O'Donell  <carlos@systemhalted.org>
4368         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4369         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4370         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4371         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4372         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4373         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4374         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4375         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4376         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4377         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4378         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4379         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4380         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4381         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4382         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4383         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4384         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4385         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4386         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4387         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4388         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4389         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4390         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4391         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4392         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4393         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4394         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4395         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4396         Deconditionalize the code that was previously under [RESET_PID].
4397         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4398         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4399         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4400         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4401         include sysdep.h.
4403 2014-09-08  Allan McRae  <allan@archlinux.org>
4405         * version.h (RELEASE): Set to "development".
4406         (VERSION): Set to "2.20.90"
4408 2014-09-07  Allan McRae  <allan@archlinux.org
4410         * version.h (RELEASE): Set to "stable".
4411         (VERSION): Set to "2.20"
4412         * include/features.h (__GLIBC_MINOR__): Set to 20.
4414         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4415         Liebler.
4417         * po/ko.po: Update Korean translation from translation project.
4419 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4421         [BZ #17354]
4422         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4423         macro for handling signed relocations.
4425 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4427         [BZ #17325]
4428         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4429         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4430         assert.
4431         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4432         * iconvdata/ibm935.c (BODY): Likewise.
4433         * iconvdata/ibm937.c (BODY): Likewise.
4434         * iconvdata/ibm939.c (BODY): Likewise.
4435         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4436         assert.
4437         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4438         script.
4439         * iconvdata/run-iconv-test.sh: New test loop for checking for
4440         decoder crashers.
4442 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4444         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4445         libm_hidden_ver.
4447 2014-09-01  Allan McRae  <allan@archlinux.org>
4449         * po/eo.po: Update Esperanto translation from translation project.
4451         * po/ca.po: Update Catalan translation from translation project.
4453 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4455         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4456         __proc_dostop call.
4458 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4460         [BZ #17319]
4461         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4462         to call set_thread_area instead of hand written asm.
4463         (__NR_set_thread_area): Removed define.
4464         (TLS_FLAG_WRITABLE): Likewise.
4465         (__ASSUME_SET_THREAD_AREA): Remove check.
4466         (TLS_EBX_ARG): Remove define.
4467         (TLS_LOAD_EBX): Likewise.
4469 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4471         Simplify atomicity of socket creation in bind.
4473         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4474         looking up the name after linking the file.
4476 2014-08-27  Allan McRae  <allan@archlinux.org>
4478         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4480 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4482         [BZ #17187]
4483         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4484         trans_compare, open_translit, __gconv_translit_find):
4485         Remove module loading code.
4487 2014-08-26  Allan McRae  <allan@archlinux.org>
4489         * po/vi.po: Update Vietnamese translation from translation project.
4491         * po/uk.po: Update Ukrainian translation from translation project.
4493         * po/fr.po: Update French translation from translation project.
4495         * po/ru.po: Update Russian translation from translation project.
4497         * po/pl.po: Update Polish translation from translation project.
4499         * po/cs.po: Update Czech translation from translation project.
4501         * po/de.po: Update German translation from translation project.
4503         * po/bg.po: Update Bulgarian translation from translation project.
4505         * po/sv.po: Update Sweedish translation from translation project.
4507         * po/nl.po: Update Dutch translation from translation project.
4509         * po/es.po: Update Spanish translation from translation project.
4511 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4513         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4515         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4516         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4517         (CPPFLAGS-iconvconfig): Likewise.
4518         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4520         * include/libc-symbols.h: Remove unnecessary check for
4521         NOT_IN_libc.
4522         * nptl/pthreadP.h: Likewise.
4523         * sysdeps/aarch64/setjmp.S: Likewise.
4524         * sysdeps/alpha/setjmp.S: Likewise.
4525         * sysdeps/arm/sysdep.h: Likewise.
4526         * sysdeps/i386/setjmp.S: Likewise.
4527         * sysdeps/m68k/setjmp.c: Likewise.
4528         * sysdeps/posix/getcwd.c: Likewise.
4529         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4530         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4531         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4532         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4533         * sysdeps/sh/sh3/setjmp.S: Likewise.
4534         * sysdeps/sh/sh4/setjmp.S: Likewise.
4535         * sysdeps/unix/alpha/sysdep.h: Likewise.
4536         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4537         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4538         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4539         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4542         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4543         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4544         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4545         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4546         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4547         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4548         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4549         * sysdeps/x86_64/setjmp.S: Likewise.
4551 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4553         [BZ #17263]
4554         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4555         <stdint.h>.
4556         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4557         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4559 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4561         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4563         [BZ #17262]
4564         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4565         and __x86_64__ when disabling x87 inline functions.
4567 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4569         [BZ #17259]
4570         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4571         asm statement with __cpuid_count.
4573 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4575         * configure.ac: Change __ehdr_start code to dereference the struct.
4576         Run readelf on the output to look for relocations.
4577         * configure: Regenerated.
4579 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4581         [BZ #17261]
4582         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4583         value to 0.
4584         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4586 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4588         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4590 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4592         [BZ #16892]
4593         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4594         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4596 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4598         * malloc/malloc.c: Fix typo in comment.
4600 2014-08-09  Allan McRae  <allan@archlinux.org>
4602         * Regenerate libc.po.
4604 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4606         * intl/tst-gettext2.sh: Check every lang file for creation.
4608 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4610         * sysdeps/aarch64/fpu/math_private.h
4611         (libc_feholdsetround_noex_aarch64_ctx): New function.
4613 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4615         * sysdeps/arm/armv6/strcpy.S (strcpy):
4616         Fix performance issue in misaligned cases.
4618 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4620         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4621         Move definition from termios.h.
4622         (struct termio): Likewise.
4623         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4624         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4625         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4626         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4627         Likewise.
4628         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4629         Move definition to ioctl-types.h
4630         (struct termio): Likewise.
4631         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4632         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4633         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4634         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4635         Likewise.
4637 2014-08-05  Richard Henderson  <rth@redhat.com>
4639         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4640         exceptions.
4641         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4642         Add fraiseexcpt.
4643         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4644         Use __feraiseexcept.
4645         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4646         Protect libm symbols with IS_IN_libm.
4648         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4650 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4652         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4654 2014-08-04  Will Newton  <will.newton@linaro.org>
4656         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4657         file.
4659 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4661         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4662         variants for each function.
4664 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4666         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4667         appended ...
4668         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4669         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4670         appended ...
4671         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4672         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4673         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4674         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4675         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4676         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4677         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4678         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4679         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4680         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4681         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4682         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4683         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4684         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4685         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4686         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4687         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4688         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4689         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4690         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4691         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4692         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4693         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4694         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4695         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4696         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4697         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4698         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4699         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4700         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4701         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4702         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4703         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4704         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4705         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4706         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4707         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4708         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4709         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4710         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4711         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4712         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4713         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4714         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4715         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4716         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4717         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4718         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4719         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4720         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4721         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4722         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4723         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4724         Update #include.
4725         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4726         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4728 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4730         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4731         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4732         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4733         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4734         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4735         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4737 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4739         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4740         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4741         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4742         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4744 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4746         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4747         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4748         (__libc_vfork): Define function under this name.
4749         (__vfork): Define as an alias.
4750         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4751         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4753 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4755         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4756         that was previously under [RESET_PID].
4757         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4759 2014-08-04  Andreas Schwab  <schwab@suse.de>
4761         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4763 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4765         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4766         (main): Likewise.
4768 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4770         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4772 2014-08-01  Richard Henderon  <rth@redhat.com>
4774         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4775         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4776         typo in exact zero test.
4777         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4778         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4779         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4781 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4783         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4784         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4785         * sysdeps/arm/sysdep.h: ... here.
4786         [!__ASSEMBLER__]: Include <stdint.h>.
4788 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4790         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4791         (HAVE_WCTYPE_H): Likewise.
4792         (HAVE_ISWCTYPE): Likewise.
4793         (ENABLE_NLS): Likewise.
4794         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4795         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4797         * posix/regex_internal.c: Check if DEBUG is defined and is
4798         set.
4800         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4801         (HAVE_MBSRTOWCS): Likewise.
4802         * posix/fnmatch.c: Include string.h unconditionally.
4804 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4806         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4807         reversal.
4809 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4811         * sysdeps/generic/safe-fatal.h: New file.
4812         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4813         * nptl/forward.c: Include it.
4814         (__pthread_unwind): Use __safe_fatal as default action, rather
4815         than a bogus use of INTERNAL_SYSCALL that could never work.
4817         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4818         * configure.ac (libc_cv_builtin_trap): New test.
4819         * configure: Regenerated.
4820         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4821         (ABORT_INSTRUCTION): Define using __builtin_trap.
4823         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4824         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4825         * sysdeps/nptl/nptl-signals.h: New file.
4826         * nptl/pthreadP.h: Include <nptl-signals.h>.
4828 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4830         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4831         (ONE_DIRECTION): Define.
4832         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4833         (ONE_DIRECTION): Define.
4834         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4835         (ONE_DIRECTION): Define.
4837 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4839         * sysdeps/s390/Makefile: Delete file.
4840         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4841         * sysdeps/s390/__longjmp.c: Delete file.
4842         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4843         Remove fields __flags and __reserved.
4844         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4845         and add versioning.
4846         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4847         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4848         * sysdeps/s390/rtld-setjmp.S: Likewise.
4849         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4850         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4851         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4852         * sysdeps/s390/s390-32/setjmp.S: ... here.
4853         Add versioning.
4854         (__sigsetjmp): Remove setting __flags field.
4855         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4856         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4857         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4858         * sysdeps/s390/s390-64/setjmp.S: ... here.
4859         Add versioning.
4860         (__sigsetjmp): Remove setting __flags field.
4861         * sysdeps/s390/setjmp.S: Delete file.
4862         * sysdeps/s390/sigjmp.c: Likewise.
4863         * sysdeps/s390/v1-longjmp.c: Likewise.
4864         * sysdeps/s390/v1-setjmp.h: Likewise.
4865         * sysdeps/s390/v1-sigjmp.c: Likewise.
4866         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4867         Remove v1-longjmp_chk.
4868         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4869         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4870         Include debug/longjmp_chk.c and add versioning.
4871         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4872         Include nptl/pt-longjmp.c and add versioning.
4873         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4874         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4875         Include __longjmp.c.
4876         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4877         Move to ...
4878         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4879         (__getcontext): Remove setting __flags field.
4880         Add versioning.
4881         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4882         Don't restore upper high grps.
4883         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4884         Likewise.
4885         (__swapcontext): Remove setting uc_flags field.
4886         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4887         Delete file.
4888         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4889         Include __longjmp.c.
4890         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4891         Move to ...
4892         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4893         (__getcontext): Remove setting __flags field.
4894         Add versioning.
4895         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4896         (__swapcontext): Remove setting uc_flags field.
4897         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4898         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4899         Remove fields uc_high_gprs and __reserved.
4900         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4901         New file with reverted content.
4902         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4903         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4904         Regenerated.
4905         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4906         Regenerated.
4908 2014-07-31  Andreas Schwab  <schwab@suse.de>
4910         * config.h.in (HAVE_IFUNC): Define to 0.
4911         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4912         definedness.
4914 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4916         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4917         memmove-avx-unaligned, memcpy-avx-unaligned and
4918         mempcpy-avx-unaligned.
4919         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4920         Add tests for AVX memcpy functions.
4921         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4922         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4923         memcpy_chk.
4924         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4925         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4926         memmove_chk.
4927         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4928         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4929         mempcpy_chk.
4930         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4931         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4932         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4934 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4936         [BZ #17213]
4937         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4938         powerpc64le.
4940 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4942         [BZ #16839]
4943         * manual/llio.texi: Add section about open file description locks.
4944         * manual/examples/ofdlocks.c: Example of open file description
4945         lock usage.
4946         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4947         F_OFD_SETLK, and F_OFD_SETLKW.
4949 2014-07-23  Allan McRae  <allan@archlinux.org>
4951         * po/es.po: Update Spanish translation from translation project.
4953 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4955         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4957 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4959         [BZ #17078]
4960         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4961         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4962         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4964 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4966         [BZ #17088]
4967         * math/fesetenv.c (__fesetenv)
4968         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4969         * math/feupdateenv.c (__feupdateenv)
4970         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4972         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4973         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4974         (__ASSUME_SOCKETCALL): Do not define.
4976         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4977         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4978         (__ASSUME_SOCKETCALL): Do not define.
4979         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4980         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4981         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4982         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4983         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4984         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4985         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4986         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4988         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4989         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4990         (__ASSUME_SOCKETCALL): Do not define.
4991         (__ASSUME_IPC64): Define unconditionally.
4992         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4993         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4994         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4995         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4996         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4997         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4998         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4999         Likewise.
5001         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5002         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5003         (__ASSUME_SOCKETCALL): Do not define.
5004         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5005         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5006         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5007         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5008         (__ASSUME_REQUEUE_PI): Define unconditionally.
5009         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5010         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5011         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5012         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5013         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5014         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5016         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5017         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5018         (__ASSUME_SOCKETCALL): Do not define.
5019         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5020         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5021         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5022         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5023         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5024         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5026         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5027         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5028         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5029         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5030         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5031         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5032         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5033         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5034         (__ASSUME_GETCPU_SYSCALL): Likewise.
5036         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5037         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5038         cases for individual architectures.
5039         * sysdeps/gnu/configure: Regenerated.
5040         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5041         LIBC_SLIBDIR_RTLDDIR.
5042         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5043         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5044         LIBC_SLIBDIR_RTLDDIR.
5045         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5047         LIBC_SLIBDIR_RTLDDIR.
5048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5049         Regenerated.
5050         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5051         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5052         file.
5053         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5054         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5055         file.
5056         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5057         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5058         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5059         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5061         * sysdeps/aarch64/shlib-versions: Move to ...
5062         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5063         * sysdeps/alpha/shlib-versions: Move to ...
5064         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5065         * sysdeps/arm/shlib-versions: Move to ...
5066         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5067         * sysdeps/hppa/shlib-versions: Move all contents except for
5068         libgcc_s entry to ...
5069         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5070         entry from ...
5071         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5072         * sysdeps/ia64/shlib-versions: Move to ...
5073         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5074         entry from ...
5075         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5076         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5077         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5078         * sysdeps/microblaze/shlib-versions: Move to ...
5079         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5080         * sysdeps/mips/shlib-versions: Move to ...
5081         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5082         entry from ...
5083         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5084         * sysdeps/tile/shlib-versions: Move to ...
5085         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5086         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5087         from ...
5088         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5089         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5090         entry from ...
5091         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5093 2014-07-17  Will Newton  <will.newton@linaro.org>
5095         * sysdeps/arm/bits/atomic.h
5096         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5097         (__arch_compare_and_exchange_bool_16_int): Likewise.
5098         (__arch_compare_and_exchange_bool_64_int): Likewise.
5100         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5101         into an #else block.
5103 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5105         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5106         just Linux configurations.  Test empirically that the compiler sets
5107         __ARM_EABI__, rather than using the tuple to decide.
5108         * sysdeps/arm/preconfigure: Regenerated.
5109         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5110         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5111         contents appended ...
5112         * sysdeps/arm/configure.ac: ... here.
5113         * sysdeps/arm/configure: Regenerated.
5115 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5117         * nptl/pthread_kill.c: New file.
5118         * nptl/pthread_sigmask.c: New file.
5119         * nptl/pthread_sigqueue.c: New file.
5121         * sysdeps/nptl/lowlevellock.h: New file.
5122         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5123         * sysdeps/nptl/lowlevellock-futex.h: New file.
5125         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5126         Remove dead declarations.
5128 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5130         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5131         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5132         config-cflags-avx2.
5133         * sysdeps/x86_64/configure.ac: Likewise.
5134         * sysdeps/i386/configure: Regenerated.
5135         * sysdeps/x86_64/configure: Likewise.
5136         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5137         memset-avx2 only if config-cflags-avx2 is yes.
5138         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5139         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5140         defined.
5141         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5142         only if HAVE_AVX2_SUPPORT is defined.
5143         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5145 2014-07-14  Alan Modra  <amodra@gmail.com>
5147         [BZ #17153]
5148         * elf/elf.h (DT_PPC64_NUM): Correct value.
5149         * NEWS: Add to fixed bug list.
5151 2014-07-13  Jim Meyering  <meyering@fb.com>
5153         [BZ 17150]
5154         regex: don't deref NULL upon heap allocation failure
5155         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5156         failure in one more place.
5157         To trigger the segfault, configure grep -with-included-regex,
5158         build it, and run these commands:
5159         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5161 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5163         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5165 2014-07-11  Richard Henderson  <rth@redhat.com>
5167         * sysdeps/aarch64/libm-test-ulps: Update.
5169 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5171         [BZ #17135]
5172         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5173         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5174         (__nptl_setxid): Initialize error member.  Call
5175         __nptl_setxid_error.
5176         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5177         * nptl/descr.h (struct xid_command): Add error member.
5178         * nptl/tst-setuid3.c: New file.
5179         * nptl/Makefile (tests): Add it.
5181 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5183         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5184         New define.
5185         (__lll_trylock): Use __lll_base_trylock.
5186         (__lll_cond_trylock): Likewise.
5188 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5190         * nptl/pthread_create.c (start_thread): Use atomic_or and
5191         lll_futex_wake directly rather than lll_robust_dead.
5192         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5193         (lll_robust_dead): Macro removed.
5194         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5195         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5196         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5197         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5198         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5199         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5200         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5201         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5202         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5203         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5204         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5205         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5206         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5207         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5208         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5210         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5211         Use atomic_compare_and_exchange_val_acq directly rather than
5212         lll_robust_trylock.
5213         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5214         (__lll_robust_trylock, lll_robust_trylock): Removed.
5215         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5216         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5217         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5218         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5219         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5220         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5221         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5222         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5223         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5224         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5225         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5226         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5227         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5228         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5230 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5232         * manual/locale.texi (Locale Names): New section documenting
5233         locale name syntax.  Adjust menu and node chaining accordingly.
5234         (Choosing Locale): Reference Locale Names, Locale Categories.
5235         Mention setting LC_ALL=C.  Reflect that name syntax is now
5236         documented.
5237         (Locale Categories): New section title.  Reference Locale Names.
5238         LC_ALL is an environment variable, but not a category.
5239         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5240         description, now in Locale Name.  Reference that section.  Locale
5241         name syntax is now documented.
5243 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5245         [BZ #17137]
5246         * locale/findlocale.c (name_present, valid_locale_name): New
5247         functions.
5248         (_nl_find_locale): Use the loc_name variable to store name
5249         candidates.  Call name_present and valid_locale_name to check and
5250         validate locale names.  Return an error if the locale is invalid.
5252 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5254         * locale/setlocale.c (setlocale): Use strdup for allocating
5255         composite name copy.
5257 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5259         Sync up with gnulib.
5260         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5261         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5262         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5263         and _GL_ARG_NONNULL.
5264         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5265         [!_LIBC]: Include code for Windows and Cygwin.
5266         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5267         Include prototype for int strerror_r.
5268         [!_LIBC] (is_open): New function.
5269         (flush_stdout): New function.
5270         (print_errno_message): Use it.
5271         (error): Likewise.
5272         (error_at_line): Likewise.
5273         (error_tail) Add function attribute macros.  Use
5274         __builtin_expect.
5276         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5278         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5280         * io/ftw.c: Include sys/param.h unconditionally.
5282         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5284         [BZ #17125]
5285         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5286         libc_freeres_ptr.
5287         (freecache): New function to free CACHE on exit.
5289         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5290         initialization.
5292 2014-07-09  David S. Miller  <davem@davemloft.net>
5294         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5296         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5297         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5298         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5299         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5300         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5301         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5302         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5303         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5304         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5305         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5306         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5307         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5308         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5310 2014-07-09  Andreas Schwab  <schwab@suse.de>
5312         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5313         output.
5314         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5315         (do_test): Likewise.
5317         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5319 2014-07-09  Will Newton  <will.newton@linaro.org>
5321         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5322         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5323         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5324         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5325         * sysdeps/hppa/start.S (_start): Likewise.
5327 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5329         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5331         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5332         defined.
5334 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5336         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5337         after checking that it is non-NULL.
5339         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5341 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5343         * sysdeps/powerpc/memmove.c: Remove file.
5344         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5345         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5346         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5347         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5348         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5349         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5350         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5351         string memmove instead of removed powerpc one.
5353         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5354         [weak_alias]: Fix compiler warning due trailing data.
5355         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5356         [weak_alias]: Likewise.
5357         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5358         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5360         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5361         (__libc_ifunc_impl_list): Add memmove functions.
5363 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5365         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5366         Remove code.
5367         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5368         Likewise
5369         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5370         Likewise
5371         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5372         Likewise
5373         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5374         Likewise
5375         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5376         Likewise
5377         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5378         Likewise
5379         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5380         Likewise
5381         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5382         Likewise
5383         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5384         Likewise
5385         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5386         Likewise
5387         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5388         Likewise
5389         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5390         Likewise
5391         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5392         Likewise
5393         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5394         Likewise
5395         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5396         Likewise
5397         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5398         Likewise
5400 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5402         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5403         to avoid alignment traps in non-cacheable memory.
5404         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5406         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5407         multiarch objects.
5408         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5409         file: multiarch power7 memmove.
5410         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5411         multiarch default memmove.
5412         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5413         multiarch memove for powerpc32/power4.
5415         * string/bcopy.c: Use full path to include memmove.c.
5416         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5417         multiarch objects.
5418         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5419         bcopy for powerpc64.
5420         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5421         bcopy for powerpc64.
5422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5423         and memmove implementations.
5424         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5425         optimized multiarch memmove for POWER7/powerpc64.
5426         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5427         default multiarch memmove for powerpc64.
5428         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5429         multiarch for powerpc64.
5430         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5431         for POWER7/powerpc64.
5432         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5433         memmove for POWER7/powerpc64.
5435         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5436         glibc default one.
5438         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5439         __ELF_NATIVE_CLASS equal to 64.
5441 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5443         * sysdeps/nptl/lowlevellock.h: File removed.
5445         * NEWS: NPTL is no longer an add-on!
5446         * nptl/internaltypes.h: Moved ...
5447         * sysdeps/nptl/internaltypes.h: ... here.
5448         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5449         * sysdeps/nptl/fork.c: Likewise.
5450         * sysdeps/nptl/gai_misc.h: Likewise.
5451         * sysdeps/nptl/librt-cancellation.c: Likewise.
5452         * sysdeps/nptl/jmp-unwind.c: Likewise.
5453         * sysdeps/nptl/setxid.h: Likewise.
5454         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5455         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5456         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5457         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5458         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5459         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5460         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5461         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5462         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5463         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5464         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5465         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5466         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5467         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5468         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5469         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5470         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5471         * nptl/Makeconfig: Moved ...
5472         * sysdeps/nptl/Makeconfig: ... here.
5473         * nptl/configure: File removed.
5474         * nptl/ANNOUNCE: File removed.
5475         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5476         * sysdeps/unix/sysv/linux/configure: Regenerated.
5478         * nptl/Makefile (routines): Add libc_pthread_init,
5479         libc_multiple_threads, register-atfork and unregister-atfork.
5480         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5481         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5482         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5483         pthread-pi-defines.sym, structsem.sym.
5484         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5485         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5486         [$(subdir) = nptl] (tests): Add tst-setgetname.
5487         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5488         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5489         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5490         [!LIBC_SIGACTION]: Remove aliases.
5491         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5492         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5493         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5494         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5495         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5496         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5497         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5498         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5499         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5500         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5501         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5502         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5503         __libc_allocate_rtsig_private.
5504         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5505         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5506         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5507         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5508         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5509         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5510         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5511         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5512         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5513         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5514         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5515         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5516         * nptl/internaltypes.h: ... here.
5517         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5518         * sysdeps/nptl/jmp-unwind.c: ... here.
5519         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5520         * nptl/libc-lowlevellock.c: ... here.
5521         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5522         * nptl/libc_multiple_threads.c: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5524         * nptl/libc_pthread_init.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5526         * nptl/lowlevelbarrier.sym: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5528         * nptl/lowlevelcond.sym: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5530         * nptl/lowlevellock.c: ... here.
5531         * nptl/lowlevellock.h: Moved ...
5532         * sysdeps/nptl/lowlevellock.h: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5534         * nptl/lowlevelrobustlock.c: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5536         * nptl/lowlevelrobustlock.sym: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5538         * nptl/lowlevelrwlock.sym: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5540         * nptl/pt-fork.c: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5542         * nptl/pthread-pi-defines.sym: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5544         * nptl/pthread_attr_getaffinity.c: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5546         * nptl/pthread_attr_setaffinity.c: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5548         * nptl/pthread_mutex_cond_lock.c: ... here.
5549         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5550         Update #include.
5551         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5552         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5553         * nptl/pthread_once.c: ... here, replacing old file.
5554         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5555         * nptl/pthread_yield.c: ... here.
5556         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5557         * nptl/register-atfork.c: ... here.
5558         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5559         * nptl/sem_post.c: ... here.
5560         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5561         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5562         * nptl/sem_timedwait.c: ... here.
5563         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5564         * nptl/sem_trywait.c: ... here.
5565         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5566         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5567         * nptl/sem_wait.c: ... here.
5568         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5569         * nptl/structsem.sym: ... here.
5570         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5571         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5572         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5573         * nptl/unregister-atfork.c: ... here.
5574         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5575         * nptl/unwindbuf.sym: ... here.
5576         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5577         * sysdeps/nptl/fork.c: ... here.
5578         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5579         * sysdeps/nptl/fork.h: ... here.
5580         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5581         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5582         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5583         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5584         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5585         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5586         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5587         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5588         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5589         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5590         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5592         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5594         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5596         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5598         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5600         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5602         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5604         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5606         * sysdeps/unix/sysv/linux/raise.c: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5608         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5609         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5610         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5612         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5614         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5615         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5616         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5617         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5618         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5619         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5620         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5621         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5623 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5625         * sysdeps/generic/memcopy.h: Add comment for
5626         MEMCPY_OK_FOR_FWD_MEMMOVE.
5628 2014-07-04  Will Newton  <will.newton@linaro.org>
5630         * string/memchr.c: Merge from gnulib.
5631         [_LIBC]: Remove conditionals.
5632         (__ptr_t): Remove define.
5633         (LONG_MAX_32_BITS): Likewise.
5634         (LONG_MAX): Likewise.
5635         (MEMCHR): Use ANSI prototype and optimize algorithm.
5637         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5639 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5641         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5642         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5644         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5645         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5646         in a bare environment with no <stdlib.h> installed.
5647         * sysdeps/nptl/configure: Regenerated.
5649         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5651         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5652         AC_EGREP_CPP for kernel header checks, so they only succeed if
5653         including <linux/version.h> actually works right.
5654         * sysdeps/unix/sysv/linux/configure: Regenerated.
5656         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5657         value so it's not diagnosed as unused.
5659         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5660         thing) with "ifeq ($(subdir),rt)".
5662 2014-07-03  Richard Henderson  <rth@redhat.com>
5664         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5665         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5666         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5668         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5669         (math_force_eval): New.
5671         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5672         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5674         * sysdeps/alpha/fpu/s_round.c: Remove file.
5675         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5677         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5678         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5679         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5680         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5681         (_dl_start, print_statistics): Likewise.
5682         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5683         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5685         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5686         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5687         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5688         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5689         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5690         (HP_SMALL_TIMING_AVAIL): Define.
5691         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5692         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5693         (HP_SMALL_TIMING_AVAIL): Define.
5694         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5695         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5697         * sysdeps/aarch64/hp-timing.h: New file.
5699         * sysdeps/generic/hp-timing.h: Remove dead comment.
5700         * sysdeps/generic/hp-timing-common.h: New file.
5701         * sysdeps/alpha/hp-timing.h: Include it.
5702         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5703         * sysdeps/i386/i686/hp-timing.h: Likewise.
5704         * sysdeps/ia64/hp-timing.h: Likewise.
5705         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5706         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5707         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5708         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5709         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5710         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5711         (hp_timing_t): New.
5713         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5714         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5715         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5716         * elf/rtld.c (_dl_start_final): Likewise.
5717         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5718         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5719         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5720         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5721         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5722         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5723         (HP_TIMING_DIFF_INIT): Remove.
5724         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5725         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5726         (HP_TIMING_DIFF_INIT): Remove.
5727         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5728         * sysdeps/i386/i686/hp-timing.c: Remove file.
5729         * sysdeps/x86_64/hp-timing.c: Remove file.
5730         * sysdeps/ia64/hp-timing.c: Remove file.
5731         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5732         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5733         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5734         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5736         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5737         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5738         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5739         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5740         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5741         (HP_TIMING_ACCUM): Remove.
5742         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5743         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5744         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5746         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5747         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5748         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5749         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5750         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5751         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5752         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5753         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5755         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5757 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5759         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5761 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5763         Sync up with gettext.
5764         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5765         [_MSC_VER]: Include malloc.h
5766         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5767         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5768         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5769         TEMP_FAILURE_RETRY.  Cast return of alloca.
5770         [!_LIBC] Call gl_rwlock_init.
5771         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5773 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5775         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5776         before checking its value.
5778 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5780         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5782         * debug/memcpy_chk.c: Don't include pagecopy.h.
5783         * debug/mempcpy_chk.c: Likewise.
5784         * string/memcpy.c: Likewise.
5785         * string/memmove.c: Likewise.
5786         * sysdeps/powerpc/memmove.c: Likewise.
5787         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5788         definition of PAGE_COPY_FWD_MAYBE here...
5789         * sysdeps/generic/pagecopy.h: ... from here.
5790         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5792 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5793             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5795         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5796         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5797         optimizations.
5798         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5799         (__libc_ifunc_impl_list): Likewise.
5800         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5801         multiarch strcat for PPC64.
5802         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5803         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5805 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5807         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5809 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5811         * intl/loadmsgcat.c: Remove declaration of
5812         get_sysdep_segment_value.
5813         (get_sysdep_segment_value): Use ISO C style.
5814         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5815         semicolon.  Fix typo and formatting in comment.
5816         (_nl_unload_domain): Use ISO C style.
5818         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5820 2014-07-02  Will Newton  <will.newton@linaro.org>
5822         * malloc/obstack.c: Merge from gnulib master.
5823         [HAVE_CONFIG_H]: Remove conditional code.
5824         [!_LIBC]: Include config.h.
5825         [!ELIDE_CODE]: Don't include inttypes.h, include
5826         stdint.h unconditionally.
5827         (print_and_abort): Mark as _Noreturn.
5828         (_obstack_allocated_p): Mark as __attribute_pure__.
5829         (obstack_free): Rename to __obstack_free.
5830         [!__attribute__]: Remove conditional code.
5831         * malloc/obstack.h: Merge from gnulib master.
5832         [__cplusplus]: Move conditional down.
5833         [!__attribute_pure__]: Define __attribute_pure__ here
5834         if it is not already defined.
5835         (_obstack_memory_used): Mark as __attribute_pure__.
5836         [!__obstack_free]: Define as obstack_free.
5837         [__GNUC__]: Remove check for ancient NeXT gcc.
5839 2014-07-02  Will Newton  <will.newton@linaro.org>
5840             Paul Eggert  <eggert@cs.ucla.edu>
5842         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5844 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5846         * resolv/gethnamaddr.c: Add comment warning that the file is
5847         not maintained.
5849 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5851         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5852         entries.
5854         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5855         entry for aio_cancel and aio_cancel64.
5856         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5857         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5858         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5859         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5860         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5861         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5862         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5863         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5864         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5865         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5866         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5867         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5868         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5870 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5872         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5873         * nptl/pthread_mutex_lock.c: Likewise.
5874         * nptl/pthread_mutex_timedlock.c: Likewise.
5875         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5877 2014-07-01  Richard henderson  <rth@redhat.com>
5879         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5880         (__isnan, __isnanl): Remove.
5881         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5883         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5885 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5887         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5889 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5891         * resolv/nss_dns/dns-host.c (getanswer_r)
5892         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5894 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5896         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5897         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5898         undefine.
5899         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5900         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5902 2014-07-01  Roland McGrath <roland@hack.frob.com>
5904         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5905         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5907         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5908         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5910         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5911         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5912         ... here.
5913         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5914         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5916         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5917         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5918         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5919         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5921         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5922         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5923         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5924         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5925         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5926         Moved ...
5927         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5928         ... here.
5929         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5930         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5931         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5932         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5933         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5934         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5935         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5936         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5937         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5938         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5939         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5940         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5941         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5942         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5943         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5944         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5945         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5946         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5947         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5948         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5949         ... here.
5950         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5951         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5952         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5953         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5954         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5955         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5956         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5957         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5959 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5961         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5962         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5963         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5964         Add sysdep.
5966 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5968         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5970 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5972         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5973         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5975         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5977         * sysdeps/arm/libm-test-ulps: Regenerated.
5979 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5980             Roland McGrath <roland@hack.frob.com>
5982         * test-skeleton.c (signal_handler): Kill the whole process group
5983         before killing the child individually.
5984         (main): Report any failure on `setpgid'.
5986 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5988         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5989         from _TLS_H to _ARM_NPTL_TLS_H.
5990         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5991         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5993 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5995         [BZ #16539]
5996         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5997         (__expm1l): Return argument unchanged when small but not
5998         subnormal.
6000         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6001         include macro name.
6002         (_FP_UNPACK_RAW_1_P): Likewise.
6003         (_FP_PACK_RAW_1): Likewise.
6004         (_FP_PACK_RAW_1_P): Likewise.
6005         (_FP_MUL_MEAT_1_wide): Likewise.
6006         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6007         (_FP_MUL_MEAT_1_hard): Likewise.
6008         (_FP_DIV_MEAT_1_imm): Likewise.
6009         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6010         (_FP_DIV_MEAT_1_udiv): Likewise.
6011         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6012         (_FP_UNPACK_RAW_2): Likewise.
6013         (_FP_UNPACK_RAW_2_P): Likewise.
6014         (_FP_PACK_RAW_2): Likewise.
6015         (_FP_PACK_RAW_2_P): Likewise.
6016         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6017         (_FP_MUL_MEAT_2_wide): Likewise.
6018         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6019         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6020         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6021         (_FP_MUL_MEAT_2_gmp): Likewise.
6022         (_FP_DIV_MEAT_2_udiv): Likewise.
6023         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6024         (_FP_FRAC_SRL_4): Likewise.
6025         (_FP_FRAC_SRST_4): Likewise.
6026         (_FP_FRAC_SRS_4): Likewise.
6027         (_FP_UNPACK_RAW_4): Likewise.
6028         (_FP_UNPACK_RAW_4_P): Likewise.
6029         (_FP_PACK_RAW_4): Likewise.
6030         (_FP_PACK_RAW_4_P): Likewise.
6031         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6032         (_FP_MUL_MEAT_4_wide): Likewise.
6033         (_FP_MUL_MEAT_4_gmp): Likewise.
6034         (umul_ppppmnnn): Likewise.
6035         (_FP_DIV_MEAT_4_udiv): Likewise.
6036         (__FP_FRAC_ADD_4): Likewise.
6037         (__FP_FRAC_SUB_3): Likewise.
6038         (__FP_FRAC_SUB_4): Likewise.
6039         (__FP_FRAC_DEC_3): Likewise.
6040         (__FP_FRAC_DEC_4): Likewise.
6041         (__FP_FRAC_ADDI_4): Likewise.
6042         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6043         (_FP_FRAC_SRL_8): Likewise.
6044         (_FP_FRAC_SRS_8): Likewise.
6046         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6047         include macro name.
6048         (FP_UNPACK_RAW_EP): Likewise.
6049         (FP_PACK_RAW_E): Likewise.
6050         (FP_PACK_RAW_EP): Likewise.
6051         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6052         (_FP_ISSIGNAN): Likewise.
6053         (_FP_ADD_INTERNAL): Likewise.
6054         (_FP_FMA): Likewise.
6055         (_FP_CMP): Likewise.
6056         (_FP_SQRT): Likewise.
6057         (_FP_TO_INT): Likewise.
6058         (_FP_FROM_INT): Likewise.
6059         (FP_EXTEND): Likewise.
6060         (_FP_DIV_MEAT_N_loop): Likewise.
6062 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6064         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6065         throughout.
6067 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6069         [BZ #17097]
6070         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6071         result with correct sign in case of exponents that produce
6072         overflow except for X very close to 1.
6074 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6076         mktime: merge #if/#ifdef usage from glibc
6077         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6078         as that works with both Glibc's and Gnulib's style.
6079         See thread starting at Siddhesh Poyarekar's bug report at:
6080         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6082 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6084         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6085         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6086         * sysdeps/tile/tilegx/memmove.c: Remove file.
6088 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6090         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6091         abi-name definition.
6092         * scripts/soversions.awk: Do not handle or generate ABI lines.
6093         * shlib-versions: Remove ABI entries.
6094         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6095         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6097 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6099         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6100         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6101         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6102         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6103         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6104         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6105         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6106         Moved ...
6107         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6108         ... here.
6109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6110         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6112         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6113         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6114         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6115         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6116         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6118         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6119         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6120         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6122         Moved ...
6123         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6125         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6129         Moved ...
6130         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6131         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6132         Moved ...
6133         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6135         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6137         Moved ...
6138         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6139         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6140         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6141         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6142         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6143         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6144         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6146         Moved ...
6147         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6149         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6150         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6151         Moved ...
6152         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6154         Moved ...
6155         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6156         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6157         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6158         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6159         Moved ...
6160         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6161         ... here.
6162         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6163         Identical file removed.
6164         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6165         Moved ...
6166         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6167         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6168         Identical file removed.
6169         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6172         Moved ...
6173         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6175         Identical file removed.
6176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6177         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6179         Identical file removed.
6180         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6181         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6182         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6183         Identical file removed.
6184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6185         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6186         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6187         Identical file removed.
6188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6189         Moved ...
6190         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6192         Identical file removed.
6193         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6194         Moved ...
6195         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6196         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6197         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6198         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6199         Identical file removed.
6200         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6201         Moved ...
6202         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6203         ... here.
6204         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6205         Identical file removed.
6206         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6207         Moved ...
6208         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6209         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6210         Identical file removed.
6211         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6212         Moved ...
6213         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6214         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6215         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6216         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6217         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6218         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6219         Moved ...
6220         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6221         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6222         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6224         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6225         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6226         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6227         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6228         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6230 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6232         [BZ #17092]
6233         * nscd/nscd.c (monitor_child): Return exit status of child
6234         instead of return value from wait syscall.
6236 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6238         * configure.ac (libc_commonpagesize): Remove variable.
6239         (libc_relro_required): Likewise.
6240         (libc_cv_z_relro): Remove configure test.
6241         * configure: Regenerated.
6242         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6243         variable.
6244         (libc_relro_required): Likewise.
6245         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6246         (libc_relro_required): Likewise.
6247         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6248         (libc_relro_required): Likewise.
6249         * sysdeps/arm/preconfigure: Regenerated.
6250         * sysdeps/ia64/preconfigure: Remove file.
6251         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6252         variable.
6253         (libc_relro_required): Likewise.
6255         [BZ #16561]
6256         [BZ #16562]
6257         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6258         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6259         recompute overflowing results in original rounding mode.
6260         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6261         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6262         recompute overflowing results in original rounding mode.
6263         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6264         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6265         recompute overflowing results in original rounding mode.
6266         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6267         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6268         recompute overflowing results in original rounding mode.
6269         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6270         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6271         recompute overflowing results in original rounding mode.
6272         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6273         (libc_feholdsetround_ctx): New macro.
6274         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6275         * sysdeps/i386/fpu/libm-test-ulps: Update.
6276         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6278 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6280         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6281         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6282         corresponding .cpsetup call.
6284 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6286         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6287         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6288         * sysdeps/arm/Makefile [$(subdir) = csu]
6289         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6290         (static-only-routines): Add aeabi_read_tp here.
6291         (shared-only-routines): Add libc-aeabi_read_tp here.
6292         (CFLAGS-libc-start.c): Add -fexceptions here.
6293         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6294         (sysdep_routines, static-only-routines, shared-only-routines):
6295         Don't add to these here.
6296         (CFLAGS-libc-start.c): Likewise.
6298         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6299         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6300         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6301         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6302         * sysdeps/arm/Makefile [$(subdir) = rt]
6303         (librt-sysdep_routines, librt-shared-only-routines):
6304         Append rt-aeabi_unwind_cpp_pr1 here.
6305         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6306         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6307         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6308         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6309         Append nptl-aeabi_unwind_cpp_pr1 here.
6310         (tests): Filter out tst-cleanupx4 here.
6311         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6312         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6313         Don't do those here.
6315 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6317         * scripts/list-sources.sh: Do not handle ports specially.
6319 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6321         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6322         * sysdeps/arm/feupdateenv.c: Likewise.
6324         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6326 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6328         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6329         trailing whitespace removed.
6330         * scripts/config.guess: Update to version 2014-03-23.
6331         * scripts/config.sub: Update to version 2014-05-01
6332         * scripts/install-sh: Update to version 2013-12-25.23.
6333         * scripts/move-if-change: Update from gnulib.
6335 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6337         * debug/memmove_chk.c: Remove pagecopy.h include.
6339 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6341         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6342         identical to gnulib mktime.
6344 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6346         * configure.ac: Do not test for machine being rs6000.  Do not test
6347         for powerpc*-*soft.
6348         * configure: Regenerated.
6350         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6351         test.
6352         * configure: Regenerated.
6353         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6354         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6355         Remove configure test.
6356         * sysdeps/arm/configure: Regenerated.
6357         * sysdeps/nptl/configure.ac: Do not check
6358         libc_cv_asm_cfi_directives.
6359         * sysdeps/nptl/configure: Regenerated.
6360         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6361         * sysdeps/x86_64/nptl/configure: Remove generated file.
6362         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6363         unconditional.
6364         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6366 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6368         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6369         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6370         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6371         it is defined.
6373         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6374         instead of whether it is defined.
6375         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6376         * sysdeps/hppa/dl-machine.h: Likewise.
6377         * sysdeps/ia64/dl-machine.h: Likewise.
6378         * sysdeps/m68k/dl-machine.h: Likewise.
6379         * sysdeps/microblaze/dl-machine.h: Likewise.
6380         * sysdeps/mips/dl-machine.: Likewise.
6381         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6382         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6383         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6384         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6385         * sysdeps/sh/dl-machine.h: Likewise.
6386         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6387         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6388         * sysdeps/tile/dl-machine.h: Likewise.
6389         * sysdeps/x86_64/dl-machine.h: Likewise.
6391         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6392         code.
6393         (verify_persistent_db): Likewise.
6395 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6398         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6402         Moved ...
6403         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6404         ... here.
6405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6406         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6408         Identical file removed.
6409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6410         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6420         Moved ...
6421         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6427         Moved ...
6428         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6430         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6432         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6434         Identical file removed.
6435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6436         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6438         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6440         Moved ...
6441         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6442         ... here.
6443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6446         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6448         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6450         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6452         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6454         Moved ...
6455         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6457         Moved ...
6458         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6460         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6462         Moved ...
6463         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6465         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6467         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6468         folded into ...
6469         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6470         * sysdeps/unix/sysv/linux/s390/Versions
6471         (libpthread: GLIBC_2.19): New version set.
6472         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6473         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6474         (librt: GLIBC_2.3.3): New version set.
6475         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6476         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6477         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6478         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6479         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6480         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6481         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6482         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6483         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6484         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6485         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6486         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6487         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6488         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6489         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6490         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6491         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6492         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6493         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6494         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6495         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6496         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6497         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6498         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6499         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6500         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6501         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6502         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6503         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6504         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6505         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6506         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6507         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6508         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6509         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6510         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6511         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6512         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6513         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6514         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6515         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6516         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6517         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6518         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6519         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6521         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6522         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6523         (__libc_vfork): Define the function under this name.
6524         [!NOT_IN_libc] (__vfork): Make this an alias.
6525         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6526         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6527         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6528         (__libc_vfork): Define the function under this name.
6529         [!NOT_IN_libc] (__vfork): Make this an alias.
6530         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6531         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6532         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6533         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6534         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6535         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6537         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6538         code that was previously under [RESET_PID].
6539         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6540         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6541         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6543         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6544         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6545         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6546         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6547         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6548         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6549         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6550         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6551         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6552         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6553         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6554         Moved ...
6555         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6556         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6557         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6558         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6559         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6560         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6561         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6562         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6563         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6565         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6566         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6573         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6579         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6580         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6581         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6582         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6583         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6585 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6587         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6588         that was previously under [RESET_PID].
6589         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6591 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6593         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6594         not undefine and redefine.
6595         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6596         [O_CLOEXEC]: Make code unconditional.
6597         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6598         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6599         <kernel-features.h>.
6600         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6601         conditional variable definition.
6602         (shm_open) [O_CLOEXEC]: Make code unconditional.
6603         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6604         code.
6606         * configure.ac (USE_REGPARMS): Don't define here.
6607         * configure: Regenerated.
6608         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6609         * sysdeps/i386/configure: Regenerated.
6611         * nptl/createthread.c: Don't include kernel-features.h.
6612         * nptl/pthread_cancel.c: Likewise.
6613         * nptl/pthread_condattr_setclock.c: Likewise.
6614         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6615         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6616         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6617         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6618         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6619         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6620         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6621         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6622         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6623         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6624         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6625         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6626         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6627         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6628         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6629         * nscd/gai.c: Likewise.
6630         * nss/nss_db/db-open.c: Likewise.
6631         * sysdeps/generic/ldsodefs.h: Likewise.
6632         * sysdeps/sh/nptl/tls.h: Likewise.
6633         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6634         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6635         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6636         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6637         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6638         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6639         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6640         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6641         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6642         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6643         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6644         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6645         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6646         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6647         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6648         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6649         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6650         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6651         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6652         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6653         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6654         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6655         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6656         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6657         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6658         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6659         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6660         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6661         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6662         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6663         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6664         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6665         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6666         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6667         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6668         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6669         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6670         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6671         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6672         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6673         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6674         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6675         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6676         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6677         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6678         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6679         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6680         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6681         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6682         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6683         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6684         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6685         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6686         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6687         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6688         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6689         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6690         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6713         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6714         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6715         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6716         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6717         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6718         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6719         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6720         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6721         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6722         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6723         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6724         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6725         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6726         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6727         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6728         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6729         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6730         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6731         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6732         * sysdeps/unix/sysv/linux/system.c: Likewise.
6733         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6734         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6735         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6736         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6737         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6738         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6739         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6741         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6742         * configure: Regenerated.
6743         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6745         * configure.ac (base_machine): Do not set specially for particular
6746         machines here.
6747         * configure: Regenerated.
6748         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6749         settings from configure.ac.
6750         * sysdeps/i386/preconfigure: New file.
6751         * sysdeps/s390/preconfigure: Likewise.
6752         * sysdeps/sh/preconfigure: Likewise.
6753         * sysdeps/sparc/preconfigure: Likewise.
6755 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6757         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6758         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6759         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6760         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6761         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6762         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6763         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6764         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6765         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6766         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6767         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6768         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6769         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6770         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6771         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6772         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6773         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6774         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6775         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6777         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6778         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6779         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6780         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6781         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6782         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6783         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6784         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6785         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6786         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6787         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6788         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6789         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6790         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6791         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6792         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6793         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6794         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6795         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6796         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6797         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6798         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6799         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6800         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6801         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6802         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6803         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6804         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6805         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6806         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6807         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6808         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6809         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6810         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6811         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6812         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6813         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6814         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6817         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6819         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6823         ... here.
6824         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6825         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6826         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6827         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6828         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6829         Moved ...
6830         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6831         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6832         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6833         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6834         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6836         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6838         Moved ...
6839         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6841         Moved ...
6842         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6843         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6844         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6845         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6846         Moved ...
6847         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6849         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6851         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6852         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6853         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6854         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6855         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6857         Moved ...
6858         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6859         ... here.
6860         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6861         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6862         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6863         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6865         Moved ...
6866         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6867         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6868         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6869         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6870         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6872         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6874         Moved ...
6875         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6877         Moved ...
6878         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6880         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6884         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6885         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6887         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6889 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6891         * timezone/checktab.awk: Update from tzcode 2014e.
6892         * timezone/private.h: Likewise.
6893         * timezone/tzfile.h: Likewise.
6894         * timezone/zdump.c: Likewise.
6895         * timezone/zic.c: Likewise.
6897         * sysdeps/unix/sysv/linux/kernel-features.h
6898         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6899         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6900         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6901         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6902         Remove conditional code.
6904 2014-06-25  Will Newton  <will.newton@linaro.org>
6906         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6907         (_dl_arm_cap_flags): Add HWCAP2 values.
6908         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6909         (_DL_HWCAP_COUNT): Increase to 37.
6910         (_DL_HWCAP_LAST): New define.
6911         (_DL_HWCAP2_LAST): New define.
6912         (_dl_procinfo): Add support for printing
6913         AT_HWCAP2 entries.
6914         (_dl_string_hwcap): Use _dl_hwcap_string.
6916 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6918         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6920 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6922         * README: Do not mention ports directory.
6924         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6925         Remove macro.
6926         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6927         <kernel-features.h>.
6928         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6929         conditional variable definition.
6930         (__futimes): Update comment.
6931         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6932         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6934         [BZ #16560]
6935         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6936         arguments close to 0.
6937         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6938         Likewise.
6939         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6940         Likewise.
6941         * math/auto-libm-test-in: Add more tests of exp10.
6942         * math/auto-libm-test-out: Regenerated.
6943         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6945         * sysdeps/unix/sysv/linux/kernel-features.h
6946         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6947         * sysdeps/unix/sysv/linux/readv.c: Do not include
6948         <kernel-features.h>.
6949         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6950         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6951         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6952         unconditional.
6953         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6954         conditional code.
6955         * sysdeps/unix/sysv/linux/writev.c: Do not include
6956         <kernel-features.h>.
6957         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6958         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6959         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6960         unconditional.
6961         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6962         conditional code.
6964 2014-06-25  Will Newton  <will.newton@linaro.org>
6966         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6967         comment changes throughout the file.  Remove checks
6968         for HAVE_*_H definitions that are not required.
6969         (__gen_tempname): Call abort if an unknown kind value is
6970         passed.
6972 2014-06-25  Andreas Schwab  <schwab@suse.de>
6974         [BZ #17086]
6975         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6976         scalbln, scalblnf, scalblnl in libc.
6978 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6980         [BZ #17086]
6981         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6982         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6983         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6985 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6987         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6988         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6989         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6990         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6991         Update #include.
6992         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6993         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6994         Update #include.
6995         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6996         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6997         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6998         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6999         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7000         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7001         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7002         * sysdeps/x86/bits/semaphore.h: ... here.
7003         * sysdeps/x86/nptl/elide.h: Moved ...
7004         * sysdeps/x86/elide.h: ... here.
7005         * sysdeps/x86_64/nptl/Implies: File removed.
7006         * sysdeps/i386/nptl/Implies: File removed.
7008 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7010         [BZ #16539]
7011         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7012         return the argument for normal arguments with exponent below -64.
7013         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7014         Likewise.
7015         * math/auto-libm-test-in: Add another test of expm1.
7016         * math/auto-libm-test-out: Regenerated.
7018         [BZ #16287]
7019         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7020         calling __erfcl for arguments at least 16.
7021         * math/auto-libm-test-in: Add more tests of erf.
7022         * math/auto-libm-test-out: Regenerated.
7024         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7025         individual architectures.
7026         * sysdeps/unix/sysv/linux/configure: Regenerated.
7027         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7028         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7029         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7030         (ldd_rewrite_script): Define variable.
7031         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7033         file.
7034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7035         generated file.
7036         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7037         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7038         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7039         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7040         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7041         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7042         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7043         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7045 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7047         [BZ #17084]
7048         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7049         Rename member __data.d to __data.__elision_data.
7051 2014-06-24  Wilco  <wdijkstr@arm.com>
7053         * NEWS: Add 16918 to fixed bug list.
7055 2014-06-24  Wilco  <wdijkstr@arm.com>
7057         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7059 2014-06-24  Wilco  <wdijkstr@arm.com>
7061         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7062         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7063         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7064         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7065         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7066         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7067         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7068         Use _FPU_MASK_RM.
7070 2014-06-24  Wilco  <wdijkstr@arm.com>
7072         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7074 2014-06-24  Wilco  <wdijkstr@arm.com>
7076         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7077         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7078         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7079         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7081 2014-06-24  Wilco  <wdijkstr@arm.com>
7083         [BZ #16918]
7084         * sysdeps/arm/feupdateenv.c (feupdateenv):
7085         Rewrite to reduce FPSCR accesses and fix return value.
7087 2014-06-24  Wilco  <wdijkstr@arm.com>
7089         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7090         Optimize to avoid unnecessary FPSCR writes.
7091         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7092         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7093         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7094         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7096 2014-06-24  Wilco  <wdijkstr@arm.com>
7098         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7099         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7100         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7101         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7102         Call libc_fetestexcept_vfp.
7103         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7104         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7105         __SOFTFP__ ifdef so that they can be built for softfp.
7107 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7109         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7110         argument type signed char.
7112         * Makerules (check-abi): Dump diff of symlist if the test
7113         fails.
7115 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7117         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7118         using abort.
7120         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7121         Remove unused variable ST.
7123 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7125         [BZ #16354]
7126         [BZ #17061]
7127         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7128         small arguments before calling __expm1.
7129         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7130         small arguments before calling __expm1f.
7131         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7132         small arguments before calling __expm1l.
7133         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7134         Likewise.
7135         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7136         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7137         spurious underflow for some cosh tests.
7138         * math/auto-libm-test-out: Regenerated.
7139         * sysdeps/i386/fpu/libm-test-ulps: Update.
7141         [BZ #17050]
7142         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7143         (__ieee754_y1): Set errno if return value overflows.
7144         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7145         (__ieee754_y1f): Set errno if return value overflows.
7146         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7147         (__ieee754_y1l): Set errno if return value overflows.
7148         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7149         (__ieee754_y1l): Set errno if return value overflows.
7150         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7151         * math/auto-libm-test-out: Regenerated.
7153         * math/gen-auto-libm-tests.c: Document use of
7154         ignore-zero-inf-sign.
7155         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7156         (input_flags): Add ignore-zero-inf-sign.
7157         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7158         * math/gen-libm-test.pl (generate_testfile): Handle
7159         ignore-zero-inf-sign.
7160         * math/auto-libm-test-in: Mark some cpow tests with
7161         ignore-zero-inf-sign and some with xfail-rounding.
7162         * math/auto-libm-test-out: Regenerated.
7163         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7164         * sysdeps/i386/fpu/libm-test-ulps: Update.
7165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7167         [BZ #16315]
7168         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7169         overflowing or underflowing operations take place with sign of
7170         result.
7171         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7172         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7173         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7174         (__ieee754_pow): Recompute overflowing and underflowing results in
7175         original rounding mode.
7176         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7177         (__powl_helper): Allow negative argument X and scale negated value
7178         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7179         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7180         overflowing or underflowing operations take place with sign of
7181         result.
7182         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7183         Include <math.h>.
7184         * math/auto-libm-test-in: Add more tests of pow.
7185         * math/auto-libm-test-out: Regenerated.
7186         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7187         (pow_tonearest_test_data): Remove.
7188         (pow_test_tonearest): Likewise.
7189         (pow_towardzero_test_data): Likewise.
7190         (pow_test_towardzero): Likewise.
7191         (pow_downward_test_data): Likewise.
7192         (pow_test_downward): Likewise.
7193         (pow_upward_test_data): Likewise.
7194         (pow_test_upward): Likewise.
7195         (main): Don't call removed functions.
7196         * sysdeps/i386/fpu/libm-test-ulps: Update.
7197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7199 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7202         Moved ...
7203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7205         Moved ...
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7208         Moved ...
7209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7211         Moved ...
7212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7214         File removed.
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7216         File removed.
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7218         File removed.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7220         File removed.
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7222         File removed.
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7224         File removed.
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7226         File removed.
7227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7228         File removed.
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7230         File removed.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7232         File removed.
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7234         File removed.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7236         File removed.
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7238         Moved ...
7239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7241         Moved ...
7242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7243         ... here.
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7245         Moved ...
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7248         Moved ...
7249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7251         Moved ...
7252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7254         Moved ...
7255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7257         Moved ...
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7260         Moved ...
7261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7263         Moved ...
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7267         ... here.
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7269         Moved ...
7270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7272         Moved ...
7273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7274         ... here.
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7278         ... here.
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7280         Moved ...
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7282         ... here.
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7284         Moved ...
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7287         Moved ...
7288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7292         Moved ...
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7294         ... here.
7295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7296         Moved ...
7297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7298         ... here.
7299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7300         Moved ...
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7303         Moved ...
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7306         Moved ...
7307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7309         Moved ...
7310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7312         Moved ...
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7314         ... here.
7315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7316         Moved ...
7317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7319         Moved ...
7320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7322         Moved ...
7323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7325         Moved ...
7326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7330         Moved ...
7331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7333         Moved ...
7334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7336         Moved ...
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7338         ... here.
7339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7340         Moved ...
7341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7342         ... here.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7344         Moved ...
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7346         ... here.
7347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7348         Moved ...
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7351         Moved ...
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7354         Moved ...
7355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7357         Moved ...
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7359         ... here.
7360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7361         Moved ...
7362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7363         ... here.
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7365         Moved ...
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7367         ... here.
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7369         Moved ...
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7372         Moved ...
7373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7375 2014-06-23  Will Newton  <will.newton@linaro.org>
7376             Wilco  <wdijkstr@arm.com>
7378         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7379         implementation.  Include get-rounding-mode.h.
7380         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7381         [!libc_feholdsetround_noex_ctx]: Define
7382         libc_feholdsetround_noex_ctx.
7383         [!libc_feholdsetround_noexf_ctx]: Define
7384         libc_feholdsetround_noexf_ctx.
7385         [!libc_feholdsetround_noexl_ctx]: Define
7386         libc_feholdsetround_noexl_ctx.
7387         (libc_feholdsetround_ctx): New function.
7388         (libc_feresetround_ctx): New function.
7389         (libc_feholdsetround_noex_ctx): New function.
7390         (libc_feresetround_noex_ctx): New function.
7392 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7394         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7395         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7396         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7397         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7398         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7399         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7401         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7402         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7403         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7404         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7405         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7406         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7407         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7408         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7409         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7410         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7411         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7412         Moved ...
7413         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7414         ... here.
7415         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7416         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7417         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7418         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7419         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7420         Moved ...
7421         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7422         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7429         Moved ...
7430         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7431         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7432         Moved ...
7433         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7435         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7437         Moved ...
7438         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7439         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7440         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7441         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7442         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7443         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7444         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7445         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7446         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7447         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7448         Moved ...
7449         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7450         ... here.
7451         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7452         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7453         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7454         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7455         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7456         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7457         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7458         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7460         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7461         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7462         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7463         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7464         Moved ...
7465         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7466         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7467         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7468         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7469         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7470         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7471         Moved ...
7472         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7473         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7474         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7475         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7476         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7478         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7479         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7480         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7481         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7482         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7483         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7485         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7487         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7489         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7491         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7492         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7493         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7495         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7496         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7497         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7498         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7499         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7500         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7501         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7502         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7503         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7504         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7505         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7507 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7509         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7510         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7511         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7512         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7513         (IPV6_PMTUDISC_INTERFACE): Likewise.
7514         (IPV6_PMTUDISC_OMIT): Likewise.
7516 2014-06-23  Andreas Schwab  <schwab@suse.de>
7518         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7519         Remove unused errout label.
7521 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7523         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7524         macro: hardware supports Vector Crypto instructions.
7526 2014-06-23  Will Newton  <will.newton@linaro.org>
7528         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7529         rather than __builtin_expect.
7531         * elf/dl-lookup.c (undefined_msg): Remove variable.
7532         (_dl_lookup_symbol_x): Replace undefined_msg with string
7533         literal.
7535         * elf/dl-lookup.c (do_lookup_unique): New function.
7536         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7537         to a separate function.
7539 2014-06-23  Andreas Schwab  <schwab@suse.de>
7541         [BZ #17079]
7542         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7543         before reading the next line.
7545 2014-06-23  Will Newton  <will.newton@linaro.org>
7547         * test-skeleton.c (signal_handler): Use printf and %m
7548         rather than perror.  Use printf rather than fprintf to
7549         stderr.  Use puts rather than fputs to stderr.
7550         (main): Likewise.
7552 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7554         * nscd/nscd.c (thread_info_t): Remove typedef.
7555         (thread_info): Remove variable.
7557 2014-06-21  Allan McRae  <allan@archlinux.org>
7559         * NEWS: Mention CVE-2014-4043.
7561 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7563         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7564         * nptl/smp.h: ... here.
7566         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7568         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7569         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7570         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7571         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7573         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7574         * nptl/stack-aliasing.h: New file.
7575         * sysdeps/i386/i686/stack-aliasing.h: New file.
7576         * sysdeps/i386/i686/nptl/Makefile: File removed.
7577         * sysdeps/x86_64/stack-aliasing.h: New file.
7578         * sysdeps/x86_64/nptl/Makefile
7579         (CFLAGS-pthread_create.c): Variable removed.
7581         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7582         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7583         old file.
7584         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7585         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7586         old file.
7588 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7590         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7591         (__ASSUME_SIGFRAME_V2): Remove macro.
7592         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7593         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7594         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7595         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7596         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7597         Declare as function.  Remove conditional macro definitions.
7598         (__default_rt_sa_restorer): Likewise.
7599         (__default_sa_restorer_v1): Remove declaration.
7600         (__default_sa_restorer_v2): Likewise.
7601         (__default_rt_sa_restorer_v1): Likewise.
7602         (__default_rt_sa_restorer_v2): Likewise.
7603         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7604         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7605         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7607 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7609         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7610         (libpthread-routines): Add sysdep.
7611         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7612         * sysdeps/unix/sysv/linux/sparc/Versions
7613         (libpthread: GLIBC_2.3.3): New version set.
7614         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7615         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7616         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7617         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7618         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7619         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7620         Moved ...
7621         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7622         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7623         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7624         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7625         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7626         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7627         * sysdeps/sparc/nptl/sem_init.c: ... here.
7628         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7629         * sysdeps/sparc/nptl/sem_post.c: ... here.
7630         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7631         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7632         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7633         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7634         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7635         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7636         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7637         (libpthread-routines): Add cpu_relax.
7638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7639         File removed.
7640         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7641         (librt: GLIBC_2.3.3): New version set.
7642         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7643         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7644         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7645         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7646         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7647         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7648         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7649         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7650         Moved ...
7651         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7652         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7653         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7654         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7655         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7657         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7659         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7661         Moved ...
7662         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7663         Update #include.
7664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7665         Moved ...
7666         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7667         Update #include.
7668         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7669         Moved ...
7670         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7671         Update #include.
7672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7673         Moved ...
7674         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7675         Update #include.
7676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7677         Moved ...
7678         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7679         Update #include.
7680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7681         Moved ...
7682         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7683         Update #include.
7684         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7685         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7686         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7687         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7688         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7690         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7691         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7692         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7693         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7694         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7695         Moved ...
7696         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7697         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7698         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7699         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7700         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7702 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7704         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7705         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7706         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7707         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7708         * nscd/nscd.c: Likewise.
7709         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7710         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7711         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7712         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7714         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7715         <kernel-features.h>.
7716         (init_mq_netlink): Remove conditional have_sock_cloexec
7717         definitions.  Remove code conditional on have_sock_cloexec < 0.
7718         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7719         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7720         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7721         <kernel-features.h>.
7722         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7723         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7725 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7727         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7728         Add tests for memset_chk and memset.
7730         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7731         with AVX2_Usable.
7733 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7735         [BZ #16046]
7736         * elf/tst-dl-iter-static.c: New file.
7737         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7739         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7740         error.
7742 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7744         * sysdeps/unix/sysv/linux/kernel-features.h
7745         (__ASSUME_F_GETOWN_EX): Remove macro.
7746         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7747         <kernel-features.h>.
7748         (miss_F_GETOWN_EX): Remove variable or macro.
7749         (do_fcntl): Do not check miss_F_GETOWN_EX.
7750         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7752         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7753         Remove macro.
7754         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7755         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7756         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7758         * sysdeps/unix/sysv/linux/kernel-features.h
7759         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7760         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7761         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7762         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7764 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7766         [BZ #17075]
7767         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7768         Fix calculation of the symbol's value.
7769         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7770         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7771         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7772         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7773         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7774         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7775         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7776         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7777         (modules-names): Add `tst-armtlsdescmod',
7778         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7779         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7780         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7781         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7782         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7783         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7784         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7785         ($(objpfx)tst-armtlsdescloc): New dependency.
7786         ($(objpfx)tst-armtlsdescextnow): Likewise.
7787         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7788         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7789         TLS scheme support.
7790         * sysdeps/arm/configure: Regenerate.
7792 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7794         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7795         (__atfct_seterrno_2): Likewise.
7796         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7797         <kernel-features.h>.
7798         (__ASSUME_ATFCTS): Do not undefine and redefine.
7799         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7800         (__have_atfcts): Remove conditional definition.
7801         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7802         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7803         unreachable if [__ASSUME_ATFCTS].
7804         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7805         not undefine and redefine.
7806         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7807         <kernel-features.h>.
7808         (faccessat) [__NR_faccessat]: Make code unconditional.
7809         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7810         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7811         <kernel-features.h>.
7812         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7813         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7814         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7815         <kernel-features.h>.
7816         (fchownat) [__NR_fchownat]: Make code unconditional.
7817         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7818         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7819         <kernel-features.h>.
7820         (futimesat) [__NR_futimesat]: Make code unconditional.
7821         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7822         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7823         <kernel-features.h>.
7824         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7825         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7826         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7827         <kernel-features.h>.
7828         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7829         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7830         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7831         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7832         <kernel-features.h>.
7833         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7834         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7835         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7836         <kernel-features.h>.
7837         (linkat) [__NR_linkat]: Make code unconditional.
7838         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7839         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7840         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7841         <kernel-features.h>.
7842         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7843         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7844         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7845         <kernel-features.h>.
7846         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7847         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7848         * sysdeps/unix/sysv/linux/openat.c: Do not include
7849         <kernel-features.h>.
7850         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7851         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7852         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7853         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7854         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7855         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7856         <kernel-features.h>.
7857         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7858         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7859         result of INLINE_SYSCALL directly, not via int variable.
7860         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7861         <kernel-features.h>.
7862         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7863         (renameat) [__NR_renameat]: Make code unconditional.
7864         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7865         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7866         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7867         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7868         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7869         (__ASSUME_ATFCTS): Do not undefine and redefine.
7870         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7871         <kernel-features.h>.
7872         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7873         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7874         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7875         <kernel-features.h>.
7876         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7877         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7878         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7879         (__ASSUME_ATFCTS): Do not undefine and redefine.
7880         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7881         <kernel-features.h>.
7882         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7883         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7884         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7885         <kernel-features.h>.
7886         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7887         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7889 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7891         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7893 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7895         [BZ #17069]
7896         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7897         constructed tree before returning error.
7898         * posix/bug-regexp36.c: Expand test case.
7900 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7902         [BZ #6803]
7903         * math/libm-test.inc (scalbln_test_date):
7904         Add errno expectations.
7905         * math/w_scalblnf.c: New File.
7906         Add wrapper which checks for setting errno to ERANGE.
7907         Add weak_alias for corresponding scalbln function.
7908         * math/w_scalbln.c: Likewise.
7909         * math/w_scalblnl.c: Likewise.
7910         * math/Makefile (libm-calls): Add w_scalbln.
7911         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7912         Remove weak_alias for corresponding scalbln function.
7913         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7914         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7915         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7916         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7917         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7918         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7919         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7920         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7921         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7922         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7923         Remove long_double_symbol for scalblnl function in libm, libc.
7924         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7925         Add wrapper which checks for setting errno to ERANGE.
7926         Add long_double_symbol for scalblnl function in libm, libc.
7927         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7928         Remove long_double_symbol for scalblnl in libm.
7929         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7930         Add wrapper which checks for setting errno to ERANGE.
7931         Add long_double_symbol for scalblnl function in libm.
7932         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7933         Do not use wrapper because of own implementation.
7935 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7937         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7938         3 bytes for __pad1 for x32.
7939         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7941 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7942             H.J. Lu  <hongjiu.lu@intel.com>
7944         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7945         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7946         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7947         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7948         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7950 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7952         [BZ #17069]
7953         * posix/regcomp.c (parse_expression): Deallocate partially
7954         constructed tree before returning error.
7955         * posix/Makefile.c (tests): Add bug-regex36.
7956         (generated): Add bug-regex36.mtrace.
7957         (tests-special): Add $(objpfx)bug-regex36-mem.out
7958         (bug-regex36-ENV): New variable.
7959         ($(objpfx)bug-regex36-mem.out): New rule.
7960         * posix/bug-regex36.c: New file.
7962 2014-06-19  Will Newton  <will.newton@linaro.org>
7964         * malloc/malloc.c (systrim): If extra is zero then return
7965         early.
7967 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7969         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7971 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7973         * sysdeps/aarch64/strchr.S: New file.
7975 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7977         [BZ #17022]
7978         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7979         from arguments -2 or below.
7980         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7981         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7983 2014-06-18  Andreas Schwab  <schwab@suse.de>
7985         [BZ #17062]
7986         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7987         of a bracket expr not to run off the end of the string.
7988         * posix/Makefile (tests): Add tst-fnmatch3.
7989         * posix/tst-fnmatch3.c: New file.
7991 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7993         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7994         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7995         [$(cross-compiling) = no]: Likewise.
7996         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7997         [$(cross-compiling) = no]: Likewise.
7999 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8001         [BZ #17031]
8002         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8003         double, adjusted for any remainder from the high double.
8004         * math/libm-test.inc (nearbyint): Add tests.
8005         (rint): Likewise.
8007 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8009         * nptl/sysdeps/powerpc/Makefile: Moved ...
8010         * sysdeps/powerpc/nptl/Makefile: ... here.
8011         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8012         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8013         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8014         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8015         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8016         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8017         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8018         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8019         * nptl/sysdeps/powerpc/tls.h: Moved ...
8020         * sysdeps/powerpc/nptl/tls.h: ... here.
8022 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8024         [BZ #16681]
8025         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8026         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8027         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8028         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8029         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8030         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8031         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8032         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8033         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8035 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8037         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8039 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8041         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8042         defined operator.
8044         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8045         $TIMEOUTFACTOR.
8047 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8049         [BZ #17058]
8050         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8051         non-executed part of the test.
8053 2014-06-16  Andreas Schwab  <schwab@suse.de>
8055         * string/bits/string2.h (strdup, strndup): Update feature guard.
8057 2014-06-14  David S. Miller  <davem@davemloft.net>
8059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8061 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8063         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8064         that was previously under [RESET_PID].
8065         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8067         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8068         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8069         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8070         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8071         (__libc_vfork): New strong alias.
8072         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8074 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8076         * sysdeps/generic/elide.h: New file.
8078 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8080         * Makefile (installed-headers): Adjust path of pthread.h header.
8082 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8084         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8085         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8086         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8087         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8089         * nptl/sysdeps/s390/Makefile: Moved ...
8090         * sysdeps/s390/nptl/Makefile: ... here.
8091         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8092         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8093         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8094         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8095         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8096         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8097         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8098         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8099         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8100         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8101         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8102         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8103         * nptl/sysdeps/s390/tls.h: Moved ...
8104         * sysdeps/s390/nptl/tls.h: ... here.
8106         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8107         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8109 2014-06-13  David S. Miller  <davem@davemloft.net>
8111         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8112         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8113         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8114         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8115         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8116         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8117         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8118         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8119         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8120         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8121         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8122         Remove RESET_PID cpp guards.
8123         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8124         Remove RESET_PID cpp guards.
8125         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8127 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8129         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8130         __sp to uintptr_t.
8132 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8134         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8135         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8136         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8137         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8138         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8139         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8140         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8141         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8142         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8143         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8144         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8145         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8146         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8147         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8148         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8149         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8150         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8151         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8152         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8153         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8155         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8156         (pthread_rwlock_rdlock): Add elision.
8157         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8158         (pthread_rwlock_wrlock): Add elision.
8159         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8160         (pthread_rwlock_trywrlock): Add elision.
8161         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8162         (pthread_rwlock_tryrdlock): Add elision.
8163         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8164         (pthread_rwlock_tryrdlock): Add elision unlock.
8165         * nptl/sysdeps/pthread/pthread.h:
8166         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8167         (PTHREAD_RWLOCK_INITIALIZER,
8168         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8169         Handle new elision field.
8170         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8171         * sysdeps/arm/nptl/bits/pthreadtypes.h
8172         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8173         * sysdeps/sh/nptl/bits/pthreadtypes.h
8174         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8175         * sysdeps/tile/nptl/bits/pthreadtypes.h
8176         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8177         * sysdeps/a/nptl/bits/pthreadtypes.h
8178         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8179         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8180         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8181         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8182         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8183         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8184         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8185         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8186         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8187         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8188         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8189         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8190         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8191         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8192         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8193         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8194         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8195         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8196         (elision_init): Set try_xbegin to zero when no RTM.
8197         * sysdeps/x86/nptl/bits/pthreadtypes.h
8198         (pthread_rwlock_t): Change __pad1 to __rwelision.
8199         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8201 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8203         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8204         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8205         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8206         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8208 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8210         [BZ #16996]
8211         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8212         that the cached result has been set before returning it.
8214 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8216         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8217         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8218         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8219         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8220         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8221         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8223         * nptl/sysdeps/sparc/Makefile: Moved ...
8224         * sysdeps/sparc/nptl/Makefile: ... here.
8225         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8226         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8227         * nptl/sysdeps/sparc/tls.h: Moved ...
8228         * sysdeps/sparc/nptl/tls.h: ... here.
8229         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8230         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8231         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8232         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8233         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8234         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8235         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8236         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8237         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8238         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8239         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8240         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8241         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8242         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8243         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8244         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8245         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8246         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8247         Update #include.
8248         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8249         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8250         Update #include.
8251         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8252         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8253         Update #include.
8254         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8255         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8256         Update #include.
8258         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8260         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8261         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8263         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8264         (struct list_links): Type removed.
8265         (struct thread_node, struct timer_node): Replace struct list_links
8266         with struct list_head.
8267         (list_unlink_ip): Likewise.
8268         * sysdeps/pthread/timer_routines.c
8269         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8270         (list_append, list_insbefore): Likewise.
8271         (list_init): Function removed.
8272         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8273         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8274         * sysdeps/pthread/Makefile: ... here, new file.
8276         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8277         * sysdeps/nptl/Implies: ... here.
8278         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8279         * nptl/sysdeps/pthread/list.h: Moved ...
8280         * include/list.h: ... here.
8281         * nptl/sysdeps/pthread/createthread.c: Moved ...
8282         * nptl/createthread.c: ... here.
8283         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8284         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8285         * nptl/pt-longjmp.c: ... here.
8286         * nptl/sysdeps/pthread/Makefile: Moved ...
8287         * sysdeps/nptl/Makefile: ... here.
8288         * nptl/sysdeps/pthread/Subdirs: Moved ...
8289         * sysdeps/nptl/Subdirs: ... here.
8290         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8291         * sysdeps/nptl/aio_misc.h: ... here.
8292         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8293         * sysdeps/nptl/bits/libc-lock.h: ... here.
8294         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8295         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8296         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8297         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8298         * nptl/sysdeps/pthread/configure: Moved ...
8299         * sysdeps/nptl/configure: ... here.
8300         * nptl/sysdeps/pthread/configure.ac: Moved ...
8301         * sysdeps/nptl/configure.ac: ... here.
8302         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8303         * sysdeps/nptl/gai_misc.h: ... here.
8304         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8305         * sysdeps/nptl/librt-cancellation.c: ... here.
8306         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8307         * sysdeps/nptl/malloc-machine.h: ... here.
8308         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8309         * sysdeps/nptl/pthread-functions.h: ... here.
8310         * nptl/sysdeps/pthread/pthread.h: Moved ...
8311         * sysdeps/nptl/pthread.h: ... here.
8312         * nptl/sysdeps/pthread/setxid.h: Moved ...
8313         * sysdeps/nptl/setxid.h: ... here.
8314         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8315         * sysdeps/nptl/sigfillset.c: ... here.
8316         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8317         * sysdeps/nptl/tcb-offsets.h: ... here.
8318         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8319         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8320         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8321         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8322         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8323         * sysdeps/pthread/allocalim.h: ... here.
8324         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8325         * sysdeps/pthread/bits/sigthread.h: ... here.
8326         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8327         * sysdeps/pthread/flockfile.c: ... here.
8328         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8329         * sysdeps/pthread/ftrylockfile.c: ... here.
8330         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8331         * sysdeps/pthread/funlockfile.c: ... here.
8332         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8333         * sysdeps/pthread/posix-timer.h: ... here.
8334         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8335         * sysdeps/pthread/timer_create.c: ... here.
8336         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8337         * sysdeps/pthread/timer_delete.c: ... here.
8338         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8339         * sysdeps/pthread/timer_getoverr.c: ... here.
8340         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8341         * sysdeps/pthread/timer_gettime.c: ... here.
8342         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8343         * sysdeps/pthread/timer_routines.c: ... here.
8344         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8345         * sysdeps/pthread/timer_settime.c: ... here.
8346         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8347         * sysdeps/pthread/tst-timer.c: ... here.
8348         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8349         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8351         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8352         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8354         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8355         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8356         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8357         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8358         Update #include target.
8359         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8360         * sysdeps/i386/i686/nptl/Makefile: ... here.
8361         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8362         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8363         Update #include target.
8364         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8365         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8366         * nptl/sysdeps/i386/Makefile: Moved ...
8367         * sysdeps/i386/nptl/Makefile: ... here.
8368         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8369         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8370         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8371         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8372         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8373         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8374         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8375         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8376         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8377         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8378         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8379         * nptl/sysdeps/i386/tls.h: Moved ...
8380         * sysdeps/i386/nptl/tls.h: ... here.
8382         * sysdeps/sh/Makefile [$(subdir) = csu]
8383         (gen-as-const-headers): Add tcb-offsets.sym.
8384         * nptl/sysdeps/sh/Makefile: File removed.
8385         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8386         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8387         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8388         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8389         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8390         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8391         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8392         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8393         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8394         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8395         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8396         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8397         * nptl/sysdeps/sh/tls.h: Moved ...
8398         * sysdeps/sh/nptl/tls.h: ... here.
8399         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8400         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8401         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8402         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8403         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8404         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8405         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8406         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8407         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8408         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8409         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8410         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8411         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8412         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8413         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8414         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8415         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8416         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8417         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8418         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8419         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8420         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8421         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8422         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8423         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8424         Moved ...
8425         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8426         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8427         Moved ...
8428         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8429         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8430         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8431         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8432         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8433         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8434         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8435         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8436         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8438         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8439         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8440         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8441         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8442         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8443         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8444         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8445         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8446         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8448 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8450         * posix/spawn_faction_addopen.c: Include string.h.
8452 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8454         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8455         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8456         * nptl/sysdeps/x86_64/Makefile: Moved ...
8457         * sysdeps/x86_64/nptl/Makefile: ... here.
8458         * nptl/sysdeps/x86_64/configure: Moved ...
8459         * sysdeps/x86_64/nptl/configure: ... here.
8460         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8461         * sysdeps/x86_64/nptl/configure.ac: ... here.
8462         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8463         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8464         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8465         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8466         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8467         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8468         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8469         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8470         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8471         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8472         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8473         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8474         * nptl/sysdeps/x86_64/tls.h: Moved ...
8475         * sysdeps/x86_64/nptl/tls.h: ... here.
8476         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8477         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8478         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8479         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8481         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8483 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8487 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8489         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8490         type.
8491         [POSIX] (off_t): Likewise.
8492         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8493         [POSIX] (S_ISBLK): Require macro.
8494         [POSIX] (S_ISCHR): Likewise.
8495         [POSIX] (S_ISDIR): Likewise.
8496         [POSIX] (S_ISFIFO): Likewise.
8497         [POSIX] (S_ISREG): Likewise.
8498         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8499         optional-macro.
8500         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8501         type.
8502         [POSIX] (time_t): Likewise.
8503         [POSIX] (timer_t): Likewise.
8505 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8507         [BZ #17048]
8508         * posix/spawn_int.h (struct __spawn_action): Make the path string
8509         non-const to support deallocation.
8510         * posix/spawn_faction_addopen.c
8511         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8512         * posix/spawn_faction_destroy.c
8513         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8514         path in all spawn_do_open actions.
8515         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8516         posix_spawn_file_actions_addopen.
8518 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8520         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8521         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8522         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8523         conditional code always true.
8524         (__libc_vfork): New alias.
8526 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8528         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8529         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8531         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8533         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8534         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8536         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8537         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8539         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8540         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8542 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8544         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8545         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8546         multiarch strcmp for PPC64.
8547         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8548         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8549         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8550         multiarch optimizations.
8551         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8552         (__libc_ifunc_impl_list): Likewise.
8554 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8556         * benchtests/scripts/validate_benchout.py: New script.
8557         * benchtests/Makefile (bench-func): Call it.
8558         * benchtests/scripts/benchout.schema.json: New file.
8560 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8562         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8563         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8564         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8565         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8566         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8567         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8568         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8569         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8570         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8571         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8572         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8573         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8574         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8575         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8576         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8577         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8579         Moved ...
8580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8581         ... here.
8582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8583         Moved ...
8584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8586         Moved ...
8587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8588         ... here.
8589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8590         Moved ...
8591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8592         ... here.
8593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8594         Moved ...
8595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8597         Moved ...
8598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8599         ... here.
8600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8601         Moved ...
8602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8603         ... here.
8604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8605         Moved ...
8606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8608         Moved ...
8609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8610         ... here.
8611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8612         Moved ...
8613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8614         ... here.
8615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8616         Moved ...
8617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8618         ... here.
8619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8620         Moved ...
8621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8623         Moved ...
8624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8625         ... here.
8626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8627         Moved ...
8628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8629         ... here.
8630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8631         Moved ...
8632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8633         ... here.
8634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8635         Moved ...
8636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8638         Moved ...
8639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8640         ... here.
8641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8642         Moved ...
8643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8644         ... here.
8645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8646         Moved ...
8647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8649         Moved ...
8650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8651         ... here.
8652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8653         Moved ...
8654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8655         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8656         Moved ...
8657         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8659         Moved ...
8660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8661         ... here.
8662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8663         Moved ...
8664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8665         ... here.
8666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8667         Moved ...
8668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8669         ... here.
8670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8671         Moved ...
8672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8674         Moved ...
8675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8676         ... here.
8677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8678         Moved ...
8679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8680         ... here.
8681         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8682         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8683         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8684         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8685         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8686         Moved ...
8687         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8688         ... here.
8689         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8690         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8691         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8692         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8693         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8694         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8695         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8696         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8697         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8698         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8699         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8700         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8701         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8702         Moved ...
8703         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8704         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8705         Moved ...
8706         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8707         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8708         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8709         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8710         Moved ...
8711         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8712         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8713         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8714         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8715         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8716         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8717         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8719 2014-06-10  Wilco  <wdijkstr@arm.com>
8721         * math/test-fenv-return.c: New file.
8722         * math/Makefile: Add new test test-fenv-return.
8724 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8726         [BZ #17042]
8727         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8728         when x - 1 is zero.
8729         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8730         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8731         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8732         0.0L for an argument of 1.0L.
8733         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8734         Likewise.
8735         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8736         value when x - 1 is zero.
8737         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8738         * sysdeps/i386/fpu/libm-test-ulps: Update.
8739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8741 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8743         [BZ #15119]
8744         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8746 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8748         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8749         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8751 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8753         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8754         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8756         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8757         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8759         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8760         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8762         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8763         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8765         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8766         if not already defined.
8767         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8768         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8769         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8770         (TLS_INIT_TP): Use it.
8771         (TLS_DEFINE_INIT_TP): New macro.
8772         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8774 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8776         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8777         constant.
8778         [POSIX] (IXANY): Likewise.
8779         [POSIX] (OLCUC): Likewise.
8780         [POSIX || POSIX2008] (CBAUD): Do not allow.
8781         [POSIX || POSIX2008] (DEFECHO): Likewise.
8782         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8783         [POSIX || POSIX2008] (ECHOKE): Likewise.
8784         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8785         [POSIX || POSIX2008] (EXTA): Likewise.
8786         [POSIX || POSIX2008] (EXTB): Likewise.
8787         [POSIX || POSIX2008] (FLUSHO): Likewise.
8788         [POSIX || POSIX2008] (LOBLK): Likewise.
8789         [POSIX || POSIX2008] (PENDIN): Likewise.
8790         [POSIX || POSIX2008] (SWTCH): Likewise.
8791         [POSIX || POSIX2008] (VDISCARD): Likewise.
8792         [POSIX || POSIX2008] (VDSUSP): Likewise.
8793         [POSIX || POSIX2008] (VLNEXT): Likewise.
8794         [POSIX || POSIX2008] (VREPRINT): Likewise.
8795         [POSIX || POSIX2008] (VSTATUS): Likewise.
8796         [POSIX || POSIX2008] (VWERASE): Likewise.
8797         (B*): Change to B[0123456789]*.
8798         * conform/data/time.h-data [POSIX || UNIX98]
8799         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8800         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8801         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8802         [POSIX] (tm_*): Do not allow.
8804 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8806         * Makefile (install): Don't set LANGUAGE.
8807         * Makefile.in (install): Likewise.
8808         * assert/Makefile (test-assert-ENV): Remove variable.
8809         (test-assert-perr-ENV): Likewise.
8810         * elf/Makefile (neededtest4-ENV): Likewise.
8811         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8812         [$(cross-compiling) = no]: Don't set LANGUAGE.
8813         * io/ftwtest-sh (LANG): Remove variable.
8814         * libio/Makefile (tst-widetext-ENV): Likewise.
8815         * manual/install.texi (Running make install): Don't refer to
8816         environment settings for make install.
8817         * INSTALL: Regenerated.
8818         * nptl/tst-tls6.sh: Don't set LANG.
8819         * posix/globtest.sh (LANG): Remove variable.
8820         * string/Makefile (tester-ENV): Likewise.
8821         (inl-tester-ENV): Likewise.
8822         (noinl-tester-ENV): Likewise.
8823         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8824         [$(cross-compiling) = no]: Don't set LANGUAGE.
8825         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8826         without explicit environment settings.
8828 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8830         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8831         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8832         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8833         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8835 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8837         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8838         other files in the crypt directory.
8839         * crypt/crypt.c: Remove duplicate includes.
8840         * crypt/crypt-entry.c: Likewise.
8841         * crypt/crypt_util.c: Likewise.
8843 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8845         * Makeconfig (run-program-env): New variable.
8846         (run-program-prefix-before-env): Likewise.
8847         (run-program-prefix-after-env): Likewise.
8848         (run-program-prefix): Define in terms of new variables.
8849         (built-program-cmd-before-env): New variable.
8850         (built-program-cmd-after-env): Likewise.
8851         (built-program-cmd): Define in terms of new variables.
8852         (test-program-prefix-before-env): New variable.
8853         (test-program-prefix-after-env): Likewise.
8854         (test-program-prefix): Define in terms of new variables.
8855         (test-program-cmd-before-env): New variable.
8856         (test-program-cmd-after-env): Likewise.
8857         (test-program-cmd): Define in terms of new variables.
8858         * Rules (make-test-out): Use $(run-program-env).
8859         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8860         (help): Do not mention environment variables.  Mention
8861         --timeoutfactor option.
8862         (timeoutfactor): New variable.
8863         (blacklist_exports): Remove function.
8864         (exports): Remove variable.
8865         (command): Do not include ${exports}.
8866         * manual/install.texi (Configuring and compiling): Do not mention
8867         test wrappers preserving environment variables.  Mention that last
8868         assignment to a variable must take precedence.
8869         * INSTALL: Regenerated.
8870         * benchtests/Makefile (run-bench): Use $(run-program-env).
8871         * catgets/Makefile ($(objpfx)test1.cat): Use
8872         $(built-program-cmd-before-env), $(run-program-env) and
8873         $(built-program-cmd-after-env).
8874         ($(objpfx)test2.cat): Do not specify environment variables
8875         explicitly.
8876         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8877         $(run-program-env) and $(built-program-cmd-after-env).
8878         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8879         $(run-program-env) and $(test-program-cmd-after-env).
8880         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8881         explicitly.
8882         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8883         run_program_env and test_program_cmd_after_env arguments.
8884         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8885         * elf/tst-pathopt.sh: Use run_program_env argument.
8886         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8887         $(test-wrapper-env) and $(run-program-env).
8888         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8889         run_program_env arguments.
8890         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8891         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8892         $(test-program-prefix-before-env), $(run-program-env) and
8893         $(test-program-prefix-after-env).
8894         ($(objpfx)tst-gettext2.out): Likewise.
8895         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8896         run_program_env and test_program_prefix_after_env arguments.
8897         * intl/tst-gettext2.sh: Likewise.
8898         * intl/tst-gettext4.sh: Do not set environment variables
8899         explicitly.
8900         * intl/tst-gettext6.sh: Likewise.
8901         * intl/tst-translit.sh: Likewise.
8902         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8903         $(test-program-prefix-before-env), $(run-program-env) and
8904         $(test-program-prefix-after-env).
8905         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8906         run_program_env and test_program_prefix_after_env arguments.
8907         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8908         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8909         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8910         explicitly with each use of ${test_wrapper_env}.
8911         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8912         $(test-program-prefix-before-env), $(run-program-env) and
8913         $(test-program-prefix-after-env).
8914         * posix/tst-getconf.sh: Do not set environment variables
8915         explicitly.
8916         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8917         run_program_env and test_program_prefix_after_env arguments.
8918         * stdio-common/tst-printf.sh: Do not set environment variables
8919         explicitly.
8920         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8921         $(test-program-prefix-before-env), $(run-program-env) and
8922         $(test-program-prefix-after-env).
8923         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8924         run_program_env and test_program_prefix_after_env arguments.
8925         Split $test calls into $test_pre and $test.
8926         * timezone/Makefile (build-testdata): Use
8927         $(built-program-cmd-before-env), $(run-program-env) and
8928         $(built-program-cmd-after-env).
8930 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8932         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8933         strlen for non SHARED builds.
8935 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8937         * nptl/allocatestack.c (check_list): Inlined function...
8938         (__reclaim_stacks): ... here.
8940 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8942         [BZ #15698]
8943         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8944         memory overrun.
8946 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8948         * Rules (make-test-out): Include
8949         LOCPATH=$(common-objpfx)localedata in default environment.
8950         * debug/Makefile (tst-chk1-ENV): Remove variable.
8951         (tst-chk2-ENV): Likewise.
8952         (tst-chk3-ENV): Likewise.
8953         (tst-chk4-ENV): Likewise.
8954         (tst-chk5-ENV): Likewise.
8955         (tst-chk6-ENV): Likewise.
8956         (tst-lfschk1-ENV): Likewise.
8957         (tst-lfschk2-ENV): Likewise.
8958         (tst-lfschk3-ENV): Likewise.
8959         (tst-lfschk4-ENV): Likewise.
8960         (tst-lfschk5-ENV): Likewise.
8961         (tst-lfschk6-ENV): Likewise.
8962         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8963         (tst-iconv7-ENV): Likewise.
8964         * intl/Makefile (LOCPATH-ENV): Likewise.
8965         (tst-codeset-ENV): Likewise.
8966         (tst-gettext3-ENV): Likewise.
8967         (tst-gettext5-ENV): Likewise.
8968         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8969         (tst-fopenloc-ENV): Likewise.
8970         (tst-fgetws-ENV): Remove variable.
8971         (tst-ungetwc1-ENV): Likewise.
8972         (tst-ungetwc2-ENV): Likewise.
8973         (bug-ungetwc2-ENV): Likewise.
8974         (tst-swscanf-ENV): Likewise.
8975         (bug-ftell-ENV): Likewise.
8976         (tst-fgetwc-ENV): Likewise.
8977         (tst-fseek-ENV): Likewise.
8978         (tst-ftell-partial-wide-ENV): Likewise.
8979         (tst-ftell-active-handler-ENV): Likewise.
8980         (tst-ftell-append-ENV): Likewise.
8981         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8982         (tst-regexloc-ENV): Likewise.
8983         (bug-regex1-ENV): Likewise.
8984         (tst-regex-ENV): Likewise.
8985         (tst-regex2-ENV): Likewise.
8986         (bug-regex5-ENV): Likewise.
8987         (bug-regex6-ENV): Likewise.
8988         (bug-regex17-ENV): Likewise.
8989         (bug-regex18-ENV): Likewise.
8990         (bug-regex19-ENV): Likewise.
8991         (bug-regex20-ENV): Likewise.
8992         (bug-regex22-ENV): Likewise.
8993         (bug-regex23-ENV): Likewise.
8994         (bug-regex25-ENV): Likewise.
8995         (bug-regex26-ENV): Likewise.
8996         (bug-regex30-ENV): Likewise.
8997         (bug-regex32-ENV): Likewise.
8998         (bug-regex33-ENV): Likewise.
8999         (bug-regex34-ENV): Likewise.
9000         (bug-regex35-ENV): Likewise.
9001         (tst-rxspencer-ENV): Likewise.
9002         (tst-rxspencer-no-utf8-ENV): Likewise.
9003         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9004         (tst-sscanf-ENV): Likewise.
9005         (tst-swprintf-ENV): Likewise.
9006         (tst-swscanf-ENV): Likewise.
9007         (test-vfprintf-ENV): Likewise.
9008         (scanf13-ENV): Likewise.
9009         (bug14-ENV): Likewise.
9010         (tst-grouping-ENV): Likewise.
9011         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9012         (tst-strtod3-ENV): Likewise.
9013         (tst-strtod4-ENV): Likewise.
9014         (tst-strtod5-ENV): Likewise.
9015         (testmb2-ENV): Likewise./
9016         * string/Makefile (tst-strxfrm-ENV): Likewise.
9017         (tst-strxfrm2-ENV): Likewise.
9018         (bug-strcoll1-ENV): Likewise.
9019         (test-strcasecmp-ENV): Likewise.
9020         (test-strncasecmp-ENV): Likewise.
9021         * time/Makefile (tst-strptime-ENV): Likewise.
9022         (tst-ftime_l-ENV): Likewise.
9023         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9024         (tst-mbrtowc-ENV): Likewise.
9025         (tst-wcrtomb-ENV): Likewise.
9026         (tst-mbrtowc2-ENV): Likewise.
9027         (tst-c16c32-1-ENV): Likewise.
9028         (tst-mbsnrtowcs-ENV): Likewise.
9030 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9032         * manual/resource.texi (How to get information about the memory
9033         subsystem?): Fix typo.
9034         Reported by Peon de la Parra Ivan <peon@keba.com>
9036 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9038         [BZ #16882]
9039         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9040         (pthread_spin_lock): Branch out of spin loop to proper location.
9041         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9042         (pthread_spin_lock): Likewise.
9044         * nptl/tst-spin4.c: New test.
9045         * nptl/Makefile (tests): Add tst-spin4.
9047 2014-06-03  Andreas Schwab  <schwab@suse.de>
9049         [BZ #15946]
9050         * resolv/res_send.c (send_dg): Reload file descriptor after
9051         calling reopen.
9053 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9055         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9057 2014-06-03  Richard Henderson  <rth@redhat.com>
9059         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9060         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9061         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9062         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9063         in the SAVE_PID block.
9064         (__libc_vfork): New alias.
9065         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9067         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9068         child in registers, not on the stack.  Remove RESET_PID conditionals.
9069         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9071 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9073         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9075 2014-06-03  Wilco  <wdijkstr@arm.com>
9077         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9078         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9079         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9080         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9081         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9082         Likewise.
9084 2014-06-03  Wilco  <wdijkstr@arm.com>
9086         * sysdeps/aarch64/fpu/math_private.h
9087         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9088         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9089         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9090         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9091         Fix declarations.
9093 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9095         * crypt/crypt-private.h: Include ufc-crypt.h.
9096         (__b64_from_24bit): Declare extern.
9097         * crypt/crypt_util.c(__b64_from_24bit): New function.
9098         (b64t): New static const variable.
9099         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9100         (b64t): Remove variable.
9101         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9102         * crypt/sha256-crypt.c: Include crypt-private.h.
9103         (b64t): Remove variable.
9104         (__sha256_crypt_r): Remove b64_from_24bit and replace
9105         with __b64_from_24bit.
9106         * crypt/sha512-crypt.c: Likewise.
9108 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9110         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9111         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9112         Label the code __libc_vfork rather than __vfork.
9113         [!NOT_IN_libc] (vfork): Define as weak alias.
9114         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9115         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9116         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9118 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9120         * malloc/malloc.c (malloc_info): Fix format specifier for
9121         n_mmaps.
9123 2014-06-02  Wilco  <wdijkstr@arm.com>
9125         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9126         FPCR write.
9128 2014-06-02  Wilco  <wdijkstr@arm.com>
9130         [BZ #17009]
9131         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9132         Rewrite to reduce FPCR/FPSR accesses.
9134 2014-06-01  David S. Miller  <davem@davemloft.net>
9136         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9138 2014-05-31  David S. Miller  <davem@davemloft.net>
9140         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9141         to occur in round to nearest mode when |x| >= 2.0
9143 2014-05-30  Richard Henderson  <rth@twiddle.net>
9145         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9146         (PSEUDO_RET_NOERRNO): Remove.
9147         (ret): Don't redefine.
9148         (ret_NOERRNO): Define in terms of ret.
9149         (ret_ERRVAL): Likewise.
9151         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9152         use of PSEUDO_RET; perform the error check directly.
9154 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9156         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9157         with __int128_t.
9159 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9161         * malloc/malloc (malloc_info): Fix formatting.
9163 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9164             Roland McGrath  <roland@hack.frob.com>
9166         * malloc/malloc (malloc_info): Also print mmapped statistics.
9168 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9170         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9171         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9173 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9175         * malloc/malloc.c (malloc_info): Inline mi_arena.
9177 2014-05-29  Richard Henderson  <rth@twiddle.net>
9179         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9180         Remove comma before expanding ASM_ARGS_##nr.
9181         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9182         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9183         of ASM_ARGS_##nr.
9184         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9185         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9186         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9187         (ASM_ARGS_1): Add leading comma.
9189         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9190         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9191         to __errno_location.
9192         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9193         Remove the expected plt for __errno_location.
9195         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9196         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9197         call to __read_tp.
9199         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9200         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9201         it and break it down.
9202         (DOCARGS_0, DOCARGS_1): Do nothing.
9203         (DOCARGS_2): Update to store into the new stack frame.
9204         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9205         (UNDOCARGS_1): Update to restore from the new stack frame.
9206         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9207         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9209         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9210         (SINGLE_THREAD_P): New parameter for result regno.
9211         (PSEUDO): Update to match; use cbz instead of beq.
9213         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9214         Use ENTRY to define the _nocancel entry point.  Share the syscall
9215         and syscall error check paths with the cancel path.
9216         (PSEUDO_END): New.
9218         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9219         whitespace; tabs before and after asm mnemonics.
9221 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9223         [BZ #15132]
9224         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9225         Call fstat64 or stat64 internally, depending on arguments passed.
9226         Replace stat buffer argument with file descriptor argument.
9227         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9228         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9229         Pass fd to __internal_statvfs instead of calling fstat64.
9230         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9231         Pass fd to __internal_statvfs64 instead of calling fstat64.
9232         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9233         Pass -1 to __internal_statvfs instead of calling stat64.
9234         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9235         Pass -1 to __internal_statvfs64 instead of calling stat64.
9237 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9239         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9240         that was previously under [RESET_PID].
9241         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9243         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9244         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9246 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9248         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9250         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9251         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9253 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9255         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9257 2014-05-27  Andreas Schwab  <schwab@suse.de>
9259         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9260         TLS_INIT_TP macro.
9261         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9262         * elf/rtld.c (init_tls, dl_main): Likewise.
9263         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9264         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9265         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9266         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9267         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9268         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9269         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9270         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9271         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9272         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9273         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9274         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9275         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9276         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9277         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9278         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9279         * sysdeps/generic/tls.h: Update description.
9281 2014-05-27  Will Newton  <will.newton@linaro.org>
9283         [BZ #16990]
9284         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9285         and restore r2 rather than just restoring.
9287 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9289         [BZ #16724]
9290         * libio/tst-ftell-append.c: New test case.
9291         * libio/Makefile (tests): Add test case.
9292         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9293         append mode.
9294         * libio/wfileops.c (do_ftell_wide): Likewise.
9296 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9300         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9301         ...
9302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9304         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9305         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9306         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9307         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9308         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9309         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9310         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9311         Moved ...
9312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9313         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9314         Moved ...
9315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9316         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9317         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9318         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9319         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9320         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9321         ...
9322         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9323         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9324         Moved ...
9325         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9326         here.
9327         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9328         ...
9329         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9330         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9331         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9333         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9334         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9335         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9336         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9338         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9339         merge into ...
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9342         ...
9343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9344         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9345         ...
9346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9347         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9348         Moved ...
9349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9350         here.
9351         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9352         Moved ...
9353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9355         Moved ...
9356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9359         conditional [RESET_PID].
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9361         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9362         removed.
9363         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9364         removed.
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9367         <tcb-offsets.h>.
9368         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9369         (__libc_vfork): New strong alias.
9370         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9371         removed.
9372         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9373         Removed.
9375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9376         <tcb-offsets.h>.
9377         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9378         (__libc_vfork): New strong alias.
9379         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9380         removed.
9381         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9382         removed.
9384 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9386         * malloc/malloc.c (mi_arena): New function.
9387         (malloc_info): Remove nested function mi_arena. Call non-nosted
9388         function mi_arena.
9390 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9392         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9393         by insrwi.
9394         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9395         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9396         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9397         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9398         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9399         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9400         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9402 2014-05-26  Andreas Schwab  <schwab@suse.de>
9404         [BZ #16984]
9405         * locale/programs/repertoire.c (repertoire_read): Add slash
9406         between I18NPATH element and file name.
9407         * locale/programs/locfile.c (locfile_read): Likewise.
9409 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9411         * nptl/pthread_mutexattr_settype.c
9412         (__pthread_mutexattr_settype):
9413         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9415 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9417         * nptl/tst-mutex5 (do_test):
9418         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9420 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9422         * benchtests/README: Document 'init' directive.
9423         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9424         BENCH_INIT.
9425         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9426         (parse_file): Recognize 'init' directive.
9428 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9430         [BZ #16796]
9431         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9432         alignment of struct pthread.
9434 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9436         [BZ #16878]
9437         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9438         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9439         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9440         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9442 2014-05-25  Richard Henderson  <rth@twiddle.net>
9444         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9445         (SINGLE_THREAD_P_PIC): Remove.
9446         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9447         (SINGLE_THREAD_P_PIC): Remove.
9449         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9450         branch to syscall error ...
9451         (PSEUDO): ... here.
9452         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9453         from __local_syscall_error to .Lsyscall_error.
9454         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9455         (SYSCALL_ERROR): Update label name.
9457         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9458         Do not use DOARGS/UNDOARGS.
9459         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9460         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9461         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9462         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9463         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9465         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9466         block comment.
9468         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9469         define if !NOT_IN_libc.
9470         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9471         define with non-default symbol versions.
9473 2014-05-23  Richard Henderson  <rth@twiddle.net>
9475         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9476         (vfork, __vfork): Define via compat_symbol.
9478         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9479         [!HAVE_IFUNC] (vfork_compat): Remove.
9480         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9482 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9484         [BZ #16978]
9485         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9486         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9487         variable.
9489 2014-05-23  Richard Henderson  <rth@twiddle.net>
9491         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9492         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9493         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9494         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9496         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9497         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9498         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9499         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9500         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9501         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9502         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9503         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9504         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9505         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9506         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9507         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9508         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9509         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9511         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9512         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9513         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9514         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9515         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9517         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9518         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9519         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9520         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9521         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9522         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9523         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9525         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9535         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9536         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9537         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9538         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9539         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9540         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9541         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9542         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9543         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9544         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9545         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9546         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9547         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9548         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9549         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9550         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9551         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9553         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9554         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9555         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9556         before exiting on error.
9557         (__libc_vfork): New strong alias.
9558         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9559         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9561         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9562         that was previously under [RESET_PID].
9563         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9565         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9567 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9569         [BZ #16977]
9570         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9571         value when x - 1 is zero.
9572         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9573         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9574         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9575         0.0L for an argument of 1.0L.
9576         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9577         Likewise.
9578         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9579         value when x - 1 is zero.
9580         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9581         * sysdeps/i386/fpu/libm-test-ulps: Update.
9582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9584 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9586         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9587         alphasort and versionsort.
9589 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9591         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9592         macro.
9593         [copysignf]: Likewise.
9595 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9597         * crypt/md5-crypt.c: Fix formatting.
9599 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9601         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9602         (b64_from_24bit): New function.
9604 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9606         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9607         libc_hidden_builtin_def to ifunc.
9608         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9609         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9611 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9613         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9614         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9616 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9618         * nscd/Depend (linuxthreads): Remove.
9619         (nptl): Add.
9620         * resolv/Depend (linuxthreads): Remove.
9621         * rt/Depend (linuxthreads): Remove.
9623         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9624         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9625         $(common-objpfx)elf/.
9626         (link-libc-before-gnulib): Likewise.
9627         (elfobjdir): Remove variable.
9628         * Makefile (install): Use $(elf-objpfx) instead of
9629         $(common-objpfx)elf/.
9630         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9631         $(elfobjdir)/.
9632         (link-libc-deps): Likewise.
9633         ($(common-objpfx)libc.so): Likewise.
9634         ($(common-objpfx)linkobj/libc.so): Likewise.
9635         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9636         instead of $(common-objpfx)elf/.
9637         (symbolic-link-list): Likewise.
9638         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9639         [$(cross-compiling) = no]: Likewise.
9640         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9641         $(elfobjdir)/.
9642         (static-gnulib-arch): Likewise.
9643         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9644         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9645         $(common-objpfx)elf/.
9647 2014-05-21  Richard Henderson  <rth@redhat.com>
9649         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9650         (SINGLE_THREAD_P): Use the correct width load.  Fold
9651         into the ldr offset.
9653         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9654         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9656 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9658         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9659         (libgcc_s_resume): Use __attribute_used__.
9660         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9661         Likewise.
9663 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9665         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9666         optimization when used with float constants.
9668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9670 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9672         [BZ #16915]
9673         * locale/nl_langinfo_l.c: Make direct reference to every
9674         _nl_current_CATEGORY symbol.
9675         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9676         (tests-static): Add tst-langinfo-static.
9677         (tests-special): Add tst-langinfo-static.out.
9678         ($(objpfx)tst-langinfo.out): Redirect output.
9679         ($(objpfx)tst-langinfo-static.out): New.
9680         * localedata/tst-langinfo.sh: Send output to stdout.
9681         * localedata/tst-langinfo-static.c: New file.
9683         [BZ #16965]
9684         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9685         when the shift amount is modulo the limb size.
9687 2014-05-20  Richard Henderson  <rth@redhat.com>
9689         [BZ #16967]
9690         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9691         Change type of sa_flags from unsigned int to int.
9693         [BZ #16966]
9694         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9696         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9698 2014-05-20  Will Newton  <will.newton@linaro.org>
9700         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9701         Test the return value of the system call in the nocancel case.
9703 2014-05-20  Will Newton  <will.newton@linaro.org>
9704             Yvan Roux  <yvan.roux@linaro.org>
9706         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9707         #include of asm/ptrace.h.
9708         (PTRACE_GET_THREAD_AREA): Remove #undef.
9709         (PTRACE_GETHBPREGS): Likewise.
9710         (PTRACE_SETHBPREGS): Likewise.
9711         (struct user_regs_struct): New structure.
9712         (struct user_fpsimd_struct): New structure.
9713         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9714         #include of asm/ptrace.h and second #include of sys/user.h.
9715         (PTRACE_GET_THREAD_AREA): Remove #undef.
9716         (PTRACE_GETHBPREGS): Likewise.
9717         (PTRACE_SETHBPREGS): Likewise.
9718         (ELF_NGREG): Use new struct user_regs_struct.
9719         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9721 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9723         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9724         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9726 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9728         [BZ #16958]
9729         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9730         membar to avoid block loads/stores to overlap previous stores.
9732 2014-05-17  Richard Henderson  <rth@redhat.com>
9734         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9735         Create the __##syscall_name##_nocancel entry point.
9736         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9737         Remove; let the sysdep-cancel.h code create it.
9739 2014-05-17  David S. Miller  <davem@davemloft.net>
9741         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9742         Protect with __USE_GNU.
9743         (TIOCSET_TEMPT): Likewise.
9744         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9745         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9746         these are already provided in bits/ioctl-types.h
9748 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9750         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9751         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9753         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9754         Use wait4 regardless of [__NR_waitpid].
9756 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9758         PR libgcc/60166
9759         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9760         (_FP_NANSIGN_Q): Set the quiet bit.
9762 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9764         * benchtests/Makefile
9765         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9766         not $(common-objpfx)math/libm.so.
9767         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9768         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9769         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9770         $(common-objpfx)dlfcn/libdl.so.
9771         ($(objpfx)tst-audit8): Depend on $(libm), not
9772         $(common-objpfx)math/libm.so.
9773         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9774         not $(common-objpfx)dlfcn/libdl.so.
9775         * math/Makefile
9776         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9777         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9778         [$(build-shared) = yes].
9779         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9780         $(common-objpfx)nptl/libpthread.so.
9781         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9782         $(common-objpfx)math/libm.so$(libm.so-version) or
9783         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9784         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9785         $(common-objpfx)dlfcn/libdl.so.
9786         * setjmp/Makefile (link-libm): Remove variable.
9787         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9788         * stdio-common/Makefile (link-libm): Remove variable.
9789         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9790         * stdlib/Makefile (link-libm): Remove variable.
9791         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9792         ($(objpfx)tst-strtod-round): Likewise.
9793         ($(objpfx)tst-tininess): Likewise.
9794         ($(objpfx)tst-strtod-underflow): Likewise.
9795         ($(objpfx)tst-strtod6): Likewise.
9796         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9797         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9798         $(common-objpfx)dlfcn/libdl.so.
9800 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9802         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9803         BSD terminal modes definitions.
9805 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9807         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9808         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9810         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9811         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9812         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9813         Don't do #include_next.
9814         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9815         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9816         Don't do #include_next.
9817         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9818         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9819         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9820         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9822 2014-05-16  Allan McRae  <allan@archlinux.org>
9824         * po/sv.po: Update Swedish translation from translation project.
9826         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9827         in sed expression.
9829 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9831         [BZ #16917]
9832         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9833         errno if the TIOCGPTN ioctl fails with an error different than
9834         EINVAL.
9835         * login/tst-ptsname.c: New file.
9836         * login/Makefile (tests): Add tst-ptsname.
9838         [BZ #16943]
9839         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9840         and prlimit64.
9842 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9844         [BZ #16849]
9845         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9846         herrno to return EAI_AGAIN.
9848 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9850         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9851         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9852         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9853         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9854         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9855         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9868         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9875         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9876         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9877         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9878         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9879         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9880         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9881         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9882         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9883         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9884         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9885         Moved ...
9886         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9888         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9890         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9892         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9894         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9896         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9898         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9904         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9906         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9907         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9908         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9909         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9910         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9911         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9912         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9913         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9914         Moved ...
9915         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9916         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9917         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9918         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9919         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9925         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9926         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9927         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9928         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9935         Moved ...
9936         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9937         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9938         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9940         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9941         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9942         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9943         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9944         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9945         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9946         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9947         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9948         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9949         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9950         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9952         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9953         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9954         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9955         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9956         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9957         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9958         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9959         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9960         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9962         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9964         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9966         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9967         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9968         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9970         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9972         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9973         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9975         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9976         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9977         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9978         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9979         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9980         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9981         Moved ...
9982         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9983         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9984         Moved ...
9985         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9987         Moved ...
9988         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9990         Moved ...
9991         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9993         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9994         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9995         Moved ...
9996         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9997         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9998         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9999         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10000         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10001         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10002         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10004         Moved ...
10005         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10006         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10007         Moved ...
10008         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10009         ... here.
10010         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10011         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10012         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10013         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10014         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10015         Moved ...
10016         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10017         ... here.
10018         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10019         Moved ...
10020         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10021         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10022         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10024         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10026         Moved ...
10027         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10028         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10029         Moved ...
10030         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10032         Moved ...
10033         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10034         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10035         Moved ...
10036         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10038         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10039         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10040         Moved ...
10041         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10042         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10043         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10044         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10045         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10046         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10047         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10049         Moved ...
10050         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10051         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10052         Moved ...
10053         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10054         ... here.
10055         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10056         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10057         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10058         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10059         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10060         Moved ...
10061         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10062         ... here.
10063         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10064         Moved ...
10065         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10066         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10067         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10068         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10069         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10071         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10073         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10074         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10075         Moved ...
10076         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10078         Moved ...
10079         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10080         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10081         Moved ...
10082         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10083         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10084         Moved ...
10085         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10086         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10087         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10088         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10091         Moved ...
10092         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10093         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10094         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10095         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10096         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10098         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10100         Moved ...
10101         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10102         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10103         Moved ...
10104         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10105         ... here.
10106         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10107         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10108         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10109         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10110         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10111         Moved ...
10112         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10113         ... here.
10114         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10115         Moved ...
10116         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10118         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10120         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10122         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10124         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10126         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10128         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10129         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10131         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10132         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10134         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10135         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10136         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10138         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10139         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10140         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10141         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10142         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10144         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10145         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10146         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10147         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10148         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10149         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10150         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10152         Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10157         Moved ...
10158         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10159         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10160         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10162         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10163         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10164         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10166         Moved ...
10167         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10172         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10173         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10174         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10176         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10178         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10180         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10182         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10184         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10186         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10188         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10189         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10190         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10191         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10192         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10194         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10195         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10196         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10197         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10198         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10199         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10200         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10201         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10202         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10203         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10205         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10206         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10208         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10209         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10210         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10211         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10212         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10213         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10214         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10215         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10216         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10217         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10218         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10219         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10220         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10221         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10223         Update #include.
10224         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10225         Likewise.
10226         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10227         Likewise.
10228         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10229         Likewise.
10230         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10231         Likewise.
10232         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10233         Likewise.
10234         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10235         Likewise.
10236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10237         Likewise.
10238         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10239         Likewise.
10240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10241         Likewise.
10242         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10243         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10244         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10245         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10246         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10247         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10248         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10249         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10250         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10251         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10252         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10253         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10254         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10255         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10256         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10258         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10259         that was previously under [RESET_PID].
10260         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10261         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10262         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10264         * sysdeps/i386/nptl/Implies: New file.
10265         * sysdeps/x86_64/nptl/Implies: New file.
10266         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10267         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10269         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10271         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10272         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10273         (__libc_vfork): New strong alias.
10274         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10275         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10277         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10278         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10279         (__libc_vfork): New strong alias.
10280         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10281         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10283         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10284         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10285         (__libc_vfork): New strong alias.
10286         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10287         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10288         * nptl/pt-vfork.c: New file.
10289         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10290         (libpthread: GLIBC_2.20): New version set (empty).
10292 2014-05-14  Will Newton  <will.newton@linaro.org>
10294         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10295         rather than #if.
10297 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10299         [BZ #16564]
10300         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10301         arguments with exponent 65 or above.
10302         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10303         arguments 0x1p113L or above.
10304         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10305         to arguments 0x1p107L or above.
10306         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10307         positive arguments with exponent 65 or above.
10308         * math/auto-libm-test-in: Add more tests of log1p.
10309         * math/auto-libm-test-out: Regenerated.
10311         [BZ #16928]
10312         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10313         non-finite arguments is +0.
10314         * math/s_cacosf.c (__cacosf): Likewise.
10315         * math/s_cacosl.c (__cacosl): Likewise.
10316         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10317         * sysdeps/i386/fpu/libm-test-ulps: Update.
10318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10320         [BZ #16927]
10321         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10322         value.
10323         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10324         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10325         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10326         for explicit high bit of mantissa when testing for argument equal
10327         to 1.
10328         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10329         * sysdeps/i386/fpu/libm-test-ulps: Update.
10330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10332         [BZ #16516]
10333         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10334         (__erf): Scale by 16 instead of 8 in potentially underflowing
10335         case.  Ensure exception if result actually underflows.
10336         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10337         (__erff): Scale by 16 instead of 8 in potentially underflowing
10338         case.  Ensure exception if result actually underflows.
10339         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10340         (efx8): Remove variable.
10341         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10342         case.  Ensure exception if result actually underflows.
10343         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10344         (efx8): Remove variable.
10345         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10346         case.  Ensure exception if result actually underflows.
10347         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10348         (efx8): Remove variable.
10349         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10350         case.  Ensure exception if result actually underflows.
10351         * math/auto-libm-test-in: Add more tests of erf.
10352         * math/auto-libm-test-out: Regenerated.
10354 2014-05-14  Andreas Schwab  <schwab@suse.de>
10356         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10357         Remove code conditionalized on USE___THREAD.
10359         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10360         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10361         not definedness.
10363 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10365         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10366         Define unconditionally.
10367         (__ASSUME_O_CLOEXEC): Likewise.
10368         (__ASSUME_SOCK_CLOEXEC): Likewise.
10369         (__ASSUME_IN_NONBLOCK): Likewise.
10370         (__ASSUME_PIPE2): Likewise.
10371         (__ASSUME_EVENTFD2): Likewise.
10372         (__ASSUME_SIGNALFD4): Likewise.
10373         (__ASSUME_DUP3): Likewise.
10374         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10375         (__ASSUME_DUP3): Do not define.
10376         (__ASSUME_EVENTFD2): Likewise.
10377         (__ASSUME_IN_NONBLOCK): Likewise.
10378         (__ASSUME_O_CLOEXEC): Likewise.
10379         (__ASSUME_PIPE2): Likewise.
10380         (__ASSUME_SIGNALFD4): Likewise.
10381         (__ASSUME_SOCK_CLOEXEC): Likewise.
10382         (__ASSUME_UTIMES): Undefine.
10383         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10384         (__ASSUME_UTIMES): Do not define.
10385         (__ASSUME_O_CLOEXEC): Likewise.
10386         (__ASSUME_SOCK_CLOEXEC): Likewise.
10387         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10388         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10389         0x020621].
10390         (__ASSUME_PIPE2): Likewise.
10391         (__ASSUME_EVENTFD2): Likewise.
10392         (__ASSUME_SIGNALFD4): Likewise.
10393         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10394         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10395         Do not define.
10396         (__ASSUME_EVENTFD2): Likewise.
10397         (__ASSUME_SIGNALFD4): Likewise.
10398         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10399         (__ASSUME_32BITUIDS): Likewise.
10400         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10401         (__ASSUME_IPC64): Likewise.
10402         (__ASSUME_ST_INO_64_BIT): Likewise.
10403         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10404         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10405         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10406         (__ASSUME_UTIMES): Do not define.
10407         (__ASSUME_PSELECT): Likewise.
10408         (__ASSUME_PPOLL): Likewise.
10409         (__ASSUME_O_CLOEXEC): Likewise.
10410         (__ASSUME_SOCK_CLOEXEC): Likewise.
10411         (__ASSUME_IN_NONBLOCK): Likewise.
10412         (__ASSUME_PIPE2): Likewise.
10413         (__ASSUME_EVENTFD2): Likewise.
10414         (__ASSUME_SIGNALFD4): Likewise.
10415         (__ASSUME_DUP3): Likewise.
10416         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10417         (__ASSUME_UTIMES): Likewise.
10418         (__ASSUME_O_CLOEXEC): Likewise.
10419         (__ASSUME_SOCK_CLOEXEC): Likewise.
10420         (__ASSUME_IN_NONBLOCK): Likewise.
10421         (__ASSUME_PIPE2): Likewise.
10422         (__ASSUME_EVENTFD2): Likewise.
10423         (__ASSUME_SIGNALFD4): Likewise.
10424         (__ASSUME_DUP3): Likewise.
10425         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10426         (__ASSUME_UTIMES): Likewise.
10427         (__ASSUME_O_CLOEXEC): Likewise.
10428         (__ASSUME_SOCK_CLOEXEC): Likewise.
10429         (__ASSUME_IN_NONBLOCK): Likewise.
10430         (__ASSUME_PIPE2): Likewise.
10431         (__ASSUME_EVENTFD2): Likewise.
10432         (__ASSUME_SIGNALFD4): Likewise.
10433         (__ASSUME_DUP3): Likewise.
10434         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10435         Likewise.
10436         (__ASSUME_UTIMES): Likewise.
10437         (__ASSUME_EVENTFD2): Likewise.
10438         (__ASSUME_SIGNALFD4): Likewise.
10439         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10440         (__ASSUME_O_CLOEXEC): Likewise.
10441         (__ASSUME_SOCK_CLOEXEC): Likewise.
10442         (__ASSUME_IN_NONBLOCK): Likewise.
10443         (__ASSUME_PIPE2): Likewise.
10444         (__ASSUME_EVENTFD2): Likewise.
10445         (__ASSUME_SIGNALFD4): Likewise.
10446         (__ASSUME_DUP3): Likewise.
10447         (__ASSUME_UTIMES): Undefine.
10449         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10450         feclearexcept.  Remove symbol versioning code.
10451         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10452         symbol versioning code.
10453         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10454         symbol versioning code.
10455         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10456         feupdateenv.  Remove symbol versioning code.
10457         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10458         fegetexceptflag.  Remove symbol versioning code.
10459         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10460         fesetexceptflag.  Remove symbol versioning code.
10461         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10462         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10463         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10464         (__posix_fadvise64_l32): Remove prototype.
10465         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10466         code.
10468 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10470         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10471         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10472         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10473         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10475 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10477         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10478         current working directory
10480 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10482         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10483         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10484         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10485         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10486         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10487         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10488         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10489         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10505         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10506         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10507         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10508         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10509         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10510         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10511         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10513         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10514         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10515         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10516         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10517         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10518         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10519         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10520         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10521         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10522         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10523         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10525         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10526         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10528         * sysdeps/unix/sysv/linux/arm/Makefile
10529         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10530         Add rt-aeabi_unwind_cpp_pr1.
10531         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10532         Add nptl-aeabi_unwind_cpp_pr1.
10533         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10534         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10535         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10536         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10537         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10538         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10540         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10541         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10542         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10543         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10545         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10546         Deconditionalize the code that was previously under [RESET_PID].
10547         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10549         * sysdeps/generic/exit-thread.h: New file.
10550         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10551         * include/unistd.h (__exit_thread): Remove declaration.
10552         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10553         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10554         * csu/libc-start.c: Include <exit-thread.h>.
10555         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10556         * nptl/pthread_create.c: Include <exit-thread.h>.
10557         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10558         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10559         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10560         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10561         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10562         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10563         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10564         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10565         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10566         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10567         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10568         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10569         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10570         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10571         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10572         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10573         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10575 2014-05-13  Andreas Schwab  <schwab@suse.de>
10577         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10579 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10581         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10582         (__ASSUME_UTIMES): Do not condition on kernel version.
10583         (__ASSUME_PSELECT): Define unconditionally.
10584         (__ASSUME_PPOLL): Likewise.
10585         (__ASSUME_ATFCTS): Likewise.
10586         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10587         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10588         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10589         (__ASSUME_UTIMENSAT): Define unconditionally.
10590         (__ASSUME_PRIVATE_FUTEX): Likewise.
10591         (__ASSUME_FALLOCATE): Likewise.
10592         (__ASSUME_O_CLOEXEC): Likewise.
10593         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10594         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10595         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10596         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10597         (__ASSUME_IN_NONBLOCK): Likewise.
10598         (__ASSUME_PIPE2): Likewise.
10599         (__ASSUME_EVENTFD2): Likewise.
10600         (__ASSUME_SIGNALFD4): Likewise.
10601         (__ASSUME_DUP3): Likewise.
10602         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10603         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10604         (__ASSUME_AT_RANDOM): Likewise.
10605         (__ASSUME_PREADV): Likewise.
10606         (__ASSUME_PWRITEV): Likewise.
10607         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10608         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10609         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10610         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10611         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10612         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10613         (__ASSUME_O_CLOEXEC): Define unconditionally.
10614         (__ASSUME_PSELECT): Do not undefine conditionally.
10615         (__ASSUME_PPOLL): Likewise.
10616         (__ASSUME_ATFCTS): Likewise.
10617         (__ASSUME_SET_ROBUST_LIST): Likewise.
10618         (__ASSUME_UTIMENSAT): Likewise.
10619         (__ASSUME_FDATASYNC): Define unconditionally.
10620         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10621         (__ASSUME_SIGFRAME_V2): Likewise.
10622         )__ASSUME_EVENTFD2): Likewise.
10623         (__ASSUME_SIGNALFD4): Likewise.
10624         (__ASSUME_PSELECT): Do not undefine conditionally.
10625         (__ASSUME_PPOLL): Likewise.
10626         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10627         (__ASSUME_PSELECT): Define unconditionally.
10628         (__ASSUME_PPOLL): Likewise.
10629         (__ASSUME_O_CLOEXEC): Likewise.
10630         (__ASSUME_SOCK_CLOEXEC): Likewise.
10631         (__ASSUME_IN_NONBLOCK): Likewise.
10632         (__ASSUME_PIPE2): Likewise.
10633         (__ASSUME_EVENTFD2): Likewise.
10634         (__ASSUME_SIGNALFD4): Likewise.
10635         (__ASSUME_DUP3): Likewise.
10636         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10637         (__ASSUME_O_CLOEXEC): Likewise.
10638         (__ASSUME_SOCK_CLOEXEC): Likewise.
10639         (__ASSUME_IN_NONBLOCK): Likewise.
10640         (__ASSUME_PIPE2): Likewise.
10641         (__ASSUME_EVENTFD2): Likewise.
10642         (__ASSUME_SIGNALFD4): Likewise.
10643         (__ASSUME_DUP3): Likewise.
10644         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10645         (__ASSUME_EVENTFD2): Likewise.
10646         (__ASSUME_SIGNALFD4): Likewise.
10647         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10649 2014-05-12  Andreas Schwab  <schwab@suse.de>
10651         [BZ #16932]
10652         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10653         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10654         than maximum RPC packet size.
10655         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10656         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10657         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10658         (_nss_nis_getservbyport_r): Likewise.
10660 2014-05-12  Will Newton  <will.newton@linaro.org>
10662         * malloc/Makefile (tests): Add tst-mallopt.
10663         * malloc/tst-mallopt.c: New file.
10665 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10667         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10668         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10670 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10672         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10673         (tst-tlsmod6.so): Likewise.
10675 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10677         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10679 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10681         [BZ #16064]
10682         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10683         and <dl-procinfo.h>.
10684         (__fegetenv): Save SSE state in envp->__eip if supported.
10685         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10686         envp->__eip if supported.
10687         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10688         and <dl-procinfo.h>.
10689         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10690         __data_offset and __data_selector in environment to 0.  Set SSE
10691         state if supported.
10692         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10693         test-fenv-sse.
10694         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10695         -mfpmath=sse.
10696         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10698 2014-05-09  Will Newton  <will.newton@linaro.org>
10700         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10701         and libc_relro_required for ARM.
10702         * sysdeps/arm/preconfigure: Regenerate.
10704 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10705             Stefan Liebler  <stli@linux.vnet.ibm.com>
10707         * config.make.in (enable-lock-elision): New Makefile variable.
10708         * configure.ac: Likewise.
10709         * configure: Regenerate.
10710         * sysdeps/s390/configure.ac:
10711         Add check for gcc transactions support.
10712         * sysdeps/s390/configure: Regenerate.
10713         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10714         Build elision files if enabled.
10715         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10716         Add lock elision support for s390.
10717         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10718         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10719         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10720         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10721         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10722         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10723         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10724         Likewise.
10725         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10726         Likewise.
10727         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10728         Likewise.
10729         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10730         Likewise.
10731         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10732         (__lll_timedlock_elision, __lll_lock_elision)
10733         (__lll_unlock_elision, __lll_trylock_elision)
10734         (lll_timedlock_elision, lll_lock_elision)
10735         (lll_unlock_elision, lll_trylock_elision): Add.
10736         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10737         (pthread_mutex_t): Add lock elision support for s390.
10739 2014-05-14  Wilco  <wdijkstr@arm.com>
10741         * sysdeps/arm/fclrexcpt.c: Cleanup.
10742         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10743         * sysdeps/arm/feenablxcpt.c: Cleanup.
10744         * sysdeps/arm/fegetenv.c: Cleanup.
10745         * sysdeps/arm/fegetexcept.c: Cleanup.
10746         * sysdeps/arm/fegetround.c: Cleanup.
10747         * sysdeps/arm/feholdexcpt.c: Cleanup.
10748         * sysdeps/arm/fesetenv.c: Cleanup.
10749         * sysdeps/arm/fesetround.c: Cleanup.
10750         * sysdeps/arm/feupdateenv.c: Cleanup.
10751         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10752         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10753         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10754         * sysdeps/arm/ftestexcept.c: Cleanup.
10755         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10756         * sysdeps/arm/setfpucw.c: Cleanup.
10758 2014-05-09  Will Newton  <will.newton@linaro.org>
10760         * sysdeps/arm/armv7/strcmp.S: New file.
10761         * NEWS: Mention addition of ARMv7 optimized strcmp.
10763 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10765         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10766         look for %.ac rather than %.in.
10768         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10769         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10770         * sysdeps/mach/hurd/configure: Regenerated.
10771         * sysdeps/unix/sysv/linux/configure: Regenerated.
10773         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10775 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10777         [BZ# 16922]
10778         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10779         (LONG_SUB): Ditto.
10780         (PTR_SUB): Ditto.
10782 2014-05-07  Andreas Schwab  <schwab@suse.de>
10784         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10785         when skipping over non-matching result from nscd.
10787 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10789         [BZ #16876]
10790         * nptl/sockperf.c (client): Check socket return value.
10792         [BZ #16877]
10793         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10794         nscd security class.
10796 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10798         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10799         * sysdeps/arm/unwind.h: ... here.
10801 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10803         [BZ# 16916]
10804         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10805         Define.
10807 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10809         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10810         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10811         multiarch strncpy for PPC64.
10812         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10813         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10814         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10815         multiarch optimizations.
10816         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10817         (__libc_ifunc_impl_list): Likewise.
10818         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10819         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10820         multiarch stpncpy for PPC64.
10821         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10822         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10824 2014-05-06  Andreas Schwab  <schwab@suse.de>
10826         [BZ #16912]
10827         * gmon/mcount.c (_MCOUNT_DECL): Use
10828         atomic_compare_and_exchange_bool_acq instead of
10829         catomic_compare_and_exchange_bool_acq.
10831 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10833         * elf/Makefile (others, install-bin): Remove pldd.
10834         (pldd-modules): Variable removed.
10835         ($(objpfx)pldd): Target removed.
10836         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10837         (others, install-bin): Append pldd here.
10838         ($(objpfx)pldd): New target.
10840         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10841         to 0, so the first #if test emitted later doesn't see it undefined.
10842         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10843         * sysdeps/gnu/errlist.c: Regenerated.
10845 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10847         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10848         [libc_hidden_builtin_def]: Define to empty value.
10849         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10850         [libc_hidden_builtin_def]: Likewise.
10851         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10852         [libc_hidden_builtin_def]: Likewise.
10853         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10854         [libc_hidden_builtin_def]: Likewise.
10855         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10856         __redirect_memcpy and define ifunc as default hidden symbol.
10857         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10858         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10860 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10862         * locale/iso-4217.def: Reintroduce XDR currency.
10864 2014-05-04  Allan McRae  <allan@archlinux.org>
10866         * po/eo.po: Update Esperanto translation from translation project.
10868 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10870         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10871         and FEATURE_INDEX_MAX to 1.
10872         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10874 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10876         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10877         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10878         * iconvdata/big5.c (ONE_DIRECTION): Define.
10879         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10880         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10881         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10882         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10883         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10884         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10885         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10886         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10887         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10888         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10889         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10890         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10891         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10892         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10893         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10894         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10895         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10896         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10897         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10898         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10899         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10900         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10901         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10902         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10903         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10904         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10905         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10906         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10907         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10908         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10909         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10910         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10911         * iconvdata/johab.c (ONE_DIRECTION): Define.
10912         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10913         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10914         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10915         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10916         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10917         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10918         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10919         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10920         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10921         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10923 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10925         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10926         (_IO_JUMPS_OFFSET): Define to 0.
10928         * nptl/sysdeps/pthread/bits/libc-lock.h
10929         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10930         (__libc_lock_define_initialized_recursive): Always define using
10931         initializer.  Modern compilers treat uninitialized (implicit zero) and
10932         explicit zero initializers the same (i.e. put the datum in bss).
10934 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10936         * nscd/nscd-client.h: Include <string.h>.
10938 2014-05-01  David S. Miller  <davem@davemloft.net>
10940         [BZ #16885]
10941         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10942         multiple zero bytes exist at the end of a string.
10943         Reported by Aurelien Jarno <aurelien@aurel32.net>
10945         * string/test-strcmp.c (check): Add explicit test for situations where
10946         there are multiple zero bytes after the first.
10948 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10950         [BZ #16890]
10951         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10952         when compiling wprintf.
10953         * stdio-common/tstdiomisc.c (t3): New function.
10954         (main): Call it.
10956 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10958         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10959         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10960         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10961         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10963 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10965         * stdlib/longlong.h: Updated from GCC.
10967 2014-05-01  Will Newton  <will.newton@linaro.org>
10968             Bernard Ogden  <bernie.ogden@linaro.org>
10970         * NEWS: Update fixed bug list.
10972         [BZ #15119]
10973         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10975 2014-04-30  David S. Miller  <davem@davemloft.net>
10977         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10978         (libc_feholdexcept_setround_sparc_ctx): New function.
10979         (libc_fesetenv_sparc_ctx): Likewise.
10980         (libc_feupdateenv_sparc_ctx): Likewise.
10981         (libc_feholdsetround_sparc_ctx): Likewise.
10982         (libc_feholdexcept_setround_ctx): Define.
10983         (libc_feholdexcept_setroundf_ctx): Likewise.
10984         (libc_feholdexcept_setroundl_ctx): Likewise.
10985         (libc_fesetenv_ctx): Likewise.
10986         (libc_fesetenvf_ctx): Likewise.
10987         (libc_fesetenvl_ctx): Likewise.
10988         (libc_feupdateenv_ctx): Likewise.
10989         (libc_feupdateenvf_ctx): Likewise.
10990         (libc_feupdateenvl_ctx): Likewise.
10991         (libc_feresetround_ctx): Likewise.
10992         (libc_feresetroundf_ctx): Likewise.
10993         (libc_feresetroundl_ctx): Likewise.
10994         (libc_feholdsetround_ctx): Likewise.
10995         (libc_feholdsetroundf_ctx): Likewise.
10996         (libc_feholdsetroundl_ctx): Likewise.
10998         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10999         with __USE_GNU instead of XOPEN cpp guards.
11001         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11002         0.
11004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11005         with XOPEN cpp guards.
11007 2014-04-30  Julian Brown  <julian@codesourcery.com>
11009         [BZ #16888]
11010         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11011         handling.
11013 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11015         [BZ #9894]
11016         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11017         Change to 2.6.32.
11018         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11019         * sysdeps/unix/sysv/linux/configure: Regenerated.
11020         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11021         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11022         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11023         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11024         * README: Update reference to required Linux kernel version.
11025         * manual/install.texi (Linux): Update reference to required Linux
11026         kernel headers version.
11027         * INSTALL: Regenerated.
11029         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11030         header inclusion.
11031         [POSIX] (limits.h): Likewise.
11032         [POSIX] (math.h): Likewise.
11033         [POSIX] (sys/wait.h): Likewise.
11034         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11035         function.
11036         [POSIX] (stddef.h): Do not allow header inclusion.
11038 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11040         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11042 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11044         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11045         Return immediately after lll_futex_wake.
11047 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11049         [BZ #16791]
11050         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11051         structure.
11052         (datahead_init_pos): Call datahead_init_common early.
11053         (datahead_init_neg): Likewise.
11055         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11056         datahead_init_neg): New functions.
11057         * nscd/aicache.c (addhstaiX): Use them.
11058         * nscd/grpcache.c (cache_addgr): Likewise.
11059         * nscd/hstcache.c (cache_addhst): Likewise.
11060         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11061         * nscd/netgroupcache.c (do_notfound): Likewise.
11062         (addgetnetgrentX): Likewise.
11063         (addinnetgrX): Likewise.
11064         * nscd/pwdcache.c (cache_addpw): Likewise.
11065         * nscd/servicescache.c (cache_addserv): Likewise.
11067 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11068             Atsushi Onoe  <atsushi@onoe.org>
11070         [BZ #14308]
11071         [BZ #12994]
11072         [BZ #13651]
11073         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11074         one response is valid.
11075         * resolv/res_send.c (send_dg): Check for validity of other
11076         response if the current response is a referral.
11078 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11080         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11082 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11084         [BZ #16823]
11085         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11086         Always divide by positive zero when computing -Inf result.
11087         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11088         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11090 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11092         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11093         FPSCR if value do not change.
11094         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11095         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11096         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11097         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11098         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11099         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11100         function.
11102 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11104         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11105         * sysdeps/unix/sysv/linux/hppa: Move directory from
11106         ports/systeps/unix/sysv/linux/hppa.
11107         * README: Update listing for hppa-*-linux-gnu.
11109 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11111         [BZ #16754]
11112         * manual/stdio.texi (Hook functions): Fix types of stream hook
11113         functions.
11114         [BZ #16854]
11115         * socket/sys/socket.h: Fix typo in comment.
11117 2014-04-28  Wilco  <wdijkstr@arm.com>
11119         * sysdeps/arm/fenv_private.h: New file.
11120         * sysdeps/arm/math_private.h: New file.
11121         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11123 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11125         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11126         with __int128_t.
11127         (La_x86_64_retval): Likewise.
11129 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11131         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11132         fpsr if value didn't change.
11133         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11134         to fpcr if value didn't change.
11135         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11136         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11137         fpsr or fpcr if value didn't change.
11138         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11139         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11140         fpcr if value didn't change.
11141         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11142         to fpsr if value didn't change.
11144 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11146         * nptl/tst-sem3.c: Use test-skeleton.c
11147         (main): Rename to do_test.  Use return instead of
11148         exit.
11149         * nptl/tst-sem4.c: Use test-skeleton.c
11150         (main): Rename to do_test.
11152 2014-04-22  David S. Miller  <davem@davemloft.net>
11154         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11155         (struct sigaction): New struct member __glibc_reserved0, change
11156         type of sa_flags to int.
11158 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11160         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11161         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11163 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11165         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11166         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11168 2014-04-22  Will Newton  <will.newton@linaro.org>
11169             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11171         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11172         (__longjmp): Add longjmp and longjmp_target SystemTap
11173         probes.
11174         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11175         (__sigsetjmp): Add setjmp SystemTap probe.
11177 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11179         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11180         match manual order.
11182 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11184         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11186         * sysdeps/powerpc/fpu/fenv_private.h
11187         (libc_feholdexcept_setroundl_ctx): Define to
11188         libc_feholdexcept_setround_ppc_ctx.
11189         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11190         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11191         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11192         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11194 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11196         * sysdeps/aarch64/math-tests.h: New file.
11198 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11200         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11201         New.
11202         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11203         Check and set bit_AVX2_Usable.
11204         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11205         macro.
11206         (bit_AVX2): Likewise.
11207         (index_AVX2_Usable): Likewise.
11208         (CPUID_AVX2): Likewise.
11209         (HAS_AVX2): Likewise.
11211 2014-04-17  Will Newton  <will.newton@linaro.org>
11213         * manual/setjmp.texi (System V contexts): Add note that
11214         calling setcontext on a context created by a call to a
11215         signal handler is undefined.  Update text to note that
11216         setcontext from a signal handler is possible but not
11217         recommended.
11219         [BZ #16629]
11220         * stdlib/tst-setcontext.c: Include signal.h.
11221         (main): Check that the signal stack before and
11222         after swapcontext is the same.
11224         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11225         Re-implement to restore registers in user code and avoid
11226         rt_sigreturn system call.
11228 2014-04-17  Wilco  <wdijkstr@arm.com>
11230         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11231         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11232         * math/test-fenv.c: Skip exception trap tests on targets which only
11233         support non-stop mode.
11235 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11236             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11238         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11239         (libc_feholdsetround_aarch64_ctx)
11240         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11241         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11242         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11243         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11244         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11245         (libc_feresetround_noexl_ctx): Define.
11247 2014-04-16  Richard Henderson  <rth@redhat.com>
11249         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11251         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11252         unwind tables.
11254         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11255         const from the non-libc, non-ldso copy.
11257         * sysdeps/alpha/libm-test-ulps: Regenerate.
11259 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11260             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11262         * sysdeps/aarch64/fpu/math_private.h: New file.
11264 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11266         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11268 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11270         [BZ #16275]
11271         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11272         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11273         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11274         Intel MPX bound registers before _dl_profile_fixup.
11275         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11276         registers after _dl_profile_fixup.  Save and restore bound
11277         registers bnd0/bnd1 when calling _dl_call_pltexit.
11278         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11279         (LR_BND_OFFSET): Likewise.
11280         (LRV_BND0_OFFSET): Likewise.
11281         (LRV_BND1_OFFSET): Likewise.
11283 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11285         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11286         to...
11287         * sysdeps/mach/hurd/i386/tls.h: ... here.
11288         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11289         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11290         fields.
11292 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11294         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11296 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11298         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11300 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11302         [BZ #14770]
11303         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11304         * sysdeps/s390/configure: Regenerate.
11306         [BZ #16824]
11307         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11308         Set round-to-nearest internally to reduce error accumulation.
11310 2014-04-16  Alan Modra  <amodra@gmail.com>
11312         [BZ #16740]
11313         [BZ #16619]
11314         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11315         * math/libm-test.inc (frexp_test_data): Add tests.
11316         * NEWS: Update fixed bug list.
11318 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11320         * benchtests/Makefile: Depend on libraries in build directory.
11321         (bench-math): Separate out math tests.
11322         (bench-pthread): Separate out pthread tests.
11323         (bench): Include math and pthread tests.
11325 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11327         [BZ #16831]
11328         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11329         _dl_debug_initialize.
11331         * configure.ac: Remove SELinux header check.
11332         * configure: Regenerate.
11333         * nscd/selinux.c (perms): Array of const char* to permission names.
11334         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11335         default policy. Call string_to_security_class and string_to_av_perm to
11336         translate strings. Enforce default policy and call avs_has_perm with
11337         results of translated strings.
11339 2014-04-13  David S. Miller  <davem@davemloft.net>
11341         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11343 2014-04-12  Allan McRae  <allan@archlinux.org>
11345         [BZ #16838]
11346         * manual/string.texi (Collation Functions): Fix qsort argument
11347         order in example.
11348         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11350 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11352         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11353         Make the test a no-op if there are no exceptions defined.
11355 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11357         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11358         enable-hardcoded-path-in-tests
11360 2014-04-11  Will Newton  <will.newton@linaro.org>
11362         * benchtests/Makefile (extra-objs): Add json-lib.o.
11363         (bench-func): Tidy up JSON output.
11364         * benchtests/bench-skeleton.c: Include json-lib.h.
11365         (main): Use JSON library functions to do output of
11366         benchmark results.
11367         * benchtests/bench-timing-type.c (main): Output the
11368         timing type simply, leaving formatting to the user.
11369         * benchtests/json-lib.c: New file.
11370         * benchtests/json-lib.h: Likewise.
11372 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11374         [BZ #15215]
11375         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11376         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11377         memory barriers.  Add comments.
11378         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11379         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11380         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11381         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11382         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11383         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11385 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11387         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11388         * sysdeps/s390/s390-64/configure.ac: ... this ...
11389         * sysdeps/s390/configure.ac: ... to here.
11390         * sysdeps/s390/s390-32/configure: Delete file.
11391         * sysdeps/s390/s390-64/configure: Delete file.
11392         * sysdeps/s390/configure: Regenerate.
11394 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11396         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11398 2014-04-11  Will Newton  <will.newton@linaro.org>
11400         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11401         to zero if it is not defined elsewhere.  (mtrim): Test
11402         the value of MALLOC_DEBUG with #if rather than #ifdef.
11404 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11406         * benchtests/pthread_once-inputs: New file.
11407         * benchtests/pthread_once-source.c: New file.
11408         * benchtests/README: Update documentation.
11410 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11411             H.J. Lu  <hongjiu.lu@intel.com>
11413         [BZ #16275]
11414         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11415         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11416         * sysdeps/x86_64/configure: Regenerated.
11417         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11418         macro.
11419         (REGISTER_SAVE_RAX): Likewise.
11420         (REGISTER_SAVE_RCX): Likewise.
11421         (REGISTER_SAVE_RDX): Likewise.
11422         (REGISTER_SAVE_RSI): Likewise.
11423         (REGISTER_SAVE_RDI): Likewise.
11424         (REGISTER_SAVE_R8): Likewise.
11425         (REGISTER_SAVE_R9): Likewise.
11426         (REGISTER_SAVE_BND0): Likewise.
11427         (REGISTER_SAVE_BND1): Likewise.
11428         (REGISTER_SAVE_BND2): Likewise.
11429         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11430         bound registers when calling _dl_fixup.
11432 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11434         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11435         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11436         of its definition.
11437         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11438         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11439         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11440         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11441         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11442         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11443         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11445 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11447         [BZ #15514]
11448         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11449         pathconf(_PC_NAME_MAX).
11451 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11453         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11454         Remove macro usage.
11455         (__PTHREAD_SPINS): Move definition to ...
11456         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11457         (__PTHREAD_SPINS): ... here.
11458         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11459         (__PTHREAD_SPIN): Likewise.
11460         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11461         (__PTHREAD_SPIN): Likewise.
11462         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11463         (__PTHREAD_SPIN): Likewise.
11464         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11465         (__PTHREAD_SPIN): Likewise.
11466         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11467         (__PTHREAD_SPIN): Likewise.
11468         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11469         (__PTHREAD_SPIN): Likewise.
11470         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11471         (__PTHREAD_SPIN): Likewise.
11472         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11473         (__PTHREAD_SPIN): Likewise.
11474         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11475         (__PTHREAD_SPIN): Likewise.
11476         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11477         (__PTHREAD_SPIN): Likewise.
11478         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11479         (__PTHREAD_SPIN): Likewise.
11480         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11481         (__PTHREAD_SPIN): Likewise.
11483         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11484         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11485         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11486         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11487         imply folder.
11488         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11489         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11490         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11491         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11492         correct imply path.
11493         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11494         strlen symbol for non multi-arch builds.
11495         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11496         missing hidden_def and weak_alias.
11498 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11500         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11502 2014-04-07  Will Newton  <will.newton@linaro.org>
11504         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11505         and contents.  [!_LIBC] Remove #ifndef and contents.
11506         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11507         * string/memccpy.c (__memccpy): Use ANSI prototype.
11508         * string/memfrob.c (memfrob): Likewise.
11509         * string/strcoll.c (STRCOLL): Likewise.
11510         * string/strlen.c (strlen): Likewise.
11511         * string/strtok.c (STRTOK): Likewise.
11512         * string/strcat.c: Remove unused #include of memcopy.h.
11513         (strcat): Use ANSI prototype.
11514         * string/strchr.c: Remove unused #include of memcopy.h.
11515         (strchr): Use ANSI prototype.
11516         * string/strcmp.c: Remove unused #include of memcopy.h.
11517         (strcmp): Use ANSI prototype.
11518         * string/strcpy.c: Remove unused #include of memcopy.h.
11519         (strcpy): Use ANSI prototype.
11521 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11523         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11524         * config.make.in (config-extra-cppflags): Set it from
11525         libc_extra_cppflags.
11526         * configure.ac (libc_extra_cflags): Make it accumulate over
11527         configure fragments.
11528         (libc_extra_cppflags): New flag.
11529         * configure. Regenerate.
11530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11531         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11532         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11535         [BZ #16815]
11536         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11537         result for FE_DOWNWARD rounding mode.
11538         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11539         Likewise.
11540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11542 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11544         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11545         in function argument name.
11547 2014-04-03  David Svoboda  <svoboda@cert.org>
11549         [BZ #5666]
11550         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11551         explicitly.
11553 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11555         * elf/dl-unmap-segments.h: New file.
11556         * sysdeps/generic/ldsodefs.h
11557         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11558         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11559         * elf/dl-fptr.c: Likewise.
11560         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11561         * sysdeps/aarch64/tlsdesc.c: Likewise.
11562         * sysdeps/arm/tlsdesc.c: Likewise.
11563         * sysdeps/i386/tlsdesc.c: Likewise.
11564         * sysdeps/tile/dl-runtime.c: Likewise.
11565         * sysdeps/x86_64/tlsdesc.c: Likewise.
11566         * elf/dl-load.h: New file.
11567         * elf/dl-load.c: Include it.
11568         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11569         Macros moved to dl-load.h.
11570         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11571         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11572         Use _dl_unmap_segments in place of __munmap.
11573         Break out segment-mapping loop into ...
11574         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11576 2014-04-03  Will Newton  <will.newton@linaro.org>
11578         * elf/dl-lookup.c (do_lookup_x): Remove comment
11579         referring to nested function and move variable
11580         declarations down to before first use.
11582 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11584         [BZ #16799]
11585         [BZ #16800]
11586         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11587         with 0 numerator.
11588         * math/s_catanf.c (__catanf): Likewise.
11589         * math/s_catanh.c (__catanh): Likewise.
11590         * math/s_catanhf.c (__catanhf): Likewise.
11591         * math/s_catanhl.c (__catanhl): Likewise.
11592         * math/s_catanl.c (__catanl): Likewise.
11593         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11594         by positive zero when computing -Inf result.
11595         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11596         (catanh_test): Likewise.
11597         * sysdeps/i386/fpu/libm-test-ulps: Update.
11598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11600         [BZ #16789]
11601         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11602         instead of using underflowing value in computing result.
11603         * math/s_clog10.c (__clog10): Likewise.
11604         * math/s_clog10f.c (__clog10f): Likewise.
11605         * math/s_clog10l.c (__clog10l): Likewise.
11606         * math/s_clogf.c (__clogf): Likewise.
11607         * math/s_clogl.c (__clogl): Likewise.
11608         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11609         (clog10_test): Likewise.
11610         * sysdeps/i386/fpu/libm-test-ulps: Update.
11611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11613 2014-04-02  Alan Modra  <amodra@gmail.com>
11615         [BZ #16739]
11616         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11617         output when value is near a power of two.  Use int64_t for lx and
11618         remove casts.  Use decimal rather than hex exponent constants.
11619         Don't use long double multiplication when double will suffice.
11620         * math/libm-test.inc (nextafter_test_data): Add tests.
11621         * NEWS: Add 16739 and 16786 to bug list.
11623         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11625         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11627 2014-04-01  Will Newton  <will.newton@linaro.org>
11629         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11630         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11632 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11634         [BZ #13347]
11635         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11636         * nptl/tst-setuid2.c: New file.
11637         * nptl/Makefile (xtests): Add tst-setuid2.
11639 2014-04-01  Alan Modra  <amodra@gmail.com>
11641         [BZ #16786]
11642         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11644 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11646         [BZ #6803]
11647         [BZ #6804]
11648         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11649         set errno as appropriate.
11650         * math/w_scalbf.c (__scalbf): Likewise.
11651         * math/w_scalbl.c (__scalbl): Likewise.
11652         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11653         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11654         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11655         Add more NaN tests.
11657         [BZ #16349]
11658         * math/w_atan2.c: Include <errno.h>.
11659         (__atan2): Set errno for result underflowing to zero.
11660         * math/w_atan2f.c: Include <errno.h>.
11661         (__atan2f): Set errno for result underflowing to zero.
11662         * math/w_atan2l.c: Include <errno.h>.
11663         (__atan2l): Set errno for result underflowing to zero.
11664         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11665         tests.
11666         * math/auto-libm-test-out: Regenerated.
11668 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11670         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11671         Encode instruction correctly in little endian.
11672         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11673         Likewise.
11674         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11675         Likewise.
11676         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11677         Likewise.
11678         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11679         Likewise.
11681 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11683         [BZ #9894]
11684         * sysdeps/unix/sysv/linux/kernel-features.h
11685         [__sparc__ && !__arch64__ && !__sparc_v9__]
11686         (__ASSUME_SET_ROBUST_LIST): Do not define.
11687         [__sparc__ && !__arch64__ && !__sparc_v9__]
11688         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11689         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11690         Likewise.
11691         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11692         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11693         (__ASSUME_REQUEUE_PI): Likewise.
11694         (__ASSUME_SET_ROBUST_LIST): Likewise.
11695         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11696         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11697         Undefine.
11698         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11699         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11700         Likewise.
11701         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11702         Likewise.
11703         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11704         Likewise.
11705         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11706         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11707         Undefine.
11708         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11709         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11710         Likewise.
11712         [BZ #16648]
11713         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11714         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11715         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11717 2014-03-31  Will Newton  <will.newton@linaro.org>
11719         * benchtests/Makefile (bench): Add ffs and ffsll to list
11720         of tests.
11721         * benchtests/ffs-inputs: New file.
11722         * benchtests/ffsll-inputs: Likewise.
11724 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11726         [BZ #16770]
11727         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11728         too large before casting to int.
11729         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11730         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11731         * math/libm-test.inc (scalb_test_data): Add more tests.
11733 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11735         * benchtests/Makefile (DETAILED_OPT): New make option.
11736         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11737         set.
11738         * benchtests/bench-skeleton.c: Include stdbool.h.
11739         (main): Store and print timings per input.
11740         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11741         member to each argument value.
11742         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11743         (_print_arg_data): Initialize per-input timing to 0.
11745         * benchtests/Makefile (timing-type): New binary.
11746         (bench-clean): Also remove bench-timing-type.
11747         (bench): New target for timing-type.
11748         (bench-func): Print output in JSON format.
11749         * benchtests/bench-skeleton.c (main): Print output in JSON
11750         format.
11751         * benchtests/bench-timing-type.c: New file.
11752         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11753         (TIMING_PRINT_STATS): Remove.
11754         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11755         name separately.
11757         * benchtests/bench-modf.c: Remove.
11758         * benchtests/modf-inputs: New inputs file.
11760 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11762         [BZ #16362]
11763         * math/s_clog10.c (M_PI_LOG10E): New macro.
11764         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11765         imaginary parts are 0.
11766         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11767         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11768         imaginary parts are 0.
11769         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11770         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11771         imaginary parts are 0.
11772         * math/libm-test.inc (clog10_test_data): Update expected results
11773         for when real and imaginary parts are 0.
11775 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11777         * elf/dl-load.c: Finish conversion of __builtin_expect into
11778         __glibc_{un}likely.
11780 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11782         [BZ #16348]
11783         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11784         1+x for argument with exponent below -67.
11785         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11786         Likewise.
11787         * math/auto-libm-test-in: Add more tests of exp.
11788         * math/auto-libm-test-out: Regenerated.
11790 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11792         [BZ #16759]
11793         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11794         (nscd_getnetgrent): Use it.
11796         [BZ #16760]
11797         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11798         of stpcpy.
11800 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11802         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11803         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11804         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11805         (lll_robust_unlock): Remove out of line section. Use cfi
11806         intrinsics.
11807         (LLL_STUB_UNWIND_INFO*): Remove.
11808         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11809         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11810         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11811         (lll_robust_unlock): Remove out of line section. Use cfi
11812         intrinsics.
11813         (LLL_STUB_UNWIND_INFO*): Remove.
11815 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11817         [BZ #16758]
11818         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11819         blank values.
11821 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11823         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11825 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11827         [BZ #16198]
11828         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11829         fnstenv.
11830         * math/test-fenv-preserve.c: New file.
11831         * math/Makefile (tests): Add test-fenv-preserve.
11833 2014-03-26  Will Newton <will.newton@linaro.org>
11835         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11837 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11839         * scripts/versionlist.awk: Partition the version sets and emit all
11840         GLIBC_* (sorted) before all others (sorted).
11842 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11844         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11845         GLIBC_2.2.5 version.
11847 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11849         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11850         calls.
11852         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11853         previous change.
11855         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11857 2014-03-25  Andreas Schwab  <schwab@suse.de>
11859         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11860         label to be used after in6ailist is initialized.
11862 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11864         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11865         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11867 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11869         [BZ #16357]
11870         [BZ #16599]
11871         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11872         min_plus_half.
11873         (fp_formats): Update initializers.
11874         (init_fp_formats): Initialize new field.
11875         (output_for_one_input_case): Allow underflow for results up to
11876         min_plus_half.
11877         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11878         * math/auto-libm-test-in: Don't mark some underflows from asin and
11879         atanh as spurious.
11880         * math/auto-libm-test-out: Regenerated.
11881         * sysdeps/i386/fpu/libm-test-ulps: Update.
11882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11884 2014-03-25  Andreas Schwab  <schwab@suse.de>
11886         * libio/Makefile (tst-ftell-partial-wide-ENV)
11887         (tst-ftell-active-handler-ENV): Define.
11889 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11891         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11893 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11895         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11897 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11899         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11900         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11901         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11903 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11905         [BZ #16634]
11906         * elf/dl-load.c (open_verify): Add mode parameter.
11907         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11908         (open_path): Change from boolean 'secure' to complete flag 'mode'
11909         (_dl_map_object): Adjust.
11910         * elf/Makefile (tests): Add tst-dlopen-aout.
11911         * elf/tst-dlopen-aout.c: New test.
11913 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11915         [BZ #16714]
11916         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11917         (struct stat): Rename member pad0 to __glibc_reserved0.
11919         [BZ #16712]
11920         * sysdeps/s390/s390-32/bits/wordsize.h
11921         (__WORDSIZE32_SIZE_ULONG): New define.
11922         * sysdeps/s390/s390-64/bits/wordsize.h
11923         (__WORDSIZE32_SIZE_ULONG): Likewise.
11924         * sysdeps/generic/stdint.h (SIZE_MAX):
11925         Define as UL if __WORDSIZE32_SIZE_ULONG.
11927         [BZ #16713]
11928         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11929         (__glibc_reserved0): New variable.
11930         (sa_flags): Change type to int.
11932         * posix/Makefile (before-compile): Use += before-compile instead
11933         of a :=.
11935         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11936         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11938 2014-03-20  Andreas Schwab  <schwab@suse.de>
11940         [BZ #16743]
11941         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11942         non-matching result from nscd.
11944 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11946         * scripts/bench.py: Moved to ...
11947         * benchtests/scripts/bench.py: ... here.
11948         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11950 2014-03-24  Andreas Schwab  <schwab@suse.de>
11952         [BZ #16002]
11953         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11954         alloca_account and account alloca use for struct in6ailist.
11956 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11958         [BZ #16284]
11959         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11960         rounding mode to recompute results that overflow to infinity or
11961         underflow to zero.
11962         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11963         bug 16284.
11964         * math/auto-libm-test-out: Regenerated.
11965         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11966         (ccosh_test): Likewise.
11967         (csin_test_data): Use plus_oflow.
11968         (csin_test): Use ALL_RM_TEST.
11969         (csinh_test_data): Use plus_oflow.
11970         (csinh_test): Use ALL_RM_TEST.
11971         * sysdeps/i386/fpu/libm-test-ulps: Update.
11972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11974 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11976         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11977         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11978         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11980         [BZ #16731]
11981         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11982         when x - 1 is zero.
11983         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11984         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11985         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11986         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11987         argument is 1.
11988         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11989         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11990         zero.
11991         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11992         * sysdeps/i386/fpu/libm-test-ulps: Update.
11993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11995 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11997         * scripts/bench.pl: Remove file.
11998         * scripts/bench.py: New benchmark script.
11999         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12000         * benchtests/README: Mention python dependency.
12001         * scripts/pylintrc: New file.
12002         * scripts/pylint: New file.
12004         * bits/mathdef.h: Use #ifdef instead of #if.
12005         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12006         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12007         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12008         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12009         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12010         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12012 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12013             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12015         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12016         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12017         and strpbrk-ppc64 objects.
12018         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12019         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12020         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12021         multiarch strpbrk for POWER7.
12022         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12023         multiarch strpbrk for PPC64.
12024         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12025         ifunc selector.
12026         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12027         strpbrk for POWER7.
12029 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12031         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12032         (atan_test): Likewise.
12033         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12034         (atanh_test): Use ALL_RM_TEST.
12035         (atan2_test_data): Likewise.
12036         (cabs_test): Likewise.
12037         (cacosh_test): Likewise.
12038         (carg_test): Likewise.
12039         (casin_test): Likewise.
12040         (casinh_test): Likewise.
12041         (cbrt_test): Likewise.
12042         (csqrt_test): Likewise.
12043         (erf_test): Likewise.
12044         (erfc_test): Likewise.
12045         (pow10_test): Likewise.
12046         (exp2_test): Likewise.
12047         (hypot_test): Likewise.
12048         (j0_test): Likewise.
12049         (j1_test): Likewise.
12050         (lgamma_test): Likewise.
12051         (gamma_test): Likewise.
12052         (sincos_test): Likewise.
12053         (tanh_test): Likewise.
12054         (y0_test): Likewise.
12055         (y1_test): Likewise.
12056         * sysdeps/i386/fpu/libm-test-ulps: Update.
12057         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12059 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12061         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12062         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12063         and strcspn-ppc64 objects.
12064         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12065         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12066         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12067         multiarch strcspn for POWER7.
12068         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12069         multiarch strcspn for PPC64.
12070         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12071         ifunc selector.
12072         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12073         strcspn for POWER7.
12075 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12077         * math/gen-libm-test.pl (generate_testfile): Expect only function
12078         name as argument to AUTO_TESTS_* and pass results for all rounding
12079         modes to parse_args.
12080         (parse_auto_input): Separate inputs of automatic tests from
12081         outputs before storing in %auto_tests.
12082         * math/libm-test.inc (acos_test_data): Update call to
12083         AUTO_TESTS_f_f.
12084         (acos_test): Use ALL_RM_TEST.
12085         (acos_tonearest_test_data): Remove.
12086         (acos_test_tonearest): Likewise.
12087         (acos_towardzero_test_data): Likewise.
12088         (acos_test_towardzero): Likewise.
12089         (acos_downward_test_data): Likewise.
12090         (acos_test_downward): Likewise.
12091         (acos_upward_test_data): Likewise.
12092         (acos_test_upward): Likewise.
12093         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12094         (asin_test_data): Likewise.
12095         (asin_test): Use ALL_RM_TEST.
12096         (asin_tonearest_test_data): Remove.
12097         (asin_test_tonearest): Likewise.
12098         (asin_towardzero_test_data): Likewise.
12099         (asin_test_towardzero): Likewise.
12100         (asin_downward_test_data): Likewise.
12101         (asin_test_downward): Likewise.
12102         (asin_upward_test_data): Likewise.
12103         (asin_test_upward): Likewise.
12104         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12105         (atan_test_data): Likewise.
12106         (atanh_test_data): Likewise.
12107         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12108         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12109         (carg_test_data): Likewise.
12110         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12111         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12112         (ccosh_test_data): Likewise.
12113         (cexp_test_data): Likewise.
12114         (clog_test_data): Likewise.
12115         (clog10_test_data): Likewise.
12116         (cos_test_data): Update call to AUTO_TESTS_f_f.
12117         (cos_test): Use ALL_RM_TEST.
12118         (cos_tonearest_test_data): Remove.
12119         (cos_test_tonearest): Likewise.
12120         (cos_towardzero_test_data): Likewise.
12121         (cos_test_towardzero): Likewise.
12122         (cos_downward_test_data): Likewise.
12123         (cos_test_downward): Likewise.
12124         (cos_upward_test_data): Likewise.
12125         (cos_test_upward): Likewise.
12126         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12127         (cosh_test): Use ALL_RM_TEST.
12128         (cosh_tonearest_test_data): Remove.
12129         (cosh_test_tonearest): Likewise.
12130         (cosh_towardzero_test_data): Likewise.
12131         (cosh_test_towardzero): Likewise.
12132         (cosh_downward_test_data): Likewise.
12133         (cosh_test_downward): Likewise.
12134         (cosh_upward_test_data): Likewise.
12135         (cosh_test_upward): Likewise.
12136         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12137         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12138         (ctan_test_data): Likewise.
12139         (ctan_test): Use ALL_RM_TEST.
12140         (ctan_tonearest_test_data): Remove.
12141         (ctan_test_tonearest): Likewise.
12142         (ctan_towardzero_test_data): Likewise.
12143         (ctan_test_towardzero): Likewise.
12144         (ctan_downward_test_data): Likewise.
12145         (ctan_test_downward): Likewise.
12146         (ctan_upward_test_data): Likewise.
12147         (ctan_test_upward): Likewise.
12148         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12149         (ctanh_test): Use ALL_RM_TEST.
12150         (ctanh_tonearest_test_data): Remove.
12151         (ctanh_test_tonearest): Likewise.
12152         (ctanh_towardzero_test_data): Likewise.
12153         (ctanh_test_towardzero): Likewise.
12154         (ctanh_downward_test_data): Likewise.
12155         (ctanh_test_downward): Likewise.
12156         (ctanh_upward_test_data): Likewise.
12157         (ctanh_test_upward): Likewise.
12158         (erf_test_data): Update call to AUTO_TESTS_f_f.
12159         (erfc_test_data): Likewise.
12160         (exp_test_data): Likewise.
12161         (exp_test): Use ALL_RM_TEST.
12162         (exp_tonearest_test_data): Remove.
12163         (exp_test_tonearest): Likewise.
12164         (exp_towardzero_test_data): Likewise.
12165         (exp_test_towardzero): Likewise.
12166         (exp_downward_test_data): Likewise.
12167         (exp_test_downward): Likewise.
12168         (exp_upward_test_data): Likewise.
12169         (exp_test_upward): Likewise.
12170         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12171         (exp10_test): Use ALL_RM_TEST.
12172         (exp10_tonearest_test_data): Remove.
12173         (exp10_test_tonearest): Likewise.
12174         (exp10_towardzero_test_data): Likewise.
12175         (exp10_test_towardzero): Likewise.
12176         (exp10_downward_test_data): Likewise.
12177         (exp10_test_downward): Likewise.
12178         (exp10_upward_test_data): Likewise.
12179         (exp10_test_upward): Likewise.
12180         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12181         (expm1_test_data): Likewise.
12182         (expm1_test): Use ALL_RM_TEST.
12183         (expm1_tonearest_test_data): Remove.
12184         (expm1_test_tonearest): Likewise.
12185         (expm1_towardzero_test_data): Likewise.
12186         (expm1_test_towardzero): Likewise.
12187         (expm1_downward_test_data): Likewise.
12188         (expm1_test_downward): Likewise.
12189         (expm1_upward_test_data): Likewise.
12190         (expm1_test_upward): Likewise.
12191         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12192         (fma_test): Use ALL_RM_TEST.
12193         (fma_towardzero_test_data): Remove.
12194         (fma_test_towardzero): Likewise.
12195         (fma_downward_test_data): Likewise.
12196         (fma_test_downward): Likewise.
12197         (fma_upward_test_data): Likewise.
12198         (fma_test_upward): Likewise.
12199         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12200         (j0_test_data): Update call to AUTO_TESTS_f_f.
12201         (j1_test_data): Likewise.
12202         (jn_test_data): Update call to AUTO_TESTS_if_f.
12203         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12204         (log_test_data): Update call to AUTO_TESTS_f_f.
12205         (log10_test_data): Likewise.
12206         (log1p_test_data): Likewise.
12207         (log2_test_data): Likewise.
12208         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12209         (pow_tonearest_test_data): Likewise.
12210         (sin_test_data): Update call to AUTO_TESTS_f_f.
12211         (sin_test): Use ALL_RM_TEST.
12212         (sin_tonearest_test_data): Remove.
12213         (sin_test_tonearest): Likewise.
12214         (sin_towardzero_test_data): Likewise.
12215         (sin_test_towardzero): Likewise.
12216         (sin_downward_test_data): Likewise.
12217         (sin_test_downward): Likewise.
12218         (sin_upward_test_data): Likewise.
12219         (sin_test_upward): Likewise.
12220         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12221         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12222         (sinh_test): Use ALL_RM_TEST.
12223         (sinh_tonearest_test_data): Remove.
12224         (sinh_test_tonearest): Likewise.
12225         (sinh_towardzero_test_data): Likewise.
12226         (sinh_test_towardzero): Likewise.
12227         (sinh_downward_test_data): Likewise.
12228         (sinh_test_downward): Likewise.
12229         (sinh_upward_test_data): Likewise.
12230         (sinh_test_upward): Likewise.
12231         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12232         (sqrt_test): Use ALL_RM_TEST.
12233         (sqrt_tonearest_test_data): Remove.
12234         (sqrt_test_tonearest): Likewise.
12235         (sqrt_towardzero_test_data): Likewise.
12236         (sqrt_test_towardzero): Likewise.
12237         (sqrt_downward_test_data): Likewise.
12238         (sqrt_test_downward): Likewise.
12239         (sqrt_upward_test_data): Likewise.
12240         (sqrt_test_upward): Likewise.
12241         (tan_test_data): Update call to AUTO_TESTS_f_f.
12242         (tan_test): Use ALL_RM_TEST.
12243         (tan_tonearest_test_data): Remove.
12244         (tan_test_tonearest): Likewise.
12245         (tan_towardzero_test_data): Likewise.
12246         (tan_test_towardzero): Likewise.
12247         (tan_downward_test_data): Likewise.
12248         (tan_test_downward): Likewise.
12249         (tan_upward_test_data): Likewise.
12250         (tan_test_upward): Likewise.
12251         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12252         (tgamma_test_data): Likewise.
12253         (y0_test_data): Likewise.
12254         (y1_test_data): Likewise.
12255         (yn_test_data): Update call to AUTO_TESTS_if_f.
12256         (main): Do not call removed functions.
12258 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12260         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12261         (ldexp_test_data): Remove.
12262         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12263         scalbn_test_data.
12264         (scalb_test): Use ALL_RM_TEST.
12266 2014-03-19  Andreas Schwab  <schwab@suse.de>
12268         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12270 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12272         [BZ #16649]
12273         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12274         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12275         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12276         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12277         (__ASSUME_PREADV): Undefine.
12278         (__ASSUME_PWRITEV): Likewise.
12280 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12282         * bits/mman-linux.h: Add comment about non-Linux use.
12283         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12284         bits/mman-linux.h resting place.
12286         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12287         * bits/mman-linux.h: ... here.
12289 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12291         * conform/conformtest.pl: Add standard definition when calling C
12292         preprocessor on data files.
12293         (checknamespace): Remove unused variable.
12295 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12297         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12298         minus_oflow, plus_uflow and minus_uflow in expected results.
12299         * math/libm-test.inc (scalbn_test_data): Add more tests of
12300         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12301         minus_uflow.
12302         (scalbn_test): Use ALL_RM_TEST.
12303         (scalbln_test_data): Add more tests of negative arguments.  Use
12304         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12305         (scalbln_test): Use ALL_RM_TEST.
12307 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12309         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12311 2014-03-18  Will Newton  <will.newton@linaro.org>
12313         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12314         inaccurate comment.
12316 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12318         * Makerules [!subdir] (check-abi): Exit with error status if a
12319         test failed.
12321 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12323         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12324         for rint.  Include results for all rounding modes.
12325         (nearbyint_test): Use ALL_RM_TEST.
12326         (rint_test_data): Include all tests used for nearbyint.
12328 2014-03-17  Will Newton  <will.newton@linaro.org>
12330         * nptl/sysdeps/pthread/pthread.h: Revert previous
12331         change.
12333         * sysdeps/generic/ldsodefs.h: Revert previous
12334         change.
12336         * libio/genops.c: Revert previous change.
12337         * libio/libioP.h: Likewise.
12338         * stdio-common/vfprintf.c: Likewise.
12340         * sysdeps/generic/math_private.h: Revert previous
12341         change.
12343         * sysdeps/generic/math_private.h: Check whether
12344         HAVE_RM_CTX is defined with #ifdef rather
12345         than #if.
12347         * argp/argp-fmtstream.h: Check whether
12348         __STRICT_ANSI__ is defined with #ifdef rather
12349         than #if.
12350         * argp/argp.h: Likewise.
12352         * libio/genops.c: Check whether
12353         _IO_JUMPS_OFFSET is defined with #ifdef rather
12354         than #if.
12355         * libio/libioP.h: Likewise.
12356         * stdio-common/vfprintf.c: Likewise.
12358         * sysdeps/generic/ldsodefs.h: Check whether
12359         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12360         than #if.
12362         * nptl/sysdeps/pthread/pthread.h: Check
12363         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12364         its value.
12366 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12368         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12369         setting O_APPEND.
12370         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12371         test case.
12373         [BZ #16680]
12374         * libio/fileops.c (_IO_file_open): Seek to end of file but
12375         don't cache the offset.
12376         (get_file_offset): Remove function.
12377         (do_ftell): Use cached offset when available.
12378         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12379         don't cache the offset.
12380         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12381         case.
12382         (do_one_test): Call it.
12383         (do_ftell_test): Fix up expected old offset for a+ mode.
12384         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12385         available.
12387         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12388         up test status with function return status.
12389         (do_write_test): Likewise.
12390         (do_append_test): Likewise.
12392         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12393         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12394         Remove.
12396 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12398         * math/gen-libm-test.pl (parse_args): Handle results specified for
12399         each rounding mode separately.
12400         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12401         tests and results from lrint_tonearest_test_data,
12402         lrint_towardzero_test_data, lrint_downward_test_data and
12403         lrint_upward_test_data.
12404         (lrint_test): Use ALL_RM_TEST.
12405         (lrint_tonearest_test_data): Remove.
12406         (lrint_test_tonearest): Likewise.
12407         (lrint_towardzero_test_data): Likewise.
12408         (lrint_test_towardzero): Likewise.
12409         (lrint_downward_test_data): Likewise.
12410         (lrint_test_downward): Likewise.
12411         (lrint_upward_test_data): Likewise.
12412         (lrint_test_upward): Likewise.
12413         (llrint_test_data): Merge in per-rounding-mode tests and results
12414         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12415         llrint_downward_test_data and llrint_upward_test_data.
12416         (llrint_test): Use ALL_RM_TEST.
12417         (llrint_tonearest_test_data): Remove.
12418         (llrint_test_tonearest): Likewise.
12419         (llrint_towardzero_test_data): Likewise.
12420         (llrint_test_towardzero): Likewise.
12421         (llrint_downward_test_data): Likewise.
12422         (llrint_test_downward): Likewise.
12423         (llrint_upward_test_data): Likewise.
12424         (llrint_test_upward): Likewise.
12425         (rint_test_data): Merge in per-rounding-mode tests and results
12426         from rint_tonearest_test_data, rint_towardzero_test_data,
12427         rint_downward_test_data and rint_upward_test_data.  Add
12428         per-rounding-mode results for tests not in those arrays.
12429         (rint_test): Use ALL_RM_TEST.
12430         (rint_tonearest_test_data): Remove.
12431         (rint_test_tonearest): Likewise.
12432         (rint_towardzero_test_data): Likewise.
12433         (rint_test_towardzero): Likewise.
12434         (rint_downward_test_data): Likewise.
12435         (rint_test_downward): Likewise.
12436         (rint_upward_test_data): Likewise.
12437         (rint_test_upward): Likewise.
12438         (main): Don't call removed functions.
12440 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12442         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12443         "Compiled on ..." crapola.  It is anti-useful.
12445 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12447         * scripts/evaluate-test.sh: Handle fourth argument to determine
12448         whether test run should stop on failure.
12449         * Makeconfig (stop-on-test-failure): New variable.
12450         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12451         $(stop-on-test-failure).
12452         * Makefile (tests): Give a summary of results from testing and
12453         exit with failure status if they include an ERROR or FAIL.
12454         (xtests): Likewise.
12455         * manual/install.texi (Configuring and compiling): Mention
12456         stop-on-test-failure=y.
12457         * INSTALL: Regenerated.
12459 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12461         * scripts/versionlist.awk: New file.
12462         * Makerules [$(build-shared) = yes]
12463         (postclean-generated): Add Versions.def, not Versions.def.v and
12464         Versions.def.v.i.
12465         ($(common-objpfx)Versions.def.v.i): Target removed.
12466         ($(common-objpfx)Versions.def): New target.
12467         ($(common-objpfx)Versions.all): Depend on that rather that
12468         $(common-objpfx)Versions.def.v.
12469         * Versions.def: File removed.
12471         * Makeconfig (+gccwarn): Add -Wundef.
12472         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12473         a dl-sysdep.h breaking its contract.
12474         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12475         * include/stackinfo.h: New file.
12476         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12477         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12478         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12479         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12480         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12481         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12482         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12483         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12484         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12485         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12486         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12487         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12488         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12489         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12490         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12492 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12494         [BZ #16707]
12495         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12496         implementation.
12497         * math/libm-test.inc (round_test_data): Add more tests.
12499         [BZ #16706]
12500         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12501         implementation.
12502         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12504         [BZ #16701]
12505         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12506         implementation.
12507         * math/libm-test.inc (ceil_test_data): Add more tests.
12509         * math/libm-test.inc (trunc_test_data): Add more tests related to
12510         BZ#16414.
12512 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12514         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12515         with #if rather than #ifdef.
12516         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12518 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12520         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12521         first.  Disable AVX-512 GCC support if assembler doesn't support
12522         it.
12523         * sysdeps/x86_64/configure: Regenerated.
12525 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12527         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12528         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12529         (__old_pthread_attr_setstack): Likewise.
12530         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12531         [!_STACK_GROWS_DOWN]: Likewise.
12533 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12535         * config.make.in (have-bash2): Delete.
12536         * configure.ac (libc_cv_have_bash2): Delete.
12537         * configure: Regenerate.
12538         * elf/Makefile (common-ldd-rewrite): Rename to ...
12539         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12540         (sh-ldd-rewrite): Delete.
12541         (bash-ldd-rewrite): Delete.
12542         (have-bash2): Delete checks.
12543         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12544         ldd-rewrite.
12546         * config.make.in (have-ksh): Delete.
12547         (KSH): Delete.
12548         * configure.ac (libc_cv_have_ksh): Delete.
12549         * configure: Regenerate.
12551         * elf/Makefile: Delete $(have-ksh) check.
12552         ($(objpfx)sotruss): Change KSH to BASH.
12553         * elf/sotruss.ksh: Rename to ...
12554         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12555         function style to match POSIX.  Drop ksh vim mode setting.
12557         * manual/time.texi (Specifying the Time Zone with TZ): Change
12558         Tuesday to Thursday.
12560         * debug/tst-longjmp_chk2.c: Update header comment.
12561         (stackoverflow_handler): Add comment.  Call assert on pass value.
12563 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12565         [BZ #16194]
12566         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12567         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12568         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12569         (La_x86_64_vector): Add zmm.
12570         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12571         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12572         ($(objpfx)tst-audit10): New target.
12573         ($(objpfx)tst-audit10.out): Likewise.
12574         (tst-audit10-ENV): New.
12575         (AVX512-CFLAGS): Likewise.
12576         (CFLAGS-tst-audit10.c): Likewise.
12577         (CFLAGS-tst-auditmod10a.c): Likewise.
12578         (CFLAGS-tst-auditmod10b.c): Likewise.
12579         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12580         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12581         * sysdeps/x86_64/configure: Regenerated.
12582         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12583         AVX-512 zmm register support.
12584         (_dl_x86_64_save_sse): Likewise.
12585         (_dl_x86_64_restore_sse): Likewise.
12586         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12587         size vector registers.
12588         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12589         (ZMM_SIZE): Likewise.
12590         * sysdeps/x86_64/tst-audit10.c: New file.
12591         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12592         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12594 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12596         * configure.ac (HAVE_EHDR_START): New check.
12597         * configure: Regenerated.
12598         * config.h.in (HAVE_EHDR_START): New #undef.
12599         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12600         assuming the lowest-addressed segment maps the start of the file.
12602 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12604         * INSTALL: Regenerated.
12606 2014-03-13  Will Newton  <will.newton@linaro.org>
12608         * manual/setjmp.texi (System V contexts): Improve
12609         clarity and grammar of documentation.
12611 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12613         [BZ #16381]
12614         * elf/Makefile (tests): Add tst-pie2.
12615         (tests-pie): Add tst-pie2.
12616         * elf/tst-pie2.c: New file.
12617         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12618         for ET_EXEC.
12619         * elf/rtld.c (map_doit): Load executable as lt_executable.
12620         (dl_main): Likewise.
12622 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12624         [BZ #16642]
12625         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12626         (__ASSUME_PSELECT): Undefine.
12628 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12630         [BZ #16689]
12631         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12632         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12633         static build.
12634         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12635         selector for static builds.
12637 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12639         [BZ #16695]
12640         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12641         key in the buffer.
12643 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12645         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12646         IFUNC selector for static builds.
12648 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12650         * sysdeps/mips/math_private.h [__mips_hard_float]
12651         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12652         libc_feresetround_mips_ctx.
12653         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12654         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12655         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12657         [BZ #16677]
12658         * math/s_nextafter.c (__nextafter): Do not return value from
12659         overflowing computation.
12660         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12661         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12662         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12663         Likewise.
12664         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12665         Likewise.
12666         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12667         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12669 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12671         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12672         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12673         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12674         the new mov targetting sp.
12676 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12678         [BZ #16683]
12679         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12680         Define it for static builds as well.
12681         (NO_BZERO_IMPL): Likewise.
12683 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12685         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12686         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12687         multiarch strspn for PPC64.
12688         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12689         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12690         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12691         (__libc_ifunc_impl_list): Likewise.
12692         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12693         multiarch optimizations
12694         * string/strspn.c (strspn): Using macro to redefine symbol name.
12696 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12697             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12699         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12700         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12701         multiarch strncat for PPC64.
12702         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12703         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12704         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12705         (__libc_ifunc_impl_list): Likewise.
12706         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12707         multiarch optimizations
12709 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12711         [BZ #16639]
12712         * nscd/nscd.service: Make service type forking.
12714 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12716         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12717         sign in non default rounding modes.
12718         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12720 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12722         * math/libm-test.inc (ALL_RM_TEST): New macro.
12723         (ceil_test): Use ALL_RM_TEST.
12724         (cimag_test): Likewise.
12725         (conj_test): Likewise.
12726         (copysign_test): Likewise.
12727         (cproj_test): Likewise.
12728         (creal_test): Likewise.
12729         (fabs_test): Likewise.
12730         (floor_test): Likewise.
12731         (fmax_test): Likewise.
12732         (fmin_test): Likewise.
12733         (fmod_test): Likewise.
12734         (fpclassify_test): Likewise.
12735         (frexp_test): Likewise.
12736         (ilogb_test): Likewise.
12737         (isfinite_test): Likewise.
12738         (finite_test): Likewise.
12739         (isgreater_test): Likewise.
12740         (isgreaterequal_test): Likewise.
12741         (isinf_test): Likewise.
12742         (isless_test): Likewise.
12743         (islessequal_test): Likewise.
12744         (islessgreater_test): Likewise.
12745         (isnan_test): Likewise.
12746         (isnormal_test): Likewise.
12747         (issignaling_test): Likewise.
12748         (isunordered_test): Likewise.
12749         (logb_test): Likewise.
12750         (logb_downward_test_data): Remove.
12751         (logb_test_downward): Likewise.
12752         (lround_test): Use ALL_RM_TEST.
12753         (llround_test): Likewise.
12754         (modf_test): Likewise.
12755         (nexttoward_test): Likewise.
12756         (remainder_test): Likewise.
12757         (drem_test): Likewise.
12758         (remainder_tonearest_test_data): Likewise.
12759         (remainder_test_tonearest): Likewise.
12760         (drem_test_tonearest): Likewise.
12761         (remainder_towardzero_test_data): Likewise.
12762         (remainder_test_towardzero): Likewise.
12763         (drem_test_towardzero): Likewise.
12764         (remainder_downward_test_data): Likewise.
12765         (remainder_test_downward): Likewise.
12766         (drem_test_downward): Likewise.
12767         (remainder_upward_test_data): Likewise.
12768         (remainder_test_upward): Likewise.
12769         (drem_test_upward): Likewise.
12770         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12771         (round_test): Use ALL_RM_TEST.
12772         (signbit_test): Likewise.
12773         (trunc_test): Likewise.
12774         (significand_test): Likewise.
12775         (main): Don't call removed functions.
12777 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12779         [BZ #16674]
12780         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12781         || __USE_XOPEN2K8].
12782         (ILL_ILLOPN): Likewise.
12783         (ILL_ILLADR): Likewise.
12784         (ILL_ILLTRP): Likewise.
12785         (ILL_PRVOPC): Likewise.
12786         (ILL_PRVREG): Likewise.
12787         (ILL_COPROC): Likewise.
12788         (ILL_BADSTK): Likewise.
12789         (FPE_INTDIV): Likewise.
12790         (FPE_INTOVF): Likewise.
12791         (FPE_FLTDIV): Likewise.
12792         (FPE_FLTOVF): Likewise.
12793         (FPE_FLTUND): Likewise.
12794         (FPE_FLTRES): Likewise.
12795         (FPE_FLTINV): Likewise.
12796         (FPE_FLTSUB): Likewise.
12797         (SEGV_MAPERR): Likewise.
12798         (SEGV_ACCERR): Likewise.
12799         (BUS_ADRALN): Likewise.
12800         (BUS_ADRERR): Likewise.
12801         (BUS_OBJERR): Likewise.
12802         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12803         (TRAP_TRACE): Likewise.
12804         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12805         __USE_XOPEN2K8].
12806         (CLD_KILLED): Likewise.
12807         (CLD_DUMPED): Likewise.
12808         (CLD_TRAPPED): Likewise.
12809         (CLD_STOPPED): Likewise.
12810         (CLD_CONTINUED): Likewise.
12811         (POLL_IN): Likewise.
12812         (POLL_OUT): Likewise.
12813         (POLL_MSG): Likewise.
12814         (POLL_ERR): Likewise.
12815         (POLL_PRI): Likewise.
12816         (POLL_HUP): Likewise.
12817         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12818         Likewise.
12819         (ILL_ILLOPN): Likewise.
12820         (ILL_ILLADR): Likewise.
12821         (ILL_ILLTRP): Likewise.
12822         (ILL_PRVOPC): Likewise.
12823         (ILL_PRVREG): Likewise.
12824         (ILL_COPROC): Likewise.
12825         (ILL_BADSTK): Likewise.
12826         (FPE_INTDIV): Likewise.
12827         (FPE_INTOVF): Likewise.
12828         (FPE_FLTDIV): Likewise.
12829         (FPE_FLTOVF): Likewise.
12830         (FPE_FLTUND): Likewise.
12831         (FPE_FLTRES): Likewise.
12832         (FPE_FLTINV): Likewise.
12833         (FPE_FLTSUB): Likewise.
12834         (SEGV_MAPERR): Likewise.
12835         (SEGV_ACCERR): Likewise.
12836         (BUS_ADRALN): Likewise.
12837         (BUS_ADRERR): Likewise.
12838         (BUS_OBJERR): Likewise.
12839         (BUS_MCEERR_AR): Likewise.
12840         (BUS_MCEERR_AO): Likewise.
12841         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12842         (TRAP_TRACE): Likewise.
12843         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12844         __USE_XOPEN2K8].
12845         (CLD_KILLED): Likewise.
12846         (CLD_DUMPED): Likewise.
12847         (CLD_TRAPPED): Likewise.
12848         (CLD_STOPPED): Likewise.
12849         (CLD_CONTINUED): Likewise.
12850         (POLL_IN): Likewise.
12851         (POLL_OUT): Likewise.
12852         (POLL_MSG): Likewise.
12853         (POLL_ERR): Likewise.
12854         (POLL_PRI): Likewise.
12855         (POLL_HUP): Likewise.
12856         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12857         (ILL_ILLOPN): Likewise.
12858         (ILL_ILLADR): Likewise.
12859         (ILL_ILLTRP): Likewise.
12860         (ILL_PRVOPC): Likewise.
12861         (ILL_PRVREG): Likewise.
12862         (ILL_COPROC): Likewise.
12863         (ILL_BADSTK): Likewise.
12864         (FPE_INTDIV): Likewise.
12865         (FPE_INTOVF): Likewise.
12866         (FPE_FLTDIV): Likewise.
12867         (FPE_FLTOVF): Likewise.
12868         (FPE_FLTUND): Likewise.
12869         (FPE_FLTRES): Likewise.
12870         (FPE_FLTINV): Likewise.
12871         (FPE_FLTSUB): Likewise.
12872         (SEGV_MAPERR): Likewise.
12873         (SEGV_ACCERR): Likewise.
12874         (BUS_ADRALN): Likewise.
12875         (BUS_ADRERR): Likewise.
12876         (BUS_OBJERR): Likewise.
12877         (BUS_MCEERR_AR): Likewise.
12878         (BUS_MCEERR_AO): Likewise.
12879         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12880         (TRAP_TRACE): Likewise.
12881         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12882         __USE_XOPEN2K8].
12883         (CLD_KILLED): Likewise.
12884         (CLD_DUMPED): Likewise.
12885         (CLD_TRAPPED): Likewise.
12886         (CLD_STOPPED): Likewise.
12887         (CLD_CONTINUED): Likewise.
12888         (POLL_IN): Likewise.
12889         (POLL_OUT): Likewise.
12890         (POLL_MSG): Likewise.
12891         (POLL_ERR): Likewise.
12892         (POLL_PRI): Likewise.
12893         (POLL_HUP): Likewise.
12894         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12895         Likewise.
12896         (ILL_ILLOPN): Likewise.
12897         (ILL_ILLADR): Likewise.
12898         (ILL_ILLTRP): Likewise.
12899         (ILL_PRVOPC): Likewise.
12900         (ILL_PRVREG): Likewise.
12901         (ILL_COPROC): Likewise.
12902         (ILL_BADSTK): Likewise.
12903         (ILL_BADIADDR): Likewise.
12904         (ILL_BREAK): Likewise.
12905         (FPE_INTDIV): Likewise.
12906         (FPE_INTOVF): Likewise.
12907         (FPE_FLTDIV): Likewise.
12908         (FPE_FLTOVF): Likewise.
12909         (FPE_FLTUND): Likewise.
12910         (FPE_FLTRES): Likewise.
12911         (FPE_FLTINV): Likewise.
12912         (FPE_FLTSUB): Likewise.
12913         (FPE_DECOVF): Likewise.
12914         (FPE_DECDIV): Likewise.
12915         (FPE_DECERR): Likewise.
12916         (FPE_INVASC): Likewise.
12917         (FPE_INVDEC): Likewise.
12918         (SEGV_MAPERR): Likewise.
12919         (SEGV_ACCERR): Likewise.
12920         (SEGV_PSTKOVF): Likewise.
12921         (BUS_ADRALN): Likewise.
12922         (BUS_ADRERR): Likewise.
12923         (BUS_OBJERR): Likewise.
12924         (BUS_MCEERR_AR): Likewise.
12925         (BUS_MCEERR_AO): Likewise.
12926         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12927         (TRAP_TRACE): Likewise.
12928         (TRAP_BRANCH): Likewise.
12929         (TRAP_HWBKPT): Likewise.
12930         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12931         __USE_XOPEN2K8].
12932         (CLD_KILLED): Likewise.
12933         (CLD_DUMPED): Likewise.
12934         (CLD_TRAPPED): Likewise.
12935         (CLD_STOPPED): Likewise.
12936         (CLD_CONTINUED): Likewise.
12937         (POLL_IN): Likewise.
12938         (POLL_OUT): Likewise.
12939         (POLL_MSG): Likewise.
12940         (POLL_ERR): Likewise.
12941         (POLL_PRI): Likewise.
12942         (POLL_HUP): Likewise.
12943         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12944         (ILL_ILLOPN): Likewise.
12945         (ILL_ILLADR): Likewise.
12946         (ILL_ILLTRP): Likewise.
12947         (ILL_PRVOPC): Likewise.
12948         (ILL_PRVREG): Likewise.
12949         (ILL_COPROC): Likewise.
12950         (ILL_BADSTK): Likewise.
12951         (FPE_INTDIV): Likewise.
12952         (FPE_INTOVF): Likewise.
12953         (FPE_FLTDIV): Likewise.
12954         (FPE_FLTOVF): Likewise.
12955         (FPE_FLTUND): Likewise.
12956         (FPE_FLTRES): Likewise.
12957         (FPE_FLTINV): Likewise.
12958         (FPE_FLTSUB): Likewise.
12959         (SEGV_MAPERR): Likewise.
12960         (SEGV_ACCERR): Likewise.
12961         (BUS_ADRALN): Likewise.
12962         (BUS_ADRERR): Likewise.
12963         (BUS_OBJERR): Likewise.
12964         (BUS_MCEERR_AR): Likewise.
12965         (BUS_MCEERR_AO): Likewise.
12966         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12967         (TRAP_TRACE): Likewise.
12968         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12969         __USE_XOPEN2K8].
12970         (CLD_KILLED): Likewise.
12971         (CLD_DUMPED): Likewise.
12972         (CLD_TRAPPED): Likewise.
12973         (CLD_STOPPED): Likewise.
12974         (CLD_CONTINUED): Likewise.
12975         (POLL_IN): Likewise.
12976         (POLL_OUT): Likewise.
12977         (POLL_MSG): Likewise.
12978         (POLL_ERR): Likewise.
12979         (POLL_PRI): Likewise.
12980         (POLL_HUP): Likewise.
12981         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12982         (ILL_ILLOPN): Likewise.
12983         (ILL_ILLADR): Likewise.
12984         (ILL_ILLTRP): Likewise.
12985         (ILL_PRVOPC): Likewise.
12986         (ILL_PRVREG): Likewise.
12987         (ILL_COPROC): Likewise.
12988         (ILL_BADSTK): Likewise.
12989         (FPE_INTDIV): Likewise.
12990         (FPE_INTOVF): Likewise.
12991         (FPE_FLTDIV): Likewise.
12992         (FPE_FLTOVF): Likewise.
12993         (FPE_FLTUND): Likewise.
12994         (FPE_FLTRES): Likewise.
12995         (FPE_FLTINV): Likewise.
12996         (FPE_FLTSUB): Likewise.
12997         (SEGV_MAPERR): Likewise.
12998         (SEGV_ACCERR): Likewise.
12999         (BUS_ADRALN): Likewise.
13000         (BUS_ADRERR): Likewise.
13001         (BUS_OBJERR): Likewise.
13002         (BUS_MCEERR_AR): Likewise.
13003         (BUS_MCEERR_AO): Likewise.
13004         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13005         (TRAP_TRACE): Likewise.
13006         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13007         __USE_XOPEN2K8].
13008         (CLD_KILLED): Likewise.
13009         (CLD_DUMPED): Likewise.
13010         (CLD_TRAPPED): Likewise.
13011         (CLD_STOPPED): Likewise.
13012         (CLD_CONTINUED): Likewise.
13013         (POLL_IN): Likewise.
13014         (POLL_OUT): Likewise.
13015         (POLL_MSG): Likewise.
13016         (POLL_ERR): Likewise.
13017         (POLL_PRI): Likewise.
13018         (POLL_HUP): Likewise.
13019         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13020         (ILL_ILLOPN): Likewise.
13021         (ILL_ILLADR): Likewise.
13022         (ILL_ILLTRP): Likewise.
13023         (ILL_PRVOPC): Likewise.
13024         (ILL_PRVREG): Likewise.
13025         (ILL_COPROC): Likewise.
13026         (ILL_BADSTK): Likewise.
13027         (FPE_INTDIV): Likewise.
13028         (FPE_INTOVF): Likewise.
13029         (FPE_FLTDIV): Likewise.
13030         (FPE_FLTOVF): Likewise.
13031         (FPE_FLTUND): Likewise.
13032         (FPE_FLTRES): Likewise.
13033         (FPE_FLTINV): Likewise.
13034         (FPE_FLTSUB): Likewise.
13035         (SEGV_MAPERR): Likewise.
13036         (SEGV_ACCERR): Likewise.
13037         (BUS_ADRALN): Likewise.
13038         (BUS_ADRERR): Likewise.
13039         (BUS_OBJERR): Likewise.
13040         (BUS_MCEERR_AR): Likewise.
13041         (BUS_MCEERR_AO): Likewise.
13042         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13043         (TRAP_TRACE): Likewise.
13044         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13045         __USE_XOPEN2K8].
13046         (CLD_KILLED): Likewise.
13047         (CLD_DUMPED): Likewise.
13048         (CLD_TRAPPED): Likewise.
13049         (CLD_STOPPED): Likewise.
13050         (CLD_CONTINUED): Likewise.
13051         (POLL_IN): Likewise.
13052         (POLL_OUT): Likewise.
13053         (POLL_MSG): Likewise.
13054         (POLL_ERR): Likewise.
13055         (POLL_PRI): Likewise.
13056         (POLL_HUP): Likewise.
13057         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13058         (ILL_ILLOPN): Likewise.
13059         (ILL_ILLADR): Likewise.
13060         (ILL_ILLTRP): Likewise.
13061         (ILL_PRVOPC): Likewise.
13062         (ILL_PRVREG): Likewise.
13063         (ILL_COPROC): Likewise.
13064         (ILL_BADSTK): Likewise.
13065         (ILL_DBLFLT): Likewise.
13066         (ILL_HARDWALL): Likewise.
13067         (FPE_INTDIV): Likewise.
13068         (FPE_INTOVF): Likewise.
13069         (FPE_FLTDIV): Likewise.
13070         (FPE_FLTOVF): Likewise.
13071         (FPE_FLTUND): Likewise.
13072         (FPE_FLTRES): Likewise.
13073         (FPE_FLTINV): Likewise.
13074         (FPE_FLTSUB): Likewise.
13075         (SEGV_MAPERR): Likewise.
13076         (SEGV_ACCERR): Likewise.
13077         (BUS_ADRALN): Likewise.
13078         (BUS_ADRERR): Likewise.
13079         (BUS_OBJERR): Likewise.
13080         (BUS_MCEERR_AR): Likewise.
13081         (BUS_MCEERR_AO): Likewise.
13082         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13083         (TRAP_TRACE): Likewise.
13084         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13085         __USE_XOPEN2K8].
13086         (CLD_KILLED): Likewise.
13087         (CLD_DUMPED): Likewise.
13088         (CLD_TRAPPED): Likewise.
13089         (CLD_STOPPED): Likewise.
13090         (CLD_CONTINUED): Likewise.
13091         (POLL_IN): Likewise.
13092         (POLL_OUT): Likewise.
13093         (POLL_MSG): Likewise.
13094         (POLL_ERR): Likewise.
13095         (POLL_PRI): Likewise.
13096         (POLL_HUP): Likewise.
13097         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13098         (ILL_ILLOPN): Likewise.
13099         (ILL_ILLADR): Likewise.
13100         (ILL_ILLTRP): Likewise.
13101         (ILL_PRVOPC): Likewise.
13102         (ILL_PRVREG): Likewise.
13103         (ILL_COPROC): Likewise.
13104         (ILL_BADSTK): Likewise.
13105         (FPE_INTDIV): Likewise.
13106         (FPE_INTOVF): Likewise.
13107         (FPE_FLTDIV): Likewise.
13108         (FPE_FLTOVF): Likewise.
13109         (FPE_FLTUND): Likewise.
13110         (FPE_FLTRES): Likewise.
13111         (FPE_FLTINV): Likewise.
13112         (FPE_FLTSUB): Likewise.
13113         (SEGV_MAPERR): Likewise.
13114         (SEGV_ACCERR): Likewise.
13115         (BUS_ADRALN): Likewise.
13116         (BUS_ADRERR): Likewise.
13117         (BUS_OBJERR): Likewise.
13118         (BUS_MCEERR_AR): Likewise.
13119         (BUS_MCEERR_AO): Likewise.
13120         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13121         (TRAP_TRACE): Likewise.
13122         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13123         __USE_XOPEN2K8].
13124         (CLD_KILLED): Likewise.
13125         (CLD_DUMPED): Likewise.
13126         (CLD_TRAPPED): Likewise.
13127         (CLD_STOPPED): Likewise.
13128         (CLD_CONTINUED): Likewise.
13129         (POLL_IN): Likewise.
13130         (POLL_OUT): Likewise.
13131         (POLL_MSG): Likewise.
13132         (POLL_ERR): Likewise.
13133         (POLL_PRI): Likewise.
13134         (POLL_HUP): Likewise.
13135         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13136         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13138         [BZ #16670]
13139         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13140         before #include of <time.h>.
13141         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13142         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13143         (test-xfail-UNIX98/sched.h/conform): Likewise.
13145 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13147         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13148         error absence of trapping exception support.
13149         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13151 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13153         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13154         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13155         * timezone/Makefile (testdata): Move definition above include of
13156         Rules.
13157         (test-zones): New variable.
13158         (tests-special): Add zone files.
13159         (build-testdata): Use $(evaluate-test).
13161         * elf/Makefile (tests-special): Rename tests to end with .out.
13162         ($(objpfx)noload-mem): Likewise.
13163         ($(objpfx)tst-leaks1-mem): Likewise.
13164         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13165         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13166         $(objpfx)test-iconvconfig.out.
13167         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13168         set -e inside subshell and redirect output to file.
13169         * iconvdata/Makefile (generated): Rename tests to end with .out.
13170         Correct type.
13171         (tests-special): Rename tests to end with .out.
13172         ($(objpfx)mtrace-tst-loading): Likewise.
13173         * intl/Makefile (generated): Likewise.
13174         (tests-special): Likewise.
13175         ($(objpfx)mtrace-tst-gettext): Likewise.
13176         * misc/Makefile (generated): Likewise.
13177         (tests-special): Likewise.
13178         ($(objpfx)tst-error1-mem): Likewise.
13179         * nptl/Makefile (tests-special): Likewise.
13180         ($(objpfx)tst-stack3-mem): Likewise.
13181         (generated): Likewise.
13182         * posix/Makefile (generated): Likewise.
13183         (tests-special): Likewise.
13184         (xtests-special): Likewise.
13185         ($(objpfx)tst-fnmatch-mem): Likewise.
13186         ($(objpfx)bug-regex2-mem): Likewise.
13187         ($(objpfx)bug-regex14-mem): Likewise.
13188         ($(objpfx)bug-regex21-mem): Likewise.
13189         ($(objpfx)bug-regex31-mem): Likewise.
13190         ($(objpfx)tst-vfork3-mem): Likewise.
13191         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13192         ($(objpfx)tst-pcre-mem): Likewise.
13193         ($(objpfx)tst-boost-mem): Likewise.
13194         ($(objpfx)bug-ga2-mem): Likewise.
13195         ($(objpfx)bug-glob2-mem): Likewise.
13196         * resolv/Makefile (generate): Likewise.
13197         (tests-special): Likewise.
13198         (xtests-special): Likewise.
13199         (generated): Likewise.
13200         ($(objpfx)mtrace-tst-leaks): Likewise.
13201         ($(objpfx)mtrace-tst-leaks2): Likewise.
13203         * scripts/merge-test-results.sh: New file.
13204         * Makefile (tests-special-notdir): New variable.
13205         (tests): Run merge-test-results.sh.
13206         (xtests): Likewise.
13207         * Rules (tests-special-notdir): New variable.
13208         (xtests-special-notdir): Likewise.
13209         (tests): Run merge-test-results.sh
13210         (xtests): Likewise.
13212         * Makeconfig (test-xfail-name): New variable.
13213         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13214         compute variable name for expected failures.
13215         * conform/Makefile (conformtest-headers-data): New variable.
13216         (conformtest-standards): Likewise.
13217         (conformtest-headers-ISO): Likewise.
13218         (conformtest-headers-ISO99): Likewise.
13219         (conformtest-headers-ISO11): Likewise.
13220         (conformtest-headers-POSIX): Likewise.
13221         (conformtest-headers-XPG3): Likewise.
13222         (conformtest-headers-XPG4): Likewise.
13223         (conformtest-headers-UNIX98): Likewise.
13224         (conformtest-headers-XOPEN2K): Likewise.
13225         (conformtest-headers-POSIX2008): Likewise.
13226         (conformtest-headers-XOPEN2K8): Likewise.
13227         (conformtest-header-list-base): Likewise.
13228         (conformtest-header-list-tests): Likewise.
13229         (conformtest-header-base): Likewise.
13230         (conformtest-header-tests): Likewise.
13231         (tests-special): Add $(conformtest-header-list-tests).  If
13232         [$(fast-check) && !$(cross-compiling)], add
13233         $(conformtest-header-tests) instead of
13234         $(objpfx)run-conformtest.out.
13235         (generated): Add $(conformtest-header-list-base).  If
13236         [$(fast-check) && !$(cross-compiling)], add
13237         $(conformtest-header-base).  Remove previous setting.
13238         ($(conformtest-header-list-tests)): New target.
13239         (test-xfail-run-conformtest): Remove variable.
13240         ($(objpfx)run-conformtest.out): Remove target.
13241         (test-xfail-ISO11/complex.h/conform): New variable.
13242         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13243         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13244         (test-xfail-XPG3/varargs.h/conform): Likewise.
13245         (test-xfail-XPG4/varargs.h/conform): Likewise.
13246         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13247         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13248         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13249         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13250         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13251         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13252         (test-xfail-XPG3/ftw.h/conform): Likewise.
13253         (test-xfail-XPG3/grp.h/conform): Likewise.
13254         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13255         (test-xfail-XPG3/limits.h/conform): Likewise.
13256         (test-xfail-XPG3/pwd.h/conform): Likewise.
13257         (test-xfail-XPG3/search.h/conform): Likewise.
13258         (test-xfail-XPG3/signal.h/conform): Likewise.
13259         (test-xfail-XPG3/stdio.h/conform): Likewise.
13260         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13261         (test-xfail-XPG3/string.h/conform): Likewise.
13262         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13263         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13264         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13265         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13266         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13267         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13268         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13269         (test-xfail-XPG3/termios.h/conform): Likewise.
13270         (test-xfail-XPG3/time.h/conform): Likewise.
13271         (test-xfail-XPG3/unistd.h/conform): Likewise.
13272         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13273         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13274         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13275         (test-xfail-XPG4/netdb.h/conform): Likewise.
13276         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13277         (test-xfail-XPG4/signal.h/conform): Likewise.
13278         (test-xfail-XPG4/stdio.h/conform): Likewise.
13279         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13280         (test-xfail-XPG4/stropts.h/conform): Likewise.
13281         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13282         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13283         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13284         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13285         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13286         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13287         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13288         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13289         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13290         (test-xfail-XPG4/termios.h/conform): Likewise.
13291         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13292         (test-xfail-XPG4/unistd.h/conform): Likewise.
13293         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13294         (test-xfail-POSIX/sched.h/conform): Likewise.
13295         (test-xfail-POSIX/signal.h/conform): Likewise.
13296         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13297         (test-xfail-POSIX/tar.h/conform): Likewise.
13298         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13299         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13300         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13301         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13302         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13303         (test-xfail-UNIX98/sched.h/conform): Likewise.
13304         (test-xfail-UNIX98/signal.h/conform): Likewise.
13305         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13306         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13307         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13308         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13309         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13310         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13311         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13312         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13313         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13314         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13315         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13316         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13317         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13318         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13319         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13320         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13321         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13322         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13323         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13324         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13325         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13326         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13327         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13328         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13329         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13330         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13331         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13332         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13333         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13334         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13335         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13336         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13337         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13338         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13339         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13340         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13341         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13342         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13343         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13344         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13345         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13346         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13347         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13348         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13349         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13350         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13351         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13352         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13353         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13354         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13355         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13356         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13357         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13358         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13359         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13360         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13361         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13362         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13363         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13364         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13365         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13366         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13367         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13368         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13369         (conformtest-cc-flags): Likewise.
13370         ($(conformtest-header-tests): New target.
13371         * conform/check-header-lists.sh: New file.
13372         * conform/run-conformtest.sh: Remove.
13374         * conform/conformtest.pl: Allow ' and \ in values given for
13375         constants.
13376         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13377         inclusion.
13378         [POSIX] (sys/types.h): Likewise.
13379         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13380         inclusion.
13381         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13382         inclusion.
13383         * conform/data/signal.h-data (SIGIO): Remove expectation.
13384         [XPG3] (SIGBUS): Do not expect.
13385         [POSIX || XPG3] (SIGPOLL): Likewise.
13386         [POSIX || XPG3] (SIGPROF): Likewise.
13387         [POSIX || XPG3] (SIGSYS): Likewise.
13388         [XPG3] (SIGTRAP): Likewise.
13389         [POSIX || XPG3] (SIGURG): Likewise.
13390         [POSIX || XPG3] (SIGVTALRM): Likewise.
13391         [POSIX || XPG3] (SIGXCPU): Likewise.
13392         [POSIX || XPG3] (SIGXFSZ): Likewise.
13393         [POSIX] (SA_SIGINFO): Expect.
13394         [XPG3] (siginfo_t): Do not expect type or contents.
13395         [POSIX] (si_pid): Do not expect element.
13396         [POSIX] (si_uid): Likewise.
13397         [POSIX] (si_addr): Likewise.
13398         [POSIX] (si_status): Likewise.
13399         [POSIX] (si_band): Likewise.
13400         [XPG4] (si_value): Likewise.
13401         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13402         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13403         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13404         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13405         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13406         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13407         [POSIX || XPG3] (ILL_COPROC): Likewise.
13408         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13409         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13410         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13411         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13412         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13413         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13414         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13415         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13416         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13417         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13418         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13419         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13420         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13421         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13422         [POSIX || XPG3] (CLD_EXITED): Likewise.
13423         [POSIX || XPG3] (CLD_KILLED): Likewise.
13424         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13425         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13426         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13427         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13428         [POSIX || XPG3] (POLL_IN): Likewise.
13429         [POSIX || XPG3] (POLL_OUT): Likewise.
13430         [POSIX || XPG3] (POLL_MSG): Likewise.
13431         [POSIX || XPG3] (POLL_ERR): Likewise.
13432         [POSIX || XPG3] (POLL_PRI): Likewise.
13433         [POSIX || XPG3] (POLL_HUP): Likewise.
13434         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13435         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13436         (SIG*): Do not allow.
13437         [XPG3] (si_*): Likewise.
13438         [XPG3] (SI_*): Likewise.
13439         [XPG3 || XPG4] (sigev_*): Likewise.
13440         [XPG3 || XPG4] (SIGEV_*): Likewise.
13441         [XPG3 || XPG4] (sival_*): Likewise.
13442         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13443         [POSIX || XPG3] (BUS_*): Likewise.
13444         [POSIX || XPG3] (CLD_*): Likewise.
13445         [POSIX || XPG3] (FPE_*): Likewise.
13446         [POSIX || XPG3] (ILL_*): Likewise.
13447         [POSIX || XPG3] (POLL_*): Likewise.
13448         [POSIX || XPG3] (SEGV_*): Likewise.
13449         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13450         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13451         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13452         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13453         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13454         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13455         Specify type and value.
13456         (TVERSLEN): Likewise.
13457         (REGTYPE): Likewise.
13458         (AREGTYPE): Likewise.
13459         (LNKTYPE): Likewise.
13460         (SYMTYPE): Likewise.
13461         (CHRTYPE): Likewise.
13462         (BLKTYPE): Likewise.
13463         (DIRTYPE): Likewise.
13464         (FIFOTYPE): Likewise.
13465         (CONTTYPE): Likewise.
13466         (TSUID): Likewise.
13467         (TSGID): Likewise.
13468         (TSVTX): Likewise.
13469         (TUREAD): Likewise.
13470         (TUWRITE): Likewise.
13471         (TUEXEC): Likewise.
13472         (TGREAD): Likewise.
13473         (TGWRITE): Likewise.
13474         (TGEXEC): Likewise.
13475         (TOREAD): Likewise.
13476         (TOWRITE): Likewise.
13477         (TOEXEC): Likewise.
13478         [POSIX] (TSVTX): Expect constant.
13480 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13482         * Makefile (tests): Change dependencies to ....
13483         (tests-special): ... additions to this variable.
13484         (tests): Depend on $(tests-special).
13485         * Makerules (check-abi-list): New variable.
13486         (check-abi): Depend on $(check-abi-list).
13487         [$(subdir) = elf] (tests-special): Add
13488         $(objpfx)check-abi-libc.out.
13489         [$(build-shared) = yes && subdir] (tests-special): Add
13490         $(check-abi-list).
13491         [$(build-shared) = yes && subdir] (tests): Do not depend on
13492         check-abi.
13493         * Rules (tests): Depend on $(tests-special).
13494         (xtests): Depend on $(xtests-special).
13495         * catgets/Makefile (tests): Change dependencies to ....
13496         (tests-special): ... additions to this variable.
13497         * conform/Makefile (tests): Change dependencies to ....
13498         (tests-special): ... additions to this variable.
13499         * elf/Makefile (tests): Change dependencies to ....
13500         (tests-special): ... additions to this variable.
13501         * grp/Makefile (tests): Change dependencies to ....
13502         (tests-special): ... additions to this variable.
13503         * iconv/Makefile (xtests): Change dependencies to ....
13504         (xtests-special): ... additions to this variable.
13505         * iconvdata/Makefile (tests): Change dependencies to ....
13506         (tests-special): ... additions to this variable.
13507         * intl/Makefile (tests): Change dependencies to ....
13508         (tests-special): ... additions to this variable.  Also add
13509         $(objpfx)tst-gettext.out.
13510         * io/Makefile (tests): Change dependencies to ....
13511         (tests-special): ... additions to this variable.
13512         * libio/Makefile (tests): Change dependencies to ....
13513         (tests-special): ... additions to this variable.
13514         * malloc/Makefile (tests): Change dependencies to ....
13515         (tests-special): ... additions to this variable.
13516         * misc/Makefile (tests): Change dependencies to ....
13517         (tests-special): ... additions to this variable.
13518         * nptl/Makefile (tests): Change dependencies to ....
13519         (tests-special): ... additions to this variable.
13520         * nptl_db/Makefile (tests): Change dependencies to ....
13521         (tests-special): ... additions to this variable.
13522         * posix/Makefile (tests): Change dependencies to ....
13523         (tests-special): ... additions to this variable.
13524         (xtests): Change dependencies to ....
13525         (xtests-special): ... additions to this variable.
13526         * resolv/Makefile (tests): Change dependencies to ....
13527         (tests-special): ... additions to this variable.
13528         (xtests): Change dependencies to ....
13529         (xtests-special): ... additions to this variable.
13530         * stdio-common/Makefile (tests): Change dependencies to ....
13531         (tests-special): ... additions to this variable.
13532         (do-tst-unbputc): Remove target.
13533         (do-tst-printf): Likewise.
13534         * stdlib/Makefile (tests): Change dependencies to ....
13535         (tests-special): ... additions to this variable.
13536         * string/Makefile (tests): Change dependencies to ....
13537         (tests-special): ... additions to this variable.
13538         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13539         (tests-special): ... additions to this variable.
13541         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13542         whole file.
13543         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13544         whole file.
13545         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13546         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13548         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13549         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13550         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13551         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13552         * conform/data/libgen.h-data [XPG3]: Likewise.
13553         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13554         * conform/data/ndbm.h-data [XPG3]: Likewise.
13555         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13556         * conform/data/netdb.h-data [XPG3]: Likewise.
13557         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13558         * conform/data/poll.h-data [XPG3]: Likewise.
13559         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13560         * conform/data/strings.h-data [XPG3]: Likewise.
13561         * conform/data/stropts.h-data [XPG3]: Likewise.
13562         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13563         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13564         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13565         Likewise.
13566         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13567         * conform/data/sys/time.h-data [XPG3]: Likewise.
13568         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13569         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13570         * conform/data/sys/un.h-data [XPG3]: Likewise.
13571         * conform/data/syslog.h-data [XPG3]: Likewise.
13572         * conform/data/ucontext.h-data [XPG3]: Likewise.
13573         * conform/data/utmpx.h-data [XPG3]: Likewise.
13574         * conform/data/varargs.h-data [UNIX98]: Enable file.
13576         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13578         * math/libm-test.inc (struct test_f_f_data): Move expected results
13579         into structure for each rounding mode.
13580         (struct test_ff_f_data): Likewise.
13581         (struct test_ff_f_data_nexttoward): Likewise.
13582         (struct test_fi_f_data): Likewise.
13583         (struct test_fl_f_data): Likewise.
13584         (struct test_if_f_data): Likewise.
13585         (struct test_fff_f_data): Likewise.
13586         (struct test_c_f_data): Likewise.
13587         (struct test_f_f1_data): Likewise.
13588         (struct test_fF_f1_data): Likewise.
13589         (struct test_ffI_f1_data): Likewise.
13590         (struct test_c_c_data): Likewise.
13591         (struct test_cc_c_data): Likewise.
13592         (struct test_f_i_data): Likewise.
13593         (struct test_ff_i_data): Likewise.
13594         (struct test_f_l_data): Likewise.
13595         (struct test_f_L_data): Likewise.
13596         (struct test_fFF_11_data): Likewise.
13597         (RM_): New macro.
13598         (RM_FE_DOWNWARD): Likewise.
13599         (RM_FE_TONEAREST): Likewise.
13600         (RM_FE_TOWARDZERO): Likewise.
13601         (RM_FE_UPWARD): Likewise.
13602         (RUN_TEST_LOOP_f_f): Update references to expected results.
13603         (RUN_TEST_LOOP_2_f): Likewise.
13604         (RUN_TEST_LOOP_fff_f): Likewise.
13605         (RUN_TEST_LOOP_c_f): Likewise.
13606         (RUN_TEST_LOOP_f_f1): Likewise.
13607         (RUN_TEST_LOOP_fF_f1): Likewise.
13608         (RUN_TEST_LOOP_fI_f1): Likewise.
13609         (RUN_TEST_LOOP_ffI_f1): Likewise.
13610         (RUN_TEST_LOOP_c_c): Likewise.
13611         (RUN_TEST_LOOP_cc_c): Likewise.
13612         (RUN_TEST_LOOP_f_i): Likewise.
13613         (RUN_TEST_LOOP_f_i_tg): Likewise.
13614         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13615         (RUN_TEST_LOOP_f_b): Likewise.
13616         (RUN_TEST_LOOP_f_b_tg): Likewise.
13617         (RUN_TEST_LOOP_f_l): Likewise.
13618         (RUN_TEST_LOOP_f_L): Likewise.
13619         (RUN_TEST_LOOP_fFF_11): Likewise.
13620         * math/gen-libm-test.pl (parse_args): Output four copies of
13621         expected results for each test.
13623         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13624         (__ASSUME_UTIMES): Remove.
13625         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13626         (__ASSUME_UTIMES): Likewise.
13628         * math/gen-auto-libm-tests.c: Update comment on output format.
13629         (output_for_one_input_case): Generate before-rounding and
13630         after-rounding information as conditions on output flags not
13631         floating-point format.
13632         * math/auto-libm-test-out: Regenerated.
13633         * math/gen-libm-test.pl (cond_value): New function.
13634         (or_cond_value): Use cond_value.
13635         (generate_testfile): Handle conditional exceptions.
13637 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13639         * math/libm-test.inc (max_valid_error): New variable.
13640         (init_max_error): Take new argument specifying whether function
13641         results are exactly determined.  Set max_valid_error and bound
13642         other variables for errors based on this argument.
13643         (set_max_error): Do not record results above max_valid_error.
13644         (check_float_internal): Only accept errors of up to 0.5ulps if
13645         also at most max_valid_error.
13646         (START): Take new argument EXACT and pass it to init_max_error.
13647         (acos_test): Update call to START.
13648         (acos_test_tonearest): Likewise.
13649         (acos_test_towardzero): Likewise.
13650         (acos_test_downward): Likewise.
13651         (acos_test_upward): Likewise.
13652         (acosh_test): Likewise.
13653         (asin_test): Likewise.
13654         (asin_test_tonearest): Likewise.
13655         (asin_test_towardzero): Likewise.
13656         (asin_test_downward): Likewise.
13657         (asin_test_upward): Likewise.
13658         (asinh_test): Likewise.
13659         (atan_test): Likewise.
13660         (atanh_test): Likewise.
13661         (atan2_test): Likewise.
13662         (cabs_test): Likewise.
13663         (cacos_test): Likewise.
13664         (cacosh_test): Likewise.
13665         (carg_test): Likewise.
13666         (casin_test): Likewise.
13667         (casinh_test): Likewise.
13668         (catan_test): Likewise.
13669         (catanh_test): Likewise.
13670         (cbrt_test): Likewise.
13671         (ccos_test): Likewise.
13672         (ccosh_test): Likewise.
13673         (ceil_test): Likewise.
13674         (cexp_test): Likewise.
13675         (cimag_test): Likewise.
13676         (clog_test): Likewise.
13677         (clog10_test): Likewise.
13678         (conj_test): Likewise.
13679         (copysign_test): Likewise.
13680         (cos_test): Likewise.
13681         (cos_test_tonearest): Likewise.
13682         (cos_test_towardzero): Likewise.
13683         (cos_test_downward): Likewise.
13684         (cos_test_upward): Likewise.
13685         (cosh_test): Likewise.
13686         (cosh_test_tonearest): Likewise.
13687         (cosh_test_towardzero): Likewise.
13688         (cosh_test_downward): Likewise.
13689         (cosh_test_upward): Likewise.
13690         (cpow_test): Likewise.
13691         (cproj_test): Likewise.
13692         (creal_test): Likewise.
13693         (csin_test): Likewise.
13694         (csinh_test): Likewise.
13695         (csqrt_test): Likewise.
13696         (ctan_test): Likewise.
13697         (ctan_test_tonearest): Likewise.
13698         (ctan_test_towardzero): Likewise.
13699         (ctan_test_downward): Likewise.
13700         (ctan_test_upward): Likewise.
13701         (ctanh_test): Likewise.
13702         (ctanh_test_tonearest): Likewise.
13703         (ctanh_test_towardzero): Likewise.
13704         (ctanh_test_downward): Likewise.
13705         (ctanh_test_upward): Likewise.
13706         (erf_test): Likewise.
13707         (erfc_test): Likewise.
13708         (exp_test): Likewise.
13709         (exp_test_tonearest): Likewise.
13710         (exp_test_towardzero): Likewise.
13711         (exp_test_downward): Likewise.
13712         (exp_test_upward): Likewise.
13713         (exp10_test): Likewise.
13714         (exp10_test_tonearest): Likewise.
13715         (exp10_test_towardzero): Likewise.
13716         (exp10_test_downward): Likewise.
13717         (exp10_test_upward): Likewise.
13718         (pow10_test): Likewise.
13719         (exp2_test): Likewise.
13720         (expm1_test): Likewise.
13721         (expm1_test_tonearest): Likewise.
13722         (expm1_test_towardzero): Likewise.
13723         (expm1_test_downward): Likewise.
13724         (expm1_test_upward): Likewise.
13725         (fabs_test): Likewise.
13726         (fdim_test): Likewise.
13727         (floor_test): Likewise.
13728         (fma_test): Likewise.
13729         (fma_test_towardzero): Likewise.
13730         (fma_test_downward): Likewise.
13731         (fma_test_upward): Likewise.
13732         (fmax_test): Likewise.
13733         (fmin_test): Likewise.
13734         (fmod_test): Likewise.
13735         (fpclassify_test): Likewise.
13736         (frexp_test): Likewise.
13737         (hypot_test): Likewise.
13738         (ilogb_test): Likewise.
13739         (isfinite_test): Likewise.
13740         (finite_test): Likewise.
13741         (isgreater_test): Likewise.
13742         (isgreaterequal_test): Likewise.
13743         (isinf_test): Likewise.
13744         (isless_test): Likewise.
13745         (islessequal_test): Likewise.
13746         (islessgreater_test): Likewise.
13747         (isnan_test): Likewise.
13748         (isnormal_test): Likewise.
13749         (issignaling_test): Likewise.
13750         (isunordered_test): Likewise.
13751         (j0_test): Likewise.
13752         (j1_test): Likewise.
13753         (jn_test): Likewise.
13754         (ldexp_test): Likewise.
13755         (lgamma_test): Likewise.
13756         (gamma_test): Likewise.
13757         (lrint_test): Likewise.
13758         (lrint_test_tonearest): Likewise.
13759         (lrint_test_towardzero): Likewise.
13760         (lrint_test_downward): Likewise.
13761         (lrint_test_upward): Likewise.
13762         (llrint_test): Likewise.
13763         (llrint_test_tonearest): Likewise.
13764         (llrint_test_towardzero): Likewise.
13765         (llrint_test_downward): Likewise.
13766         (llrint_test_upward): Likewise.
13767         (log_test): Likewise.
13768         (log10_test): Likewise.
13769         (log1p_test): Likewise.
13770         (log2_test): Likewise.
13771         (logb_test): Likewise.
13772         (logb_test_downward): Likewise.
13773         (lround_test): Likewise.
13774         (llround_test): Likewise.
13775         (modf_test): Likewise.
13776         (nearbyint_test): Likewise.
13777         (nextafter_test): Likewise.
13778         (nexttoward_test): Likewise.
13779         (pow_test): Likewise.
13780         (pow_test_tonearest): Likewise.
13781         (pow_test_towardzero): Likewise.
13782         (pow_test_downward): Likewise.
13783         (pow_test_upward): Likewise.
13784         (remainder_test): Likewise.
13785         (drem_test): Likewise.
13786         (remainder_test_tonearest): Likewise.
13787         (drem_test_tonearest): Likewise.
13788         (remainder_test_towardzero): Likewise.
13789         (drem_test_towardzero): Likewise.
13790         (remainder_test_downward): Likewise.
13791         (drem_test_downward): Likewise.
13792         (remainder_test_upward): Likewise.
13793         (drem_test_upward): Likewise.
13794         (remquo_test): Likewise.
13795         (rint_test): Likewise.
13796         (rint_test_tonearest): Likewise.
13797         (rint_test_towardzero): Likewise.
13798         (rint_test_downward): Likewise.
13799         (rint_test_upward): Likewise.
13800         (round_test): Likewise.
13801         (scalb_test): Likewise.
13802         (scalbn_test): Likewise.
13803         (scalbln_test): Likewise.
13804         (signbit_test): Likewise.
13805         (sin_test): Likewise.
13806         (sin_test_tonearest): Likewise.
13807         (sin_test_towardzero): Likewise.
13808         (sin_test_downward): Likewise.
13809         (sin_test_upward): Likewise.
13810         (sincos_test): Likewise.
13811         (sinh_test): Likewise.
13812         (sinh_test_tonearest): Likewise.
13813         (sinh_test_towardzero): Likewise.
13814         (sinh_test_downward): Likewise.
13815         (sinh_test_upward): Likewise.
13816         (sqrt_test): Likewise.
13817         (sqrt_test_tonearest): Likewise.
13818         (sqrt_test_towardzero): Likewise.
13819         (sqrt_test_downward): Likewise.
13820         (sqrt_test_upward): Likewise.
13821         (tan_test): Likewise.
13822         (tan_test_tonearest): Likewise.
13823         (tan_test_towardzero): Likewise.
13824         (tan_test_downward): Likewise.
13825         (tan_test_upward): Likewise.
13826         (tanh_test): Likewise.
13827         (tgamma_test): Likewise.
13828         (trunc_test): Likewise.
13829         (y0_test): Likewise.
13830         (y1_test): Likewise.
13831         (yn_test): Likewise.
13832         (significand_test): Likewise.
13834         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13835         individual tests in comment.
13836         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13837         (prev_max_error): New variable.
13838         (prev_real_max_error): Likewise.
13839         (prev_imag_max_error): Likewise.
13840         (compare_ulp_data): Don't refer to test names in comment.
13841         (find_test_ulps): Remove function.
13842         (find_function_ulps): Likewise.
13843         (find_complex_function_ulps): Likewise.
13844         (init_max_error): Take function name as argument.  Look up ulps
13845         for that function.
13846         (print_ulps): Remove function.
13847         (print_max_error): Use prev_max_error instead of calling
13848         find_function_ulps.
13849         (print_complex_max_error): Use prev_real_max_error and
13850         prev_imag_max_error instead of calling find_complex_function_ulps.
13851         (check_float_internal): Take max_ulp parameter instead of calling
13852         find_test_ulps.  Don't call print_ulps.
13853         (check_float): Update call to check_float_internal.
13854         (check_complex): Update calls to check_float_internal.
13855         (START): Pass argument to init_max_error.
13856         * math/gen-libm-test.pl (%results): Don't include "kind"
13857         information.
13858         (parse_ulps): Don't handle ulps of individual tests.
13859         (print_ulps_file): Likewise.
13860         (output_ulps): Likewise.
13861         * math/README.libm-test: Update.
13862         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13863         individual tests.
13864         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13865         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13866         * sysdeps/arm/libm-test-ulps: Likewise.
13867         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13868         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13869         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13870         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13871         * sysdeps/microblaze/libm-test-ulps: Likewise.
13872         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13873         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13874         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13875         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13876         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13877         * sysdeps/sh/libm-test-ulps: Likewise.
13878         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13879         * sysdeps/tile/libm-test-ulps: Likewise.
13880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13882 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13884         * math/libm-test.inc (print_complex_max_error): Check separately
13885         whether real and imaginary errors are within allowed range and
13886         pass 0 to print_complex_function_ulps instead of value within
13887         allowed range.
13889 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13891         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13892         formatting.
13893         (get_handles_fopen): Likewise.
13894         (do_write_test): Likewise.
13896         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13898         * libio/fileops.c (do_ftell): Use cached offset when
13899         available.
13900         * libio/iofwide.c (do_ftell_wide): Likewise.
13901         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13902         _IO_file_attach.
13903         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13905         [BZ #16532]
13906         * libio/libioP.h (get_file_offset): New function.
13907         * libio/fileops.c (get_file_offset): Likewise.
13908         (do_ftell): Likewise.
13909         (_IO_new_file_seekoff): Split out ftell logic.
13910         * libio/wfileops.c (do_ftell_wide): Likewise.
13911         (_IO_wfile_seekoff): Split out ftell logic.
13912         * libio/tst-ftell-active-handler.c: New test case.
13913         * libio/Makefile (tests): Add it.
13915 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13917         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13918         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13920 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13922         [BZ #16639]
13923         * nscd/connections.c (nscd_init): Call do_exit.
13924         (start_threads): Call do_exit and notify_parent.
13925         (begin_drop_privileges): Call do_exit.
13926         (finish_drop_privileges): Likewise.
13927         * nscd/selinux.c (preserve_capabilities): Likewise.
13928         (install_real_capabilities): Likewise.
13929         (nscd_selinux_enabled): Likewise.
13930         (avc_create_thread): Likewise.
13931         (avc_alloc_lock): Likewise.
13932         (nscd_avc_init): Likewise.
13933         * nscd/nscd.c (parent_fd): New static variable.
13934         (main): Create a pipe between parent and child processes.
13935         Skip closing parent_fd.
13936         (monitor_child): New function.
13937         (do_exit): Likewise.
13938         (notify_parent): Likewise.
13939         * nscd/nscd.h (notify_parent): Likewise.
13940         (do_exit): Likewise.
13942 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13944         * malloc/malloc.c (__libc_calloc): Revert last change.
13946 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13948         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13950 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13952         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13953         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13954         implementation.
13955         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13956         (__libc_ifunc_impl_list): Likewise.
13957         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13958         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13959         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13960         * string/strrchr.c: Define STRRCHR.
13962 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13964         * benchtest/bench-strtok.c (simple_strtok): Delete.
13965         (strtok_string): Use as benchmark.
13966         * string/strtok (STRTOK): New macro.
13968 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13970         * manual/threads.texi: Add header and standard comments to all
13971         functions.
13973         * elf/dl-lookup.c (check_match): New function.
13974         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13975         (do_lookup_x): Remove nested function check_match. Use non-nested
13976         function check_match.
13978 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13980         * csu/Makefile (generated, before-compile): Use += rather than =.
13981         * catgets/Makefile (generated, generated-dirs): Likewise.
13982         * debug/Makefile (generated): Likewise.
13983         * dlfcn/Makefile (generated): Likewise.
13984         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13985         * iconvdata/Makefile (before-compile, generated): Likewise.
13986         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13987         * libio/Makefile (generated): Likewise.
13988         * malloc/Makefile (generated): Likewise.
13989         * manual/Makefile (generated, generated-dirs): Likewise.
13990         * misc/Makefile (generated): Likewise.
13991         * posix/Makefile (generated): Likewise.
13992         * resolv/Makefile (generated): Likewise.
13993         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13994         * timezone/Makefile (generated, generated-dirs): Likewise.
13996         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13998 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14000         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14001         power8 implementation.
14002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14003         file: POWER8 llround ifunc implementation.
14004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14005         (__lllround): Add POWER8 implementation.
14006         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14007         POWER8 llround implementation.
14009         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14010         power8 implementation.
14011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14012         file: POWER8 llrint ifunc implementation.
14013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14014         Add POWER8 implementation.
14015         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14016         POWER8 llrint implementation.
14018         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14019         power8 implementation.
14020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14021         file: POWER8 finite ifunc implementation.
14022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14023         Add POWER8 implementation.
14024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14025         Likewise.
14026         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14027         POWER8 finite implementation.
14028         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14030         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14031         power8 implementation.
14032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14033         file: POWER8 isinf ifunc implementation.
14034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14035         POWER8 implementation.
14036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14037         Likewise.
14038         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14039         isinf implementation.
14040         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14042         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14043         (INIT_ARCH): Add hwcap2 initialization.
14044         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14045         power8 implementation.
14046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14047         file: POWER8 isnan ifunc implementation.
14048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14049         POWER8 implementation.
14050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14051         Likewise.
14052         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14053         isnan implementation.
14054         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14056 2014-02-27  Joey Ye  <joey.ye@arm.com>
14058         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14059         (_FP_NANFRAC_Q): Set to zero.
14061 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14063         [BZ #16623]
14064         * math/auto-libm-test-in: New test inputs.
14065         * math/auto-libm-test-out: Regenerate.
14066         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14067         and DA.
14068         (__cos): Likewise.
14069         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14071 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14073         * scripts/evaluate-test.sh: Take new argument indicating whether
14074         failure is expected.
14075         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14076         indicating whether failure is expected.
14077         * conform/Makefile (test-xfail-run-conformtest): New variable.
14078         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14079         level.
14080         * posix/Makefile (test-xfail-annexc): New variable.
14081         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14083 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14085         * argp/Makefile: Include Makeconfig immediately after defining
14086         subdir.
14087         * assert/Makefile: Likewise.
14088         * benchtests/Makefile: Likewise.
14089         * catgets/Makefile: Likewise.
14090         * conform/Makefile: Likewise.
14091         * crypt/Makefile: Likewise.
14092         * csu/Makefile: Likewise.
14093         (all): Remove target.
14094         * ctype/Makefile: Include Makeconfig immediately after defining
14095         subdir.
14096         * debug/Makefile: Likewise.
14097         * dirent/Makefile: Likewise.
14098         * dlfcn/Makefile: Likewise.
14099         * gmon/Makefile: Likewise.
14100         * gnulib/Makefile: Likewise.
14101         * grp/Makefile: Likewise.
14102         * gshadow/Makefile: Likewise.
14103         * hesiod/Makefile: Likewise.
14104         * hurd/Makefile: Likewise.
14105         (all): Remove target.
14106         * iconvdata/Makefile: Include Makeconfig immediately after
14107         defining subdir.
14108         * inet/Makefile: Likewise.
14109         * intl/Makefile: Likewise.
14110         * io/Makefile: Likewise.
14111         * libio/Makefile: Likewise.
14112         (all): Remove target.
14113         * locale/Makefile: Include Makeconfig immediately after defining
14114         subdir.
14115         * login/Makefile: Likewise.
14116         * mach/Makefile: Likewise.
14117         (all): Remove target.
14118         * malloc/Makefile: Include Makeconfig immediately after defining
14119         subdir.
14120         (all): Remove target.
14121         * manual/Makefile: Include Makeconfig immediately after defining
14122         subdir.
14123         * math/Makefile: Likewise.
14124         * misc/Makefile: Likewise.
14125         * nis/Makefile: Likewise.
14126         * nss/Makefile: Likewise.
14127         * po/Makefile: Likewise.
14128         (all): Remove target.
14129         * posix/Makefile: Include Makeconfig immediately after defining
14130         subdir.
14131         * pwd/Makefile: Likewise.
14132         * resolv/Makefile: Likewise.
14133         * resource/Makefile: Likewise.
14134         * rt/Makefile: Likewise.
14135         * setjmp/Makefile: Likewise.
14136         * shadow/Makefile: Likewise.
14137         * signal/Makefile: Likewise.
14138         * socket/Makefile: Likewise.
14139         * soft-fp/Makefile: Likewise.
14140         * stdio-common/Makefile: Likewise.
14141         * stdlib/Makefile: Likewise.
14142         * streams/Makefile: Likewise.
14143         * string/Makefile: Likewise.
14144         * sunrpc/Makefile: Likewise.
14145         (all): Remove target.
14146         * sysvipc/Makefile: Include Makeconfig immediately after defining
14147         subdir.
14148         * termios/Makefile: Likewise.
14149         * time/Makefile: Likewise.
14150         * timezone/Makefile: Likewise.
14151         (all): Remove target.
14152         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14153         subdir.
14154         * wctype/Makefile: Likewise.
14156 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14158         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14159         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14160         (libc_feholdexcept_setround_mips): Ditto.
14161         (libc_feholdsetround): New.
14162         (libc_feholdsetroundf): New.
14163         (libc_feholdsetroundl): New.
14164         (libc_feupdateenv_test_mips): New.
14165         (libc_feupdateenv_test): New.
14166         (libc_feupdateenv_testf): New.
14167         (libc_feupdateenv_testl): New.
14168         (libc_feresetround): New.
14169         (libc_feresetroundf): New.
14170         (libc_feresetroundl): New.
14171         (libc_fetestexcept_mips): New.
14172         (libc_fetestexcept): New.
14173         (libc_fetestexceptf): New.
14174         (libc_fetestexceptl): New.
14175         (HAVE_RM_CTX): New.
14176         (libc_feholdexcept_setround_mips_ctx): New.
14177         (libc_feholdexcept_setround_ctx): New.
14178         (libc_feholdexcept_setroundf_ctx): New.
14179         (libc_feholdexcept_setroundl_ctx): New.
14180         (libc_fesetenv_mips_ctx): New.
14181         (libc_fesetenv_ctx): New.
14182         (libc_fesetenv_ctxf): New.
14183         (libc_fesetenv_ctxl): New.
14184         (libc_feupdateenv_mips_ctx): New.
14185         (libc_feupdateenv_ctx): New.
14186         (libc_feupdateenvf_ctx): New.
14187         (libc_feupdateenvl_ctx): New.
14188         (libc_feholdsetround_mips_ctx): New.
14189         (libc_feholdsetround_ctx): New.
14190         (libc_feholdsetroundf_ctx): New.
14191         (libc_feholdsetroundl_ctx): New.
14192         (libc_feresetround_mips_ctx): New.
14193         (libc_feresetround_ctx): New.
14194         (libc_feresetroundf_ctx): New.
14195         (libc_feresetroundl_ctx): New.
14197 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14199         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14201         * manual/ipc.texi: New file.
14202         * manual/Makefile (chapters): Add ipc.
14203         * manual/job.texi: Add "Inter-Process Communication" to next.
14204         * manual/process.texi: Add "Inter-Process Communication" to prev.
14206 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14210 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14212         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14214         * manual/arith.texi: Fix spaces after sentences.
14215         * manual/charset.texi: Likewise.
14216         * manual/errno.texi: Likewise.
14217         * manual/install.texi: Likewise.
14218         * manual/llio.texi: Likewise.
14219         * manual/locale.texi: Likewise.
14220         * manual/maint.texi: Likewise.
14221         * manual/math.texi: Likewise.
14222         * manual/memory.texi: Likewise.
14223         * manual/message.texi: Likewise.
14224         * manual/probes.texi: Likewise.
14225         * manual/resource.texi: Likewise.
14226         * manual/signal.texi: Likewise.
14227         * manual/socket.texi: Likewise.
14228         * manual/stdio.texi: Likewise.
14229         * manual/string.texi: Likewise.
14230         * manual/time.texi: Likewise.
14231         * manual/users.texi: Likewise.
14233 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14235         [BZ #16632]
14236         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14237         _DEFAULT_SOURCE is defined.
14239 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14240             Carlos O'Donell  <carlos@redhat.com>
14242         [BZ #16613]
14243         * elf/dl-tls.c (_dl_count_modids): New function.
14244         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14245         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14246         audit library and increment generation counter.
14247         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14248         * elf/tst-audit9.c: New file.
14249         * elf/tst-auditmod9a.c: New file.
14250         * elf/tst-auditmod9b.c: New file.
14251         * elf/Makefile: Add rules to build and run tst-audit9.
14253 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14255         [BZ #15347]
14256         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14258 2014-02-25  Will Newton  <will.newton@linaro.org>
14260         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14261         (__longjmp): Restore sp and lr before restoring callee
14262         saved registers.  Add longjmp and longjmp_target
14263         SystemTap probe point.
14264         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14265         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14266         Define to zero to match jmpbuf layout.
14267         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14268         (__sigsetjmp): Save sp and lr before saving callee
14269         saved registers.  Add setjmp SystemTap probe point.
14271 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14273         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14275 2014-02-24  Andreas Schwab  <schwab@suse.de>
14277         [BZ #15804]
14278         * elf/pldd.c (wait_for_ptrace_stop): New function.
14279         (main): Call it after attaching.
14281 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14283         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14284         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14285         Versions files is now verboten.
14286         * hurd/Versions (libc: GLIBC_2.0):
14287         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14288         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14289         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14290         * mach/Versions: Likewise.
14292         * csu/Versions: Remove unused %include.
14293         * resolv/Versions: Likewise.
14295 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14297         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14298         ($(objpfx)check-local-headers.out): Likewise.
14299         ($(objpfx)begin-end-check.out): Likewise.
14300         * Makerules (check-abi-%.out): Likewise.
14301         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14302         ($(objpfx)test2.cat): Likewise.
14303         ($(objpfx)de/libc.cat): Likewise.
14304         ($(objpfx)test-gencat.out): Likewise.
14305         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14306         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14307         ($(objpfx)noload-mem): Likewise.
14308         ($(objpfx)tst-pathopt.out): Likewise.
14309         ($(objpfx)tst-rtld-load-self.out): Likewise.
14310         ($(objpfx)tst-array1-cmp.out): Likewise.
14311         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14312         ($(objpfx)tst-array2-cmp.out): Likewise.
14313         ($(objpfx)tst-array3-cmp.out): Likewise.
14314         ($(objpfx)tst-array4-cmp.out): Likewise.
14315         ($(objpfx)tst-array5-cmp.out): Likewise.
14316         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14317         ($(objpfx)check-textrel.out): Likewise.
14318         ($(objpfx)check-execstack.out): Likewise.
14319         ($(objpfx)check-localplt.out): Likewise.
14320         ($(objpfx)order2-cmp.out): Likewise.
14321         ($(objpfx)tst-leaks1-mem): Likewise.
14322         ($(objpfx)tst-leaks1-static-mem): Likewise.
14323         ($(objpfx)tst-initorder-cmp.out): Likewise.
14324         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14325         ($(objpfx)tst-unused-dep.out): Likewise.
14326         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14327         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14328         * iconv/Makefile (test-iconvconfig): Likewise.
14329         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14330         ($(objpfx)iconv-test.out): Likewise.
14331         ($(objpfx)tst-tables.out): Likewise.
14332         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14333         ($(objpfx)tst-gettext.out): Likewise.
14334         ($(objpfx)tst-translit.out): Likewise.
14335         ($(objpfx)tst-gettext2.out): Likewise.
14336         ($(objpfx)tst-gettext4.out): Likewise.
14337         ($(objpfx)tst-gettext6.out): Likewise.
14338         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14339         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14340         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14341         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14342         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14343         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14344         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14345         ($(objpfx)wordexp-tst.out): Likewise.
14346         ($(objpfx)annexc.out): Likewise.
14347         ($(objpfx)tst-fnmatch-mem): Likewise.
14348         ($(objpfx)bug-regex2-mem): Likewise.
14349         ($(objpfx)bug-regex14-mem): Likewise.
14350         ($(objpfx)bug-regex21-mem): Likewise.
14351         ($(objpfx)bug-regex31-mem): Likewise.
14352         ($(objpfx)tst-vfork3-mem): Likewise.
14353         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14354         ($(objpfx)tst-pcre-mem): Likewise.
14355         ($(objpfx)tst-boost-mem): Likewise.
14356         ($(objpfx)tst-getconf.out): Likewise.
14357         ($(objpfx)bug-ga2-mem): Likewise.
14358         ($(objpfx)bug-glob2-mem): Likewise.
14359         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14360         ($(objpfx)mtrace-tst-leaks2): Likewise.
14361         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14362         ($(objpfx)tst-printf.out): Likewise.
14363         ($(objpfx)tst-setvbuf1.out): Likewise.
14364         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14365         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14366         ($(objpfx)tst-fmtmsg.out): Likewise.
14367         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14368         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14370         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14371         * bits/sigaction.h [__USE_MISC]: Likewise.
14372         * bits/waitstatus.h: Update #endif comments.
14373         * ctype/ctype.h: Likewise.
14374         * dirent/dirent.h: Likewise.
14375         [__USE_MISC]: Remove redundant conditionals.
14376         * grp/grp.h: Update #endif comments.
14377         [__USE_GNU]: Remove redundant conditionals.
14378         [__USE_MISC]: Likewise.
14379         * inet/netinet/in.h [__USE_GNU]: Likewise.
14380         * io/sys/stat.h [__USE_MISC]: Likewise.
14381         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14382         * libio/bits/stdio.h: Update #endif comments.
14383         [__USE_MISC]: Remove redundant conditionals.
14384         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14385         * libio/stdio.h: Update #endif comments.
14386         [__USE_MISC]: Remove redundant conditionals.
14387         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14388         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14389         * math/math.h: Update #else and #endif comments.
14390         [__USE_MISC]: Remove redundant conditionals.
14391         * misc/sys/uio.h: Update #endif comments.
14392         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14393         * posix/glob.h [__USE_MISC]: Likewise.
14394         * posix/sys/types.h: Update #endif comments.
14395         [__USE_MISC]: Remove redundant conditionals.
14396         * posix/sys/wait.h: Update #endif comments.
14397         [__USE_MISC]: Remove redundant conditionals.
14398         * posix/unistd.h: Update #endif comments.
14399         [__USE_MISC]: Remove redundant conditionals.
14400         * pwd/pwd.h [__USE_GNU]: Likewise.
14401         [__USE_MISC]: Likewise.
14402         * resolv/netdb.h [__USE_GNU]: Likewise.
14403         * signal/signal.h: Update #endif comments.
14404         [__USE_MISC]: Remove redundant conditionals.
14405         * stdlib/stdlib.h: Update #else and #endif comments.
14406         [__USE_MISC]: Remove redundant conditionals.
14407         [__USE_GNU]: Likewise.
14408         * string/bits/string2.h [__USE_MISC]: Likewise.
14409         * string/string.h: Update #endif comments.
14410         [__USE_MISC]: Remove redundant conditionals.
14411         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14412         Likewise.
14413         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14414         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14415         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14416         Likewise.
14417         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14418         Likewise.
14419         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14420         comments.
14421         [__USE_MISC]: Remove redundant conditionals.
14422         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14423         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14424         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14425         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14426         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14427         Likewise.
14428         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14429         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14430         Likewise.
14431         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14432         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14433         Likewise.
14434         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14435         Likewise.
14436         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14437         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14438         Likewise.
14439         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14440         Likewise.
14441         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14442         * sysdeps/x86/bits/string.h: Update #endif comments.
14443         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14444         conditionals.
14445         * time/sys/time.h: Update #endif comments.
14446         * time/time.h: Likewise.
14447         [__USE_MISC]: Remove redundant conditionals.
14449 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14451         [BZ #16600]
14452         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14454 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14456         * Versions.def (librt): Add GLIBC_2.17.
14458 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14460         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14461         synonym for _SYS_AUXV_H to allow direct inclusion.
14462         * sysdeps/sparc/bits/hwcap.h: Likewise.
14463         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14464         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14465         * sysdeps/sparc/sysdep.h: Likewise.
14467 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14469         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14471 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14473         * benchtests/bench-strrchr.c: Print length instead of position.
14475 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14477         [BZ #16611]
14478         * sysdeps/unix/sysv/linux/kernel-features.h
14479         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14480         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14481         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14482         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14483         Likewise.
14484         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14485         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14486         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14487         (__ASSUME_SENDMMSG): Define instead of using previous
14488         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14489         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14490         (__ASSUME_SENDMMSG_SYSCALL): Define.
14491         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14492         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14493         Likewise.
14494         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14495         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14496         Likewise.
14497         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14498         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14499         Likewise.
14500         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14501         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14502         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14503         [__ASSUME_SENDMMSG]: Change conditionals to
14504         [__ASSUME_SENDMMSG_SOCKETCALL].
14505         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14506         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14507         Define.
14508         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14509         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14510         Likewise.
14511         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14512         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14513         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14514         [!__ASSUME_SENDMMSG]: Change conditional to
14515         [!__ASSUME_SENDMMSG_SOCKETCALL].
14516         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14517         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14518         Define.
14520         [BZ #16610]
14521         * sysdeps/unix/sysv/linux/kernel-features.h
14522         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14523         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14524         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14525         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14526         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14527         [__i386__ || __sparc__]
14528         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14529         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14530         (__ASSUME_RECVMMSG): Define instead of using previous
14531         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14532         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14533         (__ASSUME_RECVMMSG_SYSCALL): Define.
14534         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14535         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14536         Likewise.
14537         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14538         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14539         Likewise.
14540         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14541         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14542         Likewise.
14543         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14544         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14545         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14546         [__ASSUME_RECVMMSG]: Change condition to
14547         [__ASSUME_RECVMMSG_SOCKETCALL].
14548         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14549         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14550         Define.
14551         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14552         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14553         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14554         Likewise.
14555         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14556         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14557         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14558         [!__ASSUME_RECVMMSG]: Change condition to
14559         [!__ASSUME_RECVMMSG_SOCKETCALL].
14560         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14561         (__ASSUME_RECVMMSG_SYSCALL): Define.
14563         [BZ #16609]
14564         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14565         __powerpc__ || __s390__ || __sh__ || __sparc__]
14566         (__ASSUME_SOCKETCALL): Define.
14567         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14568         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14569         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14570         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14571         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14572         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14573         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14574         (__ASSUME_ACCEPT4): Define instead of using previous
14575         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14576         __powerpc__ || __sparc__ || __s390__)] condition.
14577         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14578         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14579         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14580         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14581         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14582         [!__ASSUME_ACCEPT4]: Change condition to
14583         [!__ASSUME_ACCEPT4_SOCKETCALL].
14584         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14585         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14586         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14587         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14588         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14589         __ASSUME_ACCEPT4_SYSCALL.
14590         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14591         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14592         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14593         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14594         __ASSUME_ACCEPT4_SYSCALL.
14595         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14596         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14597         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14598         [__ASSUME_ACCEPT4]: Change condition to
14599         [__ASSUME_ACCEPT4_SOCKETCALL].
14600         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14601         (__ASSUME_SOCKETCALL): Define.
14602         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14603         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14604         (__ASSUME_SOCKETCALL): Define.
14605         (__ASSUME_ACCEPT4): Remove.
14606         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14607         Define.
14608         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14609         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14610         Likewise.
14611         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14612         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14614         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14615         macro.
14616         (HWCAP_ARM_LPAE): Likewise.
14617         (HWCAP_ARM_EVTSTRM): Likewise.
14618         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14619         Add vpfd32, lpae and evtstrm.
14620         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14621         Increase to 22.
14623 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14625         * math/auto-libm-test-in: Add tests of clog10.
14626         * math/auto-libm-test-out: Regenerated.
14627         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14628         * sysdeps/i386/fpu/libm-test-ulps: Update.
14629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14631 2014-02-18  Andreas Schwab  <schwab@suse.de>
14633         [BZ #16574]
14634         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14635         Store non-zero if the second buffer was newly allocated.
14636         (send_dg): Likewise.
14637         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14638         to send_vc and send_dg.
14639         (res_nsend): Pass NULL for ansp2_malloced.
14640         * resolv/res_query.c (__libc_res_nquery): Add parameter
14641         answerp2_malloced and pass it down to __libc_res_nsend.
14642         (res_nquery): Pass additional NULL to __libc_res_nquery.
14643         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14644         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14645         second answer buffer if answerp2_malloced was set.
14646         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14647         (__libc_res_nquerydomain): Add parameter
14648         answerp2_malloced and pass it down to __libc_res_nquery.
14649         (res_nquerydomain): Pass additional NULL to
14650         __libc_res_nquerydomain.
14651         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14652         additional NULL to __libc_res_nsend and __libc_res_nquery.
14653         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14654         additional NULL to __libc_res_nsearch.
14655         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14656         parameter of __libc_res_nsearch to check for separately allocated
14657         second buffer.
14658         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14659         __libc_res_nquery.
14660         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14661         additional NULL to __libc_res_nquery.
14662         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14663         __libc_res_nsearch.
14664         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14665         * include/resolv.h: Update prototypes of __libc_res_nquery,
14666         __libc_res_nsearch, __libc_res_nsend.
14668 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14670         * math/auto-libm-test-in: Add tests of fma.
14671         * math/auto-libm-test-out: Regenerated.
14672         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14673         (fma_towardzero_test_data): Likewise.
14674         (fma_downward_test_data): Likewise.
14675         (fma_upward_test_data): Likewise.
14676         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14677         mpc_mode.
14678         (rounding_modes): Add values for new field.
14679         (func_calc_method): Add value mpfr_fff_f.
14680         (func_calc_desc): Add mpfr_fff_f union field.
14681         (test_function): Add field exact_args.
14682         (FUNC): Add macro argument EXACT_ARGS.
14683         (FUNC_mpfr_f_f): Update call to FUNC.
14684         (FUNC_mpfr_f_f): Likewise.
14685         (FUNC_mpfr_ff_f): Likewise.
14686         (FUNC_mpfr_if_f): Likewise.
14687         (FUNC_mpc_c_f): Likewise.
14688         (FUNC_mpc_c_c): Likewise.
14689         (test_functions): Add fma.  Update calls to FUNC.
14690         (handle_input_arg): Add argument exact_args.
14691         (add_test): Update call to handle_input_arg.
14692         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14693         (output_for_one_input_case): Update call to calc_generic_results.
14694         Recalculate exact zero results in each rounding mode.
14696         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14697         non-negative before setting low bit.
14698         * math/auto-libm-test-in: Mark one asin test possibly having
14699         spurious underflow.
14700         * math/auto-libm-test-out: Regenerated.
14701         * sysdeps/i386/fpu/libm-test-ulps: Update.
14702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14704 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14706         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14707         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14708         ports/sysdeps/unix/sysv/linux/microblaze.
14709         * README: Add missing listing for microblaze*-*-linux-gnu.
14711 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14713         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14714         duplicate code
14716 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14718         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14719         * sysdeps/unix/sysv/linux/ia64: Move directory from
14720         ports/sysdeps/unix/sysv/linux/ia64.
14721         * README: Update listing for ia64-*-linux-gnu.
14723 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14724             Joseph Myers  <joseph@codesourcery.com>
14726         * Makeconfig (test-name): New variable.
14727         (evaluate-test): Likewise.
14728         * Makerules (do-test-clean): Remove .test-result files.
14729         (common-mostlyclean): Likewise.
14730         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14731         * scripts/evaluate-test.sh: New file.
14733 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14735         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14736         separate $(objpfx)tst-fopenloc-cmp.out and
14737         $(objpfx)tst-fopenloc-mem.out targets.
14738         (tests): Update dependencies.
14739         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14740         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14741         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14742         (tst-rxspencer-no-utf8-ARGS): New variable.
14743         (tst-rxspencer-no-utf8-ENV): Likewise.
14744         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14745         instead of $(objpfx)tst-rxspencer-mem.
14746         ($(objpfx)tst-rxspencer-mem): Change target to
14747         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14748         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14749         * posix/tst-rxspencer-no-utf8.c: New file.
14751         * elf/Makefile ($(objpfx)order.out): Remove rule.
14752         [$(run-built-tests) = yes] (tests): Depend on
14753         $(objpfx)order-cmp.out.
14754         ($(objpfx)order-cmp.out): New rule.
14755         [$(run-built-tests) = yes] (tests): Depend on
14756         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14757         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14758         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14759         $(objpfx)tst-array5-static-cmp.out.
14760         ($(objpfx)tst-array1.out): Remove rule.
14761         ($(objpfx)tst-array1-cmp.out): New rule.
14762         ($(objpfx)tst-array1-static.out): Remove rule.
14763         ($(objpfx)tst-array1-static-cmp.out): New rule.
14764         ($(objpfx)tst-array2.out): Remove rule.
14765         ($(objpfx)tst-array2-cmp.out): New rule.
14766         ($(objpfx)tst-array3.out): Remove rule.
14767         ($(objpfx)tst-array3-cmp.out): New rule.
14768         ($(objpfx)tst-array4.out): Remove rule.
14769         ($(objpfx)tst-array4-cmp.out): New rule.
14770         ($(objpfx)tst-array5.out): Remove rule.
14771         ($(objpfx)tst-array5-cmp.out): New rule.
14772         ($(objpfx)tst-array5-static.out): Remove rule.
14773         ($(objpfx)tst-array5-static-cmp.out): New rule.
14774         [$(run-built-tests) = yes] (tests): Depend on
14775         $(objpfx)order2-cmp.out.
14776         ($(objpfx)order2.out): Remove rule.
14777         ($(objpfx)order2-cmp.out): New rule.
14778         ($(objpfx)tst-initorder.out): Remove rule.
14779         [$(run-built-tests) = yes] (tests): Depend on
14780         $(objpfx)tst-initorder-cmp.out.
14781         ($(objpfx)tst-initorder-cmp.out): New rule.
14782         ($(objpfx)tst-initorder2.out): Remove rule.
14783         [$(run-built-tests) = yes] (tests): Depend on
14784         $(objpfx)tst-initorder2-cmp.out.
14785         ($(objpfx)tst-initorder2-cmp.out): New rule.
14786         [$(run-built-tests) = yes] (tests): Depend on
14787         $(objpfx)tst-unused-dep-cmp.out.
14788         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14789         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14790         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14791         on $(objpfx)tst-setvbuf1-cmp.out.
14792         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14793         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14794         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14795         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14796         ($(objpfx)tst-svc.out): Remove rule.
14797         ($(objpfx)tst-svc-cmp.out): New rule.
14799 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14801         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14802         * ctype/ctype.h [__USE_MISC]: Likewise.
14803         * dirent/dirent.h [__USE_MISC]: Likewise.
14804         * grp/grp.h [__USE_MISC]: Likewise.
14805         * io/fcntl.h [__USE_MISC]: Likewise.
14806         * io/sys/stat.h [__USE_MISC]: Likewise.
14807         * libio/stdio.h [__USE_MISC]: Likewise.
14808         * posix/unistd.h [__USE_MISC]: Likewise.
14809         * pwd/pwd.h [__USE_MISC]: Likewise.
14810         * stdlib.h [__USE_MISC]: Likewise.
14811         * string/bits/string2.h [__USE_MISC]: Likewise.
14812         * string/string.h [__USE_MISC]: Likewise.
14813         * time/time.h [__USE_MISC]: Likewise.
14815 2014-02-13  Andreas Schwab  <schwab@suse.de>
14817         [BZ #16574]
14818         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14819         second answer buffer if it was separately allocated.
14821 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14823         * sysdeps/mips/math-tests.h: Include <features.h>.
14824         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14825         (ROUNDING_TESTS_long_double): Do not define.
14826         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14827         (EXCEPTION_TESTS_long_double): Likewise.
14828         * sysdeps/mips/mips64/libm-test-ulps: Update.
14830         * include/features.h (__USE_BSD): Remove macro definitions.
14831         (__USE_SVID): Likewise.
14832         (_BSD_SOURCE): Likewise.
14833         (_SVID_SOURCE): Likewise.
14834         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14835         from definition of _DEFAULT_SOURCE.
14836         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14837         [_DEFAULT_SOURCE].
14838         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14839         * bits/mman.h [__USE_BSD]: Likewise.
14840         * bits/termios.h [__USE_BSD]: Likewise.
14841         * bits/waitstatus.h [__USE_BSD]: Likewise.
14842         * ctype/ctype.h [__USE_SVID]: Likewise.
14843         * dirent/dirent.h [__USE_BSD]: Likewise.
14844         * grp/grp.h [__USE_SVID]: Likewise.
14845         [__USE_BSD]: Likewise.
14846         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14847         * io/fcntl.h [__USE_BSD]: Likewise.
14848         * io/ftw.h [__USE_BSD]: Likewise.
14849         * io/sys/stat.h [__USE_BSD]: Likewise.
14850         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14851         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14852         * libio/stdio.h [__USE_SVID]: Likewise.
14853         [__USE_BSD]: Likewise.
14854         * math/math.h [__USE_SVID]: Likewise.
14855         [__USE_BSD]: Likewise.
14856         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14857         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14858         * misc/search.h [__USE_SVID]: Likewise.
14859         * misc/sys/mman.h [__USE_BSD]: Likewise.
14860         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14861         * misc/sys/uio.h [__USE_BSD]: Likewise.
14862         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14863         * posix/glob.h [__USE_BSD]: Likewise.
14864         * posix/regex.h [__USE_BSD]: Likewise.
14865         * posix/sys/types.h [__USE_BSD]: Likewise.
14866         [__USE_SVID]: Likewise.
14867         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14868         * posix/sys/wait.h [__USE_BSD]: Likewise.
14869         [__USE_SVID]: Likewise.
14870         * posix/unistd.h [__USE_BSD]: Likewise.
14871         [__USE_SVID]: Likewise.
14872         * pwd/pwd.h [__USE_SVID]: Likewise.
14873         * resolv/netdb.h [__USE_BSD]: Likewise.
14874         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14875         * signal/signal.h [__USE_BSD]: Likewise.
14876         [__USE_SVID]: Likewise.
14877         * socket/sys/socket.h [__USE_BSD]: Likewise.
14878         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14879         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14880         [__USE_SVID]: Likewise.
14881         * string/bits/string2.h [__USE_BSD]: Likewise.
14882         [__USE_SVID]: Likewise.
14883         * string/bits/string3.h [__USE_BSD]: Likewise.
14884         * string/endian.h [__USE_BSD]: Likewise.
14885         * string/string.h [__USE_SVID]: Likewise.
14886         [__USE_BSD]: Likewise.
14887         * string/strings.h [__USE_BSD]: Likewise.
14888         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14889         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14890         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14891         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14892         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14893         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14894         Likewise.
14895         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14896         Likewise.
14897         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14898         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14899         Likewise.
14900         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14901         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14902         Likewise.
14903         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14904         Likewise.
14905         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14906         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14907         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14908         Likewise.
14909         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14910         Likewise.
14911         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14912         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14913         * termios/termios.h [__USE_BSD]: Likewise.
14914         * time/sys/time.h [__USE_BSD]: Likewise.
14915         * time/time.h [__USE_BSD]: Likewise.
14916         [__USE_SVID]: Likewise.
14918         * Makefile (subdir_targets): Remove subdir_lint.out.
14920         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14921         (do-tst-printf): Likewise.
14922         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14923         $(objpfx)tst-printf.out.
14925         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14927         * Makerules (check-abi-%): Change target to
14928         $(objpfx)check-abi-%.out.
14929         (check-abi target): Update dependencies.
14930         (check-abi-pattern variable): Redirect output of diff to $@.
14931         (check-abi variable): Likewise.
14932         * elf/Makefile (check-abi): Update dependencies.
14934         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14935         unused.
14936         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14937         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14938         subnormal range.
14939         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14940         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14941         value has largest subnormal exponent.
14942         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14943         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14944         * sysdeps/aarch64/soft-fp/sfp-machine.h
14945         (_FP_TININESS_AFTER_ROUNDING): New macro.
14946         * sysdeps/alpha/soft-fp/sfp-machine.h
14947         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14948         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14949         Likewise.
14950         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14951         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14952         * sysdeps/mips/soft-fp/sfp-machine.h
14953         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14954         * sysdeps/powerpc/soft-fp/sfp-machine.h
14955         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14956         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14957         Likewise.
14958         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14959         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14960         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14961         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14962         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14963         Likewise.
14965 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14967         [BZ #16545]
14968         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14969         model 1.
14971 2014-02-12  Richard Henderson  <rth@redhat.com>
14973         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14974         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14975         * sysdeps/unix/sysv/linux/alpha: Move directory from
14976         ports/sysdeps/unix/sysv/linux/alpha.
14977         * README: Update listing for alpha-*-linux-gnu.
14979 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14981         * include/features.h: Update comment documenting feature test
14982         macros.
14983         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14984         _DEFAULT_SOURCE.
14985         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14986         (_SVID_SOURCE): Likewise.
14987         (_DEFAULT_SOURCE): Update description of default features.
14988         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14989         with _GNU_SOURCE.
14990         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14991         (S_ISVTX): Likewise.
14992         * manual/math.texi (Mathematical Constants): Likewise.
14993         * manual/signal.texi (Interrupted Primitives): Likewise.
14994         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14995         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14996         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14997         Don't refer to _SVID_SOURCE in warning text.
14999         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15001         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15002         already defined.
15003         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15004         * sysdeps/mips/dl-lookup.c: Remove.
15005         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15007 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15009         [BZ #16447]
15010         * math/auto-libm-test-in: Add testcase for expl.
15011         * math/auto-libm-test-out: Regenerate.
15012         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15013         calculation of unsafe.
15014         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15016 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15018         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15019         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15020         ports/sysdeps/unix/sysv/linux/aarch64.
15021         * README: Update listing for aarch64*-*-linux-gnu.
15023 2014-02-11  Will Newton  <will.newton@linaro.org>
15025         * manual/probes.texi (Mathematical Function Probes): Use
15026         "triggered" instead of "hit".
15028         * manual/probes.texi (Internal Probes): Add documentation
15029         of setjmp, longjmp and longjmp_target probes.
15031         * include/stap-probe.h: Add comment about probe argument
15032         format.
15034         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15035         definition.  (tr_where, tr_freehook, tr_mallochook,
15036         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15038 2014-02-11  David S. Miller  <davem@davemloft.net>
15040         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15041         processing int_tests.
15043 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15045         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15046         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15047         * sysdeps/unix/sysv/linux/mips: Move directory from
15048         ports/sysdeps/unix/sysv/linux/mips.
15049         * README: Update listing for mips-*-linux-gnu and
15050         mips64-*-linux-gnu.
15052 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15054         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15055         * sysdeps/unix/sysv/linux/m68k: Move directory from
15056         ports/sysdeps/unix/sysv/linux/m68k.
15057         * README: Update listing for m68k-*-linux-gnu.
15059 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15061         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15062         * sysdeps/unix/sysv/linux/generic: Move directory from
15063         ports/sysdeps/unix/sysv/linux/generic.
15064         * sysdeps/unix/sysv/linux/tile: Move directory from
15065         ports/sysdeps/unix/sysv/linux/tile.
15066         * README: Update listing for tile*-*-linux-gnu.
15068 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15070         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15071         __builtin_expect.
15072         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15073         * catgets/open_catalog.c (__open_catalog): Likewise.
15074         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15075         * debug/confstr_chk.c: Likewise.
15076         * debug/fread_chk.c (__fread_chk): Likewise.
15077         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15078         * debug/getgroups_chk.c: Likewise.
15079         * debug/mbsnrtowcs_chk.c: Likewise.
15080         * debug/mbsrtowcs_chk.c: Likewise.
15081         * debug/mbstowcs_chk.c: Likewise.
15082         * debug/memcpy_chk.c: Likewise.
15083         * debug/memmove_chk.c: Likewise.
15084         * debug/mempcpy_chk.c: Likewise.
15085         * debug/memset_chk.c: Likewise.
15086         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15087         * debug/strcat_chk.c (__strcat_chk): Likewise.
15088         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15089         * debug/strncat_chk.c (__strncat_chk): Likewise.
15090         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15091         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15092         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15093         * debug/wcpncpy_chk.c: Likewise.
15094         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15095         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15096         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15097         * debug/wcsncpy_chk.c: Likewise.
15098         * debug/wcsnrtombs_chk.c: Likewise.
15099         * debug/wcsrtombs_chk.c: Likewise.
15100         * debug/wcstombs_chk.c: Likewise.
15101         * debug/wmemcpy_chk.c: Likewise.
15102         * debug/wmemmove_chk.c: Likewise.
15103         * debug/wmempcpy_chk.c: Likewise.
15104         * debug/wmemset_chk.c: Likewise.
15105         * dirent/scandirat.c (SCANDIRAT): Likewise.
15106         * dlfcn/dladdr1.c (dladdr1): Likewise.
15107         * dlfcn/dladdr.c (dladdr): Likewise.
15108         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15109         * dlfcn/dlerror.c (__dlerror): Likewise.
15110         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15111         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15112         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15113         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15114         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15115         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15116         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15117         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15118         Likewise.
15119         * elf/dl-conflict.c: Likewise.
15120         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15121         * elf/dl-dst.h: Likewise.
15122         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15123         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15124         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15125         * elf/dl-init.c (call_init, _dl_init): Likewise.
15126         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15127         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15128         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15129         Likewise.
15130         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15131         Likewise.
15132         * elf/dl-minimal.c (__libc_memalign): Likewise.
15133         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15134         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15135         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15136         * elf/dl-sym.c (do_sym): Likewise.
15137         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15138         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15139         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15140         * elf/dl-writev.h (_dl_writev): Likewise.
15141         * elf/ldconfig.c (search_dir): Likewise.
15142         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15143         (dl_main): Likewise.
15144         * elf/setup-vdso.h (setup_vdso): Likewise.
15145         * grp/compat-initgroups.c (compat_call): Likewise.
15146         * grp/fgetgrent.c (fgetgrent): Likewise.
15147         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15148         * grp/putgrent.c (putgrent): Likewise.
15149         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15150         Likewise.
15151         * hurd/hurdinit.c: Likewise.
15152         * iconvdata/8bit-gap.c (struct): Likewise.
15153         * iconvdata/ansi_x3.110.c : Likewise.
15154         * iconvdata/big5.c : Likewise.
15155         * iconvdata/big5hkscs.c : Likewise.
15156         * iconvdata/cp1255.c: Likewise.
15157         * iconvdata/cp1258.c : Likewise.
15158         * iconvdata/cp932.c : Likewise.
15159         * iconvdata/euc-cn.c: Likewise.
15160         * iconvdata/euc-jisx0213.c : Likewise.
15161         * iconvdata/euc-jp.c: Likewise.
15162         * iconvdata/euc-jp-ms.c : Likewise.
15163         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15164         * iconvdata/gb18030.c : Likewise.
15165         * iconvdata/gbbig5.c (const): Likewise.
15166         * iconvdata/gbgbk.c: Likewise.
15167         * iconvdata/gbk.c : Likewise.
15168         * iconvdata/ibm1364.c : Likewise.
15169         * iconvdata/ibm930.c : Likewise.
15170         * iconvdata/ibm932.c: Likewise.
15171         * iconvdata/ibm933.c : Likewise.
15172         * iconvdata/ibm935.c : Likewise.
15173         * iconvdata/ibm937.c : Likewise.
15174         * iconvdata/ibm939.c : Likewise.
15175         * iconvdata/ibm943.c: Likewise.
15176         * iconvdata/iso_11548-1.c: Likewise.
15177         * iconvdata/iso-2022-cn.c : Likewise.
15178         * iconvdata/iso-2022-cn-ext.c : Likewise.
15179         * iconvdata/iso-2022-jp-3.c: Likewise.
15180         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15181         * iconvdata/iso-2022-kr.c : Likewise.
15182         * iconvdata/iso646.c (gconv_end): Likewise.
15183         * iconvdata/iso_6937-2.c : Likewise.
15184         * iconvdata/iso_6937.c : Likewise.
15185         * iconvdata/iso8859-1.c: Likewise.
15186         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15187         * iconvdata/shift_jisx0213.c : Likewise.
15188         * iconvdata/sjis.c : Likewise.
15189         * iconvdata/t.61.c : Likewise.
15190         * iconvdata/tcvn5712-1.c : Likewise.
15191         * iconvdata/tscii.c: Likewise.
15192         * iconvdata/uhc.c : Likewise.
15193         * iconvdata/unicode.c (gconv_end): Likewise.
15194         * iconvdata/utf-16.c (gconv_end): Likewise.
15195         * iconvdata/utf-32.c (gconv_end): Likewise.
15196         * iconvdata/utf-7.c (base64): Likewise.
15197         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15198         * iconv/gconv_close.c (__gconv_close): Likewise.
15199         * iconv/gconv_open.c (__gconv_open): Likewise.
15200         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15201         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15202         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15203         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15204         (ucs4le_internal_loop_single): Likewise.
15205         * iconv/iconv.c (iconv): Likewise.
15206         * iconv/iconv_close.c: Likewise.
15207         * iconv/loop.c (SINGLE): Likewise.
15208         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15209         * include/atomic.h: Likewise.
15210         * inet/inet6_option.c (option_alloc): Likewise.
15211         * intl/bindtextdom.c (set_binding_values): Likewise.
15212         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15213         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15214         * intl/localealias.c (read_alias_file): Likewise.
15215         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15216         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15217         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15218         * libio/fmemopen.c (fmemopen): Likewise.
15219         * libio/iofgets.c (_IO_fgets): Likewise.
15220         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15221         * libio/iofgetws.c (fgetws): Likewise.
15222         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15223         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15224         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15225         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15226         * locale/findlocale.c (_nl_find_locale): Likewise.
15227         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15228         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15229         Likewise.
15230         * locale/setlocale.c (setlocale): Likewise.
15231         * login/programs/pt_chown.c (main): Likewise.
15232         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15233         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15234         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15235         (mmap, mmap64, mremap, munmap): Likewise.
15236         * math/e_exp2l.c: Likewise.
15237         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15238         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15239         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15240         * math/s_catan.c (__catan): Likewise.
15241         * math/s_catanf.c (__catanf): Likewise.
15242         * math/s_catanh.c (__catanh): Likewise.
15243         * math/s_catanhf.c (__catanhf): Likewise.
15244         * math/s_catanhl.c (__catanhl): Likewise.
15245         * math/s_catanl.c (__catanl): Likewise.
15246         * math/s_ccosh.c (__ccosh): Likewise.
15247         * math/s_ccoshf.c (__ccoshf): Likewise.
15248         * math/s_ccoshl.c (__ccoshl): Likewise.
15249         * math/s_cexp.c (__cexp): Likewise.
15250         * math/s_cexpf.c (__cexpf): Likewise.
15251         * math/s_cexpl.c (__cexpl): Likewise.
15252         * math/s_clog10.c (__clog10): Likewise.
15253         * math/s_clog10f.c (__clog10f): Likewise.
15254         * math/s_clog10l.c (__clog10l): Likewise.
15255         * math/s_clog.c (__clog): Likewise.
15256         * math/s_clogf.c (__clogf): Likewise.
15257         * math/s_clogl.c (__clogl): Likewise.
15258         * math/s_csin.c (__csin): Likewise.
15259         * math/s_csinf.c (__csinf): Likewise.
15260         * math/s_csinh.c (__csinh): Likewise.
15261         * math/s_csinhf.c (__csinhf): Likewise.
15262         * math/s_csinhl.c (__csinhl): Likewise.
15263         * math/s_csinl.c (__csinl): Likewise.
15264         * math/s_csqrt.c (__csqrt): Likewise.
15265         * math/s_csqrtf.c (__csqrtf): Likewise.
15266         * math/s_csqrtl.c (__csqrtl): Likewise.
15267         * math/s_ctan.c (__ctan): Likewise.
15268         * math/s_ctanf.c (__ctanf): Likewise.
15269         * math/s_ctanh.c (__ctanh): Likewise.
15270         * math/s_ctanhf.c (__ctanhf): Likewise.
15271         * math/s_ctanhl.c (__ctanhl): Likewise.
15272         * math/s_ctanl.c (__ctanl): Likewise.
15273         * math/w_pow.c: Likewise.
15274         * math/w_powf.c: Likewise.
15275         * math/w_powl.c: Likewise.
15276         * math/w_scalb.c (sysv_scalb): Likewise.
15277         * math/w_scalbf.c (sysv_scalbf): Likewise.
15278         * math/w_scalbl.c (sysv_scalbl): Likewise.
15279         * misc/error.c (error_tail): Likewise.
15280         * misc/pselect.c (__pselect): Likewise.
15281         * nis/nis_callback.c (__nis_create_callback): Likewise.
15282         * nis/nis_call.c (__nisfind_server): Likewise.
15283         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15284         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15285         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15286         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15287         * nis/nis_lookup.c (nis_lookup): Likewise.
15288         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15289         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15290         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15291         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15292         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15293         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15294         * nis/nss_compat/compat-initgroups.c (add_group)
15295         (internal_getgrent_r): Likewise.
15296         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15297         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15298         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15299         (internal_getspnam_r): Likewise.
15300         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15301         (_nss_nis_getaliasbyname_r): Likewise.
15302         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15303         (_nss_nis_getntohost_r): Likewise.
15304         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15305         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15306         (_nss_nis_getgrgid_r): Likewise.
15307         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15308         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15309         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15310         (_nss_nis_gethostbyname4_r): Likewise.
15311         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15312         (initgroups_netid): Likewise.
15313         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15314         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15315         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15316         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15317         (_nss_nis_getprotobynumber_r): Likewise.
15318         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15319         (_nss_nis_getsecretkey): Likewise.
15320         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15321         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15322         (_nss_nis_getpwuid_r): Likewise.
15323         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15324         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15325         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15326         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15327         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15328         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15329         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15330         Likewise.
15331         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15332         (_nss_nisplus_getntohost_r): Likewise.
15333         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15334         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15335         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15336         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15337         Likewise.
15338         * nis/nss_nisplus/nisplus-initgroups.c
15339         (_nss_nisplus_initgroups_dyn): Likewise.
15340         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15341         (_nss_nisplus_getnetbyaddr_r): Likewise.
15342         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15343         (_nss_nisplus_getprotobynumber_r): Likewise.
15344         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15345         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15346         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15347         Likewise.
15348         * nis/nss_nisplus/nisplus-service.c
15349         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15350         (_nss_nisplus_getservbyport_r): Likewise.
15351         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15352         (_nss_nisplus_getspnam_r): Likewise.
15353         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15354         Likewise.
15355         * nscd/aicache.c (addhstaiX): Likewise.
15356         * nscd/cache.c (cache_search, prune_cache): Likewise.
15357         * nscd/connections.c (register_traced_file, send_ro_fd)
15358         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15359         (main_loop_epoll): Likewise.
15360         * nscd/grpcache.c (addgrbyX): Likewise.
15361         * nscd/hstcache.c (addhstbyX): Likewise.
15362         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15363         * nscd/mem.c (gc, mempool_alloc): Likewise.
15364         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15365         (addinnetgrX): Likewise.
15366         * nscd/nscd-client.h (__nscd_acquire_maplock)
15367         (__nscd_drop_map_ref): Likewise.
15368         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15369         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15370         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15371         Likewise.
15372         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15373         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15374         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15375         (__nscd_get_map_ref): Likewise.
15376         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15377         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15378         Likewise.
15379         * nscd/pwdcache.c (addpwbyX): Likewise.
15380         * nscd/selinux.c (preserve_capabilities): Likewise.
15381         * nscd/servicescache.c (addservbyX): Likewise.
15382         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15383         * posix/fnmatch.c (fnmatch): Likewise.
15384         * posix/getopt.c (_getopt_internal_r): Likewise.
15385         * posix/glob.c (glob, glob_in_dir): Likewise.
15386         * posix/wordexp.c (exec_comm_child): Likewise.
15387         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15388         (getanswer_r, gaih_getanswer_slice): Likewise.
15389         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15390         * resolv/res_init.c: Likewise.
15391         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15392         * resolv/res_query.c (__libc_res_nquery): Likewise.
15393         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15394         Likewise.
15395         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15396         * stdio-common/perror.c (perror): Likewise.
15397         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15398         * stdio-common/tmpnam.c (tmpnam): Likewise.
15399         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15400         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15401         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15402         Likewise.
15403         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15404         * stdlib/putenv.c (putenv): Likewise.
15405         * stdlib/setenv.c (__add_to_environ): Likewise.
15406         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15407         * stdlib/strtol_l.c (INTERNAL): Likewise.
15408         * string/memmem.c (memmem): Likewise.
15409         * string/strerror.c (strerror): Likewise.
15410         * string/strnlen.c (__strnlen): Likewise.
15411         * string/test-memmem.c (simple_memmem): Likewise.
15412         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15413         * sunrpc/pm_getport.c (__get_socket): Likewise.
15414         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15415         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15416         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15417         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15418         Likewise.
15419         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15420         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15421         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15422         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15423         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15424         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15425         Likewise.
15426         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15427         Likewise.
15428         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15429         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15430         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15431         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15432         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15433         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15434         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15435         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15436         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15437         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15438         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15439         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15440         Likewise.
15441         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15442         Likewise.
15443         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15444         Likewise.
15445         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15446         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15447         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15448         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15449         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15450         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15451         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15452         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15453         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15454         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15455         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15456         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15457         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15458         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15459         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15460         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15461         Likewise.
15462         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15463         Likewise.
15464         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15465         Likewise.
15466         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15467         Likewise.
15468         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15469         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15470         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15471         Likewise.
15472         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15473         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15474         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15475         * sysdeps/posix/sleep.c: Likewise.
15476         * sysdeps/posix/tempname.c: Likewise.
15477         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15478         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15479         Likewise.
15480         * sysdeps/powerpc/powerpc32/dl-machine.h
15481         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15482         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15483         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15484         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15485         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15486         Likewise.
15487         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15488         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15489         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15490         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15491         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15492         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15493         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15494         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15495         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15496         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15497         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15498         (elf_machine_lazy_rel): Likewise.
15499         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15500         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15501         (elf_machine_lazy_rel): Likewise.
15502         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15503         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15504         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15505         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15506         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15507         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15508         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15509         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15510         Likewise.
15511         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15512         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15513         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15514         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15515         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15516         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15517         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15518         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15519         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15520         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15521         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15522         Likewise.
15523         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15524         (__posix_fallocate64_l64): Likewise.
15525         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15526         (posix_fallocate): Likewise.
15527         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15528         Likewise.
15529         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15530         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15531         (getifaddrs_internal): Likewise.
15532         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15533         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15534         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15535         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15536         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15537         (__posix_fallocate64_l64): Likewise.
15538         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15539         Likewise.
15540         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15541         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15542         (__get_clockfreq): Likewise.
15543         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15544         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15545         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15546         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15547         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15548         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15549         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15550         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15551         Likewise.
15552         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15553         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15554         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15555         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15556         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15557         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15558         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15559         Likewise.
15560         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15561         (posix_fallocate): Likewise.
15562         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15563         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15564         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15565         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15566         (elf_machine_rela, elf_machine_rela_relative)
15567         (elf_machine_lazy_rel): Likewise.
15568         * time/asctime.c (asctime_internal): Likewise.
15569         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15570         * time/tzset.c (__tzset_parse_tz): Likewise.
15571         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15572         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15573         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15574         * wcsmbs/wcsmbsload.h: Likewise.
15576         [BZ #15894]
15577         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15579         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15580         (arena_get2): Remove THREAD_STATS conditionals.
15581         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15582         (__malloc_stats, int): Likewise.
15584 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15586         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15587         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15589         * manual/setjmp.texi: Fix typos/grammar errors.
15591         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15592         Only return early when n is <= 0.  Delete unused return statement.
15594         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15595         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15596         * debug/tst-longjmp_chk3.c: New file.
15598         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15599         (test_main): Replace code with set_fortify_handler call.
15600         * debug/test-strcpy_chk.c: Likewise.
15601         * debug/tst-chk1.c: Likewise.
15602         * debug/tst-longjmp_chk.c: Likewise.
15603         * test-skeleton.c: Include fcntl.h & paths.h
15604         (set_fortify_handler): Define.
15606         * debug/tst-longjmp_chk.c: Add header comment and include
15607         ../test-skeleton.c.
15608         (do_test): Mark static.
15609         (TEST_FUNCTION): Define.
15611         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15612         (IP_PMTUDISC_INTERFACE): Likewise.
15613         (IP_MULTICAST_IF): Likewise.
15614         (IP_MULTICAST_TTL): Likewise.
15615         (IP_MULTICAST_LOOP): Likewise.
15616         (IP_ADD_MEMBERSHIP): Likewise.
15617         (IP_DROP_MEMBERSHIP): Likewise.
15618         (IP_UNBLOCK_SOURCE): Likewise.
15619         (IP_BLOCK_SOURCE): Likewise.
15620         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15621         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15622         (IP_MSFILTER): Likewise.
15623         (MCAST_JOIN_GROUP): Likewise.
15624         (MCAST_BLOCK_SOURCE): Likewise.
15625         (MCAST_UNBLOCK_SOURCE): Likewise.
15626         (MCAST_LEAVE_GROUP): Likewise.
15627         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15628         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15629         (MCAST_MSFILTER): Likewise.
15630         (IP_MULTICAST_ALL): Likewise.
15631         (IP_UNICAST_IF): Likewise.
15633         * timezone/Makefile: Delete $(have-ksh) check.
15634         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15635         * timezone/tzselect.ksh: Add +x mode bits.
15637         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15638         (ANON_INODE_FS_MAGIC): Likewise.
15639         (BDEVFS_MAGIC): Likewise.
15640         (BINFMTFS_MAGIC): Likewise.
15641         (BTRFS_TEST_MAGIC): Likewise.
15642         (CRAMFS_MAGIC_WEND): Likewise.
15643         (DEBUGFS_MAGIC): Likewise.
15644         (ECRYPTFS_SUPER_MAGIC): Likewise.
15645         (EXT3_SUPER_MAGIC): Likewise.
15646         (EXT4_SUPER_MAGIC): Likewise.
15647         (FUTEXFS_SUPER_MAGIC): Likewise.
15648         (HOSTFS_SUPER_MAGIC): Likewise.
15649         (HUGETLBFS_MAGIC): Likewise.
15650         (MINIX3_SUPER_MAGIC): Likewise.
15651         (MTD_INODE_FS_MAGIC): Likewise.
15652         (NILFS_SUPER_MAGIC): Likewise.
15653         (OPENPROM_SUPER_MAGIC): Likewise.
15654         (PIPEFS_MAGIC): Likewise.
15655         (PSTOREFS_MAGIC): Likewise.
15656         (QNX6_SUPER_MAGIC): Likewise.
15657         (RAMFS_MAGIC): Likewise.
15658         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15659         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15660         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15661         (SECURITYFS_MAGIC): Likewise.
15662         (SELINUX_MAGIC): Likewise.
15663         (SMACK_MAGIC): Likewise.
15664         (SOCKFS_MAGIC): Likewise.
15665         (SQUASHFS_MAGIC): Likewise.
15666         (STACK_END_MAGIC): Likewise.
15667         (TMPFS_MAGIC): Likewise.
15668         (USBDEVICE_SUPER_MAGIC): Likewise.
15669         (V9FS_MAGIC): Likewise.
15670         (XENFS_SUPER_MAGIC): Likewise.
15671         (CRAMFS_MAGIC): Fix typo in comment.
15672         (EXT2_SUPER_MAGIC): Update comment.
15673         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15675 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15677         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15678         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15679         * sysdeps/unix/sysv/linux/arm: Move directory from
15680         ports/sysdeps/unix/sysv/linux/arm.
15681         * README: Update listing for arm-*-linux-gnueabi.
15683         * README: Remove mention of am33.
15685 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15687         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15688         than the comma operator, to avoid "rhs of comma has no effect"
15689         compiler warnings.
15690         (__sigfillset, __sigandset, __sigorset): Likewise.
15691         * include/signal.h (__sigemptyset): Likewise.
15692         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15694 2014-02-07  Allan McRae  <allan@archlinux.org>
15696         * version.h (RELEASE): Set to "development".
15697         (VERSION): Set to "2.19.90"
15698         * NEWS: Add 2.20 section.
15700 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15702         [BZ #16529]
15703         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15705 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15707         * manual/contrib.texi: Update entry for Carlos O'Donell,
15708         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15710 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15712         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15714         * sysdeps/unix/sysv/linux/kernel-features.h
15715         [__LINUX_KERNEL_VERSION >= 0x020621]
15716         (__ASSUME_PROC_PID_TASK_COMM): Define.
15718 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15720         [BZ #16398]
15721         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15722         conversion when destination buffer does not have enough space.
15723         * libio/tst-ftell-partial-wide.c: New test case.
15724         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15726         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15727         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15728         Leonard and Allan McRae.
15730 2014-02-04  David S. Miller  <davem@davemloft.net>
15732         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15733         32-bit.
15735 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15738         New file
15739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15740         New file
15741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15742         New file.
15743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15744         New file.
15745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15746         New file.
15747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15748         New file.
15749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15750         New file.
15751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15752         New file.
15753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15754         New file.
15755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15756         New file.
15757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15758         New file.
15759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15760         New file.
15761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15762         New file.
15764 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15766         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15767         * shlib-versions: Likewise.
15769 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15770             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15772         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15773         (abilist-pattern): New variable, set to %-le.abilist.
15775         * Makerules (abilist-pattern): New variable.
15776         (vpath): Use $(abilist-pattern) in place of %.abilist.
15777         (check-abi-% pattern rule): Likewise.
15778         (check-abi, update-abi): Likewise.
15780 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15782         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15784 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15786         * manual/startup.texi: Add next, previous, and top entries for
15787         the `Program Arguments' and `Environment Variables' nodes.
15789 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15791         * manual/macros.texi: Add comments before MTASC-safety macros.
15793         * manual/users.texi: Document MTASC-safety properties.
15795         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15796         (pthread_getspecific, pthread_setspecific): Format with
15797         @deftypefun, and add @safety note.
15798         * manual/signal.texi: Move comments that analyze the above
15799         functions to their home place.
15801 2014-02-03  Allan McRae  <allan@archlinux.org>
15803         * po/sl.po: Update Slovenian translation from translation project.
15805 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15807         * manual/time.texi (timegm): Add missing blank after @c.
15808         Reported by Joseph Myers <joseph@codesourcery.com>.
15810 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15812         * manual/check-safety.sh: New.
15813         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15815         * manual/terminal.texi: Document MTASC-safety properties.
15817         * manual/filesys.texi: Document MTASC-safety properties.
15819         * manual/errno.texi: Document MTASC-safety properties.
15821         * manual/intro.texi: Document safety identifiers and
15822         conditionals.
15824         * manual/string.texi (wcstok): Fix prototype.
15825         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15827         * manual/time.texi: Document MTASC-safety properties.
15829         * manual/string.texi: Document MTASC-safety properties.
15831         * manual/threads.texi: Document MTASC-safety properties.
15833         * manual/stdio.texi: Document MTASC-safety properties.
15835         * manual/syslog.texi: Document MTASC-safety properties.
15837         * manual/sysinfo.texi: Document MTASC-safety properties.
15839         * manual/startup.texi: Document MTASC-safety properties.
15841         * manual/socket.texi: Document MTASC-safety properties.
15843         * manual/signal.texi: Document MTASC-safety properties.
15845 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15847         * manual/setjmp.texi: Document MTASC-safety properties.
15849         * manual/search.texi: Document MTASC-safety properties.
15851         * manual/resource.texi: Document MTASC-safety properties.
15853         * manual/process.texi: Document MTASC-safety properties.
15855         * manual/platform.texi: Document MTASC-safety properties.
15857         * manual/pipe.texi: Document MTASC-safety properties.
15859         * manual/pattern.texi: Document MTASC-safety properties.
15861         * manual/message.texi: Document MTASC-safety properties.
15863         [BZ #12751]
15864         * manual/memory.texi: Document MTASC-safety properties.
15866         * manual/math.texi: Document MTASC-safety properties.
15868         * manual/locale.texi: Document MTASC-safety properties.
15870         * manual/llio.texi: Document MTASC-safety properties.
15872         * manual/libdl.texi: New.
15874         * manual/lang.texi: Document MTASC-safety properties.
15876         * manual/job.texi: Document MTASC-safety properties.
15878         * manual/getopt.texi: Document MTASC-safety properties.
15880         * manual/ctype.texi: Document MTASC-safety properties.
15882 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15884         [BZ #16046]
15885         * csu/libc-tls.c (static_map): Remove variable.
15886         (__libc_setup_tls): Use main executable's link map for TLS data.
15887         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15888         casing for LM_ID_BASE and GL(dl_nns).
15889         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15890         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15891         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15892         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15893         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15894         member.
15895         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15896         l_phnum members.
15898 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15900         * manual/debug.texi: Document MTASC-safety properties.
15902 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15904         [BZ #16510]
15905         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15906         of __x86_64__ when disabling x87 inline functions.
15908 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15910         * manual/charset.texi: Document MTASC-safety properties.
15912         * manual/crypt.texi: Document MTASC-safety properties.
15914         * manual/conf.texi: Document MTASC-safety properties.
15916         * manual/arith.texi: Document MTASC-safety properties.
15918         * manual/argp.texi: Document MTASC-safety properties.
15920         * manual/macros.texi: Introduce macros to document multi
15921         thread, asynchronous signal and asynchronous cancellation
15922         safety properties.
15923         * manual/intro.texi: Introduce the properties themselves.
15925 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15927         * sysdeps/sh/sh4/Makefile: New file.
15929 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15931         * math/gen-libm-test.pl ($srcdir): New variable.
15932         ($auto_input): Use it.
15934 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15936         [BZ #16506]
15937         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15938         access beyond array bounds when parsing netgroups file.
15940         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15941         the old buffer before realloc.
15943 2014-01-27  Allan McRae  <allan@archlinux.org>
15945         * po/fr.po: Update French translation from translation project.
15947 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15949         * sysdeps/sh/libm-test-ulps: Regenerate.
15951 2014-01-24  David S. Miller  <davem@davemloft.net>
15953         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15955 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15957         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15958         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15960 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15962         [BZ #16474]
15963         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15964         string pointers after reallocation.
15966 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15968         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15969         __SH4A__ instead of __SH_FPU_ANY__.
15971 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15973         * sysdeps/sh/fpu_control.h: New file.
15974         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15975         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15976         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15977         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15978         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15979         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15980         * sysdeps/sh/sys/ucontext.h: Remove.
15981         * sysdeps/sh/sys: Remove directory.
15983 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15985         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15986         s390/sys/ucontext.h.
15987         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15988         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15990 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15992         [BZ #15605]
15993         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15995 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15997         [BZ#16431]
15998         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15999         Adjust the vDSO correctly for internal calls.
16000         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16002 2014-01-20  Allan McRae  <allan@archlinux.org>
16004         * po/ca.po: Update Catalan translation from translation project.
16006 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16008         * sysdeps/s390/sotruss-lib.c: New file.
16010 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16012         [BZ#16430]
16013         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16014         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16015         local calls issues by not having a PLT stub required for IFUNC calls.
16016         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16018 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16020         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16021         * math/test-fpucw-static.c: Likewise.
16023 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16025         [BZ #16453]
16026         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16028 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16030         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16031         implementation for powerpc.
16033 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16035         [BZ #14782]
16036         * sysdeps/posix/system.c (__libc_system): Do not enable
16037         asynchronous cancellation.
16039 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16041         [BZ #16427]
16042         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16043         handling only for numbers special also in the IEEE case.
16045 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16047         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16049 2014-01-11  Allan McRae  <allan@archlinux.org>
16051         * po/bg.po: Update Bulgarian translation from translation project.
16053         * po/de.po: Update German translation from translation project.
16055 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16057         * sysdeps/generic/gcc-compat.h: New file.
16059 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16061         * benchtests/asin-inputs: Correct slow inputs.
16062         * benchtests/acos-inputs: Likewise.
16064 2014-01-10  Allan McRae  <allan@archlinux.org>
16066         * po:sv.po: Update Swedish translation from translation project.
16068         * po/vi.po: Update Vietnamese translation from translation project.
16070         * po/eo.po: Update Esperanto translation from translation project.
16072         * po/cs.po: Update Czech translation from translation project.
16074         * po/nl.po: Update Dutch translation from translation project.
16076         * po/pl.po: Update Polish translation from translation project.
16078         * po/ru.po: Update Russian translation from translation project.
16080         * po/uk.po: Update Ukrainian translation from translation project.
16082 2014-01-08  Brooks Moses  <bmoses@google.com>
16084         * elf/dl-load.c: Fix comment typo.
16086 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16088         * po/header.pot: Rename to...
16089         * po/pot.header: ... this.
16090         * po/Makefile: Use pot.header.
16092 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16093             Maxim Kuvyrkov  <maxim@kugelworks.com>
16095         [BZ #16394]
16096         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16097         SRC and DEST against LEN.
16099 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16101         [BZ #16414]
16102         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16103         implementation.
16104         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16106 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16110 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16112         [BZ #16408]
16113         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16114         for large positive arguments.
16116 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16118         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16120         * math/auto-libm-test-in: Mark various tests with
16121         xfail-rounding:ldbl-128ibm.
16122         * math/auto-libm-test-out: Regenerated.
16124         [BZ #16407]
16125         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16126         Increase overflow threshold.
16128 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16130         [BZ #14286]
16131         * stdio-common/vfprintf.c: Check for integer overflow.
16133 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16135         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16136         the first argument and return value of __tls_get_addr_internal.
16138 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16140         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16141         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16143 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16145         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16146         * sysdeps/s390/rtld-global-offsets.sym: New file.
16147         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16148         GLIBC_2.19 symbol.
16149         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16150         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16151         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16152         ... this.
16153         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16154         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16155         ... this.
16156         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16157         Regenerate.
16158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16159         Regenerate.
16160         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16161         halfs of GPRs for high_gprs contexts.
16162         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16163         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16164         field.
16165         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16166         uc_flags field.
16167         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16168         64 bit versions:
16169         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16170         for high GPRs (uc_high_gprs) and for future extensions
16171         (__reserved).
16172         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16173         for future extensions (__reserved).
16174         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16175         64 bit versions:
16176         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16177         SC_HIGHGPRS offset definition.
16178         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16179         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16181         * Versions.def: Add GLIBC_2.19 for libpthread.
16182         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16183         siglongjmp for libpthread with GLIBC_2.19 symver.
16184         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16185         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16186         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16187         * sysdeps/s390/__longjmp.c: New file.
16188         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16189         * sysdeps/s390/longjmp.c: New file.
16190         * sysdeps/s390/setjmp.S: New file.
16191         * sysdeps/s390/sigjmp.S: New file.
16192         * sysdeps/s390/v1-longjmp.c: New file.
16193         * sysdeps/s390/v1-setjmp.h: New file.
16194         * sysdeps/s390/v1-sigjmp.c: New file.
16195         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16196         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16197         GLIBC_2.19 version.
16198         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16199         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16200         versioned symbols for ____longjmp_chk.
16201         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16202         Likewise.
16203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16204         Regenerate.
16205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16206         Regenerate.
16207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16208         Regenerate.
16209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16210         Regenerate.
16211         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16212         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16213         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16214         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16215         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16216         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16217         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16218         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16219         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16220         * sysdeps/s390/rtld-__longjmp.c: New file.
16221         * sysdeps/s390/rtld-setjmp.S: New file.
16223 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16225         [BZ #16400]
16226         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16227         Return -__logl (x) for small positive arguments without evaluating
16228         a polynomial.
16230 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16232         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16233         Rename to ...
16234         (__ptrace_peeksiginfo_args): ... this.
16235         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16236         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16237         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16239 2014-01-06  Allan McRae  <allan@archlinux.org>
16241         * inet/netinet/in.h: Fix typo in comment.
16243 2014-01-05  Andreas Jaeger  <aj@suse.de>
16245         * sysdeps/i386/fpu/libm-test-ulps: Update.
16247 2014-01-05  Allan McRae  <allan@archlinux.org>
16249         * po/libc.pot: Regenerated.
16251         * malloc/memusagestat.c: Fix gettext call formatting.
16253 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16255         * nscd/nscd.c: Improve usage() output.
16257 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16259         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16260         * sysdeps/unix/sysv/linux/configure: Regenerated.
16261         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16262         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16264 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16266         [BZ #16390]
16267         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16268         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16270 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16272         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16273         extra tokens at end of #undef directive.
16274         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16275         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16276         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16278 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16280         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16282         * math/auto-libm-test-in: Mark various tests with
16283         xfail-rounding:ldbl-128ibm.
16284         * math/auto-libm-test-out: Regenerated.
16286 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16288         [BZ #16386]
16289         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16290         numbers with subnormal high part when calculating exponent.
16292         [BZ #16385]
16293         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16294         fabs.
16296         [BZ #16384]
16297         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16298         M_LN2l.
16299         (__ieee754_acoshl): Use __log1pl not __log1p.
16301 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16303         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16304         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16305         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16306         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16307         (reused_arena, arena_get2): Convert to GNU style.
16308         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16309         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16310         (memalign_check, __malloc_set_state): Likewise.
16311         * malloc/mallocbug.c (main): Likewise.
16312         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16313         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16314         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16315         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16316         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16317         (__posix_memalign, malloc_info): Likewise.
16318         * malloc/malloc.h: Likewise.
16319         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16320         (mallochook, memalignhook, reallochook, mabort): Likewise.
16321         * malloc/mcheck.h: Likewise.
16322         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16323         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16324         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16325         * malloc/morecore.c (__default_morecore): Likewise.
16326         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16327         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16328         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16329         (print_and_abort): Likewise.
16330         * malloc/obstack.h: Likewise.
16331         * malloc/set-freeres.c (__libc_freeres): Likewise.
16332         * malloc/tst-mallocstate.c (main): Likewise.
16333         * malloc/tst-mtrace.c (main): Likewise.
16334         * malloc/tst-realloc.c (do_test): Likewise.
16336 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16338         [BZ #16366]
16339         * nscd/netgroupcache.c (do_notfound): New function.
16340         (addgetnetgrentX): Use it.
16342         [BZ # 16365]
16343         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16344         NSS_STATUS_NOTFOUND.
16346 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16348         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16351 2014-01-01  Allan McRae  <allan@archlinux.org>
16353         * scripts/update-copyrights: Update configure input file suffix.
16355         * NEWS: Update copyright year.
16356         * catgets/gencat.c: Likewise.
16357         * csu/version.c: Likewise.
16358         * debug/catchsegv.sh: Likewise.
16359         * debug/pcprofiledump.c: Likewise.
16360         * debug/xtrace.sh: Likewise.
16361         * elf/ldconfig.c: Likewise.
16362         * elf/ldd.bash.in: Likewise.
16363         * elf/pldd.c: Likewise.
16364         * elf/sotruss.ksh: Likewise.
16365         * elf/sprof.c: Likewise.
16366         * iconv/iconv_prog.c: Likewise.
16367         * iconv/iconvconfig.c: Likewise.
16368         * locale/programs/locale.c: Likewise.
16369         * locale/programs/localedef.c: Likewise.
16370         * login/programs/pt_chown.c: Likewise.
16371         * malloc/memusage.sh: Likewise.
16372         * malloc/memusagestat.c: Likewise.
16373         * malloc/mtrace.pl: Likewise.
16374         * manual/libc.texinfo: Likewise.
16375         * nscd/nscd.c: Likewise.
16376         * nss/getent.c: Likewise.
16377         * nss/makedb.c: Likewise.
16378         * posix/getconf.c: Likewise.
16379         * scripts/test-installation.pl: Likewise.
16381         * All files with FSF copyright notices: Update copyright dates
16382         using scripts/update-copyrights.
16383         * intl/plural.c: Regenerated.
16384         * locale/programs/charmap-kw.h: Likewise.
16385         * locale/programs/locfile-kw.h: Likewise.
16387 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16389         * sysdeps/unix/sysv/linux/configure: Regenerated.
16390         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16391         the linux/fanotify.h header.
16392         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16393         HAVE_LINUX_FANOTIFY_H is defined.
16395 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16397         * benchtests/cos-inputs: New inputs.
16398         * benchtests/sin-inputs: Likewise.
16400         * benchtests/atan-inputs: New inputs. Fix name of multiple
16401         precision fallback inputs.
16403         * benchtests/atanh-inputs: New inputs.
16404         * benchtests/tanh-inputs: Likewise.
16406         * benchtests/acosh-inputs: New inputs.
16407         * benchtests/asinh-inputs: Likewise.
16409         * benchtests/cosh-inputs: New inputs.
16410         * benchtests/sinh-inputs: Likewise.
16412         * benchtests/acos-inputs: Add more inputs.
16413         * benchtests/asin-inputs: Likewise.
16415 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16417         [BZ #16375]
16418         * manual/arith.texi: Fix spelling.
16419         * manual/charset.texi: Likewise.
16420         * manual/errno.texi: Likewise.
16421         * manual/filesys.texi: Likewise.
16422         * manual/lang.texi: Likewise.
16423         * manual/llio.texi: Likewise.
16424         * manual/locale.texi: Likewise.
16425         * manual/message.texi: Likewise.
16426         * manual/resource.texi: Likewise.
16427         * manual/search.texi: Likewise.
16428         * manual/setjmp.texi: Likewise.
16429         * manual/stdio.texi: Likewise.
16430         * manual/string.texi: Likewise.
16431         * manual/sysinfo.texi: Likewise.
16432         * manual/time.texi: Likewise.
16434 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16436         * po/sl.po: New file.
16438 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16440         * .gitignore: Add core/.gdbinit/.gdb_history.
16442 2013-12-27  Allan McRae  <allan@archlinux.org>
16444         [BZ #16369]
16445         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16446         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16448 2013-12-24  Brooks Moses  <bmoses@google.com>
16450         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16451         all compilers that claim C++98 compliance, not just GCC.
16452         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16453         Likewise.
16455 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16457         * NEWS: Restore accidentally deleted bug-fix entries.
16459 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16460             Ondřej Bílka  <neleai@seznam.cz>
16462         [BZ #15073]
16463         * malloc/malloc.c (_int_free): Perform sanity check only if we
16464         have_lock.
16466 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16468         [BZ #12986]
16469         * manual/stdio.texi (String Input Conversions): Clarify that character
16470         classes are not supported.
16472 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16474         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16476 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16478         [BZ #16337]
16479         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16480         Calculate results for small negative arguments directly rather
16481         than using reflection formula with special underflow handling.
16483         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16484         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16485         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16486         (fchflags): Likewise.
16487         (revoke): Likewise.
16488         (setlogin): Likewise.
16489         (sigaltstack): Likewise.
16490         (wait4): Likewise.
16491         (sigblock): Remove.
16492         (sigsetmask): Likewise.
16493         (wait3): Likewise.
16494         (waitpid): Likewise.
16495         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16496         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16497         file.
16498         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16499         * sysdeps/unix/bsd/Makefile: ... here.
16500         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16501         * sysdeps/unix/bsd/Versions: ... here.
16502         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16503         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16504         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16505         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16506         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16507         * sysdeps/unix/bsd/sigblock.c: ... here.
16508         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16509         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16510         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16511         * sysdeps/unix/bsd/sigvec.c: ... here.
16512         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16513         * sysdeps/unix/bsd/tcdrain.c: ... here.
16514         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16515         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16516         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16517         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16518         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16519         * sysdeps/unix/bsd/wait.c: ... here.
16520         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16521         * sysdeps/unix/bsd/wait3.c: ... here.
16522         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16523         * sysdeps/unix/bsd/waitpid.c: ... here.
16525 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16527         [BZ #16356]
16528         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16529         round-to-nearest for [!USE_AS_EXPM1L].
16530         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16531         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16532         more tests of exp and exp10.  Expect some exp10 tests to miss
16533         exceptions or fail in directed rounding modes.
16534         * math/auto-libm-test-out: Regenerated.
16535         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16536         (exp10_test_tonearest): New function.
16537         (exp10_towardzero_test_data): New array.
16538         (exp10_test_towardzero): New function.
16539         (exp10_downward_test_data): New array.
16540         (exp10_test_downward): New function.
16541         (exp10_upward_test_data): New array.
16542         (exp10_test_upward): New function.
16543         (main): Call the new functions.
16544         * sysdeps/i386/fpu/libm-test-ulps: Update.
16545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16547 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16549         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16550         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16551         * math/auto-libm-test-out: Regenerated.
16552         * math/libm-test.inc (acosh_test_data): Add more tests.
16553         (atanh_test_data): Likewise.
16554         (ceil_test_data): Likewise.
16555         (copysign_test_data): Likewise.
16556         * sysdeps/i386/fpu/libm-test-ulps: Update.
16557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16559         * timezone/checktab.awk: Update from tzcode 2013i.
16560         * timezone/private.h: Likewise.
16561         * timezone/scheck.c: Likewise.
16562         * timezone/tzfile.h: Likewise.
16563         * timezone/tzselect.ksh: Likewise.
16564         * timezone/zdump.c: Likewise.
16565         * timezone/zic.c: Likewise.
16567         * math/auto-libm-test-in: Add tests of cpow.
16568         * math/auto-libm-test-out: Regenerated.
16569         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16570         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16571         mpc_cc_c.
16572         (func_calc_desc): Add mpc_cc_c union field.
16573         (test_functions): Add cpow.
16574         (special_fill_2pi): New function.
16575         (special_real_inputs): Add 2pi.
16576         (calc_generic_results): Handle mpc_cc_c.
16577         * sysdeps/i386/fpu/libm-test-ulps: Update.
16578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16580         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16581         csqrt, ctan and ctanh.
16582         * math/auto-libm-test-out: Regenerated.
16583         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16584         (TEST_COND_x86): Likewise.
16585         (ccos_test_data): Use AUTO_TESTS_c_c.
16586         (ccosh_test_data): Likewise.
16587         (cexp_test_data): Likewise.
16588         (clog_test_data): Likewise.
16589         (csqrt_test_data): Likewise.
16590         (ctan_test_data): Likewise.
16591         (ctan_tonearest_test_data): Likewise.
16592         (ctan_towardzero_test_data): Likewise.
16593         (ctan_downward_test_data): Likewise.
16594         (ctan_upward_test_data): Likewise.
16595         (ctanh_test_data): Likewise.
16596         (ctanh_tonearest_test_data): Likewise.
16597         (ctanh_towardzero_test_data): Likewise.
16598         (ctanh_downward_test_data): Likewise.
16599         (ctanh_upward_test_data): Likewise.
16600         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16601         mpc_c_c.
16602         (func_calc_desc): Add mpc_c_c union field.
16603         (FUNC_mpc_c_c): New macro.
16604         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16605         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16606         ctanh.
16607         (special_fill_min_subnorm_p120): New function.
16608         (special_real_inputs): Add min_subnorm_p120.
16609         (calc_generic_results): Handle mpc_c_c.
16610         * sysdeps/i386/fpu/libm-test-ulps: Update.
16611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16613 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16615         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16616         (do_sin_slow): New functions.
16617         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16618         (cslow2, csloww1, csloww2): Use the new functions.
16620         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16621         Use M to change sign of result instead of X.  Assume X is
16622         positive.
16623         (csloww1): Likewise.
16624         (__sin): Adjust.
16625         (__cos): Adjust.
16627         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16628         arguments A and DA.
16629         (__sin): Adjust.
16630         (__cos): Likewise.
16632         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16633         (__cos): Likewise.
16634         (sloww1): Don't adjust sign of DX.
16635         (csloww1): Likewise.
16636         (sloww2): Use X directly and don't adjust sign of DX.
16637         (csloww2): Likewise.
16639 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16641         * math/auto-libm-test-in: Add tests of cabs and carg.
16642         * math/auto-libm-test-out: Regenerated.
16643         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16644         (carg_test_data): Likewise.
16645         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16646         mpc_c_f.
16647         (func_calc_desc): Add mpc_c_f union field.
16648         (test_functions): Add cabs and carg.
16649         (calc_generic_results): Handle mpc_c_f.
16651         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16652         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16653         as a macro and a compat symbol.
16654         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16655         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16656         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16657         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16658         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16659         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16660         not use .hidden.
16661         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16662         Likewise.
16663         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16664         Likewise.
16665         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16666         Likewise.
16667         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16668         Likewise.
16669         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16670         Likewise.
16671         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16672         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16673         from GLIBC_2.3.2.
16675 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16679 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16681         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16682         trailing whitespace removed.
16683         * scripts/config.guess: Update to version 2013-11-29.
16684         * scripts/config.sub: Update to version 2013-10-01.
16686         * math/auto-libm-test-in: Add tests of sincos.
16687         * math/auto-libm-test-out: Regenerated.
16688         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16689         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16690         mpfr_f_11.
16691         (func_calc_desc): Add mpfr_f_11 union field.
16692         (test_functions): Add sincos.
16693         (calc_generic_results): Handle mpfr_f_11.
16694         * sysdeps/i386/fpu/libm-test-ulps: Update.
16695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16697 2013-12-19  Andreas Schwab  <schwab@suse.de>
16699         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16700         CALL_MCOUNT.
16701         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16702         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16703         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16705 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16707         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16708         * sysdeps/i386/fpu/libm-test-ulps: Update.
16709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16711         [BZ #16293]
16712         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16713         round-to-nearest mode when using frndint.
16714         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16715         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16716         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16717         Likewise.
16718         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16719         sinh test to fail.
16720         * math/auto-libm-test-out: Regenerated.
16721         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16722         (TEST_COND_x86): Likewise.
16723         (expm1_tonearest_test_data): New array.
16724         (expm1_test_tonearest): New function.
16725         (expm1_towardzero_test_data): New array.
16726         (expm1_test_towardzero): New function.
16727         (expm1_downward_test_data): New array.
16728         (expm1_test_downward): New function.
16729         (expm1_upward_test_data): New array.
16730         (expm1_test_upward): New function.
16731         (main): Run the new test functions.
16732         * sysdeps/i386/fpu/libm-test-ulps: Update.
16733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16735         * include/features.h: Update comment documenting feature test
16736         macros.  Mention _DEFAULT_SOURCE in comment.
16737         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16738         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16739         _BSD_SOURCE and _SVID_SOURCE.
16740         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16741         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16742         !_SVID_SOURCE]: Likewise.
16743         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16744         (__USE_POSIX_IMPLICITLY): Define.
16745         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16746         (_POSIX_SOURCE): Undefine and redefine.
16747         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16748         (_POSIX_C_SOURCE): Likewise.
16749         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16750         (Feature Test Macros): Update documentation of default features.
16752 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16754         * benchtests/Makefile: Add bench-strtok.
16755         * benchtests/bench-strtok.c: New file: strtok benchtest.
16757 2013-12-19  Allan McRae  <allan@archlinux.org>
16759         * manual/install.texi: Suppress menu for plain text output.
16760         * INSTALL: Regenerated.
16762 2013-12-18  Brooks Moses  <bmoses@google.com>
16764         [BZ #15846]
16765         * misc/getauxval.c: Include errno.h.
16766         (__getauxval): Set errno to ENOENT if the requested type is not
16767         found.
16768         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16769         don't declare with __attribute_const__.
16770         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16771         * manual/startup.texi: Document that getauxval sets errno.
16773 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16775         * math/auto-libm-test-in: Add tests of jn and yn.
16776         * math/auto-libm-test-out: Regenerated.
16777         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16778         (yn_test_data): Likewise.
16779         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16780         mpfr_if_f.
16781         (func_calc_desc): Add mpfr_if_f union field.
16782         (FUNC_mpfr_if_f): New macro.
16783         (test_functions): Add jn and yn.
16784         (calc_generic_results): Assert type of second input for
16785         mpfr_ff_f.  Handle mpfr_if_f.
16786         (output_for_one_input_case): Disable all checking for arguments
16787         fitting floating-point types in case of an integer argument.
16788         * sysdeps/i386/fpu/libm-test-ulps: Update.
16789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16792         Don't expect fegetround reference in libm.so.
16794 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16796         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16797         $(config-cflags-nofma).
16799 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16801         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16802         * math/auto-libm-test-out: Regenerated.
16804         [BZ #16338]
16805         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16806         to determine exponent and adjust argument to have exponent of -1.
16807         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16808         log2.
16809         * math/auto-libm-test-out: Regenerated.
16810         * sysdeps/i386/fpu/libm-test-ulps: Update.
16811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16813 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16815         * manual/probes.texi: Remove cases when per-thread arenas are
16816         disabled.
16818 2013-12-18  Andreas Schwab  <schwab@suse.de>
16820         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16821         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16822         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16823         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16824         * sysdeps/i386/i686/multiarch/Makefile: Update.
16825         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16827 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16829         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16830         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16832 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16834         [BZ #15968]
16835         Support TZ transition times < 00:00:00.
16836         This is needed for version-3 tz-format files; it supports time
16837         stamps past 2037 for America/Godthab (the only entry in the tz
16838         database for which this change is relevant).
16839         * manual/time.texi (TZ Variable): Document transition times
16840         from -167:59:59 through -00:00:01.
16841         * time/tzset.c (tz_rule): Time of day is now signed.
16842         (__tzset_parse_tz): Parse negative time of day.
16844         Document TZ transition times >= 25:00:00.
16845         * manual/time.texi (TZ Variable): Document transition times from
16846         25:00:00 through 167:59:59.  These are already supported, and this
16847         support will help with version-3 tz-format files.
16849         * manual/time.texi (TZ Variable): Modernize North America example
16850         to reflect current (i.e., 2007-and-later) daylight saving rules.
16852         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16854 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16856         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16857         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16858         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16859         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16860         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16861         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16862         * sysdeps/unix/bsd/clock.c: Likewise.
16863         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16864         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16865         * sysdeps/unix/bsd/init-posix.c: Likewise.
16866         * sysdeps/unix/bsd/poll.c: Likewise.
16867         * sysdeps/unix/bsd/ptsname.c: Likewise.
16868         * sysdeps/unix/bsd/seekdir.c: Likewise.
16869         * sysdeps/unix/bsd/setegid.c: Likewise.
16870         * sysdeps/unix/bsd/seteuid.c: Likewise.
16871         * sysdeps/unix/bsd/setgid.c: Likewise.
16872         * sysdeps/unix/bsd/setrgid.c: Likewise.
16873         * sysdeps/unix/bsd/setruid.c: Likewise.
16874         * sysdeps/unix/bsd/setsid.c: Likewise.
16875         * sysdeps/unix/bsd/setuid.c: Likewise.
16876         * sysdeps/unix/bsd/sigaction.c: Likewise.
16877         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16878         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16879         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16880         * sysdeps/unix/bsd/telldir.c: Likewise.
16881         * sysdeps/unix/bsd/times.c: Likewise.
16882         * sysdeps/unix/bsd/usleep.c: Likewise.
16884         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16885         ($(objpfx)libbsd-compat.a): Remove rule.
16887         * include/features.h (__FAVOR_BSD): Do not define.
16888         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16889         features conflicting with POSIX.
16890         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16891         (_BSD_SOURCE): Remove description of not being a subset of other
16892         feature test macros.
16893         * manual/job.texi (getpgrp): Do not document BSD version.
16894         (getpgid): Do not document by reference to BSD getpgrp.
16895         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16896         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16897         * signal/signal.h [__FAVOR_BSD]: Likewise.
16898         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16899         instead of making contents conditional on [__FAVOR_BSD].
16900         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16902 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16906 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16908         [BZ #16314]
16909         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16910         values below 2**-450, not 2**-500.
16911         * math/auto-libm-test-in: Don't allow spurious underflow from
16912         hypot.
16913         * math/auto-libm-test-out: Regenerated.
16915         [BZ #16316]
16916         [BZ #16330]
16917         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16918         values of ha and hb and sort them after adjusting subnormal
16919         arguments.
16920         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16921         Likewise.
16922         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16923         values of ea and eb and sort them after adjusting subnormal
16924         arguments.
16925         * math/auto-libm-test-in: Do not expect some hypot tests of
16926         subnormals to fail.  Add more hypot tests.
16927         * math/auto-libm-test-out: Regenerated.
16929 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16931         [BZ #13304]
16932         * sysdeps/sh/s_fma.c: New file.
16933         * sysdeps/sh/s_fmaf.c: New file.
16934         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16935         version.
16936         * sysdeps/sh/Implies: Add sh/soft-fp.
16938 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16940         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16941         level of indirection to members `objname', `errstring', `malloced'.
16942         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16943         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16944         it as the __longjmp argument (just pass 1 instead).
16945         (_dl_catch_error): Initialize C with argument pointers and address of
16946         volatile local ERRCODE rather than copying values out of C at return.
16948 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16950         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16951         * math/auto-libm-test-out: Regenerated.
16952         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16953         (hypot_test_data): Likewise.
16954         (pow_test_data): Likewise.
16955         (pow_tonearest_test_data): Likewise.
16956         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16957         mpfr_ff_f.
16958         (func_calc_desc): Add mpfr_ff_f union field.
16959         (FUNC_mpfr_ff_f): New macro.
16960         (test_functions): Add atan2, hypot and pow.
16961         (special_fill_min): New function.
16962         (special_fill_minus_min): Likewise.
16963         (special_fill_min_subnorm): Likewise.
16964         (special_fill_minus_min_subnorm): Likewise.
16965         (special_real_inputs): Add min, -min, min_subnorm and
16966         -min_subnorm.
16967         (calc_generic_results): Handle mpfr_ff_f.
16968         * sysdeps/i386/fpu/libm-test-ulps: Update.
16969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16971 2013-12-16  Will Newton  <will.newton@linaro.org>
16973         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16974         (Aligned Memory Blocks): Add documentation for aligned_alloc
16975         and suggest it as an alternative to posix_memalign.
16976         (Hooks for Malloc): Document __memalign_hook is also called
16977         for aligned_alloc.  (Summary of Malloc): Add summary for
16978         aligned alloc.  Document __memalign_hook is also called
16979         for aligned_alloc.
16981 2013-12-16  Will Newton  <will.newton@linaro.org>
16983         * manual/memory.texi (Malloc Examples): Clarify default
16984         alignment documentation.  Suggest posix_memalign rather
16985         than memalign or valloc.
16986         (Aligned Memory Blocks): Remove suggestion to use memalign
16987         or valloc.  Remove obsolete comment about BSD.
16988         Document memalign errno values and mark the function obsolete.
16989         Document posix_memalign returned error codes.  Mark valloc
16990         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16991         called for posix_memalign and valloc.
16992         (Summary of Malloc): Add posix_memalign to function summary.
16993         __memalign_hook is also called for posix_memalign and valloc.
16995 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16997         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16998         TAYLOR_SIN.
16999         (__sin): Adjust.
17000         (__cos): Likewise.
17001         (sloww): Use mynumber union.  Expand ternary operator into
17002         if-else statements.
17003         (cslow): use mynumber union.
17005 2013-12-16  Allan McRae  <allan@archlinux.org>
17007         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17008         * configure: Regenerated.
17010         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17012         [BZ #14120]
17013         * configure.ac: Added --enable-maintainer-mode. Check for
17014         autoconf when enabled.
17015         * configure: Regenerated.
17017         * nscd/nscd.service: New file.
17018         * nscd/nscd.tmpfiles: New file.
17020 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17022         [BZ #12100]
17023         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17024         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17025         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17026         (strstr): Add __strstr_sse2_unaligned ifunc.
17027         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17028         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17029         (strcasestr): Remove __strcasestr_sse42 ifunc.
17030         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17031         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17032         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17034 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17036         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17037         * sysdeps/sh/bits/fenv.h: ... here.
17038         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17040 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17042         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17044         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17045         hypotf multiarch implementations.
17046         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17047         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17048         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17049         multiarch hypot for PPC64.
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17051         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17053         multiarch hypotf for PPC64.
17055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17056         modff multiarch implementations.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17060         multiarch modf for PPC64.
17061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17064         multiarch modff for PPC64.
17066         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17067         and logl multiarch implementations.
17068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17071         multiarch logb for PPC64.
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17075         multiarch logb for PPC64.
17076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17079         multiarch logb for PPC64.
17081         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17082         isinff multiarch implementation.
17083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17084         file.
17085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17087         multiarch isinf for PPC64.
17088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17089         file.
17090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17091         multiarch isinff for PPC64.
17093         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17094         finitef multiarch implementation.
17095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17096         file.
17097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17099         multiarch finite for PPC64.
17100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17101         file.
17102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17103         multiarch finitef for PPC64.
17105         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17106         lrint multiarch implementation.
17107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17108         file.
17109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17111         multiarch llrint for PPC64.
17112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17113         multiarch lrint for PPC64.
17115         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17116         copysignf multiarch implementation.
17117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17118         file.
17119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17120         file.
17121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17122         multiarch copysign for PPC64.
17123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17124         multiarch copysignf for PPC64.
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17127         multiarch implementation.
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17129         file.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17131         file.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17133         file.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17135         file.
17136         multiarch llround for PPC64.
17137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17138         multiarch trunc for PPC64.
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17140         multiarch truncf for PPC64.
17142         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17143         multiarch implementation.
17144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17145         file.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17147         file.
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17149         file.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17151         file.
17152         multiarch llround for PPC64.
17153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17154         multiarch round for PPC64.
17155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17156         multiarch roundf for PPC64.
17158         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17159         multiarch implementation.
17160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17161         file.
17162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17163         file.
17164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17165         file.
17166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17167         file.
17168         multiarch llround for PPC64.
17169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17170         multiarch floor for PPC64.
17171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17172         multiarch floorf for PPC64.
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17175         multiarch implementation.
17176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17177         file.
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17179         file.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17181         file.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17183         file.
17184         multiarch llround for PPC64.
17185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17186         multiarch ceil for PPC64.
17187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17188         multiarch ceilf for PPC64.
17190         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17191         multiarch implementation.
17192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17193         file.
17194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17195         file.
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17197         file.
17198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17199         multiarch llround for PPC64.
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17201         multiarch lround for PPC64.
17203         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17204         multiarch implementation.
17205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17208         file.
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17212         multiarch isnan for PPC64.
17213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17214         multiarch isnanf for PPC64.
17216         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17217         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17218         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17219         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17220         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17223         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17224         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17225         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17226         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17228         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17229         multiarch implementations.
17230         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17231         (__libc_ifunc_impl_list): Likewise.
17232         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17233         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17234         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17235         multiarch stpcpy for PPC64.
17237         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17238         multiarch implementations.
17239         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17240         (__libc_ifunc_impl_list): Likewise.
17241         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17242         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17243         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17244         multiarch strcpy for PPC64.
17246         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17247         redefine function name.
17248         (_wordcopy_fwd_dest_aligned): Likewise.
17249         (_wordcopy_bwd_aligned): Likewise.
17250         (_wordcopy_bwd_dest_aligned): Likewise.
17251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17252         multiarch implementations.
17253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17254         (__libc_ifunc_impl_list): Likewise.
17255         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17256         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17257         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17258         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17259         multiarch wcscpy for PPC64.
17261         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17262         multiarch implementations.
17263         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17264         (__libc_ifunc_impl_list): Likewise.
17265         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17266         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17267         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17268         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17269         multiarch wcscpy for PPC64.
17271         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17272         multiarch implementations.
17273         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17274         (__libc_ifunc_impl_list): Likewise.
17275         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17276         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17277         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17278         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17279         multiarch wcsrchr for PPC64.
17281         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17282         multiarch implementations.
17283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17284         (__libc_ifunc_impl_list): Likewise.
17285         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17286         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17287         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17288         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17289         multiarch wcschr for PPC64.
17291         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17292         multiarch implementations.
17293         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17294         (__libc_ifunc_impl_list): Likewise.
17295         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17296         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17297         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17298         multiarch strchrnul for PPC64.
17300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17301         implementations.
17302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17303         (__libc_ifunc_impl_list): Likewise.
17304         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17305         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17306         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17307         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17308         strchr for PPC64.
17310         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17311         implementations.
17312         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17313         (__libc_ifunc_impl_list): Likewise.
17314         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17315         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17316         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17317         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17318         strncmp for PPC64.
17320         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17321         multiarch implementations.
17322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17323         (__libc_ifunc_impl_list): Likewise.
17324         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17325         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17326         strncasecmp for PPC64.
17327         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17328         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17329         multiarch strncasecmp_l for PPC64.
17331         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17332         multiarch implementations.
17333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17334         (__libc_ifunc_impl_list): Likewise.
17335         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17336         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17337         multiarch strcasecmp for PPC64.
17338         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17339         file.
17340         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17341         multiarch strcasecmp_l for PPC64.
17343         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17344         implementations.
17345         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17346         (__libc_ifunc_impl_list): Likewise.
17347         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17348         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17349         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17350         strnlen for PPC64.
17352         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17353         implementations.
17354         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17355         (__libc_ifunc_impl_list): Likewise.
17356         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17357         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17358         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17359         strlen for PPC64.
17361         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17362         implementations.
17363         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17364         (__libc_ifunc_impl_list): Likewise.
17365         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17366         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17367         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17368         rawmemrchr for PPC64.
17370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17371         implementation.
17372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17373         (__libc_ifunc_impl_list): Likewise.
17374         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17375         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17376         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17377         memrchr for PPC64.
17379         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17380         implementation.
17381         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17382         (__libc_ifunc_impl_list): Likewise.
17383         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17384         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17385         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17386         memchr for PPC64.
17388         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17389         implementation.
17390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17391         (__libc_ifunc_impl_list): Likewise.
17392         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17393         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17394         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17395         mempcpy for PPC64.
17397         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17398         avoid cretion of __bzero symbol.
17399         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17400         Likewise.
17401         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17402         Likewise.
17403         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17404         Likewise.
17405         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17406         multiarch implementations.
17407         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17408         (__libc_ifunc_impl_list): Likewise.
17409         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17410         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17411         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17412         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17413         bzero for PPC32.
17414         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17415         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17416         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17417         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17418         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17419         memset for PPC64.
17420         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17422         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17423         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17424         implementations.
17425         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17426         (__libc_ifunc_impl_list): Likewise.
17427         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17428         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17429         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17430         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17431         memcmp for PPC64.
17433         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17434         multiarch for POWER/PPC64.
17435         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17436         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17437         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17438         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17439         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17440         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17441         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17442         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17443         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17444         memcpy for PPC64.
17446         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17447         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17448         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17449         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17450         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17451         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17452         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17453         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17454         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17455         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17456         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17457         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17458         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17459         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17460         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17469 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17471         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17473 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17475         * benchtests/Makefile (bench): Add exp2 and log2.
17476         (LDLIBS-bench-exp2): Add -lm.
17477         (LDLIBS-bench-log2): Likewise.
17478         * benchtests/exp2-inputs: New inputs file.
17479         * benchtests/log2-inputs: New inputs file.
17480         * benchtests/log-inputs: Add new inputs.
17481         * benchtests/tan-inputs: Likewise.
17483 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17485         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17486         definition...
17487         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17488         (csloww2): ... from here.
17490         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17491         instead of structures.
17492         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17493         (POLYNOMIAL): Likewise.
17494         (TAYLOR_SLOW): Likewise.
17495         (__sin): Likewise.
17496         (__cos): Likewise.
17497         (slow1): Likewise.
17498         (slow2): Likewise.
17499         (sloww): Likewise.
17500         (sloww1); Likewise.
17501         (sloww2): Likewise.
17502         (bsloww1): Likewise.
17503         (bsloww2): Likewise.
17504         (cslow2): Likewise.
17505         (csloww): Likewise.
17506         (csloww1): Likewise.
17507         (csloww2): Likewise.
17509 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17511         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17512         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17513         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17514         * malloc/hooks.c (realloc_check): Likewise.
17516         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17517         * malloc/arena.c: Remove PER_THREAD conditional.
17518         [!PER_THREAD]: Remove code.
17519         (ptmalloc_unlock_all2): Likewise.
17520         (ptmalloc_init): Likewise.
17521         (_int_new_arena): Likewise.
17522         (arena_get2): Likewise.
17523         * malloc/hooks.c (__malloc_get_state): Likewise.
17524         (__malloc_set_state): Likewise.
17525         * malloc/malloc.c: Likewise.
17526         (struct malloc_state): Likewise.
17527         (struct malloc_par): Likewise.
17528         (__libc_realloc): Likewise.
17529         (__libc_mallopt): Likewise.
17531 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17533         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17535 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17537         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17538         macro to a function.  Check for zero perturb_byte.
17539         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17541         * malloc/malloc.c: (force_reg): Remove.
17542         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17543         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17544         force_reg by atomic_forced_read.
17545         * malloc/arena.c (ptmalloc_init): Likewise.
17546         * malloc/hooks.c (top_check): Likewise.
17548 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17552 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17554         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17556 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17558         * math/auto-libm-test-in: Add tests of lgamma.
17559         * math/auto-libm-test-out: Regenerated.
17560         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17561         (M_LOG_2_SQRT_PIl): Likewise.
17562         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17563         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17564         mpfr_f_f1.
17565         (func_calc_desc): Add mpfr_f_f1 union field.
17566         (ARGS1): New macro.
17567         (ARGS2): Likewise.
17568         (ARGS3): Likewise.
17569         (ARGS4): Likewise.
17570         (RET1): Likewise.
17571         (RET2): Likewise.
17572         (CALC): Likewise.
17573         (FUNC): Likewise.
17574         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17575         (test_functions): Add lgamma.
17576         (calc_generic_results): Handle mpfr_f_f1.
17577         * sysdeps/i386/fpu/libm-test-ulps: Update.
17578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17580 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17582         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17583         __mpn_add_n for PowerPC64/POWER7.
17584         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17585         __mpn_sub_n for PowerPC64/POWER7.
17587         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17588         __mpn_addmul_1 for PowerPC64.
17589         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17590         __mpn_submul_1 for PowerPC64.
17591         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17592         for PowerPC64.
17593         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17594         for PowerPC64.
17596 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17598         [BZ #15089]
17599         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17601 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17603         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17605         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17606         add multiarch folders.
17607         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17608         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17609         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17610         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17611         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17612         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17613         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17614         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17615         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17616         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17617         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17626         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17628         New file.
17629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17630         New file.
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17632         multiarch __ieee754_hypot for PowerPC32.
17633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17634         New file.
17635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17636         New file.
17637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17638         multiarch __ieee754_hypotf for PowerPC32.
17640         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17641         long_double_symbol only if __logbl is defined.
17642         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17643         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17644         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17645         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17646         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17647         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17648         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17649         path for implementation.
17650         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17651         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17653         logb, and logbl multiarch implementations for PowerPC32.
17654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17655         file.
17656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17657         file.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17659         multiarch logb for PowerPC32.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17661         file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17663         file.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17665         multiarch logbf for PowerPC32.
17666         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17668         file.
17669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17670         multiarch logbl implementation for PowerPC32.
17672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17673         and modff multiarch implementations.
17674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17675         New file.
17676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17677         New file.
17678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17679         multiarch modf for PowerPC32.
17680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17681         New file.
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17683         New file.
17684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17685         multiarch modff for PowerPC32.
17687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17688         and lrintf multiarch implementations.
17689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17690         New file.
17691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17692         New file.
17693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17694         multiarch lrint for PowerPC32.
17695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17696         file: multiarch lrintf for PowerPC32.
17698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17699         and lroundf multiarch implementations.
17700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17701         New file.
17702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17703         New file.
17704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17705         New file.
17706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17707         multiarch lround for PowerPC32.
17708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17709         file: multiarch lroundf for PowerPC32.
17711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17712         copysign and copysignf multiarch implementations.
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17714         New file.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17716         New file.
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17718         file: multiarch copysign for PowerPC32.
17719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17720         file: multiarch copysignf for PowerPC32.
17722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17723         and truncf multiarch implementations.
17724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17725         New file.
17726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17727         file.
17728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17729         multiarch trunc for PowerPC32.
17730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17731         New file.
17732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17733         New file.
17734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17735         multiarch truncf for PowerPC32.
17737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17738         and roundf multiarch implementations.
17739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17740         New file.
17741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17742         file.
17743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17744         multiarch round for PowerPC32.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17746         New file.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17748         New file.
17749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17750         multiarch roundf for PowerPC32.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17753         and floorf multiarch implementations.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17755         New file.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17757         file.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17759         multiarch floor for PowerPC32.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17761         New file.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17763         New file.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17765         multiarch floorf for PowerPC32.
17767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17768         and ceilf multiarch implementations.
17769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17770         New file.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17772         file.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17774         multiarch ceil for PowerPC32.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17776         New file.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17778         file.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17780         multiarch ceilf for PowerPC32.
17782         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17783         is defined.
17784         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17785         FINITEF is defined.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17787         and finitef multiarch implementations.
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17789         New file.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17791         file.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17793         multiarch finite for PowerPC32.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17795         New file.
17796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17797         file: multiarch finitef for PowerPC32.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17800         and isinff multiarch implementations.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17802         file.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17804         file.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17806         multiarch isinf for PowerPC32.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17808         New file.
17809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17810         multiarch isinff for PowerPC32.
17812         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17813         alias when __isnan is defined.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17815         and isnanf multiarch implementations.
17816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17817         file.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17819         file.
17820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17821         file.
17822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17823         file.
17824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17825         multiarch isnan for PowerPC32.
17826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17827         New file.
17828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17829         New file.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17831         multiarch isnanf for PowerPC32.
17833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17834         and sqrtf multiarch implementations.
17835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17836         file.
17837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17838         file.
17839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17840         multiarch sqrt for PowerPC32.
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17842         file.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17844         file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17846         multiarch sqrtf for PowerPC32.
17848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17849         and llroundf multiarch implementations.
17850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17851         New file.
17852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17853         New file.
17854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17855         New file.
17856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17857         file: multiarch llround for PowerPC32.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17859         file: multiarch llroundf for PowerPC32.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17862         multiarch PowerPC32 fpu implementations.
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17864         New file.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17866         New file.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17868         multiarch llrint for PowerPC32.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17870         New file.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17872         New file.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17874         file.
17876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17878         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17879         file.
17880         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17881         file.
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17883         file.
17884         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17885         multiarch wordcopy for PPC32.
17886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17887         wordcopy objects.
17888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17889         (__libc_ifunc_impl_list): Likewise.
17890         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17891         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17892         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17893         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17894         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17895         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17897         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17898         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17899         file.
17900         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17901         file.
17902         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17903         file.
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17905         multiarch wcscpy for PPC32.
17906         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17907         multiarch objects.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17909         (__libc_ifunc_impl_list): Likewise.
17910         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17911         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17912         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17913         sysdeps/powerpc/power6/wcscpy.c.
17915         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17916         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17917         file.
17918         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17919         file.
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17921         file.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17923         multiarch wcsrchr for PPC32.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17925         multiarch objects.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17927         (__libc_ifunc_impl_list): Likewise.
17928         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17929         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17930         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17931         sysdeps/powerpc/power6/wcsrchr.c.
17933         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17934         file.
17935         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17936         file.
17937         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17938         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17939         multiarch wcschr for PPc32.
17940         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17941         multiarch objects.
17942         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17943         (__libc_ifunc_impl_list): Likewise.
17944         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17945         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17946         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17947         sysdeps/powerpc/power6/wcschr.c.
17949         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17950         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17951         file.
17952         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17953         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17954         file: multiarch strchr for PPC32.
17955         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17956         multiarch objects.
17957         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17958         (__libc_ifunc_impl_list): Likewise.
17960         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17961         name.
17962         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17963         file.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17965         file.
17966         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17967         multiarch strchrnul for PPC32.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17969         multiarch objects.
17970         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17971         (__libc_ifunc_impl_list): Likewise.
17973         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17974         file.
17975         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17976         multiarch strncasecmp for PPC32.
17977         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17978         file.
17979         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17980         multiarch strncasecmp_l for PPC32.
17981         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17982         strncasecmp multiarch objects.
17983         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17984         (__libc_ifunc_impl_list): Likewise.
17986         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17987         file.
17988         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17989         multiarch strncasecmp for PPC32.
17990         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17991         New file.
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17993         multiarch strcasecmp_l for PPC32.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17995         multiarch objects.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17997         (__libc_ifunc_impl_list): Likewise.
17999         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18000         file.
18001         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18002         file.
18003         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18004         multiarch strncmp for PPC32.
18005         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18006         multiarch objects.
18007         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18008         (__libc_ifunc_impl_list): Likewise.
18010         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18011         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18012         file.
18013         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18014         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18015         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18016         multiarch objects.
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18018         (__libc_ifunc_impl_list): Likewise.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18021         file.
18022         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18023         file.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18025         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18026         multiarch objects.
18027         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18028         (__libc_ifunc_impl_list): Likewise.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18031         file.
18032         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18033         file.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18035         multiarch rawmemchr for PPC32.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18037         multiarch objects.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18039         (__libc_ifunc_impl_list): Likewise.
18041         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18042         file.
18043         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18044         file.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18046         file: memrchr multiarch for PPC32.
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18048         multiarch objects.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18050         (__libc_ifunc_impl_list): Likewise.
18052         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18053         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18054         file.
18055         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18056         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18057         multiarch memchr for PPC32.
18058         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18059         multiarch objects.
18060         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18061         (__libc_ifunc_impl_list): Likewise.
18063         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18064         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18065         file.
18066         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18067         file.
18068         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18069         file: multiarch mempcpy for PPC32.
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18071         multiarch objects.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18073         (__libc_ifunc_impl_list): Likewise.
18075         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18077         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18079         multiarch bzero for PPC32.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18081         file.
18082         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18083         file.
18084         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18085         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18086         file: multiarch memset for PPC32.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18088         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18089         memset multiarch objects.
18090         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18091         (__libc_ifunc_impl_list): Likewise.
18093         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18094         file.
18095         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18096         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18097         memcmp for PPC32.
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18099         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18100         multiarch objects.
18101         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18102         (__libc_ifunc_impl_list): Likewise.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18107         file.
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18109         file.
18110         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18111         file.
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18113         multiarch memcpy for PPC32.
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18115         multiarch objects.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18117         (__libc_ifunc_impl_list): Likewise.
18119         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18120         support multiarch for POWER/PPC32.
18121         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18122         Likewise.
18123         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18125         Implies file to make multiarch folder appers before the fpu and
18126         default folder for power4 configuration.
18128 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18130         * scripts/bench.pl: Append volatile keyword to type.
18132 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18134         * sysdeps/sh/sotruss-lib.c: New file.
18135         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18137 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18141 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18143         [BZ #6810]
18144         * math/w_tgamma.c: Include <errno.h>.
18145         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18146         * math/w_tgammaf.c: Include <errno.h>.
18147         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18148         * math/w_tgammal.c: Include <errno.h>.
18149         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18150         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18151         underflow.  Add more tgamma tests.
18152         * math/auto-libm-test-out: Regenerated.
18153         * sysdeps/i386/fpu/libm-test-ulps: Update.
18154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18156         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18157         sin, sinh, tan, tanh, tgamma, y0 and y1.
18158         * math/auto-libm-test-out: Regenerated.
18159         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18160         (TEST_COND_x86): Likewise.
18161         (M_E2l): Remove macro.
18162         (M_E3l): Likewise.
18163         (M_2_SQRT_PIl): Likewise.
18164         (M_SQRT_PIl): Likewise.
18165         (M_1_DIV_El): Likewise.
18166         (log_test_data): Use AUTO_TESTS_f_f.
18167         (log10_test_data): Likewise.
18168         (log1p_test_data): Likewise.
18169         (log2_test_data): Likewise.
18170         (sin_test_data): Likewise.
18171         (sin_tonearest_test_data): Likewise.
18172         (sin_towardzero_test_data): Likewise.
18173         (sin_downward_test_data): Likewise.
18174         (sin_upward_test_data): Likewise.
18175         (sinh_test_data): Likewise.
18176         (sinh_tonearest_test_data): Likewise.
18177         (sinh_towardzero_test_data): Likewise.
18178         (sinh_downward_test_data): Likewise.
18179         (sinh_upward_test_data): Likewise.
18180         (tan_test_data): Likewise.
18181         (tan_tonearest_test_data): Likewise.
18182         (tan_towardzero_test_data): Likewise.
18183         (tan_downward_test_data): Likewise.
18184         (tan_upward_test_data): Likewise.
18185         (tanh_test_data): Likewise.
18186         (tgamma_test_data): Likewise.
18187         (y0_test_data): Likewise.
18188         (y1_test_data): Likewise.
18189         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18190         (special_real_inputs): Add pi/4.
18191         * sysdeps/i386/fpu/libm-test-ulps: Update.
18192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18194 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18196         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18197         "longjmp_target" static probes.
18198         (__longjmp): Rename to __longjmp_symbol.
18199         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18200         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18201         on which longjmp to generate.
18202         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18203         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18204         probe.
18205         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18206         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18207         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18208         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18209         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18210         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18212         __longjmp_symbol based on which __longjmp to generate.
18213         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18214         probe.
18215         (setjmp): Rename to setjmp_symbol.
18216         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18217         (_setjmp): Rename to _setjmp_symbol.
18218         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18219         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18220         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18221         which setjmp to generate.
18222         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18223         "longjmp_target" static probes.
18225 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18227         * benchtests/README: Add note about output arguments.
18228         * benchtests/bench-sincos.c: Remove file.
18229         * benchtests/sincos-inputs: New file.
18230         * scripts/bench.pl: Identify output arguments and define
18231         static variables for them.
18233         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18235         [BZ #15941]
18236         * Makefile (INSTALL): Add install-plain.texi as the primary
18237         dependency.
18238         * manual/install-plain.texi: New file.
18239         * manual/install.texi: Include node directive only for
18240         non-plaintext output.
18242 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18244         * stdlib/longlong.h: Update from GCC.
18246         [BZ #6807]
18247         [BZ #15901]
18248         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18249         * math/w_j0f.c (y0f): Likewise.
18250         * math/w_j0l.c (__y0l): Likewise.
18251         * math/w_j1.c (y1): Likewise.
18252         * math/w_j1f.c (y1f): Likewise.
18253         * math/w_j1l.c (__y1l): Likewise
18254         * math/w_jn.c (yn): Likewise.
18255         * math/w_jnf.c (ynf): Likewise.
18256         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18257         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18258         value for Bessel function domain errors outside _SVID_ mode.
18259         Adjust sign of return value for yn (negative integer, 0).
18260         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18261         by zero in return for negative x and set sign appropriately for
18262         negative n.
18263         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18264         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18265         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18266         expectations in error cases.
18267         (y1_test_data): Likewise.
18268         (yn_test_data): Likewise.
18269         * sysdeps/i386/fpu/libm-test-ulps: Update.
18270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18272 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18274         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18275         "64" to "64-v1".  Add "64-v2".
18276         (abi-64-options): Rename to ...
18277         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18278         (abi-64-condition): Rename to ...
18279         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18280         (abi-64-ld-soname): Rename to ...
18281         (abi-64-v1-ld-soname): ... this.
18282         (abi-64-v2-options): Define.
18283         (abi-64-v2-condition): Likewise.
18284         (abi-64-v2-ld-soname): Likewise.
18285         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18286         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18291 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18292             Alan Modra  <amodra@gmail.com>
18294         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18295         New versions for use with the ELFv2 ABI.
18296         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18297         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18298         declaration.
18299         (struct La_ppc64v2_retval): Likewise.
18300         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18301         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18302         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18303         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18304         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18305         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18306         Do not save or restore CR.
18307         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18308         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18309         return values for ELFv2 ABI.  Fix location of FPR return registers.
18310         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18311         updated values for _CALL_ELF == 2.
18312         (La_regs, La_retval, int_retval): Likewise.
18314 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18316         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18317         (FRAME_MIN_SIZE_PARM): Likewise.
18318         (FRAME_BACKCHAIN): Likewise.
18319         (FRAME_CR_SAVE): Likewise.
18320         (FRAME_LR_SAVE): Likewise.
18321         (FRAME_TOC_SAVE): Likewise.
18322         (FRAME_PARM_SAVE): Likewise.
18323         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18324         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18325         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18326         (call_mcount_parm_offset): New macro.
18327         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18328         (PROF): Use symbolic stack frame offsets.
18329         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18330         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18331         Redefine in terms of FRAME_MIN_SIZE.
18332         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18333         (_dl_profile_resolve): Likewise.  Update comment.
18334         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18335         symbols stack frame offsets.
18336         (__sigsetjmp): Likewise.
18337         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18338         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18339         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18340         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18343         (FRAME_BACKCHAIN): Remove.
18344         (FRAME_CR_SAVE): Likewise.
18345         (FRAME_LR_SAVE): Likewise.
18346         (FRAME_COMPILER_DW): Likewise.
18347         (FRAME_LINKER_DW): Likewise.
18348         (FRAME_TOC_SAVE): Likewise.
18349         (FRAME_PARM_SAVE): Likewise.
18350         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18351         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18352         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18354         (CHECK_SP): Use symbolic stack frame offsets.
18355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18356         zone" instead of caller's parameter save area for temp storage.
18357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18358         Likewise.  Also, use symbolic stack frame offsets.
18359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18360         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18361         our own stack frame instead of the caller's.
18362         (__socket): Use symbolic stack frame offsets.
18364 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18365             Alan Modra  <amodra@gmail.com>
18367         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18368         Define.
18369         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18370         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18371         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18372         New function.
18373         (elf_machine_fixup_plt): Call it.
18374         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18375         reloc arguments.
18376         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18377         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18378         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18379         r2 before calling target.
18381 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18382             Alan Modra  <amodra@gmail.com>
18384         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18385         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18386         versions of macros to support ELFv2 ABI.
18387         (LOCALENTRY): New macro.
18388         (ENTRY, EALIGN): Use it.
18389         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18390         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18391         fall through into ENTRY entry point.
18392         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18393         Only define if _CALL_ELF != 2.
18395         (elf_machine_matches_host): Verify ABI version matches.
18396         (RTLD_START): Use LOCALENTRY.
18397         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18398         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18399         (PLT_ENTRY_WORDS): New macro.
18400         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18401         (elf_machine_runtime_setup): Support ELFv2 ABI.
18402         (elf_machine_fixup_plt): Likewise.
18403         (elf_machine_plt_conflict): Likewise.
18404         (resolve_ifunc): Likewise.
18405         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18406         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18407         Likewise.
18408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18409         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18411         (makecontext): Support ELFv2 ABI.
18412         * elf/elf.h (EF_PPC64_ABI): Define.
18414 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18416         * sysdeps/powerpc/powerpc64/sysdep.h
18417         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18418         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18419         (ENTRY) [ASSEMBLER]: ... but instead here ...
18420         (EALIGN) [ASSEMBLER]: ... and here.
18421         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18422         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18423         (ENTRY_2) [!ASSEMBLER]: Use it.
18424         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18425         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18426         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18427         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18428         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18430         Use PPC64_LOAD_FUNCPTR.
18432         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18434 2013-12-04  Alan Modra  <amodra@gmail.com>
18436         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18437         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18438         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18439         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18441         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18442         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18443         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18444         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18445         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18446         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18448 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18451         (__makecontext): Fix incorrect CFI when backtracing out of
18452         context created via makecontext.
18453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18454         (__setcontext): Fix incorrect CFI during switch to new context.
18455         (__novec_setcontext): Likewise.
18457 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18459         [BZ #4772]
18460         * time/strptime_l.c (__strptime_internal): Allow modifiers
18461         in strptime.
18462         * time/tst-strptime.c (day_tests): Add testcase.
18464 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18466         * scripts/bench.pl: Skip over blank lines.
18468 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18470         [BZ #926]
18471         * manual/time.texi (Calendar Time): Clarify what timezone functions
18472         use.
18474 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18478 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18480         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18481         implementation.
18482         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18483         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18484         * debug/memset_chk.c (__memset_chk): Likewise.
18485         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18486         * debug/strncpy_chk.c: Likewise.
18488 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18490         [BZ #15268]
18491         [BZ #15425]
18492         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18493         (__ieee754_exp): For possibly underflowing results, check size of
18494         result and force underflow exception if required.
18495         * math/auto-libm-test-in: Add more tests of exp.
18496         * math/auto-libm-test-out: Regenerated.
18497         * sysdeps/i386/fpu/libm-test-ulps: Update.
18498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18500         [BZ #16283]
18501         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18502         * math/w_exp2f.c (__exp2f): Likewise.
18503         * math/w_exp2l.c (__exp2l): Likewise.
18504         * math/auto-libm-test-in: Do not allow missing errno on exp2
18505         underflow.
18506         * math/auto-libm-test-out: Regenerated.
18508 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18510         [BZ #16274]
18511         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18512         handle filename validation.
18513         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18514         (do_open): Delete.
18516 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18518         [BZ #6786]
18519         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18520         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18521         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18522         <float.h>.
18523         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18524         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18525         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18526         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18527         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18528         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18529         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18530         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18531         Add more erfc tests.
18532         * math/auto-libm-test-out: Regenerated.
18533         * sysdeps/i386/fpu/libm-test-ulps: Update.
18534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18536         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18537         exp2, expm1, j0 and j1.
18538         * math/auto-libm-test-out: Regenerated.
18539         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18540         (erfc_test_data): Likewise.
18541         (exp_test_data): Likewise.
18542         (exp_tonearest_test_data): Likewise.
18543         (exp_towardzero_test_data): Likewise.
18544         (exp_downward_test_data): Likewise.
18545         (exp_upward_test_data): Likewise.
18546         (exp10_test_data): Likewise.
18547         (exp2_test_data): Likewise.
18548         (expm1_test_data): Likewise.
18549         (j0_test_data): Likewise.
18550         (j1_test_data): Likewise.
18551         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18552         (input_flag_type): Add flag_xfail_rounding.
18553         (input_flags): Add xfail-rounding.
18554         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18555         (output_for_one_input_case): Handle flag_xfail_rounding.
18556         * sysdeps/i386/fpu/libm-test-ulps: Update.
18557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18559 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18561         [BZ #16289]
18562         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18563         division by 0.
18565 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18567         [BZ #16195]
18568         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18569         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18570         (STAP_PROBE0): New macro.
18571         (STAP_PROBE1): Likewise.
18572         (STAP_PROBE2): Likewise.
18573         (STAP_PROBE3): Likewise.
18574         (STAP_PROBE4): Likewise.
18576 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18578         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18580 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18582         * benchtests/Makefile (bench): Add sqrt.
18583         (LDLIBS-bench-sqrt): New.
18584         * benchtests/sqrt-input: New.
18586 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18588         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18589         (GAIH_EAI): Likewise.
18590         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18591         (gaih_inet): Likewise.
18592         (getaddrinfo): Don't use GAIH_EAI.
18594         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18595         (struct gaih): Remove definition.
18597 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18599         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18600         Use HERRNOP directly.
18602 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18606 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18608         * math/gen-auto-libm-tests.c (test_functions): Add more
18609         single-argument functions.
18610         (special_fill_pi_2): New function.
18611         (special_fill_minus_pi_2): Likewise.
18612         (special_fill_pi_6): Likewise.
18613         (special_fill_minus_pi_6): Likewise.
18614         (special_fill_pi_3): Likewise.
18615         (special_fill_2pi_3): Likewise.
18616         (special_fill_e): Likewise.
18617         (special_fill_1_e): Likewise.
18618         (special_fill_e_minus_1): Likewise.
18619         (special_real_inputs): Add more special inputs.
18620         (output_for_one_input_case): Do not require ERANGE on underflow to
18621         zero if round-to-nearest result does not underflow to zero, unless
18622         exact results required.
18623         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18624         atan, atanh, cbrt, cos and cosh.
18625         * math/auto-libm-test-out: Regenerated.
18626         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18627         (acos_tonearest_test_data): Likewise.
18628         (acos_towardzero_test_data): Likewise.
18629         (acos_downward_test_data): Likewise.
18630         (acos_upward_test_data): Likewise.
18631         (acosh_test_data): Likewise.
18632         (asin_test_data): Likewise.
18633         (asin_tonearest_test_data): Likewise.
18634         (asin_towardzero_test_data): Likewise.
18635         (asin_upward_test_data): Likewise.
18636         (asinh_test_data): Likewise.
18637         (atan_test_data): Likewise.
18638         (atanh_test_data): Likewise.
18639         (cbrt_test_data): Likewise.
18640         (cos_test_data): Likewise.
18641         (cos_tonearest_test_data): Likewise.
18642         (cos_towardzero_test_data): Likewise.
18643         (cos_downward_test_data): Likewise.
18644         (cos_upward_test_data): Likewise.
18645         (cosh_test_data): Likewise.
18646         (cosh_tonearest_test_data): Likewise.
18647         (cosh_towardzero_test_data): Likewise.
18648         (cosh_downward_test_data): Likewise.
18649         (cosh_upward_test_data): Likewise.
18650         * sysdeps/i386/fpu/libm-test-ulps: Update.
18651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18653 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18655         [BZ #6787]
18656         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18657         * math/w_exp10f.c (__exp10f): Likewise.
18658         * math/w_exp10l.c (__exp10l): Likewise.
18659         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18660         errno settings in existing tests.
18662         [BZ #14032]
18663         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18664         precision control set to double precision.
18665         * sysdeps/i386/fpu/w_sqrt.c: New file.
18666         * math/auto-libm-test-in: Add more tests.
18667         * math/auto-libm-test-out: Update.
18669         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18670         (sqrt_test_tonearest): New function.
18671         (sqrt_towardzero_test_data): New variable.
18672         (sqrt_test_towardzero): New function.
18673         (sqrt_downward_test_data): New variable.
18674         (sqrt_test_downward): New function.
18675         (sqrt_upward_test_data): New variable.
18676         (sqrt_test_upward): New function.
18677         (main): Call the new functions.
18679         * math/gen-auto-libm-tests.c: New file.
18680         * math/auto-libm-test-in: Likewise.
18681         * math/auto-libm-test-out: New generated file.
18682         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18683         variables.
18684         (%beautify): Add generated representations of zero.
18685         (top level): Set $auto_input and call parse_auto_input.
18686         (beautify): Remove trailing "f" from hex float constants.
18687         (parse_args): Handle XFAIL_TEST.
18688         (convert_condition): New function.
18689         (or_value): Likewise.
18690         (or_cond_value): Likewise.
18691         (generate_testfile): Handle AUTO_TESTS_* lines.
18692         (parse_auto_input): New function.
18693         * math/libm-test.inc (XFAIL_TEST): New macro.
18694         (ERRNO_UNCHANGED): Update value.
18695         (ERRNO_EDOM): Likewise.
18696         (ERRNO_ERANGE): Likewise.
18697         (IGNORE_RESULT): Likewise.
18698         (TEST_COND_flt_32): New macro.
18699         (TEST_COND_dbl_64): Likewise.
18700         (TEST_COND_ldbl_96_intel): Likewise.
18701         (TEST_COND_ldbl_96_m68k): Likewise.
18702         (TEST_COND_ldbl_128): Likewise.
18703         (TEST_COND_ldbl_128ibm): Likewise.
18704         (TEST_COND_long32): Likewise.
18705         (TEST_COND_long64): Likewise.
18706         (TEST_COND_before_rounding): Likewise.
18707         (TEST_COND_after_rounding): Likewise.
18708         (enable_test): Handle XFAIL_TEST flag.
18709         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18710         with finite results.
18711         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18712         auto-libm-test-out.
18714 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18715             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18717         [BZ #16214]
18718         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18719         __tls_get_addr_internal instead of __tls_get_offset in order to
18720         avoid GOT pointer dependency.  Make rtld export
18721         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18722         __tls_get_addr since we are a __tls_get_offset platform.
18723         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18724         GOT pointer being set up before.
18725         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18727 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18729         * manual/math.texi (Errors in Math Functions): Document accuracy
18730         goals.
18732         [BZ #15004]
18733         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18734         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18735         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18736         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18737         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18738         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18739         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18740         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18741         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18742         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18743         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18744         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18745         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18746         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18747         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18748         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18750         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18751         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18752         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18753         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18754         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18755         Likewise.
18756         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18757         Likewise.
18758         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18759         Likewise.
18760         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18761         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18762         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18763         atomic-feupdateenv and flt-rounds.
18764         * sysdeps/powerpc/nofpu/Versions (libc): Add
18765         __atomic_feholdexcept, __atomic_feclearexcept,
18766         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18767         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18768         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18769         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18770         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18771         here.
18772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18773         Update.
18775         * manual/arith.texi (FP Exceptions): Document that exceptions may
18776         not be raised when matherr is used.
18777         (Math Error Reporting): Document overflow in directed rounding
18778         modes.  Document that errno may not be set when finite values are
18779         returned on overflow.  Document intent to set errno on underflow
18780         only for underflow to zero.
18782         [BZ #16271]
18783         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18784         round-to-nearest then adjust result for other rounding modes.
18785         * include/fenv.h (fegetround): Use libm_hidden_proto.
18786         * math/fegetround.c (fegetround): Use libm_hidden_def.
18787         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18788         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18789         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18790         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18791         Likewise.
18792         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18793         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18794         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18795         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18797 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18799         [BZ #16077]
18800         * nss/Versions (libnss_files): Add
18801         _nss_files_gethostbyname3_r.
18802         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18803         New function.
18804         (HOST_DB_LOOKUP): Remove macro.
18805         (_nss_files_gethostbyname_r): Implement function without the
18806         HOST_DB_LOOKUP macro.
18807         (_nss_files_gethostbyname2_r): Likewise.
18809 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18811         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18813 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18815         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18816         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18817         warning.
18819 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18821         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18822         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18823         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18824         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18825         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18826         __fe_nomask_env_priv and attribute_hidden.
18827         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18828         (libc_feupdateenv_test_ppc): Likewise.
18829         (libc_feresetround_ppc): Likewise.
18830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18831         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18832         compat_symbol macro.
18833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18834         (__fe_nomask_env): Likewise.
18835         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18837 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18839         * string/Makefile: Remove ifunc tests.
18840         * string/test-string.h: Define TEST_IFUNC.
18841         * string/test-bcopy-ifunc.c: Remove.
18842         * string/test-bzero-ifunc.c: Likewise.
18843         * string/test-memccpy-ifunc.c: Likewise.
18844         * string/test-memchr-ifunc.c: Likewise.
18845         * string/test-memcmp-ifunc.c: Likewise.
18846         * string/test-memcpy-ifunc.c: Likewise.
18847         * string/test-memmem-ifunc.c: Likewise.
18848         * string/test-memmove-ifunc.c: Likewise.
18849         * string/test-mempcpy-ifunc.c: Likewise.
18850         * string/test-memrchr-ifunc.c: Likewise.
18851         * string/test-memset-ifunc.c: Likewise.
18852         * string/test-rawmemchr-ifunc.c: Likewise.
18853         * string/test-stpcpy-ifunc.c: Likewise.
18854         * string/test-stpncpy-ifunc.c: Likewise.
18855         * string/test-strcasecmp-ifunc.c: Likewise.
18856         * string/test-strcasestr-ifunc.c: Likewise.
18857         * string/test-strcat-ifunc.c: Likewise.
18858         * string/test-strchr-ifunc.c: Likewise.
18859         * string/test-strchrnul-ifunc.c: Likewise.
18860         * string/test-strcmp-ifunc.c: Likewise.
18861         * string/test-strcpy-ifunc.c: Likewise.
18862         * string/test-strcspn-ifunc.c: Likewise.
18863         * string/test-strlen-ifunc.c: Likewise.
18864         * string/test-strncasecmp-ifunc.c: Likewise.
18865         * string/test-strncat-ifunc.c: Likewise.
18866         * string/test-strncmp-ifunc.c: Likewise.
18867         * string/test-strncpy-ifunc.c: Likewise.
18868         * string/test-strnlen-ifunc.c: Likewise.
18869         * string/test-strpbrk-ifunc.c: Likewise.
18870         * string/test-strrchr-ifunc.c: Likewise.
18871         * string/test-strspn-ifunc.c: Likewise.
18872         * string/test-strstr-ifunc.c: Likewise.
18874 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18876         * benchtests/Makefile: Remove ifunc tests.
18877         * benchtests/bench-string.h: Define TEST_IFUNC.
18878         * benchtests/bench-bcopy-ifunc.c: Remove.
18879         * benchtests/bench-bzero-ifunc.c: Likewise.
18880         * benchtests/bench-memccpy-ifunc.c: Likewise.
18881         * benchtests/bench-memchr-ifunc.c: Likewise.
18882         * benchtests/bench-memcmp-ifunc.c: Likewise.
18883         * benchtests/bench-memcpy-ifunc.c: Likewise.
18884         * benchtests/bench-memmem-ifunc.c: Likewise.
18885         * benchtests/bench-memmove-ifunc.c: Likewise.
18886         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18887         * benchtests/bench-memrchr-ifunc.c: Likewise.
18888         * benchtests/bench-memset-ifunc.c: Likewise.
18889         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18890         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18891         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18892         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18893         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18894         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18895         * benchtests/bench-strcat-ifunc.c: Likewise.
18896         * benchtests/bench-strchr-ifunc.c: Likewise.
18897         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18898         * benchtests/bench-strcmp-ifunc.c: Likewise.
18899         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18900         * benchtests/bench-strcpy-ifunc.c: Likewise.
18901         * benchtests/bench-strcspn-ifunc.c: Likewise.
18902         * benchtests/bench-strlen-ifunc.c: Likewise.
18903         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18904         * benchtests/bench-strncat-ifunc.c: Likewise.
18905         * benchtests/bench-strncmp-ifunc.c: Likewise.
18906         * benchtests/bench-strncpy-ifunc.c: Likewise.
18907         * benchtests/bench-strnlen-ifunc.c: Likewise.
18908         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18909         * benchtests/bench-strrchr-ifunc.c: Likewise.
18910         * benchtests/bench-strsep-ifunc.c: Likewise.
18911         * benchtests/bench-strspn-ifunc.c: Likewise.
18912         * benchtests/bench-strstr-ifunc.c: Likewise.
18914 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18916         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18918 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18920         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18921         * rt/aio.h: Likewise.
18922         * sysdeps/gnu/bits/utmp.h: Likewise.
18923         * sysdeps/gnu/bits/utmpx.h: Likewise.
18924         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18925         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18926         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18927         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18928         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18929         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18930         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18931         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18932         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18933         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18934         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18935         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18936         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18938         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18939         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18940         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18941         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18942         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18943         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18944         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18945         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18946         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18947         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18948         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18949         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18950         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18951         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18952         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18953         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18954         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18955         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18956         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18957         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18958         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18959         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18960         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18961         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18962         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18963         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18964         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18965         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18967 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18969         [BZ #16245]
18970         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18971         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18973 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18975         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18976         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18977         Likewise.
18979 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18981         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18982         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18983         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18984         (__fesetround): Remove define.
18985         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18986         rounding and exceptions handling.
18987         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18988         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18989         (__fe_nomask_env): Likewise.
18990         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18991         __fegetround instead of fegetround.
18992         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18993         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18995 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18997         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18998         it's there.
19000         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19002 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19004         [BZ #11157]
19005         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19006         (encrypt_r): Likewise.
19007         * malloc/obstack.h (obstack_free): Likewise.
19008         * posix/unistd.h (encrypt): Likewise.
19010 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19012         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19013         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19014         DL_CALL_DT_FINI() that call the functions directly.
19015         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19016         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19017         * elf/dl-fini.c: Likewise.
19019 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19021         * malloc/hooks.c (memalign_check): Add alignment rounding.
19022         * malloc/malloc.c (_mid_memalign): New function.
19023         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19024         Implement by calling _mid_memalign.
19025         * manual/probes.texi (Memory Allocation Probes): Remove
19026         memory_valloc_retry and memory_pvalloc_retry.
19028 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19030         * locale/programs/locarchive.c (open_archive): Add const
19031         qualifier to ARCHIVEFNAME and copy default fname to
19032         DEFAULT_FNAME.
19034         [BZ #15601]
19035         * libio/tst-widetext.input: Rename Oriya to Odia.
19036         * locale/iso-639.def: Likewise.
19038         * manual/probes.texi (Mathematical Function Probes): Add
19039         documentation for sin, cos, asin and acos probes.
19040         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19041         (__sin32): Add slowasin probe.
19042         (__cos32): Add slowacos probe.
19043         (__mpsin): Add slowsin probe.
19044         (__mpcos): Add slowcos probe.
19046 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19048         [BZ #15483]
19049         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19050         thread-local __sim_exceptions_thread and global
19051         __sim_exceptions_global.
19052         (__sim_disabled_exceptions): Change to thread-local
19053         __sim_disabled_exceptions_thread and global
19054         __sim_disabled_exceptions_global.
19055         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19056         and global __sim_round_mode_global.
19057         (__simulate_exceptions): Use thread-local floating-point state and
19058         set global state from it as needed.
19059         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19060         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19061         __sim_round_mode_thread.
19062         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19063         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19064         and global __sim_exceptions_global.
19065         (__sim_disabled_exceptions): Change to thread-local
19066         __sim_disabled_exceptions_thread and global
19067         __sim_disabled_exceptions_global.
19068         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19069         and global __sim_round_mode_global.
19070         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19071         (SIM_SET_GLOBAL): Likewise.
19072         * sysdeps/powerpc/soft-fp/sfp-machine.h
19073         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19074         __sim_round_mode_thread.
19075         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19076         __sim_disabled_exceptions_thread.
19077         (__sim_exceptions): Change to __sim_exceptions_thread.
19078         (__sim_disabled_exceptions): Change to
19079         __sim_disabled_exceptions_thread.
19080         (__sim_round_mode): Change to __sim_round_mode_thread.
19081         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19082         thread-local floating-point state and set global state from it as
19083         needed.
19084         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19085         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19086         (__sim_disabled_exceptions): Remove extern declaration.
19087         (feenableexcept): Use thread-local floating-point state and set
19088         global state from it as needed.
19089         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19090         extern declaration.
19091         (__sim_disabled_exceptions): Likewise.
19092         (__sim_round_mode): Likewise.
19093         (__fegetenv): Use thread-local floating-point state.
19094         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19095         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19096         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19097         floating-point state and set global state from it as needed.
19098         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19099         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19100         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19101         Likewise.
19102         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19103         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19104         Likewise.
19105         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19106         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19107         Use __sim_round_mode_thread.
19108         * math/test-fenv-tls.c: New file.
19109         * math/Makefile (tests): Add test-fenv-tls.
19110         ($(objpfx)test-fenv-tls): Depend on
19111         $(common-objpfx)nptl/libpthread.so.
19113 2013-11-19  Andreas Schwab  <schwab@suse.de>
19115         * locale/programs/locale.c (show_info): Decode wordarray elements.
19116         * locale/categories.def (LC_MONETARY): Add element for
19117         _NL_MONETARY_CRNCYSTR.
19118         * locale/C-monetary.c (conversion_rate): New variable.
19119         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19120         element.
19122 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19124         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19125         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19127 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19129         * elf/Makefile (tst-auxv): New test.
19130         * elf/tst-auxv.c: New
19131         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19133 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19135         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19136         (hidden_proto): Caller changed.
19137         (hidden_tls_proto): New macro.
19138         (libc_hidden_tls_proto): Likewise.
19139         (rtld_hidden_tls_proto): Likewise.
19140         (libm_hidden_tls_proto): Likewise.
19141         (libresolv_hidden_tls_proto): Likewise.
19142         (librt_hidden_tls_proto): Likewise.
19143         (libdl_hidden_tls_proto): Likewise.
19144         (libnss_files_hidden_tls_proto): Likewise.
19145         (libnsl_hidden_tls_proto): Likewise.
19146         (libnss_nisplus_hidden_tls_proto): Likewise.
19147         (libutil_hidden_tls_proto): Likewise.
19149 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19151         [BZ #10253]
19152         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19153         (decompose_rpath): Defer expansion to fillin_rpath.
19154         (_dl_init_paths): Pass linkmap to fillin_rpath.
19156 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19158         * benchtests/Makefile: Add strsep.
19159         * benchtests/bench-strsep.c: New file: strsep benchtest.
19160         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19162 2013-11-18  Andreas Schwab  <schwab@suse.de>
19164         * locale/programs/locale.c (show_info) [case byte]: Check for
19165         '\377' instead of '\177'.
19166         * locale/C-monetary.c (not_available): Always use "\377".
19167         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19168         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19169         detect unavailable sign_posn locale elements.
19170         * locale/localeconv.c (__localeconv): For grouping and
19171         mon_grouping handle "\177" and "\377" like no grouping.
19172         (INT_ELEM): New macro.  Use it to set all numeric members.
19173         * locale/programs/ld-monetary.c (monetary_read)
19174         <tok_mon_grouping>: Normalize single -1 to the empty string.
19175         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19176         Likewise.
19178 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19180         [BZ #16055]
19181         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19182         when we match (nil).
19183         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19185 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19187         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19188         (NO_TEST_INLINE): Update value.
19189         (ERRNO_UNCHANGED): Likewise.
19190         (ERRNO_EDOM): Likewise.
19191         (ERRNO_ERANGE): Likewise.
19192         (IGNORE_RESULT): Likewise.
19193         (check_float_internal): Check signs of NaN results if
19194         TEST_NAN_SIGN used.
19195         (check_complex): Pass TEST_NAN_SIGN flag through to second
19196         check_float_internal call.
19197         (copysign_test_data): Add tests with quiet NaNs as second
19198         argument.  Use TEST_NAN_SIGN.
19199         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19200         TEST_NAN_SIGN.
19201         (signbit_test_data): Add tests of quiet NaN argument.
19202         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19204         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19205         $ignore_result.
19206         (parse_args): Handle function results specified as IGNORE.
19207         * math/libm-test.inc (IGNORE_RESULT): New macro.
19208         (check_float_internal): Do not check numerical result if flag
19209         IGNORE_RESULT set.
19210         (check_complex): Pass through IGNORE_RESULT to second
19211         check_float_internal call.
19212         (check_int): Do not check numerical result if flag IGNORE_RESULT
19213         set.
19214         (check_long): Likewise.
19215         (check_bool): Likewise.
19216         (check_longlong): Likewise.
19217         (lrint_test_data): Add tests of infinite and NaN arguments.
19218         (lrint_tonearest_test_data): Likewise.
19219         (lrint_towardzero_test_data): Likewise.
19220         (lrint_downward_test_data): Likewise.
19221         (lrint_upward_test_data): Likewise.
19222         (llrint_test_data): Likewise.
19223         (llrint_tonearest_test_data): Likewise.
19224         (llrint_towardzero_test_data): Likewise.
19225         (llrint_downward_test_data): Likewise.
19226         (llrint_upward_test_data): Likewise.
19227         (lround_test_data): Likewise.
19228         (llround_test_data): Likewise.
19230         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19231         (ERRNO_UNCHANGED): Update value.
19232         (ERRNO_EDOM): Likewise.
19233         (ERRNO_ERANGE): Likewise.
19234         (NO_TEST_INLINE_FLOAT): New macro.
19235         (NO_TEST_INLINE_DOUBLE): Likewise.
19236         (enable_test): New function.
19237         (RUN_TEST_f_f): Check enable_test before running test.
19238         (RUN_TEST_2_f): Likewise.
19239         (RUN_TEST_fff_f): Likewise.
19240         (RUN_TEST_c_f): Likewise.
19241         (RUN_TEST_f_f1): Likewise.
19242         (RUN_TEST_fF_f1): Likewise.
19243         (RUN_TEST_fI_f1): Likewise.
19244         (RUN_TEST_ffI_f1): Likewise.
19245         (RUN_TEST_c_c): Likewise.
19246         (RUN_TEST_cc_c): Likewise.
19247         (RUN_TEST_f_i): Likewise.
19248         (RUN_TEST_f_i_tg): Likewise.
19249         (RUN_TEST_ff_i_tg): Likewise.
19250         (RUN_TEST_f_b): Likewise.
19251         (RUN_TEST_f_b_tg): Likewise.
19252         (RUN_TEST_f_l): Likewise.
19253         (RUN_TEST_f_L): Likewise.
19254         (RUN_TEST_fFF_11): Likewise.
19255         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19256         conditionals.
19257         (cosh_test_data): Likewise.
19258         (exp_test_data): Likewise.
19259         (expm1_test_data): Likewise.
19260         (hypot_test_data): Likewise.
19261         (pow_test_data): Likewise.
19262         (sinh_test_data): Likewise.
19263         (tanh_test_data): Likewise.
19264         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19265         flags argument.
19267         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19268         tests with quiet NaN input and output.
19269         (acosh_test_data): Likewise.
19270         (asin_test_data): Likewise.
19271         (asinh_test_data): Likewise.
19272         (atan_test_data): Likewise.
19273         (atanh_test_data): Likewise.
19274         (atan2_test_data): Likewise.
19275         (cbrt_test_data): Likewise.
19276         (cos_test_data): Likewise.
19277         (cosh_test_data): Likewise.
19278         (erf_test_data): Likewise.
19279         (erfc_test_data): Likewise.
19280         (exp_test_data): Likewise.
19281         (exp10_test_data): Likewise.
19282         (exp2_test_data): Likewise.
19283         (expm1_test_data): Likewise.
19284         (hypot_test_data): Likewise.
19285         (j0_test_data): Likewise.
19286         (j1_test_data): Likewise.
19287         (jn_test_data): Likewise.
19288         (lgamma_test_data): Likewise.
19289         (log_test_data): Likewise.
19290         (log10_test_data): Likewise.
19291         (log1p_test_data): Likewise.
19292         (log2_test_data): Likewise.
19293         (pow_test_data): Likewise.
19294         (scalb_test_data): Likewise.
19295         (sin_test_data): Likewise.
19296         (sincos_test_data): Likewise.
19297         (sinh_test_data): Likewise.
19298         (tan_test_data): Likewise.
19299         (tanh_test_data): Likewise.
19300         (tgamma_test_data): Likewise.
19301         (y0_test_data): Likewise.
19302         (y1_test_data): Likewise.
19303         (yn_test_data): Likewise.
19305         [BZ #16167]
19306         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19307         argument being NaN and avoid computations with second argument in
19308         that case.
19309         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19310         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19311         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19313 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19315         * locale/iso-639.def: Add Chitwani Tharu (the).
19317 2013-11-14  Andreas Schwab  <schwab@suse.de>
19319         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19320         word instead of empty string.
19322 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19325         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19327         (__fe_nomask_env): Likewise.
19329 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19331         * benchtests/bench-timing.h: Include time.h.
19333 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19335         [BZ #15997]
19336         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19337         to 3.4.0 for x32.
19338         * sysdeps/unix/sysv/linux/configure: Regenerated.
19340 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19342         [BZ #16151]
19343         * stdlib/strtod_l.c (round_and_return): Do not consider
19344         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19345         exponent one less than half the least subnormal exponent.
19346         * stdlib/test-strtod-round-data: Add more tests.
19347         * stdlib/tst-strtod-round.c (tests): Regenerated.
19349 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19351         [BZ #14143]
19352         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19353         (__fe_mask_env): Likewise.
19354         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19355         libm_hidden_proto and add function prototype.
19356         (__fe_mask_env): Add function prototype.
19357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19358         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19360         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19362         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19364 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19366         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19367         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19369 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19371         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19372         of htab_find_slot().
19374 2013-11-11  David S. Miller  <davem@davemloft.net>
19376         [BZ #16150]
19377         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19378         symbol in the non-vis3 case in static builds.
19379         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19380         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19381         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19382         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19384 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19386         [BZ #387]
19387         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19388         it is empty.
19390 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19392         * benchtests/Makefile: Add bench-strtod.
19393         * benchtests/bench-strtod.c: New file: strtod benchtest
19395 2013-11-11  Andreas Schwab  <schwab@suse.de>
19397         [BZ #16153]
19398         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19399         terminating NUL in key length.
19401 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19403         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19404         Add artificial ODP entry for vDSO symbol for PPC64.
19405         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19406         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19408 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19410         [BZ #15374]
19411         * nss/getent.c (services_keys): Recognize services starting with digit.
19413 2013-11-06  David S. Miller  <davem@davemloft.net>
19415         [BZ #15985]
19416         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19417         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19419 2013-11-06  Will Newton  <will.newton@linaro.org>
19421         * manual/memory.texi (Malloc Examples): Remove register
19422         keyword from examples.
19424 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19426         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19428 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19430         [BZ #6981]
19431         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19432         depending on [__GCC_IEC_559 > 0].
19433         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19434         depending on [__GCC_IEC_559_COMPLEX > 0].
19436 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19438         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19439         to iso-639.def.
19441 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19443         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19445 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19447         [BZ #16112]
19448         * malloc/malloc (malloc_info): Do not handle first bin as
19449         special case.
19451 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19453         * locale/iso-639.def: Add Central Nahuatl (nhn).
19455 2013-11-01  Bruno Haible  <bruno@clisp.org>
19457         [BZ #7003]
19458         * manual/math.texi (BSD Random): Specify range upper bound as
19459         in POSIX.
19461 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19463         * locale/iso-639.def: Add Meadow Mari (mhr).
19465 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19467         [BZ #14752], [BZ #15763]
19468         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19469         Validate name.
19470         * rt/tst_shm.c: Add test for escaping directory.
19472 2013-10-31  Andreas Schwab  <schwab@suse.de>
19474         [BZ #15917]
19475         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19476         followed by 'x' as part of digit sequence.
19477         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19479 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19481         [BZ #16037]
19482         * configure.ac: allow GNU Make 4.0 and greater.
19483         * configure: Regenerated.
19485 2013-10-30  Will Newton  <will.newton@linaro.org>
19487         [BZ #16038]
19488         * malloc/hooks.c (memalign_check): Limit alignment to the
19489         maximum representable power of two.
19490         * malloc/malloc.c (__libc_memalign): Likewise.
19491         * malloc/tst-memalign.c (do_test): Add test for very
19492         large alignment values.
19493         * malloc/tst-posix_memalign.c (do_test): Likewise.
19495 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19497         [BZ #11087]
19498         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19499         (munmap_chunk): Likewise.
19500         (mremap_chunk): Likewise.
19502 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19504         [BZ #15799]
19505         * stdlib/div.c (div): Remove obsolete code.
19506         * stdlib/ldiv.c (ldiv): Likewise.
19507         * stdlib/lldiv.c (lldiv): Likewise.
19509 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19511         [BZ #16071]
19512         * nss/nss_files/files-XXX.c (get_contents_ret): New
19513         enumerator.
19514         (get_contents): New function.
19515         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19517 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19519         * configure.in: Moved to ...
19520         * configure.ac: ... here. Change reference to configure.in
19521         to configure.ac.
19522         * sysdeps/arm/preconfigure.ac: ... here.
19523         configure.in to configure.ac.
19524         * sysdeps/gnu/configure.in: Moved to ...
19525         * sysdeps/gnu/configure.ac: ... here.
19526         * sysdeps/i386/configure.in: Moved to ...
19527         * sysdeps/i386/configure.ac: ... here.
19528         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19529         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19530         * sysdeps/mach/configure.in: Moved to ...
19531         * sysdeps/mach/configure.ac: ... here.
19532         * sysdeps/mach/hurd/configure.in: Moved to ...
19533         * sysdeps/mach/hurd/configure.ac: ... here.
19534         * sysdeps/powerpc/configure.in: Moved to ...
19535         * sysdeps/powerpc/configure.ac: ... here.
19536         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19537         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19538         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19539         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19540         * sysdeps/s390/s390-32/configure.in: Moved to ...
19541         * sysdeps/s390/s390-32/configure.ac: ... here.
19542         * sysdeps/s390/s390-64/configure.in: Moved to ...
19543         * sysdeps/s390/s390-64/configure.ac: ... here.
19544         * sysdeps/sh/configure.in: Moved to ...
19545         * sysdeps/sh/configure.ac: ... here.
19546         * sysdeps/sparc/configure.in: Moved to ...
19547         * sysdeps/sparc/configure.ac: ... here.
19548         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19549         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19550         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19551         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19552         * sysdeps/x86_64/configure.in: Moved to ...
19553         * sysdeps/x86_64/configure.ac: ... here.
19554         * sysdeps/x86_64/preconfigure.in: Moved to ...
19555         * sysdeps/x86_64/preconfigure.ac: ... here.
19556         * aclocal.m4: Change reference to configure.in to configure.ac.
19557         * config.h.in: Likewise.
19558         * manual/install.texi: Likewise.
19559         * manual/maint.texi: Likewise.
19560         * Makefile: Likewise.
19561         * malloc/Makefile: Likewise.
19562         * nscd/Makefile: Likewise.
19563         * Makeconfig: Change reference to configure.in and
19564         preconfigure.in to configure.ac and preconfigure.ac
19565         respectively.
19566         * INSTALL: Regenerated.
19567         * configure: Likewise.
19568         * sysdeps/gnu/configure: Likewise.
19569         * sysdeps/i386/configure: Likewise.
19570         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19571         * sysdeps/mach/configure: Likewise.
19572         * sysdeps/mach/hurd/configure: Likewise.
19573         * sysdeps/powerpc/configure: Likewise.
19574         * sysdeps/powerpc/powerpc32/configure: Likewise.
19575         * sysdeps/powerpc/powerpc64/configure: Likewise.
19576         * sysdeps/s390/s390-32/configure: Likewise.
19577         * sysdeps/s390/s390-64/configure: Likewise.
19578         * sysdeps/sh/configure: Likewise.
19579         * sysdeps/sparc/configure: Likewise.
19580         * sysdeps/unix/sysv/linux/configure: Likewise.
19581         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19582         * sysdeps/x86_64/configure: Likewise.
19583         * sysdeps/x86_64/preconfigure: Likewise.
19585 2013-10-29  Andreas Schwab  <schwab@suse.de>
19587         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19589 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19591         * benchtests/pow-inputs: Add new inputs.
19593         * benchtests/exp-inputs: Add new inputs.
19595         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19596         conditional check for return value.
19597         (__cos32): Likewise.
19599 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19601         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19602         to provide a boost for large inputs with word alignment.
19603         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19604         implementation based on optimized PPC64 strcpy.
19605         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19606         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19607         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19608         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19610 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19612         [BZ #2801]
19613         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19615 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19617         [BZ #14876]
19618         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19619         * time/tst-strptime.c (day_tests): Add testcase.
19621 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19623         [BZ #14029]
19624         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19626 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19628         [BZ #16074]
19629         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19630         MAP_FAILED on error.
19632 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19634         [BZ #16072]
19635         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19636         heap for large requests.
19638 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19640         [BZ #9954]
19641         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19642         result if the result has no associated interface.
19643         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19644         interface for all 127.X.Y.Z addresses.
19646 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19648         * locale/iso-639.def: Add Ligurian (lij)
19650 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19652         [BZ #15825]
19653         * sunrpc/rpc_main.c: Document rpcgen -5.
19655 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19657         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19659 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19661         [BZ #10278]
19662         * posix/glob.c: Match only directories when trailing slash is present.
19663         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19664         (main): Add testcase.
19666 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19668         [BZ #15670]
19669         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19671 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19673         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19674         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19675         AUTH_DES and cindex for FIPS 140-2.
19676         (DES Encryption): Add cindex FIPS 46-3.
19678         * locale/locarchive.h (struct locarhandle): Add fname.
19679         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19680         if an optional argument was specified to --list-archive,
19681         otherwise NULL.
19682         * locale/programs/locarchive.c (show_archive_content): Take new
19683         argument fname and pass it via ah.fname to open_archive.
19684         * locale/programs/localedef.h: Update decl.
19685         (open_archive): If AH->fname is non-null, open that file
19686         rather than the default file name, and don't ignore ENOENT.
19687         (create_archive): Set AH.fname to NULL.
19688         (delete_locales_from_archive): Likewise.
19689         (add_locales_to_archive): Likewise.
19690         * locale/programs/locfile.c (write_all_categories): Likewise.
19692 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19693             Aldy Hernandez  <aldyh@redhat.com>
19695         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19696         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19697         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19698         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19699         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19700         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19701         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19702         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19703         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19704         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19705         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19706         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19707         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19708         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19709         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19710         Likewise.
19711         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19712         Likewise.
19713         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19714         Likewise.
19715         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19716         Likewise.
19717         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19718         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19719         Likewise.
19720         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19721         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19722         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19723         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19724         Likewise.
19725         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19726         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19727         * sysdeps/powerpc/preconfigure: Likewise.
19728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19729         Likewise.
19730         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19731         Replace contents of file by #include of <fenv_libc.h>.
19732         * sysdeps/powerpc/soft-fp/sfp-machine.h
19733         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19734         and <sys/prctl.h>.
19735         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19736         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19737         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19738         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19739         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19740         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19741         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19742         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19743         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19744         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19745         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19746         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19748         Allow copysignl PLT reference to be missing.
19750 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19751             Joseph Myers  <joseph@codesourcery.com
19753         [BZ #15948]
19754         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19755         single character.
19756         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19758 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19760         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19761         * elf/tst-tls1.c: Likewise.
19762         * elf/tst-tls10.h: Likewise.
19763         * elf/tst-tls14.c: Likewise.
19764         * elf/tst-tls2.c: Likewise.
19765         * elf/tst-tls3.c: Likewise.
19766         * elf/tst-tls4.c: Likewise.
19767         * elf/tst-tls5.c: Likewise.
19768         * elf/tst-tls6.c: Likewise.
19769         * elf/tst-tls7.c: Likewise.
19770         * elf/tst-tls8.c: Likewise.
19771         * elf/tst-tls9.c: Likewise.
19772         * elf/tst-tlsmod1.c: Likewise.
19773         * elf/tst-tlsmod13.c: Likewise.
19774         * elf/tst-tlsmod13a.c: Likewise.
19775         * elf/tst-tlsmod14a.c: Likewise.
19776         * elf/tst-tlsmod16a.c: Likewise.
19777         * elf/tst-tlsmod16b.c: Likewise.
19778         * elf/tst-tlsmod2.c: Likewise.
19779         * elf/tst-tlsmod3.c: Likewise.
19780         * elf/tst-tlsmod4.c: Likewise.
19781         * elf/tst-tlsmod5.c: Likewise.
19782         * elf/tst-tlsmod6.c: Likewise.
19784 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19786         [BZ #12486]
19787         * malloc/malloc.c: remove checks for statistics.
19789 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19791         [BZ #15277]
19792         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19793         * inet/tst-network.c: Add testcase.
19795 2013-10-17  Andreas Schwab  <schwab@suse.de>
19797         [BZ #15218]
19798         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19799         to determine canonical name.
19801 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19803         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19804         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19805         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19806         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19807         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19808         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19809         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19810         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19811         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19812         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19813         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19814         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19815         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19816         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19817         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19818         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19819         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19820         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19821         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19822         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19823         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19824         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19825         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19826         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19827         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19828         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19829         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19830         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19831         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19832         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19833         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19834         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19835         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19836         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19837         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19838         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19839         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19840         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19841         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19842         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19843         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19844         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19845         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19846         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19847         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19848         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19849         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19850         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19851         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19852         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19853         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19854         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19855         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19856         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19857         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19858         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19859         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19860         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19862 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19864         [BZ #16041]
19865         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19866         make result into a quiet NaN.
19868 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19870         * soft-fp/adddf3.c: Fix horizontal whitespace.
19871         * soft-fp/addsf3.c: Likewise.
19872         * soft-fp/addtf3.c: Likewise.
19873         * soft-fp/divdf3.c: Likewise.
19874         * soft-fp/divsf3.c: Likewise.
19875         * soft-fp/divtf3.c: Likewise.
19876         * soft-fp/double.h: Likewise.
19877         * soft-fp/eqdf2.c: Likewise.
19878         * soft-fp/eqsf2.c: Likewise.
19879         * soft-fp/eqtf2.c: Likewise.
19880         * soft-fp/extenddftf2.c: Likewise.
19881         * soft-fp/extended.h: Likewise.
19882         * soft-fp/extendsfdf2.c: Likewise.
19883         * soft-fp/extendsftf2.c: Likewise.
19884         * soft-fp/extendxftf2.c: Likewise.
19885         * soft-fp/fixdfdi.c: Likewise.
19886         * soft-fp/fixdfsi.c: Likewise.
19887         * soft-fp/fixdfti.c: Likewise.
19888         * soft-fp/fixsfdi.c: Likewise.
19889         * soft-fp/fixsfsi.c: Likewise.
19890         * soft-fp/fixsfti.c: Likewise.
19891         * soft-fp/fixtfdi.c: Likewise.
19892         * soft-fp/fixtfsi.c: Likewise.
19893         * soft-fp/fixtfti.c: Likewise.
19894         * soft-fp/fixunsdfdi.c: Likewise.
19895         * soft-fp/fixunsdfsi.c: Likewise.
19896         * soft-fp/fixunsdfti.c: Likewise.
19897         * soft-fp/fixunssfdi.c: Likewise.
19898         * soft-fp/fixunssfsi.c: Likewise.
19899         * soft-fp/fixunssfti.c: Likewise.
19900         * soft-fp/fixunstfdi.c: Likewise.
19901         * soft-fp/fixunstfsi.c: Likewise.
19902         * soft-fp/fixunstfti.c: Likewise.
19903         * soft-fp/floatdidf.c: Likewise.
19904         * soft-fp/floatdisf.c: Likewise.
19905         * soft-fp/floatditf.c: Likewise.
19906         * soft-fp/floatsidf.c: Likewise.
19907         * soft-fp/floatsisf.c: Likewise.
19908         * soft-fp/floatsitf.c: Likewise.
19909         * soft-fp/floattidf.c: Likewise.
19910         * soft-fp/floattisf.c: Likewise.
19911         * soft-fp/floattitf.c: Likewise.
19912         * soft-fp/floatundidf.c: Likewise.
19913         * soft-fp/floatundisf.c: Likewise.
19914         * soft-fp/floatunditf.c: Likewise.
19915         * soft-fp/floatunsidf.c: Likewise.
19916         * soft-fp/floatunsisf.c: Likewise.
19917         * soft-fp/floatunsitf.c: Likewise.
19918         * soft-fp/floatuntidf.c: Likewise.
19919         * soft-fp/floatuntisf.c: Likewise.
19920         * soft-fp/floatuntitf.c: Likewise.
19921         * soft-fp/fmadf4.c: Likewise.
19922         * soft-fp/fmasf4.c: Likewise.
19923         * soft-fp/fmatf4.c: Likewise.
19924         * soft-fp/gedf2.c: Likewise.
19925         * soft-fp/gesf2.c: Likewise.
19926         * soft-fp/getf2.c: Likewise.
19927         * soft-fp/ledf2.c: Likewise.
19928         * soft-fp/lesf2.c: Likewise.
19929         * soft-fp/letf2.c: Likewise.
19930         * soft-fp/muldf3.c: Likewise.
19931         * soft-fp/mulsf3.c: Likewise.
19932         * soft-fp/multf3.c: Likewise.
19933         * soft-fp/negdf2.c: Likewise.
19934         * soft-fp/negsf2.c: Likewise.
19935         * soft-fp/negtf2.c: Likewise.
19936         * soft-fp/op-1.h: Likewise.
19937         * soft-fp/op-2.h: Likewise.
19938         * soft-fp/op-4.h: Likewise.
19939         * soft-fp/op-8.h: Likewise.
19940         * soft-fp/op-common.h: Likewise.
19941         * soft-fp/quad.h: Likewise.
19942         * soft-fp/single.h: Likewise.
19943         * soft-fp/soft-fp.h: Likewise.
19944         * soft-fp/sqrtdf2.c: Likewise.
19945         * soft-fp/sqrtsf2.c: Likewise.
19946         * soft-fp/sqrttf2.c: Likewise.
19947         * soft-fp/subdf3.c: Likewise.
19948         * soft-fp/subsf3.c: Likewise.
19949         * soft-fp/subtf3.c: Likewise.
19950         * soft-fp/truncdfsf2.c: Likewise.
19951         * soft-fp/trunctfdf2.c: Likewise.
19952         * soft-fp/trunctfsf2.c: Likewise.
19953         * soft-fp/trunctfxf2.c: Likewise.
19954         * soft-fp/unorddf2.c: Likewise.
19955         * soft-fp/unordsf2.c: Likewise.
19956         * soft-fp/unordtf2.c: Likewise.
19958 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19960         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19961         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19963 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19965         * elf/dl-libc.c: Clear initfini list after freeing.
19967 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19969         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19970         * soft-fp/addsf3.c: Likewise.
19971         * soft-fp/addtf3.c: Likewise.
19972         * soft-fp/divdf3.c: Likewise.
19973         * soft-fp/divsf3.c: Likewise.
19974         * soft-fp/divtf3.c: Likewise.
19975         * soft-fp/double.h: Likewise.
19976         * soft-fp/eqdf2.c: Likewise.
19977         * soft-fp/eqsf2.c: Likewise.
19978         * soft-fp/eqtf2.c: Likewise.
19979         * soft-fp/extenddftf2.c: Likewise.
19980         * soft-fp/extended.h: Likewise.
19981         * soft-fp/extendsfdf2.c: Likewise.
19982         * soft-fp/extendsftf2.c: Likewise.
19983         * soft-fp/extendxftf2.c: Likewise.
19984         * soft-fp/fixdfdi.c: Likewise.
19985         * soft-fp/fixdfsi.c: Likewise.
19986         * soft-fp/fixdfti.c: Likewise.
19987         * soft-fp/fixsfdi.c: Likewise.
19988         * soft-fp/fixsfsi.c: Likewise.
19989         * soft-fp/fixsfti.c: Likewise.
19990         * soft-fp/fixtfdi.c: Likewise.
19991         * soft-fp/fixtfsi.c: Likewise.
19992         * soft-fp/fixtfti.c: Likewise.
19993         * soft-fp/fixunsdfdi.c: Likewise.
19994         * soft-fp/fixunsdfsi.c: Likewise.
19995         * soft-fp/fixunsdfti.c: Likewise.
19996         * soft-fp/fixunssfdi.c: Likewise.
19997         * soft-fp/fixunssfsi.c: Likewise.
19998         * soft-fp/fixunssfti.c: Likewise.
19999         * soft-fp/fixunstfdi.c: Likewise.
20000         * soft-fp/fixunstfsi.c: Likewise.
20001         * soft-fp/fixunstfti.c: Likewise.
20002         * soft-fp/floatdidf.c: Likewise.
20003         * soft-fp/floatdisf.c: Likewise.
20004         * soft-fp/floatditf.c: Likewise.
20005         * soft-fp/floatsidf.c: Likewise.
20006         * soft-fp/floatsisf.c: Likewise.
20007         * soft-fp/floatsitf.c: Likewise.
20008         * soft-fp/floattidf.c: Likewise.
20009         * soft-fp/floattisf.c: Likewise.
20010         * soft-fp/floattitf.c: Likewise.
20011         * soft-fp/floatundidf.c: Likewise.
20012         * soft-fp/floatundisf.c: Likewise.
20013         * soft-fp/floatunsidf.c: Likewise.
20014         * soft-fp/floatunsisf.c: Likewise.
20015         * soft-fp/floatuntidf.c: Likewise.
20016         * soft-fp/floatuntisf.c: Likewise.
20017         * soft-fp/floatuntitf.c: Likewise.
20018         * soft-fp/fmadf4.c: Likewise.
20019         * soft-fp/fmasf4.c: Likewise.
20020         * soft-fp/fmatf4.c: Likewise.
20021         * soft-fp/gedf2.c: Likewise.
20022         * soft-fp/gesf2.c: Likewise.
20023         * soft-fp/getf2.c: Likewise.
20024         * soft-fp/ledf2.c: Likewise.
20025         * soft-fp/lesf2.c: Likewise.
20026         * soft-fp/letf2.c: Likewise.
20027         * soft-fp/muldf3.c: Likewise.
20028         * soft-fp/mulsf3.c: Likewise.
20029         * soft-fp/multf3.c: Likewise.
20030         * soft-fp/negdf2.c: Likewise.
20031         * soft-fp/negsf2.c: Likewise.
20032         * soft-fp/negtf2.c: Likewise.
20033         * soft-fp/op-1.h: Likewise.
20034         * soft-fp/op-2.h: Likewise.
20035         * soft-fp/op-4.h: Likewise.
20036         * soft-fp/op-8.h: Likewise.
20037         * soft-fp/op-common.h: Likewise.
20038         * soft-fp/quad.h: Likewise.
20039         * soft-fp/single.h: Likewise.
20040         * soft-fp/soft-fp.h: Likewise.
20041         * soft-fp/sqrtdf2.c: Likewise.
20042         * soft-fp/sqrtsf2.c: Likewise.
20043         * soft-fp/sqrttf2.c: Likewise.
20044         * soft-fp/subdf3.c: Likewise.
20045         * soft-fp/subsf3.c: Likewise.
20046         * soft-fp/subtf3.c: Likewise.
20047         * soft-fp/truncdfsf2.c: Likewise.
20048         * soft-fp/trunctfdf2.c: Likewise.
20049         * soft-fp/trunctfsf2.c: Likewise.
20050         * soft-fp/trunctfxf2.c: Likewise.
20051         * soft-fp/unorddf2.c: Likewise.
20052         * soft-fp/unordsf2.c: Likewise.
20053         * soft-fp/unordtf2.c: Likewise.
20055 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20057         [BZ #15672]
20058         * misc/error.c (error_tail): Fix possible buffer overflow.
20060 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20062         [BZ #13028]
20063         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20064         address.
20066 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20068         [BZ #832]
20069         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20070         testing pipefail option.
20072 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20074         * soft-fp/double.h: Indent preprocessor directives inside #if.
20075         * soft-fp/extended.h: Likewise.
20076         * soft-fp/op-2.h: Likewise.
20077         * soft-fp/op-4.h: Likewise.
20078         * soft-fp/op-common.h: Likewise.
20079         * soft-fp/quad.h: Likewise.
20080         * soft-fp/single.h: Likewise.
20081         * soft-fp/soft-fp.h: Likewise.
20083 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20085         * iconv/iconv_prog.c: Fix typos.
20086         * stdio-common/psiginfo-data.h: Likewise.
20088 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20090         [BZ #15764]
20091         * locale/setlocale.c: Fix typo.
20093 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20095         [BZ #16036]
20096         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20097         signaling NaN arguments.
20098         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20099         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20101         [BZ #14910]
20102         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20103         unordered operands.
20104         * soft-fp/gesf2.c (__gesf2): Likewise.
20105         * soft-fp/getf2.c (__getf2): Likewise.
20106         * soft-fp/ledf2.c (__ledf2): Likewise.
20107         * soft-fp/lesf2.c (__lesf2): Likewise.
20108         * soft-fp/letf2.c (__letf2): Likewise.
20110         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20111         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20112         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20113         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20114         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20115         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20116         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20117         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20118         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20119         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20120         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20121         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20122         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20123         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20124         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20125         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20126         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20127         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20128         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20129         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20130         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20131         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20132         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20133         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20134         * soft-fp/floattidf.c (__floattidf): Likewise.
20135         * soft-fp/floattisf.c (__floattisf): Likewise.
20136         * soft-fp/floattitf.c (__floattitf): Likewise.
20137         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20138         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20139         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20140         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20141         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20142         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20143         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20144         * soft-fp/gesf2.c (__gesf2): Likewise.
20145         * soft-fp/getf2.c (__getf2): Likewise.
20146         * soft-fp/ledf2.c (__ledf2): Likewise.
20147         * soft-fp/lesf2.c (__lesf2): Likewise.
20148         * soft-fp/letf2.c (__letf2): Likewise.
20150         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20151         Undefine and redefine.
20152         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20153         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20154         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20155         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20156         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20157         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20158         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20159         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20160         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20161         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20162         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20163         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20164         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20165         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20166         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20168         [BZ #16032]
20169         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20170         without decrementing exponent if mantissa >= that for the
20171         denominator, not >.
20172         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20173         denominator, not >.  Decrement exponent in < case instead of
20174         incrementing in >= case.
20175         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20176         without decrementing exponent if mantissa >= that for the
20177         denominator, not >.
20179         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20180         computing saturated result for unsigned overflow.
20182 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20183             Jeff Law  <law@redhat.com>
20185         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20186         (atan2Mp): Add systemtap probe marker.
20187         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20188         (__ieee754_log): Add systemtap probe marker.
20189         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20190         (atanMp): Add systemtap probe marker.
20191         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20192         (tanMp): Add systemtap probe marker.
20193         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20194         (__slowexp): Add systemtap probe marker.
20195         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20196         (__slowpow): Add systemtap probe marker.
20197         * manual/probes.texi: Document probes.
20199 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20201         [BZ #15362]
20202         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20203         written.
20204         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20205         written.
20206         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20207         written to buffer but not flushed.
20208         * libio/iofwrite_u.c:  Likewise.
20209         * libio/iopadn.c:  Return bytes returned even if EOF was
20210         encountered.
20211         * libio/iowpadn.c:  Likewise.
20212         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20213         if _IO_padn does not write the whole buffer.
20214         [!COMPILE_WPRINTF] (PAD): Likewise.
20216 2013-10-10  David S. Miller  <davem@davemloft.net>
20218         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20219         directory block.
20221 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20223         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20224         instead of FSF address.
20225         * soft-fp/fixdfti.c: Likewise.
20226         * soft-fp/fixsfti.c: Likewise.
20227         * soft-fp/fixtfti.c: Likewise.
20228         * soft-fp/fixunsdfti.c: Likewise.
20229         * soft-fp/fixunssfti.c: Likewise.
20230         * soft-fp/fixunstfti.c: Likewise.
20231         * soft-fp/floattidf.c: Likewise.
20232         * soft-fp/floattisf.c: Likewise.
20233         * soft-fp/floattitf.c: Likewise.
20234         * soft-fp/floatuntidf.c: Likewise.
20235         * soft-fp/floatuntisf.c: Likewise.
20236         * soft-fp/floatuntitf.c: Likewise.
20237         * soft-fp/trunctfxf2.c: Likewise.
20239         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20240         * soft-fp/fixdfti.c: Likewise.
20241         * soft-fp/fixsfti.c: Likewise.
20242         * soft-fp/fixtfti.c: Likewise.
20243         * soft-fp/fixunsdfti.c: Likewise.
20244         * soft-fp/fixunssfti.c: Likewise.
20245         * soft-fp/fixunstfti.c: Likewise.
20246         * soft-fp/floattidf.c: Likewise.
20247         * soft-fp/floattisf.c: Likewise.
20248         * soft-fp/floattitf.c: Likewise.
20249         * soft-fp/floatuntidf.c: Likewise.
20250         * soft-fp/floatuntisf.c: Likewise.
20251         * soft-fp/floatuntitf.c: Likewise.
20252         * soft-fp/trunctfxf2.c: Likewise.
20254 2013-10-10  David S. Miller  <davem@davemloft.net>
20256         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20258 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20260         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20261         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20262         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20263         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20264         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20265         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20266         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20268         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20269         for NaNs before doing comparisons on argument.
20270         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20271         Likewise.
20273 2013-10-10  Will Newton  <will.newton@linaro.org>
20275         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20276         passed to _int_memalign does not overflow.
20278 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20280         * scripts/bench.pl: Add include-sources directive.
20281         * benchtests/README: Update documentation.
20283 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20285         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20286         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20287         instead of FP_INIT_ROUNDMODE.
20288         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20289         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20291         [BZ #16034]
20292         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20293         copy class of input value.
20294         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20295         not handle exceptions.
20296         * soft-fp/negsf2.c (__negsf2): Likewise.
20297         * soft-fp/negtf2.c (__negtf2): Likewise.
20298         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20300 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20302         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20303         semicolon.  From Linux kernel.
20305 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20307         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20309 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20311         [BZ #156]
20312         * manual/socket.texi: Added statement about buffer
20313         for gethostbyname2_r.
20315 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20317         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20318         Use .p2align directive instead, throughout.
20319         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20320         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20321         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20322         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20323         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20324         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20325         * sysdeps/x86_64/strchr.S: Likewise.
20326         * sysdeps/x86_64/strrchr.S: Likewise.
20328 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20330         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20332         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20334         * sysdeps/generic/math_private.h (__mpsin1): Remove
20335         declaration.
20336         (__mpcos1): Likewise.
20337         (__mpsin): New argument __range_reduce.
20338         (__mpcos): Likewise.
20339         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20340         (slow): Use __mpsin and __mpcos.
20341         (slow1): Likewise.
20342         (slow2): Likewise.
20343         (sloww): Likewise.
20344         (sloww1): Likewise.
20345         (sloww2): Likewise.
20346         (bsloww): Likewise.
20347         (bsloww1): Likewise.
20348         (bsloww2): Likewise.
20349         (cslow2): Likewise.
20350         (csloww): Likewise.
20351         (csloww1): Likewise.
20352         (csloww2): Likewise.
20353         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20354         range_reduce.  Merge in __mpsin1.
20355         (__mpcos): Likewise.
20356         (__mpsin1): Remove.
20357         (__mpcos1): Likewise.
20359 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20361         * locale/loadlocale.c (_nl_intern_locale_data): Use
20362         LOCFILE_ALIGNED_P.
20363         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20364         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20365         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20366         obstack data is appropriately aligned.
20367         (obstack_int32_grow_fast): Likewise.
20368         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20369         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20370         (add_locale_uint32_array): Likewise.
20372 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20374         * benchtests/Makefile: Remove ARGLIST and RET variables.
20375         ($(objpfx)bench-%.c): Pass only function name to the script.
20376         * benchtests/README: Update documentation.
20377         * benchtests/acos-inputs: Add new directives.
20378         * benchtests/acosh-inputs: Likewise.
20379         * benchtests/asin-inputs: Likewise.
20380         * benchtests/asinh-inputs: Likewise.
20381         * benchtests/atan-inputs: Likewise.
20382         * benchtests/atanh-inputs: Likewise.
20383         * benchtests/cos-inputs: Likewise.
20384         * benchtests/cosh-inputs: Likewise.
20385         * benchtests/exp-inputs: Likewise.
20386         * benchtests/log-inputs: Likewise.
20387         * benchtests/pow-inputs: Likewise.
20388         * benchtests/rint-inputs: Likewise.
20389         * benchtests/sin-inputs: Likewise.
20390         * benchtests/sinh-inputs: Likewise.
20391         * benchtests/tan-inputs: Likewise.
20392         * benchtests/tanh-inputs: Likewise.
20393         * scripts/bench.pl: Add support for new directives.
20395 2013-10-07  Alan Modra  <amodra@gmail.com>
20397         * README: Fix careless merge.
20399 2013-10-05  Alan Modra  <amodra@gmail.com>
20401         * NEWS: Mention powerpc64le support and bugs fixed.
20402         * README: Both big-endian and little-endian powerpc64 supported.
20404 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20406         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20407         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20408         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20409         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20411 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20413         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20414         match prototype.
20416 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20418         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20419         Move -mhard-float appending from
20420         ports/sysdeps/powerpc/powerpc32/Makefile.
20421         [$(with-fp) = yes] (ASFLAGS): Likewise.
20422         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20423         * sysdeps/powerpc/nofpu: Move directory from
20424         ports/sysdeps/powerpc/nofpu.
20425         * sysdeps/powerpc/soft-fp: Move directory from
20426         ports/sysdeps/powerpc/soft-fp.
20427         * sysdeps/powerpc/powerpc32/405: Move directory from
20428         ports/sysdeps/powerpc/powerpc32/405.
20429         * sysdeps/powerpc/powerpc32/440: Move directory from
20430         ports/sysdeps/powerpc/powerpc32/440.
20431         * sysdeps/powerpc/powerpc32/464: Move directory from
20432         ports/sysdeps/powerpc/powerpc32/464.
20433         * sysdeps/powerpc/powerpc32/476: Move directory from
20434         ports/sysdeps/powerpc/powerpc32/476.
20435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20436         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20438         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20440         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20442         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20444         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20445         * README: Update for powerpc-*-linux-gnu software floating point
20446         support in libc.
20448         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20449         case to powerpc/powerpc32*.
20450         * sysdeps/unix/sysv/linux/configure: Regenerated.
20452         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20453         (_FPU_MASK_OM): Define as 0x04.
20454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20455         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20456         0x00c10080.
20457         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20458         0x0000003c.
20459         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20462         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20463         getcontext_e500.
20464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20465         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20466         setcontext_e500.
20467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20468         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20469         and setcontext_e500.
20471 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20473         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20475 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20477         * manual/threads.texi (Default Thread Attributes): Fix typo.
20479 2013-10-04  Will Newton  <will.newton@linaro.org>
20481         * malloc/Makefile: Add tst-memalign.
20482         * malloc/tst-memalign.c: New file.
20484         * malloc/tst-posix_memalign.c: Add comments.
20485         (do_test): Add comments and call free on all potentially
20486         allocated pointers. Add space after cast.
20488         * malloc/tst-pvalloc.c: Add comments.
20489         (do_test): Add comments and call free on all potentially
20490         allocated pointers. Remove duplicate check for NULL pointer.
20491         Add space after cast.
20493         * malloc/tst-valloc.c: Add comments.
20494         (do_test): Add comments and call free on all potentially
20495         allocated pointers. Remove duplicate check for NULL pointer.
20496         Add space after cast.
20498 2013-10-04  Alan Modra  <amodra@gmail.com>
20500         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20501         Use stdint types in rather than __attribute__((mode())).
20502         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20504 2013-10-04  Alan Modra  <amodra@gmail.com>
20506         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20507         Correct handling of unaligned relocs for little-endian.
20508         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20510 2013-10-04  Alan Modra  <amodra@gmail.com>
20512         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20513         * configure: Regenerate.
20514         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20515         * shlib-versions: Likewise.
20517 2013-10-04  Alan Modra  <amodra@gmail.com>
20519         * string/tester.c (test_memrchr): Increment reported test cycle.
20521 2013-10-04  Alan Modra  <amodra@gmail.com>
20523         * string/test-memcpy.c (do_one_test): When reporting errors, print
20524         string address and don't overrun end of string.
20526 2013-10-04  Alan Modra  <amodra@gmail.com>
20528         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20529         insrdi.  Make better use of reg selection to speed exit slightly.
20530         Schedule entry path a little better.  Remove useless "are we done"
20531         checks on entry to main loop.  Handle wrapping around zero address.
20532         Correct main loop count.  Handle single left-over word from main
20533         loop inline rather than by using loop_small.  Remove extra word
20534         case in loop_small caused by wrong loop count.  Add little-endian
20535         support.
20536         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20537         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20538         cache hint.
20539         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20540         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20541         support.  Avoid rlwimi.
20542         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20544 2013-10-04  Alan Modra  <amodra@gmail.com>
20546         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20547         insrdi.  Formatting.
20548         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20549         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20550         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20551         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20552         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20553         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20555 2013-10-04  Alan Modra  <amodra@gmail.com>
20557         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20558         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20559         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20560         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20561         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20562         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20563         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20564         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20565         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20566         use of regs.  Use power7 mtocrf.  Tidy function tails.
20568 2013-10-04  Alan Modra  <amodra@gmail.com>
20570         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20571         Formatting.  Consistently use rXXX register defines or rN defines.
20572         Use early exit labels that avoid restoring unused non-volatile regs.
20573         Make cr field use more consistent with rWORDn compares.  Rename
20574         regs used as shift registers for unaligned loop, using rN defines
20575         for short lifetime/multiple use regs.
20576         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20577         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20578         addi 1,1,64 to pop stack frame.  Simplify return value code.
20579         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20581 2013-10-04  Alan Modra  <amodra@gmail.com>
20583         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20584         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20585         rather than rlwimi.
20586         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20587         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20588         little-endian support.  Correct typos.
20589         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20590         rather than rlwimi.
20591         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20592         in loop and entry code to keep "and." results.
20593         (strchr): Add little-endian support.  Comment.  Move cntlzd
20594         earlier in tail.
20595         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20597 2013-10-04  Alan Modra  <amodra@gmail.com>
20599         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20600         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20601         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20602         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20604 2013-10-04  Alan Modra  <amodra@gmail.com>
20606         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20607         (rTMP): Define as r11.
20608         (strcmp): Add little-endian support.  Optimise tail.
20609         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20610         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20611         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20612         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20613         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20614         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20615         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20617 2013-10-04  Alan Modra  <amodra@gmail.com>
20619         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20620         little-endian support.  Remove unnecessary "are we done" tests.
20621         Handle "s" wrapping around zero and extremely large "size".
20622         Correct main loop count.  Handle single left-over word from main
20623         loop inline rather than by using small_loop.  Correct comments.
20624         Delete "zero" tail, use "end_max" instead.
20625         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20627 2013-10-04  Alan Modra  <amodra@gmail.com>
20629         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20630         support.  Don't branch over align.
20631         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20632         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20633         support.  Rearrange tmp reg use to suit.  Comment.
20634         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20636 2013-10-04  Alan Modra  <amodra@gmail.com>
20638         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20640 2013-10-04  Alan Modra  <amodra@gmail.com>
20642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20643         conditional form of branch and link when obtaining pc.
20644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20646 2013-10-04  Alan Modra  <amodra@gmail.com>
20648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20649         HIWORD/LOWORD.
20650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20653 2013-10-04  Alan Modra  <amodra@gmail.com>
20655         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20656         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20657         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20658         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20659         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20660         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20661         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20662         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20663         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20664         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20666 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20667             Alistair Popple <alistair@ozlabs.au.ibm.com>
20668             Alan Modra <amodra@gmail.com>
20670         [BZ #15723]
20671         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20672         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20673         _dl_hwcap access for little-endian.
20674         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20675         destroy vmx regs when saving unaligned.
20676         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20677         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20678         destroy vmx regs when saving unaligned.
20680 2013-10-04  Alan Modra  <amodra@gmail.com>
20682         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20683         Don't use a union to pack hi/low value.
20685 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20687         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20688         for little-endian.
20689         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20690         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20691         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20692         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20693         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20695 2013-10-04  Alan Modra  <amodra@gmail.com>
20697         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20698         constants to usual value for .cst8 section, and remove redundant
20699         high address load.
20700         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20701         constant for 0x1p52.  Load little-endian words of double from
20702         correct stack offsets.
20704 2013-10-04  Alan Modra  <amodra@gmail.com>
20706         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20707         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20708         words of double from correct stack offsets.
20709         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20710         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20711         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20712         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20713         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20714         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20715         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20716         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20717         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20718         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20719         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20720         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20721         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20722         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20723         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20724         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20725         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20727 2013-10-04  Alan Modra  <amodra@gmail.com>
20729         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20730         64-bit int/double union.
20731         (_FPU_SETCW): Likewise.
20732         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20733         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20735 2013-10-04  Alan Modra  <amodra@gmail.com>
20737         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20738         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20740 2013-10-04  Alan Modra  <amodra@gmail.com>
20742         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20743         use vector int constants.
20744         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20746 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20748         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20749         array with long long.
20750         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20751         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20752         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20753         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20754         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20755         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20756         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20757         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20758         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20759         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20760         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20761         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20762         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20764 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20766         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20767         (__signbit): Likewise.  Correct for little-endian.
20768         (__signbitl): Call __signbit.
20769         (lrint): Correct for little-endian.
20770         (lrintf): Call lrint.
20772 2013-10-04  Alan Modra  <amodra@gmail.com>
20774         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20775         union 32-bit int array member with 64-bit int array.
20776         (t515, tm256): Double rather than long double.
20777         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20779 2013-10-04  Alan Modra  <amodra@gmail.com>
20781         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20782         Delete.
20783         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20784         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20785         version of math_ldbl.h.
20787 2013-10-04  Alan Modra  <amodra@gmail.com>
20789         [BZ #15734], [BZ #15735]
20790         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20791         all uses of ieee875 long double macros and unions.  Simplify test
20792         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20793         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20794         normalize after ldbl_extract_mantissa, and don't add hidden bit
20795         already handled.  Don't treat low word of ieee854 mantissa like
20796         low word of IBM long double and mask off bit when testing for
20797         zero.
20798         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20799         all uses of ieee875 long double macros and unions.  Simplify tests
20800         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20801         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20802         two1022, instead use their values.  Recognise that tests for large
20803         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20804         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20805         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20806         test for 0.0L and nan.  Correct negation.
20807         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20808         ieee875 long double macros and unions.  Correct output for large
20809         magnitude x.  Correct absolute value calculation.
20810         (__erfcl): Likewise.
20811         * math/libm-test.inc: Add tests for errors discovered in IBM long
20812         double versions of fmodl, remainderl, erfl and erfcl.
20814 2013-10-04  Alan Modra  <amodra@gmail.com>
20816         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20817         all uses of ieee854 long double macros and unions.  Simplify tests
20818         for long doubles that are fully specified by the high double.
20819         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20820         Likewise.
20821         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20822         Remove dead code too.
20823         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20824         (__ieee754_ynl): Likewise.
20825         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20826         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20827         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20828         Remove dead code too.
20829         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20830         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20831         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20832         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20833         Simplify.
20834         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20835         Simplify.
20836         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20837         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20838         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20839         Comment on variable precision.
20840         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20841         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20842         Likewise.
20843         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20844         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20845         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20846         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20847         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20849 2013-10-04  Alan Modra  <amodra@gmail.com>
20851         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20852         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20853         all uses of ieee854 long double macros and unions.
20854         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20855         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20856         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20857         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20858         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20859         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20860         Likewise.
20861         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20862         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20863         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20864         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20865         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20866         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20867         Simplify sign and nan test too.
20868         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20869         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20870         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20871         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20872         Likewise.
20873         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20874         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20875         Likewise.
20876         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20877         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20878         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20879         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20880         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20881         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20883 2013-10-04  Alan Modra  <amodra@gmail.com>
20885         * stdio-common/printf_size.c (__printf_size): Don't use
20886         union ieee854_long_double in fpnum union.
20887         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20888         signbit macro to retrieve sign from long double.
20889         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20890         retrieve sign from long double.
20891         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20892         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20893         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20894         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20895         * math/test-misc.c (main): Don't use union ieee854_long_double.
20897 2013-10-04  Alan Modra  <amodra@gmail.com>
20899         [BZ #15680]
20900         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20901         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20902         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20903         calculation.  Remove unnecessary test for denormal exponent.
20904         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20905         Correct handling of denormals.  Avoid undefined shift behaviour.
20906         Correct normalisation of low mantissa when low double is denormal.
20907         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20908         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20909         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20910         Correct normalisation of low mantissa.  Test for overflow of high
20911         mantissa and normalise.
20912         (ldbl_nearbyint): Use more readable constant for two52.
20913         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20914         (__mpn_construct_long_double): Fix test for overflow of high
20915         mantissa and correct normalisation.  Avoid undefined shift.
20917 2013-10-04  Alan Modra  <amodra@gmail.com>
20919         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20920         (union ibm_extended_long_double): Define as an array of ieee754_double.
20921         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20922         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20923         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20924         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20925         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20926         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20927         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20928         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20929         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20930         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20931         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20933 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20935         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20936         page size instead of calling getpagesize.
20938         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20939         (LOCFILE_ALIGN_MASK): Likewise.
20940         (LOCFILE_ALIGN_UP): Likewise.
20941         (LOCFILE_ALIGNED_P): Likewise.
20942         * locale/programs/ld-collate.c (collate_output): Use the new
20943         macros instead of __alignof__ (int32_t).
20944         * locale/weight.h (findidx): Likewise.
20946 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20948         [BZ #431]
20949         * manual/string.texi: Fix strncat and wcsncat.
20951 2013-10-03  Brooks Moses  <bmoses@google.com>
20953         [BZ #15915]
20954         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20955         * Makerules: ...here, and adjust associated comments.
20957 2013-10-02  Will Newton  <will.newton@linaro.org>
20959         * malloc/Makefile: Add tst-pvalloc.
20960         * malloc/tst-pvalloc.c: New file.
20962 2013-10-02  Will Newton  <will.newton@linaro.org>
20964         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20965         improve test coverage.
20967 2013-10-02  Will Newton  <will.newton@linaro.org>
20969         * malloc/Makefile: Add tst-posix_memalign.
20970         * malloc/tst-posix_memalign.c: New file.
20972 2013-10-01  Eric Blake  <eblake@redhat.com>
20974         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20975         Use __THROWNL rather than __THROW on static functions.
20977 2013-09-30  Petr Machata  <pmachata@redhat.com>
20979         * elf/elf.h (R_AARCH64_ABS16): New macro.
20980         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20981         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20982         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20983         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20984         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20985         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20986         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20987         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20988         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20989         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20990         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20991         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20992         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20993         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20994         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20995         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20996         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20997         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20998         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20999         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21000         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21001         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21002         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21003         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21004         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21005         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21006         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21007         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21008         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21009         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21010         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21011         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21012         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21013         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21014         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21015         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21016         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21017         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21018         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21019         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21020         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21021         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21022         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21023         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21024         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21025         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21026         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21027         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21028         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21029         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21030         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21031         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21032         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21033         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21034         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21035         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21036         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21037         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21038         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21039         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21040         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21041         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21042         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21043         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21044         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21045         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21046         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21047         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21048         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21049         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21050         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21051         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21052         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21053         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21054         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21055         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21056         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21057         (R_AARCH64_TLSDESC_LDR): Likewise.
21058         (R_AARCH64_TLSDESC_ADD): Likewise.
21059         (R_AARCH64_TLSDESC_CALL): Likewise.
21061 2013-09-30  Andreas Schwab  <schwab@suse.de>
21063         [BZ #15048]
21064         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21065         the nss database lookup.
21066         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21067         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21069 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21071         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21073 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21075         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21076         ${Bash-specific parameter/pattern/string} parameter expansion.
21077         * sysdeps/unix/make-syscalls.sh: Likewise.
21079 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21081         * sysdeps/sh/stackguard-macros.h: New file.
21083 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21085         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21086         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21087         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21088         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21089         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21090         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21092 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21094         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21095         Fix thread ID register.
21097 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21099         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21100         [POSIX || UNIX98]: Require rather than permitting all symbols from
21101         <time.h>.
21102         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21103         element of struct sched_param.
21104         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21105         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21106         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21107         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21108         constant.
21110 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21112         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21113         argument calculation.
21115 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21117         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21118         Expect macro.
21119         [POSIX] (pthread_attr_t): Do not require type.
21120         [POSIX] (pthread_cond_t): Likewise.
21121         [POSIX] (pthread_condattr_t): Likewise.
21122         [POSIX] (pthread_key_t): Likewise.
21123         [POSIX] (pthread_mutex_t): Likewise.
21124         [POSIX] (pthread_mutexattr_t): Likewise.
21125         [POSIX] (pthread_once_t): Likewise.
21126         [POSIX] (pthread_t): Likewise.
21127         [POSIX-based standards] (pthread_atfork): Expect function.
21129 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21130             Richard Sandiford  <richard@codesourcery.com>
21132         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21133         (swap_endianness_p): New extern variable.
21134         (set_big_endian): New inline function.
21135         (maybe_swap_uint32): Likewise.
21136         (maybe_swap_uint32_array): Likewise.
21137         (maybe_swap_uint32_obstack): Likewise.
21138         * locale/programs/locfile.c: Include <stdbool.h>.
21139         (swap_endianness_p): New variable.
21140         (add_locale_uint32): Call maybe_swap_uint32.
21141         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21142         (write_locale_data): Call maybe_swap_uint32_array.
21143         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21144         maybe_swap_uint32.
21145         (obstack_int32_grow_fast): Likewise.
21146         (output_weightwc): Call maybe_swap_uint32_obstack.
21147         (collate_output): Likewise.
21148         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21149         (OPT_LITTLE_ENDIAN): Likewise.
21150         (options): Add --little-endian and --big-endian options.
21151         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21152         * locale/programs/locarchive.c: Include "locfile.h".
21153         (GET): New macro.
21154         (SET): Likewise.
21155         (INC): Likewise.
21156         (create_archive): Use the new macros to access fields of
21157         structures directly mapped from or written to locale archives.
21158         (oldlocrecentcmp): Likewise.
21159         (enlarge_archive): Likewise.
21160         (insert_name): Likewise.
21161         (add_alias): Likewise.
21162         (add_locale): Likewise.
21163         (delete_locales_from_archive): Likewise.
21164         (show_archive_content): Likewise.
21165         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21166         locale data.
21168 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21170         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21171         http://www.gnu.org/doc/freemanuals.texi.
21172         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21174 2013-09-24  Will Newton  <will.newton@linaro.org>
21176         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21177         macro.
21179 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21181         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21182         unsigned char.
21184 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21186         * manual/threads.texi (POSIX Threads): Fix a typo.
21188 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21190         [BZ #14547]
21191         * string/tst-strcoll-overflow.c: New test case.
21192         * string/Makefile (xtests): Add tst-strcoll-overflow.
21193         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21194         cache if string sizes may cause integer overflow.
21196         [BZ #14547]
21197         * string/strcoll_l.c (coll_seq): New members rule, idx,
21198         save_idx and back_us.
21199         (get_next_seq_nocache): New function.
21200         (do_compare_nocache): New function.
21201         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21202         when malloc fails.
21204 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21206         [BZ #15754]
21207         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21208         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21209         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21211         [BZ #15754]
21212         * elf/Makefile (tests): Add tst-ptrguard1.
21213         (tests-static): Add tst-ptrguard1-static.
21214         (tst-ptrguard1-ARGS): Define.
21215         (tst-ptrguard1-static-ARGS): Define.
21216         * elf/tst-ptrguard1.c: New file.
21217         * elf/tst-ptrguard1-static.c: New file.
21218         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21219         * sysdeps/i386/stackguard-macros.h: Likewise.
21220         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21221         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21222         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21223         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21224         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21225         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21227 2013-09-23  Hector Marco  <hecmargi@upv.es>
21228             Ismael Ripoll  <iripoll@disca.upv.es>
21229             Carlos O'Donell  <carlos@redhat.com>
21231         [BZ #15754]
21232         * sysdeps/generic/stackguard-macros.h: Define
21233         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21234         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21235         Define __pointer_chk_guard_local.
21236         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21237         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21239 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21241         [BZ #15859]
21242         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21244 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21246         * include/string.h (__ffs): Declare as hidden.
21247         * string/ffs.c (__ffs): Define as hidden.
21248         * sysdeps/i386/ffs.c (__ffs): Likewise.
21249         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21250         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21251         * sysdeps/s390/ffs.c (__ffs): Likewise.
21252         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21254 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21256         * NEWS: Mention malloc probes.
21258         * malloc/arena.c (new_heap): New memory_heap_new probe.
21259         (grow_heap): New memory_heap_more probe.
21260         (shrink_heap): New memory_heap_less probe.
21261         (heap_trim): New memory_heap_free probe.
21262         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21263         (systrim): New memory_sbrk_less probe.
21264         * manual/probes.texi: Document them.
21266         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21267         * manual/probes.texi: Document it.
21269         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21270         (__libc_realloc): Add memory_realloc_retry probe.
21271         (__libc_memalign): Add memory_memalign_retry probe.
21272         (__libc_valloc): Add memory_valloc_retry probe.
21273         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21274         (__libc_calloc): Add memory_calloc_retry probe.
21275         * manual/probes.texi: Document them.
21277         * malloc/arena.c (get_free_list): Add probe
21278         memory_arena_reuse_free_list.
21279         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21280         and memory_arena_reuse.
21281         (arena_get2) [!PER_THREAD]: Likewise.
21282         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21283         memory_arena_reuse_realloc.
21284         * manual/probes.texi: Document them.
21286         * malloc/malloc.c (__libc_free): Add
21287         memory_mallopt_free_dyn_thresholds probe.
21288         (__libc_mallopt): Add multiple memory_mallopt probes.
21289         * manual/probes.texi: Document them.
21291         * malloc/malloc.c: Include stap-probe.h.
21292         (__libc_mallopt): Add memory_mallopt probe.
21293         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21294         * manual/probes.texi: New.
21295         * manual/Makefile (chapters): Add probes.
21296         * manual/threads.texi: Set next node.
21298 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21300         [BZ #15963, #13985]
21301         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21302         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21303         Add `Chinese' to `nan' entry name.
21305 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21307         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21308         (POLYNOMIAL): Likewise.
21309         (TAYLOR_SINCOS): Likewise.
21310         (TAYLOR_SLOW): Likewise.
21311         (__sin): Use TAYLOR_SINCOS.
21312         (__cos): Likewise.
21313         (slow): Use TAYLOR_SLOW.
21314         (sloww): Likewise.
21315         (bsloww): Likewise.
21316         (csloww): Likewise.
21318 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21320         * stdlib/strtod_l.c: Fix buffer overrun.
21322 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21324         * benchtests/Makefile (bench): Add sincos.
21325         * benchtests/bench-sincos.c: New file.
21327         * math/libm-test.inc (cos_test_data): New test inputs.
21328         (sin_test_data): Likewise.
21330         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21331         macro.
21332         (__sin): Use it.
21333         (__cos): Likewise.
21334         (slow1): Likewise.
21335         (slow2): Likewise.
21336         (sloww1): Likewise.
21337         (sloww2): Likewise.
21338         (bsloww1): Likewise.
21339         (bsloww2): Likewise.
21340         (cslow2): Likewise.
21341         (csloww1): Likewise.
21342         (csloww2): Likewise.
21344         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21345         function.
21346         (__sin): Use it.
21347         (__cos): Likewise.
21349         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21350         gotos.
21351         (__cos): Likewise.
21353 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21355         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21356         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21357         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21358         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21359         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21360         * elf/cache.c (print_entry): Handle the new cache flags.
21362 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21363             Aldy Hernandez  <aldyh@redhat.com>
21365         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21366         Change condition to [_SOFT_FLOAT].
21367         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21368         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21369         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21370         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21371         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21372         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21373         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21374         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21375         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21376         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21377         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21378         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21379         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21380         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21382         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21383         declaration.
21385 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21387         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21388         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21389         (__longjmp): Use LOAD_GP to load saved GPRs.
21390         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21391         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21392         (__sigsetjmp): Use SAVE_GP to save GPRs.
21394         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21395         Do not append -msoft-float.
21396         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21398 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21400         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21402 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21404         [BZ #15966]
21405         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21406         (_FPU_GETCW): Use initial "__" on variable and field names but not
21407         on macro parameter name.
21408         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21409         parentheses around reference to macro parameter.
21411 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21413         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21414         prototype.
21415         (ctype_startup): Use uint32_t in cast and sizeof for
21416         ctype->charnames.
21418 2013-09-11  Jia Liu  <proljc@gmail.com>
21420         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21421         __daddr_t_defined.
21422         [__FreeBSD__]: Likewise.
21424 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21426         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21427         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21428         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21429         (strchr): Remove __strchr_sse42 ifunc selection.
21430         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21431         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21433 2013-09-11  Will Newton  <will.newton@linaro.org>
21435         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21436         parameter to RES. Remove hardcoded 1000 value.
21437         * benchtests/bench-skeleton.c (main): Pass RES parameter
21438         to TIMING_INIT and multiply result by 1000.
21440 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21442         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21444 2013-09-11  Andreas Schwab  <schwab@suse.de>
21446         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21447         if not defined.
21448         (O_TMPFILE) [__USE_GNU]: Define.
21449         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21450         Define.
21452 2013-09-11  Will Newton  <will.newton@linaro.org>
21454         [BZ #15857]
21455         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21456         does not overflow.
21458 2013-09-11  Will Newton  <will.newton@linaro.org>
21460         [BZ #15856]
21461         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21462         does not overflow.
21464 2013-09-11  Will Newton  <will.newton@linaro.org>
21466         [BZ #15855]
21467         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21468         does not overflow.
21470 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21472         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21473         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21474         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21475         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21476         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21478 2013-09-10  Allan McRae  <allan@archlinux.org>
21480         [BZ #15748]
21481         * manual/arith.texi (Parsing of Floats): Clarify
21482         cross-reference.
21484         [BZ #15849]
21485         * manual/install.texi (Running make install): Mention
21486         --enable-pt-chown.
21487         * INSTALL: Regenerated.
21489 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21491         * csu/init-first.c (_init): Remove the !SHARED condition around
21492         FPU control word initialization.
21493         * elf/dl-support.c (_dl_fpu_control): New variable.
21494         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21495         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21496         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21497         * math/test-fpucw-static.c: New file.
21498         * math/test-fpucw-ieee.c: New file.
21499         * math/test-fpucw-ieee-static.c: New file.
21500         * math/Makefile (tests): Add `test-fpucw-ieee' and
21501         `$(tests-static)'.
21502         (tests-static): New variable.
21503         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21504         dependency to...
21505         [($(build-shared),yes)]
21506         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21507         ... this.
21508         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21509         New dependency.
21511 2013-09-09  Allan McRae  <allan@archlinux.org>
21513         [BZ #15939]
21514         * manual/string.texi (Collation Functions): Fix typo in
21515         strcoll example.
21516         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21518         [BZ #15893]
21519         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21521         [BZ #15892]
21522         * libio/memstream.c (open_memstream): Fix memory leak.
21523         * libio/wmemstream.c (open_wmemstream): Likewise.
21525         [BZ #15895]
21526         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21528 2013-09-09  Will Newton  <will.newton@linaro.org>
21530         * malloc/Makefile: Add tst-realloc to tests.
21531         * malloc/tst-realloc.c: New file.
21533 2013-09-09  Allan McRae  <allan@archlinux.org>
21535         [BZ #15844]
21536         * COPYING: Update from GNU website to fix FSF address.
21537         * COPYING.LIB: Likewise.
21539 2013-09-06  David S. Miller  <davem@davemloft.net>
21541         * po/zh_TW.po: Update Chinese (traditional) translation from
21542         translation project.
21544 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21545             Joseph Myers  <joseph@codesourcery.com>
21547         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21548         "localeinfo.h".
21549         (obstack_chunk_alloc): New macro.
21550         (obstack_chunk_free): Likewise.
21551         (record_offset): New function.
21552         (init_locale_data): Likewise.
21553         (align_locale_data): Likewise.
21554         (add_locale_empty): Likewise.
21555         (add_locale_raw_data): Likewise.
21556         (add_locale_raw_obstack): Likewise.
21557         (add_locale_string): Likewise.
21558         (add_locale_wstring): Likewise.
21559         (add_locale_uint32): Likewise.
21560         (add_locale_uint32_array): Likewise.
21561         (add_locale_char): Likewise.
21562         (start_locale_structure): Likewise.
21563         (end_locale_structure): Likewise.
21564         (start_locale_prelude): Likewise.
21565         (end_locale_prelude): Likewise.
21566         (write_locale_data): Take locale_file structure rather than an
21567         iovec.
21568         * locale/programs/locfile.h: Include "obstack.h".
21569         (struct locale_file): Change to store locale file contents instead
21570         of header.
21571         (init_locale_data): New prototype.
21572         (align_locale_data): Likewise.
21573         (add_locale_empty): Likewise.
21574         (add_locale_raw_data): Likewise.
21575         (add_locale_raw_obstack): Likewise.
21576         (add_locale_string): Likewise.
21577         (add_locale_wstring): Likewise.
21578         (add_locale_uint32): Likewise.
21579         (add_locale_uint32_array): Likewise.
21580         (add_locale_char): Likewise.
21581         (start_locale_structure): Likewise.
21582         (end_locale_structure): Likewise.
21583         (start_locale_prelude): Likewise.
21584         (end_locale_prelude): Likewise.
21585         (write_locale_data): Update prototype.
21586         * locale/programs/3level.h (struct TABLE): Remove result field.
21587         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21588         Use new locale_file interface.
21589         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21590         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21591         * locale/programs/ld-address.c (address_output): Use new
21592         locale_file interface.
21593         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21594         NO_ADD_LOCALE.
21595         (collate_finish): Don't call collseq_table_finalize.
21596         (collate_output): Use new locale_file interface.
21597         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21598         in file.
21599         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21600         (TABLE): Move defines earlier in file.
21601         (ELEMENT): Likewise.
21602         (DEFAULT): Likewise.
21603         (wctrans_table_add): Move macro and inline function earlier in
21604         file.
21605         (struct wctype_table): Move type earlier in file.
21606         (add_locale_wctype_table): New static prototype.
21607         (struct locale_ctype_t): Use logical types instead of struct iovec
21608         pointers for members.
21609         (ctype_output): Use new locale_file interface.
21610         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21611         new locale_file interface.
21612         (allocate_arrays): Update for use of new locale_file interface.
21613         * locale/programs/ld-identification.c (identification_output): Use
21614         new locale_file interface.
21615         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21616         * locale/programs/ld-messages.c (messages_output): Likewise.
21617         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21618         * locale/programs/ld-name.c (name_output): Likewise.
21619         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21620         * locale/programs/ld-paper.c (paper_output): Likewise.
21621         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21622         * locale/programs/ld-time.c (time_output): Likewise.
21624 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21626         * benchtests/Makefile: Add memrchr benchmark.
21627         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21628         benchmark as memrchr.
21629         * benchtests/bench-memrchr-ifunc.c: New file.
21630         * benchtests/bench-memrchr.c: New file.
21632 2013-09-06   Will Newton  <will.newton@linaro.org>
21634         * benchtests/Makefile (string-bench): Add memcpy.
21636 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21637             Cong Wang  <amwang@redhat.com>
21639         [BZ #15850]
21640         * sysdeps/unix/sysv/linux/bits/in.h
21641         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21642         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21643         before __USE_KERNEL_IPV6_DEFS uses.
21644         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21645         IPPROTO_BEETPH.
21646         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21647         sockaddr_in6, or ipv6_mreq.
21649 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21651         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21652         memory access for final bytes in some large inputs.
21653         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21655 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21657         * string/test-memrchr.c: New file.
21658         * string/test-memrchr-ifunc.c: New file.
21659         * string/Makefile: Add new memrchr testcase.
21661 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21663         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21664         fanotify_init returns EPERM.
21666 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21668         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21669         errors.
21670         (top level): Treat second token from macro or constant entries for
21671         allowed headers as allowed.
21672         * include/complex.h: Condition internal declarations on
21673         [!_ISOMAC].
21674         * include/fenv.h: Condition include of <stdbool.h> and internal
21675         declarations on [!_ISOMAC].
21677 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21679         [BZ #15923]
21680         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21682 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21684         * configure.in (--enable-versioning): Remove configure option.
21685         (libc_cv_asm_symver_directive): Remove configure test.
21686         (libc_cv_ld_version_script_option): Likewise.
21687         (VERSIONING): Remove variable and AC_SUBST.
21688         (DO_VERSIONING): Remove AC_DEFINE.
21689         * configure: Regenerated.
21690         * config.h.in (DO_VERSIONING): Remove macro.
21691         * Makerules [$(versioning) = yes]: Change conditionals to
21692         [$(build-shared) = yes].
21693         * config.make.in (versioning): Remove variable.
21694         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21695         [$(build-shared) = yes].
21696         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21697         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21698         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21699         [$(build-shared) = yes].
21700         * extra-lib.mk [$(versioning) = yes]: Likewise.
21701         * hurd/Makefile [$(versioning) = yes]: Likewise.
21702         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21703         [SHARED].
21704         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21705         [SHARED].
21706         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21707         [SHARED && !NO_HIDDEN].
21708         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21709         [SHARED].
21710         [SHARED && DO_VERSIONING]: Likewise..
21711         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21712         [$(build-shared) = yes].
21713         * manual/install.texi (--disable-versioning): Remove
21714         documentation.
21715         * INSTALL: Regenerated.
21716         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21717         to [SHARED].
21718         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21719         [$(build-shared) = yes].
21720         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21721         * sysdeps/i386/i686/multiarch/strstr-c.c
21722         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21723         [SHARED && !NO_HIDDEN].
21724         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21725         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21726         * sysdeps/powerpc/powerpc32/dl-machine.c
21727         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21728         * sysdeps/powerpc/powerpc32/sysdep.h
21729         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21730         to [SHARED && PIC && !NO_HIDDEN].
21731         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21732         conditional to [SHARED].
21734 2013-09-04   Will Newton  <will.newton@linaro.org>
21736         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21737         * benchtests/bench-string.h: Include bench-timing.h instead
21738         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21739         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21740         call to HP_TIMING_DIFF_INIT.
21741         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21742         instead of hp-timing.h macros.
21743         * benchtests/bench-memchr.c: Likewise.
21744         * benchtests/bench-memcmp.c: Likewise.
21745         * benchtests/bench-memcpy.c: Likewise.
21746         * benchtests/bench-memmem.c: Likewise.
21747         * benchtests/bench-memmove.c: Likewise.
21748         * benchtests/bench-memset.c: Likewise.
21749         * benchtests/bench-rawmemchr.c: Likewise.
21750         * benchtests/bench-strcasecmp.c: Likewise.
21751         * benchtests/bench-strcasestr.c: Likewise.
21752         * benchtests/bench-strcat.c: Likewise.
21753         * benchtests/bench-strchr.c: Likewise.
21754         * benchtests/bench-strcmp.c: Likewise.
21755         * benchtests/bench-strcpy.c: Likewise.
21756         * benchtests/bench-strcpy_chk.c: Likewise.
21757         * benchtests/bench-strlen.c: Likewise.
21758         * benchtests/bench-strncasecmp.c: Likewise.
21759         * benchtests/bench-strncat.c: Likewise.
21760         * benchtests/bench-strncmp.c: Likewise.
21761         * benchtests/bench-strncpy.c: Likewise.
21762         * benchtests/bench-strnlen.c: Likewise.
21763         * benchtests/bench-strpbrk.c: Likewise.
21764         * benchtests/bench-strrchr.c: Likewise.
21765         * benchtests/bench-strspn.c: Likewise.
21766         * benchtests/bench-strstr.c: Likewise.
21768 2013-09-04  Will Newton  <will.newton@linaro.org>
21770         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21772 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21774         [BZ #15427]
21775         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21776         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21777         * math/libm-test.inc (lgamma_test_data): Add more tests.
21778         * sysdeps/i386/fpu/libm-test-ulps: Update.
21779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21781 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21783         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21784         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21785         Add ifunc.
21786         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21787         Add strcmp-sse2-unaligned
21788         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21790 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21792         * Versions.def (libc): Add GLIBC_2.19.
21794 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21796         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21797         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21799 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21801         [BZ #14155]
21802         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21803         intermediate calculations in recurrence.
21804         (__ieee754_ynf): Likewise.
21805         * math/libm-test.inc (jn_test_data): Do not allow spurious
21806         underflow exception.  Add more tests.
21807         (yn_test_data): Add more tests.
21808         * sysdeps/i386/fpu/libm-test-ulps: Update.
21809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21811 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21813         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21815 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21817         * csu/init-first.c: Fix then/than typos.
21818         * locale/programs/ld-collate.c: Likewise.
21819         * locale/programs/linereader.h: Likewise.
21820         * manual/charset.texi: Likewise.
21821         * manual/filesys.texi: Likewise.
21822         * manual/stdio.texi: Likewise.
21823         * manual/string.texi: Likewise.
21824         * stdlib/fmtmsg.c: Likewise.
21825         * sysdeps/i386/stpncpy.S: Likewise.
21826         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21827         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21828         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21829         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21831 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21833         * elf/dl-open.c: Fix typos.
21834         * iconvdata/gbbig5.c: Likewise.
21835         * iconvdata/iso-2022-jp.c: Likewise.
21836         * iconv/gconv_int.h: Likewise.
21837         * iconv/loop.c: Likewise.
21838         * nis/rpcsvc/nis.h: Likewise.
21839         * resolv/ns_name.c: Likewise.
21840         * stdio-common/vfscanf.c: Likewise.
21841         * streams/stropts.h: Likewise.
21842         * sunrpc/rpc_thread.c: Likewise.
21843         * sysdeps/i386/strpbrk.S: Likewise.
21844         * sysdeps/ieee754/k_standard.c: Likewise.
21845         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21846         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21847         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21848         * sysdeps/mach/hurd/profil.c: Likewise.
21849         * sysdeps/s390/dl-procinfo.h: Likewise.
21850         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21851         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21852         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21853         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21854         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21856 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21858         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21859         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21861 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21863         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21864         aix specific files.
21865         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21866         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21867         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21868         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21869         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21870         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21871         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21872         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21874 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21875             Roland McGrath  <roland@hack.frob.com>
21877         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21878         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21880 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21882         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21883         __executable_start symbol instead of _start.
21885 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21887         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21888         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21889         Move macros to...
21890         * sysdeps/gnu/ldsodefs.h: ... this new file.
21892         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21893         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21894         instead of ELFOSABI_LINUX.
21896         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21897         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21898         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21899         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21900         Likewise.
21901         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21902         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21903         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21904         Likewise.
21905         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21906         (ibm_extended_long_double): Add ieee_nan member.
21907         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21908         (do_test): New function.
21910         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21911         TEST_TRUNC.
21912         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21913         functions, renamed from truncdfsf_test, trunctfsf_test,
21914         trunctfdf_test.
21915         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21916         functions.
21917         (do_test): Run all these.
21919 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21921         * argp/argp-help.c: Fix typos.
21922         * argp/argp-parse.c: Likewise.
21923         * debug/backtracesyms.c: Likewise.
21924         * elf/elf.h: Likewise.
21925         * malloc/malloc.c: Likewise.
21926         * nis/nis_print.c: Likewise.
21927         * resolv/res_comp.c: Likewise.
21928         * stdlib/stdlib.h: Likewise.
21929         * sunrpc/clnt_tcp.c: Likewise.
21930         * sunrpc/clnt_udp.c: Likewise.
21931         * sunrpc/clnt_unix.c: Likewise.
21932         * sysdeps/unix/bsd/ptsname.c: Likewise.
21933         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21934         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21936         Likewise.
21937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21938         Likewise.
21939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21940         Likewise.
21941         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21943 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21945         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21946         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21948 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21950         [BZ #15897]
21951         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21952         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21953         ($(objpfx)bug-dl-leaf): New rule.
21954         ($(objpfx)bug-dl-leaf.so): Likewise.
21955         ($(objpfx)bug-dl-leaf.out): Likewise.
21956         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21957         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21958         * dlfcn/bug-dl-leaf.c: New test.
21959         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21960         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21961         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21962         (dlclose): Likewise.
21963         (dlmopen): Likewise.
21965 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21967         * include/netdb.h [!_ISOMAC]:
21968         Don't include <tls.h>.
21969         (h_errno, __libc_h_errno): Move declaration and macros out of
21970         [_LIBC_REENTRANT].
21972         * include/resolv.h [_RESOLV_H_]:
21973         Don't include <tls.h>.
21974         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21975         * resolv/res_libc.c: Don't include <tls.h>.
21976         (_res): Use __attribute__ ((nocommon)) in place of
21977         __attribute__ ((section (".bss"))).
21979         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21980         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21982         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21984         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21985         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21987         * resolv/res_mkquery.c: Include <sys/time.h>.
21989         * inet/ifreq.c: Moved to ...
21990         * sysdeps/unix/ifreq.c: ... here.
21991         * inet/ifreq.c: New file, true stub version.
21993         * socket/sa_len.c: New file.
21994         * socket/Makefile (aux): Add it.
21995         * sysdeps/unix/sysv/linux/Makefile
21996         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21997         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21998         and #include <socket/sa_len.c>.
21999         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22000         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22002         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22003         * bits/socket.h: ... here.
22005         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22006         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22007         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22009 2013-08-27  Andreas Schwab  <schwab@suse.de>
22011         [BZ #15736]
22012         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22013         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22014         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22015         * string/test-strcasecmp.c (test_main): Run tests in several
22016         locales.
22017         * string/test-strncasecmp.c (test_main): Likewise.
22019         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22020         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22021         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22022         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22023         (__strncasecmp_ssse3) [PIC]: Likewise.
22025 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22027         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22029         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22030         instead of explicitly declaring xdecrypt.
22031         * nis/nss_nis/nis-publickey.c: Likewise.
22033 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22035         [BZ #15890]
22036         * nscd/aicache.c: Include res_hconf.h.
22037         (addhstaiX): Initialize res_hconf.
22039 2013-08-26  Andreas Schwab  <schwab@suse.de>
22041         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22042         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22044 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22046         * nscd/aicache.c (addhstaiX): Fix indentation.
22048 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22050         * configure.ac: Quote $build_pt_chown test.
22051         * configure: Regenerated.
22053 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22055         [BZ #15532]
22056         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22057         * math/s_cexpf.c (__cexpf): Likewise.
22058         * math/s_cexpl.c (__cexpl): Likewise.
22059         * math/libm-test.inc (cexp_test_data): Correct expected return
22060         value for NaN + i0.  Add another test.
22062 2013-08-22  David S. Miller  <davem@davemloft.net>
22064         * po/ca.po: Update Catalan translation from translation project.
22065         * po/uk.po: Add Ukrainian translations from translation project.
22067 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22069         [BZ #15797]
22070         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22071         is infinite, not alongside NaN test.
22072         * math/s_fdimf.c (__fdimf): Likewise.
22073         * math/s_fdiml.c (__fdiml): Likewise.
22074         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22075         errno is unchanged.
22077 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22079         * argp/argp-help.c: Fix typos.
22080         * crypt/speeds.c: Likewise.
22081         * csu/check_fds.c: Likewise.
22082         * elf/dl-load.c: Likewise.
22083         * elf/dl-open.c: Likewise.
22084         * elf/reldep3.c: Likewise.
22085         * elf/reldep.c: Likewise.
22086         * elf/sprof.c: Likewise.
22087         * iconv/iconv_charmap.c: Likewise.
22088         * iconv/skeleton.c: Likewise.
22089         * iconv/strtab.c: Likewise.
22090         * io/lockf64.c: Likewise.
22091         * libio/libioP.h: Likewise.
22092         * resolv/gai_notify.c: Likewise.
22093         * resolv/ns_name.c: Likewise.
22094         * resolv/ns_samedomain.c: Likewise.
22095         * resolv/res_send.c: Likewise.
22096         * stdlib/random.c: Likewise.
22097         * sunrpc/rpc/xdr.h: Likewise.
22098         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22099         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22100         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22101         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22102         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22103         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22104         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22105         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22106         * sysdeps/mach/hurd/check_fds.c: Likewise.
22107         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22108         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22109         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22110         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22111         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22112         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22113         * sysdeps/pthread/aio_notify.c: Likewise.
22114         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22115         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22116         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22117         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22118         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22120 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22122         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22123         version if bit_Slow_SSE4_2 is set.
22124         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22125         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22127 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22129         [BZ #15867]
22130         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22131         trampoline stack frame information.
22132         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22133         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22134         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22135         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22136         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22137         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22138         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22139         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22140         sa_flags value.
22141         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22142         interrupting a syscall and set with option SA_SIGINFO.
22144 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22146         [BZ #15531]
22147         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22148         argument is infinite.
22149         * math/s_cprojf.c (__cprojf): Likewise.
22150         * math/s_cprojl.c (__cprojl): Likewise.
22151         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22152         * math/libm-test.inc (cproj_test_data): Add more tests.
22154         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22156         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22157         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22158         size.  Use __ffs to determine corresponding shift.
22160 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22161             Roland McGrath  <roland@hack.frob.com>
22163         * Makefile (INSTALL): Remove trailing blank lines from output of
22164         makeinfo.
22166 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22168         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22169         Align 32 bit compat elf_greg to 8 bytes.
22171 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22173         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22175 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22177         * string/strcoll_l.c (coll_seq): New structure.
22178         (get_next_seq_cached): New function.
22179         (get_next_seq): New function.
22180         (do_compare): New function.
22181         (STRCOLL): Use GNU style definition.  Simplify implementation
22182         by using get_next_seq, get_next_seq_cached and do_compare.
22184 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22186         [BZ #14699]
22187         CVE-2013-4237
22188         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22189         member.
22190         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22191         member.
22192         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22193         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22194         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22195         conditional.
22196         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22197         GETDENTS_64BIT_ALIGNED.
22198         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22199         * manual/filesys.texi (Reading/Closing Directory): Document
22200         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22201         strongly.
22202         * manual/conf.texi (Limits for Files): Add portability note to
22203         NAME_MAX, PATH_MAX.
22204         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22206 2013-08-13  Andreas Schwab  <schwab@suse.de>
22208         [BZ #15749]
22209         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22210         of fabs.
22211         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22212         LDBL_MAX_EXP >= 16384]: Add tests for it.
22214 2013-08-12  David S. Miller  <davem@davemloft.net>
22216         * version.h (RELEASE): Set to "development".
22217         (VERSION): Set to "2.18.90".
22218         * NEWS: Add 2.19 section.
22220 2013-08-03  David S. Miller  <davem@davemloft.net>
22222         * po/ko.po: Update Korean translation from translation project.
22224 2013-08-01  David S. Miller  <davem@davemloft.net>
22226         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22227         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22228         Bilka.
22230 2013-07-30  David S. Miller  <davem@davemloft.net>
22232         * po/fr.po: Update French translation from translation project.
22234 2013-07-28  David S. Miller  <davem@davemloft.net>
22236         * po/cs.po: Update Czech translation from translation project.
22238         * po/sv.po: Update Swedish translation from translation project.
22240 2013-07-27  David S. Miller  <davem@davemloft.net>
22242         * po/eo.po: Update Esperanto translation from translation project.
22244         * po/vi.po: Update Vietnamese translation from translation project.
22246         * po/de.po: Update German translation from translation project.
22248 2013-07-26  David S. Miller  <davem@davemloft.net>
22250         * po/bg.po: Update Bulgarian translation from translation project.
22252         * po/nl.po: Update Dutch translation from translation project.
22253         * po/pl.po: Update Polish translation from translation project.
22254         * po/ru.po: Update Russian translation from translation project.
22256 2013-07-24  David S. Miller  <davem@davemloft.net>
22258         * po/libc.pot: Update.
22260 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22262         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22263         variable page size.
22264         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22265         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22266         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22268 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22270         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22272 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22273             Andreas Schwab  <schwab@suse.de>
22274             Roland McGrath  <roland@hack.frob.com>
22275             Joseph Myers  <joseph@codesourcery.com>
22276             Carlos O'Donell  <carlos@redhat.com>
22278         [BZ #15755]
22279         * config.h.in: Define HAVE_PT_CHOWN.
22280         * config.make.in (build-pt-chown): New variable.
22281         * configure.in (--enable-pt_chown): New configure option.
22282         * configure: Regenerate.
22283         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22284         build-pt-chown is enabled.
22285         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22286         pt_chown to fix pty ownership.
22287         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22288         CLOSE_ALL_FDS.
22289         * manual/install.texi (Configuring and compiling): Mention
22290         --enable-pt_chown. Add @findex for grantpt.
22291         * INSTALL: Regenerate.
22293 2013-07-20  David S. Miller  <davem@davemloft.net>
22295         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22296         difference between 32-bit and 64-bit.
22298 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22300         [BZ #15711]
22301         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22302         Avoid system header dependency with -ffreestanding.
22303         ($(objpfx)bits/syscall%d): Likewise.
22305 2013-07-13  David S. Miller  <davem@davemloft.net>
22307         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22308         underflows from atanl/atan2l due to bug 15319.
22309         (casinh_test_data): Likewise.
22311 2013-07-07  David S. Miller  <davem@davemloft.net>
22313         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22315 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22317         * sysdeps/i386/fpu/libm-test-ulps: Update.
22318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22320 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22322         * configure.in (--enable-lock-elision): Fix message text.
22323         * INSTALL: Regenerate.
22324         * configure: Regenerate.
22326 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22330 2013-07-03  Andreas Jaeger  <aj@suse.de>
22332         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22333         define.
22334         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22335         (ptrace_peeksiginfo_args): Add.
22336         (__ptrace_peeksiginfo_flags): Add.
22337         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22338         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22339         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22341 2013-07-03  Allan McRae  <allan@archlinux.org>
22343         * sysdeps/i386/fpu/libm-test-ulps: Update.
22345 2013-07-02  David S. Miller  <davem@davemloft.net>
22347         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22349 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22351         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22353 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22355         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22358 2013-07-02  Andi Kleen <ak@linux.intel.com>
22360         * config.h.in (ENABLE_LOCK_ELISION): Add.
22361         * configure.in (--enable-lock-elision): Add option.
22362         * manual/install.texi: Document --enable lock elision.
22363         * configure: Regenerate
22364         * INSTALL: Regenerate.
22366 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22368         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22369         SSE4.2 strcasecmp for libc.a.
22370         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22372 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22374         [BZ #13304]
22375         * soft-fp/op-common.h (_FP_FMA): New macro.
22376         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22377         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22378         (_FP_MUL_MEAT_1_imm): ... here.
22379         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22380         (_FP_MUL_MEAT_1_wide): ... here.
22381         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22382         (_FP_MUL_MEAT_1_hard): ... here.
22383         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22384         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22385         (_FP_MUL_MEAT_2_wide): ... here.
22386         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22387         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22388         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22389         (_FP_MUL_MEAT_2_gmp): ... here.
22390         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22391         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22392         (_FP_MUL_MEAT_4_wide): ... here.
22393         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22394         (_FP_MUL_MEAT_4_gmp): ... here.
22395         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22396         (_FP_WFRACBITS_DW_S): Likewise.
22397         (_FP_WFRACXBITS_DW_S): Likewise.
22398         (_FP_HIGHBIT_DW_S): Likewise.
22399         (FP_FMA_S): Likewise.
22400         (_FP_FRAC_HIGH_DW_S): Likewise.
22401         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22402         (_FP_WFRACBITS_DW_D): Likewise.
22403         (_FP_WFRACXBITS_DW_D): Likewise.
22404         (_FP_HIGHBIT_DW_D): Likewise.
22405         (FP_FMA_D): Likewise.
22406         (_FP_FRAC_HIGH_DW_D): Likewise.
22407         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22408         (_FP_WFRACBITS_DW_E): Likewise.
22409         (_FP_WFRACXBITS_DW_E): Likewise.
22410         (_FP_HIGHBIT_DW_E): Likewise.
22411         (FP_FMA_E): Likewise.
22412         (_FP_FRAC_HIGH_DW_E): Likewise.
22413         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22414         (_FP_WFRACBITS_DW_Q): Likewise.
22415         (_FP_WFRACXBITS_DW_Q): Likewise.
22416         (_FP_HIGHBIT_DW_Q): Likewise.
22417         (FP_FMA_Q): Likewise.
22418         (_FP_FRAC_HIGH_DW_Q): Likewise.
22419         * soft-fp/fmasf4.c: New file.
22420         * soft-fp/fmadf4.c: Likewise.
22421         * soft-fp/fmatf4.c: Likewise.
22423 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22425         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22426         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22427         Silvermont.
22428         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22429         macro.
22430         (index_Slow_SSE4_2): Likewise.
22431         (index_Prefer_PMINUB_for_stringop): Likewise.
22432         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22433         bit_Slow_SSE4_2 is set.
22434         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22435         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22437 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22439         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22440         rtld_global._dl_hwcap2.
22441         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22442         POWER8.
22443         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22444         POWER8 feature descriptions defined in _dl_hwcap2.
22445         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22446         string handling for POWER8 feature bits.
22447         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22448         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22449         _dl_powerpc_cap_flags.
22450         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22451         * sysdeps/powerpc/rtld-global-offsets.sym
22452         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22453         _dl_hwcap2 in the rtld_global_ro structure.
22455 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22457         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22458         hardware capabilities in support of AT_HWCAP2.
22459         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22460         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22461         GLRO(dl_hwcap2).
22462         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22463         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22464         explicitly the unknown a_type display mechanism is used.
22465         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22466         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22467         struct member.
22468         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22469         to macro prototype for AT_HWCAP2 support.
22470         * sysdeps/i386/dl-procinfo.h: Likewise.
22471         * sysdeps/s390/dl-procinfo.h: Likewise.
22472         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22473         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22474         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22475         return -1 for unknown a_type display fallback.
22476         * sysdeps/sparc/dl-procinfo.h: Likewise.
22477         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22478         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22480 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22482         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22483         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22485 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22487         [BZ #12492]
22488         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22489         mprotect making __stack_prot writable.
22491 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22492             Joseph Myers  <joseph@codesourcery.com>
22494         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22495         as being properly aligned.
22497 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22499         * dlfcn/modstatic5.c: New file.
22500         * dlfcn/tststatic5.c: New file.
22501         * dlfcn/Makefile (tests): Add tststatic5.
22502         (tests-static): Likewise.
22503         (modules-names): Add modstatic5.
22504         (tststatic5-ENV): New variable.
22505         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22507         [BZ #15022]
22508         * elf/dl-support.c (_dl_main_map): New variable.
22509         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22510         (_dl_nns, _dl_load_adds): Set to 1.
22511         (_dl_initial_searchlist): Refer to _dl_main_map.
22512         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22513         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22514         call to _dl_get_origin.
22515         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22516         around call_map.
22517         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22518         * dlfcn/modstatic3.c: New file.
22519         * dlfcn/tststatic3.c: New file.
22520         * dlfcn/tststatic4.c: New file.
22521         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22522         (tests-static): Likewise.
22523         (modules-names): Add modstatic3.
22524         (tststatic3-ENV, tststatic4-ENV): New variables.
22525         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22526         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22528 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22530         * configure.in (CC): Require GCC version 4.4 or later.
22531         * configure: Regenerated.
22532         * manual/install.texi (Tools for Compilation): Update GCC version
22533         requirement.
22534         * INSTALL: Regenerated.
22536 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22538         [BZ #15674]
22539         * string/test-memcmp.c (check2): New.
22540         (main): Call check2.
22542         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22544 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22546         [BZ #15022]
22547         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22548         over to...
22549         (dl_open_worker) [!SHARED]: ... here.
22551 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22553         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22555 2013-06-25  Richard Henderson  <rth@redhat.com>
22557         * locale/programs/locarchive.c: Include <libc-internal.h>
22559 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22561         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22562         trailing whitespace removed.
22564 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22566         [BZ #10283]
22567         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22568         * locale/programs/locarchive.c: Include libc-mmap.h.
22569         (prepare_address_space): Take two new outputs (the mmap base and len).
22570         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22571         values.
22572         (create_archive): Declare new mmap base and len values for
22573         prepare_address_space, and store the result in ah.
22574         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22575         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22576         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22577         Declare new mmap base and len values for
22578         prepare_address_space, and store the result in new_ah.
22579         (open_archive): Declare new mmap base and len values for
22580         prepare_address_space, and store the result in ah.
22581         (close_archive): If ah->mmap_base is not NULL, use that and
22582         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22583         * sysdeps/generic/libc-mmap.h: New file.
22585 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22587         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22588         (ALIGN_UP): Likewise.
22589         (PTR_ALIGN_DOWN): Likewise.
22590         (PTR_ALIGN_UP): Likewise.
22592 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22594         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22595         entry mapped to PPC_PLATFORM_POWER8.
22596         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22597         POWER8.
22598         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22599         (_dl_string_platform): Add case for exporting platform position for
22600         POWER8.
22601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22602         search path to sysdeps/powerpc/powerpc32/power8 directory.
22603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22604         search path to sysdeps/powerpc/powerpc64/power8 directory.
22605         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22606         power7 directories.
22607         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22608         power7 directories.
22610 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22612         * INSTALL: Regenerate.
22614         * nscd/connections.c (nscd_init): Fix comment.
22616 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22618         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22620         [BZ #15667]
22621         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22622         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22624 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22626         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22627         DL_DST_REQ_STATIC.
22628         (DL_DST_REQ_STATIC): Remove macro.
22630 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22632         [BZ #7006]
22633         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22634         with a shift of 0 bits.
22636 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22638         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22639         $(tststatic-ENV).
22641 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22643         [BZ #15655]
22644         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22646 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22648         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22649         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22650         accepts -fno-tree-loop-distribute-patterns.
22651         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22652         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22653         recursive call.
22654         * string/memset.c (memset): Likewise.
22655         * string/test-memmove.c (simple_memmove): Disable loop transformation
22656         to library calls.
22657         * string/test-memset.c (simple_memset): Likewise.
22658         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22659         * benchtests/bench-memset.c (simple_memset): Likewise.
22660         * configure: Regenerated.
22662 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22664         * math/test-misc.c (main): Ignore fesetround failure when failures
22665         of subsequent rounding tests would be ignored.
22667         [BZ #15654]
22668         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22669         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22670         * math/fegetenv.c (__fegetenv): Return 0.
22671         * math/fegetexcept.c (fegetexcept): Return 0.
22672         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22673         FE_TONEAREST.
22674         * math/feholdexcpt.c (feholdexcept): Return 0.
22675         * math/fesetenv.c (__fesetenv): Return 0.
22676         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22677         argument FE_TONEAREST.
22678         * math/feupdateenv.c (__feupdateenv): Return 0.
22679         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22681 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22683         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22684         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22685         ($(objpfx)rtld-%.os rules): Use them.
22687 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22689         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22690         fields.
22692 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22694         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22695         length of target pattern, then descending length of dependency pattern.
22696         * configure.in (AWK): Require gawk 3.1.2 or newer.
22697         * manual/install.texi (Tools for Compilation): Say that we do.
22698         * configure: Regenerated.
22700         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22701         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22702         * scripts/sysd-rules.awk: ... this new script.
22703         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22704         than a glob-style pattern.
22706 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22708         * math/test-misc.c (main): Do not treat incorrectly rounded
22709         conversions as failure unless ROUNDING_TESTS passes.
22711 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22713         [BZ #15631]
22714         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22715         restore exception state around main square root computation, then
22716         check for inexactness explicitly.
22718         * math/libm-test.inc (fma_test_data): Add another test.
22720 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22722         * manual/threads.texi (Non-POSIX Extensions): New document
22723         node.  Document pthread_getattr_default_np and
22724         pthread_setattr_default_np.
22726         * Versions.def (libpthread): Add GLIBC_2.18.
22727         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22729         Likewise.
22730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22731         Likewise.
22732         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22733         Likewise.
22734         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22735         Likewise.
22736         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22737         Likewise.
22738         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22739         Likewise.
22740         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22741         Likewise.
22742         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22743         Likewise.
22744         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22745         Likewise.
22747 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22749         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22750         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22752 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22753             H.J. Lu  <hjl.tools@gmail.com>
22755         [BZ #15627]
22756         * sysdeps/x86_64/rtld-memset.c: Remove file.
22757         * sysdeps/x86_64/rtld-memset.S: New file.
22759 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22761         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22762         (test_in_one_mode): Take arguments for whether the rounding mode
22763         is supported for each floating-point type.
22764         (do_test): Pass new arguments to test_in_one_mode using
22765         ROUNDING_TESTS.
22767 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22769         * posix/tst-waitid.c (do_test): Distinguish different instances of
22770         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22771         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22772         before entering the kernel for waitpid.
22774 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22776         * NEWS: Fix note on clock function precision.  Text by Roland
22777         McGrath.
22779 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22781         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22782         it into place only when and if the sanity check passes.
22784 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22786         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22787         output for whether conversion result is exact.  Take argument
22788         indicating whether type is IBM long double.
22789         (round_for_all): Change need_exact field to ibm_ld.
22790         * stdlib/tst-strtod-round.c (struct exactness): New type.
22791         (struct test): Change bool ld_ok field to struct exactness exact.
22792         (TEST): Update all definitions for change to field.
22793         (tests): Regenerate array contents.
22794         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22795         field value.  Check for IBM long double here.
22796         (do_test): Update calls to test_in_one_mode.
22798 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22800         [BZ #12515]
22801         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22802         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22804 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22806         [BZ #15605]
22807         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22808         generated by the compiler on loop optimizations.
22809         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22810         general definitions.
22812 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22814         * math/bug-nextafter.c: Include <math-tests.h>.
22815         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22816         the relevant type.
22817         * math/bug-nexttoward.c: Include <math-tests.h>.
22818         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22819         the relevant type.
22820         * math/test-misc.c: Include <math-tests.h>.
22821         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22822         the relevant type.
22824 2013-06-12  Andreas Jaeger  <aj@suse.de>
22826         * po/ia.po: Update Interlingua translation from translation
22827         project.
22829 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22831         * include/fenv.h: Include stdbool.h.
22832         (struct rm_ctx): New structure.
22833         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22834         Define macro.
22835         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22836         (SET_RESTORE_ROUNDF): Likewise.
22837         (SET_RESTORE_ROUNDL): Likewise.
22838         (SET_RESTORE_ROUND_NOEX): Likewise.
22839         (SET_RESTORE_ROUND_NOEXF): Likewise.
22840         (SET_RESTORE_ROUND_NOEXL): Likewise.
22841         (SET_RESTORE_ROUND_53BIT): Likewise.
22842         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22843         (libc_feresetround_noexf_ctx): Likewise.
22844         (libc_feresetround_noexl_ctx): Likewise.
22845         (libc_feholdsetround_53bit_ctx): Likewise.
22846         (libc_feresetround_53bit_ctx): Likewise.
22847         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22848         (libc_feholdexcept_setround_sse_ctx): New function.
22849         (libc_fesetenv_sse_ctx): Likewise.
22850         (libc_feupdateenv_sse_ctx): Likewise.
22851         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22852         (libc_feholdexcept_setround_387_ctx): Likewise.
22853         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22854         (libc_feholdsetround_387_prec_ctx): Likewise.
22855         (libc_feholdsetround_387_ctx): Likewise.
22856         (libc_feholdsetround_387_53bit_ctx): Likewise.
22857         (libc_feholdsetround_sse_ctx): Likewise.
22858         (libc_feresetround_sse_ctx): Likewise.
22859         (libc_feresetround_387_ctx): Likewise.
22860         (libc_feupdateenv_387_ctx): Likewise.
22861         (libc_feholdexcept_setroundf_ctx): Define macro.
22862         (libc_fesetenvf_ctx): Likewise.
22863         (libc_feupdateenvf_ctx): Likewise.
22864         (libc_feholdsetroundf_ctx): Likewise.
22865         (libc_feresetroundf_ctx): Likewise.
22866         (libc_feholdexcept_setround_ctx): Likewise.
22867         (libc_fesetenv_ctx): Likewise.
22868         (libc_feupdateenv_ctx): Likewise.
22869         (libc_feholdsetround_ctx): Likewise.
22870         (libc_feresetround_ctx): Likewise.
22871         (libc_feholdexcept_setroundl_ctx): Likewise.
22872         (libc_feupdateenvl_ctx): Likewise.
22873         (libc_feholdsetroundl_ctx): Likewise.
22874         (libc_feresetroundl_ctx): Likewise.
22875         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22876         (libc_feresetround_53bit_ctx): Likewise.
22878 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22880         * locale/iso-639.def: Convert to UTF-8.
22882 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22884         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22885         (EXCEPTION_TESTS_double): Likewise.
22886         (EXCEPTION_TESTS_long_double): Likewise.
22887         (EXCEPTION_TESTS): Likewise.
22888         * math/libm-test.inc (test_exceptions): Only test exceptions if
22889         EXCEPTION_TESTS (FLOAT).
22891 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22893         * benchtests/Makefile (string-bench): Add strcpy_chk and
22894         stpcpy_chk.
22895         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22896         * benchtests/bench-stpcpy_chk.c: New file.
22897         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22898         * benchtests/bench-strcpy_chk.c: New file.
22899         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22900         code.
22901         (do_test): Likewise.
22903 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22905         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22906         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22907         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22908         with tabs where appropriate.
22909         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22910         dl-procinfo.h.
22911         [PPC_PLATFORM_PPC440]: Likewise.
22912         [PPC_PLATFORM_PPC464]: Likewise.
22913         [PPC_PLATFORM_PPC476]: Likewise.
22914         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22915         ppc464, and ppc476 platform strings merging from ports/
22916         dl-procinfo.h.
22918 2013-06-11  Andreas Schwab  <schwab@suse.de>
22920         [BZ #14991]
22921         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22922         (from_ucs4_idx): Regenerate.
22923         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22924         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22925         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22926         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22927         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22928         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22929         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22930         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22931         from FROM_LOOP and TO_LOOP specific macros.
22932         (BODY): Handle combining characters.
22933         * iconvdata/BIG5HKSCS.irreversible: Update.
22934         * iconvdata/BIG5HKSCS.precomposed: New file.
22935         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22936         characters.
22937         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22939 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22941         * include/sys/time.h: Fix indentation and add copyright header.
22943         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22944         (do_test): Likewise.
22945         * string/test-memchr.c (do_one_test): Likewise.
22946         (do_test): Likewise.
22947         * string/test-memcmp.c (do_one_test): Likewise.
22948         (do_test): Likewise.
22949         * string/test-memcpy.c (do_one_test): Likewise.
22950         (do_test): Likewise.
22951         * string/test-memmem.c (do_one_test): Likewise.
22952         (do_test): Likewise.
22953         (do_random_tests): Likewise.
22954         * string/test-memmove.c (do_one_test): Likewise.
22955         (do_test): Likewise.
22956         * string/test-memset.c (do_one_test): Likewise.
22957         (do_test): Likewise.
22958         * string/test-rawmemchr.c (do_one_test): Likewise.
22959         (do_test): Likewise.
22960         * string/test-strcasecmp.c (do_one_test): Likewise.
22961         (do_test): Likewise.
22962         * string/test-strcasestr.c (do_one_test): Likewise.
22963         (do_test): Likewise.
22964         * string/test-strcat.c (do_one_test): Likewise.
22965         (do_test): Likewise.
22966         * string/test-strchr.c (do_one_test): Likewise.
22967         (do_test): Likewise.
22968         * string/test-strcmp.c (do_one_test): Likewise.
22969         (do_test): Likewise.
22970         * string/test-strcpy.c (do_one_test): Likewise.
22971         (do_test): Likewise.
22972         * string/test-string.h: Likewise.
22973         (test_init): Likewise.
22974         * string/test-strlen.c (do_one_test): Likewise.
22975         (do_test): Likewise.
22976         * string/test-strncasecmp.c (do_one_test): Likewise.
22977         (do_test): Likewise.
22978         * string/test-strncat.c (do_one_test): Likewise.
22979         (do_test): Likewise.
22980         * string/test-strncmp.c (do_one_test): Likewise.
22981         (do_test_limit): Likewise.
22982         (do_test): Likewise.
22983         * string/test-strncpy.c (do_one_test): Likewise.
22984         (do_test): Likewise.
22985         * string/test-strnlen.c (do_one_test): Likewise.
22986         (do_test): Likewise.
22987         * string/test-strpbrk.c (do_one_test): Likewise.
22988         (do_test): Likewise.
22989         * string/test-strrchr.c (do_one_test): Likewise.
22990         (do_test): Likewise.
22991         * string/test-strspn.c (do_one_test): Likewise.
22992         (do_test): Likewise.
22993         * string/test-strstr.c (do_one_test): Likewise.
22994         (do_test): Likewise.
22996         * benchtests/Makefile (string-bench): Add string benchmarks.
22997         * benchtests/bench-bcopy-ifunc.c: New file.
22998         * benchtests/bench-bcopy.c: New file.
22999         * benchtests/bench-bzero-ifunc.c: New file.
23000         * benchtests/bench-bzero.c: New file.
23001         * benchtests/bench-memccpy-ifunc.c: New file.
23002         * benchtests/bench-memccpy.c: New file.
23003         * benchtests/bench-memchr-ifunc.c: New file.
23004         * benchtests/bench-memchr.c: New file.
23005         * benchtests/bench-memcmp-ifunc.c: New file.
23006         * benchtests/bench-memcmp.c: New file.
23007         * benchtests/bench-memmem-ifunc.c: New file.
23008         * benchtests/bench-memmem.c: New file.
23009         * benchtests/bench-memmove-ifunc.c: New file.
23010         * benchtests/bench-memmove.c: New file.
23011         * benchtests/bench-mempcpy-ifunc.c: New file.
23012         * benchtests/bench-mempcpy.c: New file.
23013         * benchtests/bench-memset-ifunc.c: New file.
23014         * benchtests/bench-memset.c: New file.
23015         * benchtests/bench-rawmemchr-ifunc.c: New file.
23016         * benchtests/bench-rawmemchr.c: New file.
23017         * benchtests/bench-stpcpy-ifunc.c: New file.
23018         * benchtests/bench-stpcpy.c: New file.
23019         * benchtests/bench-stpncpy-ifunc.c: New file.
23020         * benchtests/bench-stpncpy.c: New file.
23021         * benchtests/bench-strcasecmp-ifunc.c: New file.
23022         * benchtests/bench-strcasecmp.c: New file.
23023         * benchtests/bench-strcasestr-ifunc.c: New file.
23024         * benchtests/bench-strcasestr.c: New file.
23025         * benchtests/bench-strcat-ifunc.c: New file.
23026         * benchtests/bench-strcat.c: New file.
23027         * benchtests/bench-strchr-ifunc.c: New file.
23028         * benchtests/bench-strchr.c: New file.
23029         * benchtests/bench-strchrnul-ifunc.c: New file.
23030         * benchtests/bench-strchrnul.c: New file.
23031         * benchtests/bench-strcmp-ifunc.c: New file.
23032         * benchtests/bench-strcmp.c: New file.
23033         * benchtests/bench-strcpy-ifunc.c: New file.
23034         * benchtests/bench-strcpy.c: New file.
23035         * benchtests/bench-strcspn-ifunc.c: New file.
23036         * benchtests/bench-strcspn.c: New file.
23037         * benchtests/bench-strlen-ifunc.c: New file.
23038         * benchtests/bench-strlen.c: New file.
23039         * benchtests/bench-strncasecmp-ifunc.c: New file.
23040         * benchtests/bench-strncasecmp.c: New file.
23041         * benchtests/bench-strncat-ifunc.c: New file.
23042         * benchtests/bench-strncat.c: New file.
23043         * benchtests/bench-strncmp-ifunc.c: New file.
23044         * benchtests/bench-strncmp.c: New file.
23045         * benchtests/bench-strncpy-ifunc.c: New file.
23046         * benchtests/bench-strncpy.c: New file.
23047         * benchtests/bench-strnlen-ifunc.c: New file.
23048         * benchtests/bench-strnlen.c: New file.
23049         * benchtests/bench-strpbrk-ifunc.c: New file.
23050         * benchtests/bench-strpbrk.c: New file.
23051         * benchtests/bench-strrchr-ifunc.c: New file.
23052         * benchtests/bench-strrchr.c: New file.
23053         * benchtests/bench-strspn-ifunc.c: New file.
23054         * benchtests/bench-strspn.c: New file.
23055         * benchtests/bench-strstr-ifunc.c: New file.
23056         * benchtests/bench-strstr.c: New file.
23058         * benchtests/Makefile: Disable parallel execution of targets.
23059         (string-bench): Add memcpy.
23060         (benchset): New variable to store a list of benchmark sets.
23061         (bench-func): Renamed from bench.
23062         (bench-set): New target.
23063         (bench): Depend on bench-func and bench-set.
23064         * benchtests/README: Add section on benchmark sets.
23065         * benchtests/bench-memcpy-ifunc.c: New file.
23066         * benchtests/bench-memcpy.c: New file.
23067         * benchtests/bench-string.h: New file.
23069 2013-06-11  Andreas Schwab  <schwab@suse.de>
23071         [BZ #15577]
23072         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23073         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23074         values in the triple.
23075         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23076         terminator in the group key.
23078 2013-06-11  Andreas Jaeger  <aj@suse.de>
23080         * po/zh_TW.po: Update Chinese (traditional) translation from
23081         translation project.
23083 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23085         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23086         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23087         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23088         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23089         (clock_getcpuclockid): Likewise.
23090         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23091         Add weak_alias and libc_hidden_def.
23092         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23093         * rt/clock_gettime.c (clock_gettime): Rename to
23094         __clock_gettime.  Add weak_alias and libc_hidden_def.
23095         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23096         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23097         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23098         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23099         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23100         Likewise.
23101         * rt/clock_settime.c (clock_settime): Rename to
23102         __clock_settime.  Add weak_alias and libc_hidden_def.
23103         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23105 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23107         * mach/err_boot.sub: Remove trailing whitespace.
23108         * mach/err_ipc.sub: Likewise.
23109         * mach/err_mach.sub: Likewise.
23111         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23112         (ROUNDING_TESTS_double): Likewise.
23113         (ROUNDING_TESTS_long_double): Likewise.
23114         (ROUNDING_TESTS): Likewise.
23115         * math/libm-test.inc: Include <math-tests.h>.
23116         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23117         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23118         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23119         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23121 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23123         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23124         of assigning.
23126 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23128         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23129         otherwise empty TRANS lines.
23130         * sysdeps/gnu/errlist.c: Regenerated.
23132         * catgets/gencat.c (error_print): Use (void) in function
23133         definition.
23134         * crypt/crypt_util.c (__init_des): Likewise.
23135         * crypt/speeds.c (Stop): Likewise.
23136         (main): Likewise.
23137         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23138         * inet/ruserpass.c (token): Likewise.
23139         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23140         * intl/localealias.c (extend_alias_table): Likewise.
23141         * intl/plural-exp.c (init_germanic_plural): Likewise.
23142         * libio/fcloseall.c (__fcloseall): Likewise.
23143         * libio/genops.c (_IO_flush_all): Likewise.
23144         (_IO_flush_all_linebuffered): Likewise.
23145         (_IO_cleanup): Likewise.
23146         (_IO_iter_begin): Likewise.
23147         (_IO_iter_end): Likewise.
23148         (_IO_list_lock): Likewise.
23149         (_IO_list_unlock): Likewise.
23150         (_IO_list_resetlock): Likewise.
23151         * libio/getchar.c (getchar): Likewise.
23152         * libio/getchar_u.c (getchar_unlocked): Likewise.
23153         * libio/getwchar.c (getwchar): Likewise.
23154         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23155         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23156         * login/getpt.c (__getpt): Likewise.
23157         * login/tst-utmp.c (main): Likewise.
23158         * malloc/hooks.c (__malloc_check_init): Likewise.
23159         * malloc/malloc.c (__malloc_stats): Likewise.
23160         * malloc/mtrace.c (tr_break): Likewise.
23161         (mtrace): Likewise.
23162         (muntrace): Likewise.
23163         * misc/fstab.c (endfsent): Likewise.
23164         * misc/getclktck.c (__getclktck): Likewise.
23165         * misc/getdtsz.c (__getdtablesize): Likewise.
23166         * misc/gethostid.c (gethostid): Likewise.
23167         * misc/getpagesize.c (__getpagesize): Likewise.
23168         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23169         (__get_nprocs): Likewise.
23170         (__get_phys_pages): Likewise.
23171         (__get_avphys_pages): Likewise.
23172         * misc/getttyent.c (getttyent): Likewise.
23173         (setttyent): Likewise.
23174         (endttyent): Likewise.
23175         * misc/getusershell.c (getusershell): Likewise.
23176         (endusershell): Likewise.
23177         (setusershell): Likewise.
23178         (initshells): Likewise.
23179         * misc/hsearch.c (__hdestroy): Likewise.
23180         * misc/sync.c (sync): Likewise.
23181         * misc/syslog.c (closelog_internal): Likewise.
23182         (closelog): Likewise.
23183         * misc/ttyslot.c (ttyslot): Likewise.
23184         * misc/vhangup.c (vhangup): Likewise.
23185         * posix/fork.c (__fork): Likewise.
23186         * posix/getegid.c (__getegid): Likewise.
23187         * posix/geteuid.c (__geteuid): Likewise.
23188         * posix/getgid.c (__getgid): Likewise.
23189         * posix/getpid.c (__getpid): Likewise.
23190         * posix/getppid.c (__getppid): Likewise.
23191         * posix/getuid.c (__getuid): Likewise.
23192         * posix/pause.c (pause): Likewise.
23193         * posix/setpgrp.c (setpgrp): Likewise.
23194         * posix/setsid.c (__setsid): Likewise.
23195         * posix/test-vfork.c (noop): Likewise.
23196         * resolv/gethnamaddr.c (_endhtent): Likewise.
23197         (_gethtent): Likewise.
23198         (ht_endhostent): Likewise.
23199         (gethostent): Likewise.
23200         (dns_service): Likewise.
23201         * stdlib/drand48.c (drand48): Likewise.
23202         * stdlib/lrand48.c (lrand48): Likewise.
23203         * stdlib/mrand48.c (mrand48): Likewise.
23204         * stdlib/rand.c (rand): Likewise.
23205         * stdlib/random.c (__random): Likewise.
23206         * stdlib/setenv.c (clearenv): Likewise.
23207         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23208         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23209         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23210         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23211         (__get_nprocs): Likewise.
23212         (__get_phys_pages): Likewise.
23213         (__get_avphys_pages): Likewise.
23214         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23215         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23216         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23217         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23218         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23219         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23220         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23221         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23222         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23223         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23224         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23225         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23226         * sysdeps/posix/clock.c (clock): Likewise.
23227         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23228         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23229         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23230         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23231         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23232         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23233         (__get_nprocs_conf): Likewise.
23234         (__get_phys_pages): Likewise.
23235         (__get_avphys_pages): Likewise.
23236         * time/clock.c (clock): Likewise.
23237         * time/tzset.c (__tzname_max): Likewise.
23239 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23241         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23242         (__bswap_32): Do not use "register".
23243         * crypt/crypt.c (_ufc_doit_r): Likewise.
23244         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23245         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23246         * gmon/gmon.c (__monstartup): Likewise.
23247         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23248         * hurd/hurdmalloc.c (more_memory): Likewise.
23249         (malloc): Likewise.
23250         (free): Likewise.
23251         (realloc): Likewise.
23252         (malloc_fork_prepare): Likewise.
23253         (malloc_fork_parent): Likewise.
23254         (malloc_fork_child): Likewise.
23255         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23256         (_svcauth_des): Likewise.
23257         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23258         * inet/inet_net.c (inet_network): Likewise.
23259         * inet/inet_netof.c (inet_netof): Likewise.
23260         * inet/rcmd.c (__validuser2_sa): Likewise.
23261         * io/fts.c (fts_open): Likewise.
23262         (fts_load): Likewise.
23263         (fts_close): Likewise.
23264         (fts_read): Likewise.
23265         (fts_children): Likewise.
23266         (fts_build): Likewise.
23267         (fts_stat): Likewise.
23268         (fts_sort): Likewise.
23269         (fts_alloc): Likewise.
23270         (fts_lfree): Likewise.
23271         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23272         (_IO_file_xsgetn): Likewise.
23273         (_IO_file_xsgetn_mmap): Likewise.
23274         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23275         (_IO_cookie_write): Likewise.
23276         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23277         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23278         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23279         * malloc/obstack.c (_obstack_begin): Likewise.
23280         (_obstack_begin_1): Likewise.
23281         (_obstack_newchunk): Likewise.
23282         (_obstack_allocated_p): Likewise.
23283         (obstack_free): Likewise.
23284         (_obstack_memory_used): Likewise.
23285         * misc/getttyent.c (getttynam): Likewise.
23286         (getttyent): Likewise.
23287         (skip): Likewise.
23288         (value): Likewise.
23289         * misc/getusershell.c (initshells): Likewise.
23290         * misc/syslog.c (__vsyslog_chk): Likewise.
23291         * misc/ttyslot.c (ttyslot): Likewise.
23292         * nis/nis_hash.c (__nis_hash): Likewise.
23293         * posix/fnmatch_loop.c (FCT): Likewise.
23294         * posix/getconf.c (print_all): Likewise.
23295         (main): Likewise.
23296         * posix/getopt.c (exchange): Likewise.
23297         * posix/glob.c (globfree): Likewise.
23298         (prefix_array): Likewise.
23299         (__glob_pattern_type): Likewise.
23300         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23301         (NS_GET32): Likewise.
23302         (NS_PUT16): Likewise.
23303         (NS_PUT32): Likewise.
23304         * resolv/gethnamaddr.c (getanswer): Likewise.
23305         (gethostbyname2): Likewise.
23306         (gethostbyaddr): Likewise.
23307         (_gethtent): Likewise.
23308         (_gethtbyname2): Likewise.
23309         (_gethtbyaddr): Likewise.
23310         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23311         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23312         * resolv/res_init.c (__res_vinit): Likewise.
23313         (net_mask): Likewise.
23314         * resolv/res_mkquery.c (outchar): Likewise.
23315         (PRINT): Likewise.
23316         * stdio-common/printf_fp.c (outchar): Likewise.
23317         (PRINT): Likewise.
23318         * stdio-common/printf_fphex.c (outchar): Likewise.
23319         (PRINT): Likewise.
23320         * stdio-common/printf_size.c (outchar): Likewise.
23321         (PRINT): Likewise.
23322         * stdio-common/test_rdwr.c (main): Likewise.
23323         * stdio-common/tfformat.c (matches): Likewise.
23324         * stdio-common/vfprintf.c (outchar): Likewise.
23325         (printf_unknown): Likewise.
23326         (buffered_vfprintf): Likewise.
23327         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23328         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23329         (ReadFile): Likewise.
23330         * stdlib/qsort.c (SWAP): Likewise.
23331         (_quicksort): Likewise.
23332         * stdlib/setenv.c (__add_to_environ): Likewise.
23333         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23334         * stdlib/strtol_l.c (__strtol_l): Likewise.
23335         * stdlib/tst-strtod.c (main): Likewise.
23336         * stdlib/tst-strtol.c (main): Likewise.
23337         * stdlib/tst-strtoll.c (main): Likewise.
23338         * string/bits/string2.h (__strcmp_cc): Likewise.
23339         (__strcmp_cg): Likewise.
23340         (__strcspn_c1): Likewise.
23341         (__strcspn_c2): Likewise.
23342         (__strcspn_c3): Likewise.
23343         (__strspn_c1): Likewise.
23344         (__strspn_c2): Likewise.
23345         (__strspn_c3): Likewise.
23346         (__strsep_1c): Likewise.
23347         (__strsep_2c): Likewise.
23348         (__strsep_3c): Likewise.
23349         * string/memccpy.c (__memccpy): Likewise.
23350         * string/stpcpy.c (__stpcpy): Likewise.
23351         * string/strcmp.c (strcmp): Likewise.
23352         * string/strrchr.c (strrchr): Likewise.
23353         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23354         Likewise.
23355         * sysdeps/mach/hurd/getcwd.c
23356         (_hurd_canonicalize_directory_name_internal): Likewise.
23357         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23358         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23359         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23360         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23361         Likewise, in both definitions.
23362         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23363         definitions.
23364         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23365         64] (__bswap_64): Likewise.
23366         * time/test_time.c (main): Likewise.
23367         * time/tzfile.c (__tzfile_read): Likewise.
23368         (__tzfile_compute): Likewise.
23369         * time/tzset.c (__tzset_parse_tz): Likewise.
23370         (tzset_internal): Likewise.
23371         (compute_change): Likewise.
23372         * wcsmbs/wcscat.c (__wcscat): Likewise.
23373         * wcsmbs/wcschr.c (wcschr): Likewise.
23374         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23375         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23376         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23377         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23378         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23379         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23380         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23381         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23382         * wcsmbs/wmemset.c (wmemset): Likewise.
23384 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23386         * scripts/config.guess: Update to version 2013-05-16.
23387         * scripts/config.sub: Update to version 2013-04-24.
23388         * scripts/install-sh: Update to version 2011-11-20.07.
23389         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23390         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23392 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23394         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23395         * elf/sln.c: Likewise.
23396         * hurd/hurd/ioctl.h: Likewise.
23397         * hurd/hurdmalloc.c: Likewise.
23398         * hurd/xattr.c: Likewise.
23399         * include/shlib-compat.h: Likewise.
23400         * inet/ruserpass.c: Likewise.
23401         * libio/iofgets_u.c: Likewise.
23402         * libio/iofgetws_u.c: Likewise.
23403         * locale/programs/ld-identification.c: Likewise.
23404         * locale/programs/ld-time.c: Likewise.
23405         * mach/msg-destroy.c: Likewise.
23406         * nss/nss_files/files-netgrp.c: Likewise.
23407         * resolv/res_data.c: Likewise.
23408         * soft-fp/op-1.h: Likewise.
23409         * soft-fp/op-2.h: Likewise.
23410         * soft-fp/op-4.h: Likewise.
23411         * soft-fp/op-common.h: Likewise.
23412         * stdio-common/printf_fphex.c: Likewise.
23413         * stdlib/strtod_l.c: Likewise.
23414         * sunrpc/rpc/clnt.h: Likewise.
23415         * sysdeps/generic/framestate.c: Likewise.
23416         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23417         * sysdeps/i386/bsd-setjmp.S: Likewise.
23418         * sysdeps/i386/__longjmp.S: Likewise.
23419         * sysdeps/i386/setjmp.S: Likewise.
23420         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23421         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23422         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23423         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23424         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23425         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23426         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23427         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23428         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23429         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23430         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23431         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23432         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23433         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23434         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23435         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23436         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23437         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23438         * sysdeps/ieee754/support.c: Likewise.
23439         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23440         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23441         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23442         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23443         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23444         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23445         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23446         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23447         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23448         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23449         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23450         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23451         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23452         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23453         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23454         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23455         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23458 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23460         * posix/transbug.c: Remove executable mode.
23462 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23464         * crypt/speeds.c: Remove trailing whitespace.
23465         * dlfcn/default.c: Likewise.
23466         * elf/ifuncdep2.c: Likewise.
23467         * elf/ifuncmain1.c: Likewise.
23468         * elf/ifuncmain1vis.c: Likewise.
23469         * elf/testobj.h: Likewise.
23470         * elf/tst-stackguard1.c: Likewise.
23471         * gmon/sys/gmon.h: Likewise.
23472         * hurd/hurdmsg.c: Likewise.
23473         * hurd/new-fd.c: Likewise.
23474         * hurd/ports-get.c: Likewise.
23475         * iconvdata/ibm1008_420.c: Likewise.
23476         * inet/tst-getni1.c: Likewise.
23477         * inet/tst-getni2.c: Likewise.
23478         * libio/ioungetc.c: Likewise.
23479         * libio/wfiledoalloc.c: Likewise.
23480         * manual/libm-err-tab.pl: Likewise.
23481         * math/w_dremf.c: Likewise.
23482         * misc/ftruncate.c: Likewise.
23483         * posix/bug-glob2.c: Likewise.
23484         * posix/tst-pcre.c: Likewise.
23485         * posix/wait4.c: Likewise.
23486         * resolv/README: Likewise.
23487         * resolv/res_debug.h: Likewise.
23488         * resolv/tst-inet_ntop.c: Likewise.
23489         * setjmp/bug269-setjmp.c: Likewise.
23490         * soft-fp/extended.h: Likewise.
23491         * soft-fp/op-1.h: Likewise.
23492         * soft-fp/op-2.h: Likewise.
23493         * soft-fp/op-4.h: Likewise.
23494         * soft-fp/op-8.h: Likewise.
23495         * soft-fp/testit.c: Likewise.
23496         * stdio-common/bug16.c: Likewise.
23497         * stdlib/random.c: Likewise.
23498         * sunrpc/rpcsvc/rquota.x: Likewise.
23499         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23500         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23501         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23502         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23503         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23504         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23505         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23506         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23507         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23508         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23509         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23510         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23511         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23512         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23513         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23514         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23515         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23516         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23517         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23518         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23519         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23520         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23521         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23522         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23523         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23524         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23525         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23526         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23527         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23528         * sysdeps/ieee754/s_lib_version.c: Likewise.
23529         * sysdeps/mach/hurd/check_fds.c: Likewise.
23530         * sysdeps/mach/hurd/getsockname.c: Likewise.
23531         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23532         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23533         * sysdeps/powerpc/bits/link.h: Likewise.
23534         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23535         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23536         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23537         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23538         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23539         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23540         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23541         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23542         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23543         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23544         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23545         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23546         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23547         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23548         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23549         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23550         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23551         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23552         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23553         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23554         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23555         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23556         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23557         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23558         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23559         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23560         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23561         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23562         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23563         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23564         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23565         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23566         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23567         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23568         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23569         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23570         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23571         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23572         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23573         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23574         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23575         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23576         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23577         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23578         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23579         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23580         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23581         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23582         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23583         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23584         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23585         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23586         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23587         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23588         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23589         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23590         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23591         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23592         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23593         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23594         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23595         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23596         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23597         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23598         * sysdeps/powerpc/sysdep.h: Likewise.
23599         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23600         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23601         * sysdeps/sh/dl-trampoline.S: Likewise.
23602         * sysdeps/sh/memset.S: Likewise.
23603         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23604         * sysdeps/sh/strlen.S: Likewise.
23605         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23606         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23607         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23608         * sysdeps/sparc/sparc32/rem.S: Likewise.
23609         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23610         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23611         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23612         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23613         * sysdeps/sparc/sparc32/urem.S: Likewise.
23614         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23615         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23616         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23617         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23618         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23619         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23620         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23621         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23622         * sysdeps/unix/bsd/times.c: Likewise.
23623         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23624         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23628         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23629         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23630         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23631         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23632         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23633         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23634         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23635         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23636         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23637         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23638         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23639         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23640         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23641         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23642         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23643         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23644         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23645         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23646         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23647         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23648         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23649         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23650         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23651         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23652         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23653         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23654         * sysdeps/x86_64/strcspn.S: Likewise.
23656 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23658         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23659         generated file.  Regenerate properly from gen-translit.pl.
23660         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23661         locale/C-translit.h.
23663 2013-06-05  Andreas Schwab  <schwab@suse.de>
23665         [BZ #15100]
23666         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23667         week as 6 instead of -1.
23668         * time/tst-strptime.c (day_tests): Add test case.
23670 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23672         * sysdeps/generic/math_private.h
23673         (libc_feholdexcept_setround_53bit): Replace with
23674         libc_feholdsetround_53bit.
23675         (libc_feupdateenv_53bit): Replace with
23676         libc_feresetround_53bit.
23677         (SET_RESTORE_ROUND_53BIT): Adjust.
23679 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23681         * string/test-strchrnul.c: Add copyright header.
23683         * posix/tst-getaddrinfo4.c: Increase test timeout.
23685 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23687         [BZ #15536]
23688         * math/libm-test.inc (MAX_EXP): Remove
23689         (MIN_EXP): Define.
23690         (ulp): Use MIN_EXP - MANT_DIG.
23691         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23693 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23695         * po/be.po: Revert last change.
23696         * po/zh_CN.po: Likewise.
23697         * po/header.pot: Likewise.
23699 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23701         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23702         link-libc-deps to empty as target-specific variable.
23703         * Makerules (link-libc-args): New variable.
23704         (libc-for-link): Likewise.
23705         (link-libc-deps): Likewise.
23706         (lib%.so): Depend on $(link-libc-deps).  Link with
23707         $(link-libc-args).
23708         (build-module): Link with $(link-libc-args).
23709         (build-module-asneeded): Likewise.
23710         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23711         list of objects.
23712         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23713         target-specific variable.
23714         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23715         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23716         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23717         libc.
23718         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23719         libc and ld.so.
23720         ($(objpfx)libpcprofile.so): Likewise.
23721         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23722         libc_nonshared.a.
23723         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23724         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23725         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23726         $(link-libc-deps).
23727         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23728         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23729         * login/Makefile ($(objpfx)libutil.so): Likewise.
23730         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23731         * math/Makefile ($(objpfx)libm.so): Likewise.
23732         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23733         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23734         variable instead of depending directly on libc.
23735         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23736         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23737         $(link-libc-deps).
23738         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23739         libc.
23740         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23741         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23742         ($(objpfx)libanl.so): Likewise.
23743         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23744         ld.so.
23745         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23746         $(link-libc-deps).
23747         * sysdeps/i386/fpu/Makefile: Remove file.
23748         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23749         ($(objpfx)libm.so): Remove dependency on ld.so.
23751 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23753         [BZ # 15553]
23754         * nis/yp_xdr.c (XDRMAXNAME): Define.
23755         (XDRMAXRECORD): Define.
23756         (xdr_domainname): Use XDRMAXNAME.
23757         (xdr_mapname): Likewise.
23758         (xdr_peername): Likewise.
23759         (xdr_keydat): Use XDRMAXRECORD.
23760         (xdr_valdat): Likewise.
23762 2013-05-30  Jeff Law  <law@redhat.com>
23764         [BZ #14256]
23765         * manual/errno.texi (ESTALE): Update to account for more than
23766         just NFS file systems.
23767         * sysdeps/gnu/errlist.c: Regenerated.
23769 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23771         [BZ #15465]
23772         * elf/Makefile (tests): Add tst-null-argv.
23773         (modules-names):  Add tst-null-argv-lib.
23774         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23775         (tst-null-argv-ENV): Set environment for tst-null-argv.
23776         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23777         (RTLD_PROGNAME): New macro.
23778         * elf/tst-null-argv.c: New test case.
23779         * elf/tst-null-argv-lib.c: Library for test case.
23780         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23781         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23782         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23783         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23784         * elf/dl-init.c (call_init): Likewise.
23785         (_dl_init): Likewise.
23786         * elf/dl-load.c (print_search_path): Likewise.
23787         (_dl_map_object): Likewise.
23788         * elf/dl-lookup.c (do_lookup_x): Likewise.
23789         (add_dependency): Likewise.
23790         (_dl_lookup_symbol_x): Likewise.
23791         (_dl_debug_bindings): Likewise.
23792         * elf/dl-open.c (_dl_show_scope): Likewise.
23793         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23794         * elf/dl-version.c (match_symbol): Likewise.
23795         (_dl_check_map_versions): Likewise.
23796         * elf/rtld.c (dl_main): Likewise.
23797         (print_unresolved): Use RTLD_PROGNAME.
23798         (print_missing_version): Likewise.
23799         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23800         (elf_machine_rela): Likewise.
23801         * sysdeps/powerpc/powerpc32/dl-machine.c
23802         (__process_machine_rela): Likewise.
23803         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23804         Likewise.
23805         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23806         Likewise.
23807         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23808         Likewise.
23809         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23810         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23811         Likewise.
23812         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23813         Likewise.
23814         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23816 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23818         * po/be.po: Add descriptive title.
23819         * po/zh_CN.po: Likewise.
23820         * po/header.pot: Likewise.
23822 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23824         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23825         error message.
23826         (enlarge_archive): Likewise.
23828 2013-05-28  Ben North  <ben@redfrontdoor.org>
23830         * manual/arith.texi (frexp): It is the magnitude of the return
23831         value which lies in [0.5, 1), not the return value itself.
23833 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23837 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23839         * stdio-common/bug26.c (main): Correct fscanf template.
23841         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23842         declare _dl_skip_args.
23844         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23845         Don't declare.
23847         * manual/platform.texi: Add missing @end deftypefun.
23849 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23851         [BZ #15529]
23852         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23853         bit of mantissa of 2^16382.
23854         * math/libm-test.inc (hypot_test_data): Add more tests.
23856         * math/libm-test.inc: Add drem and pow10 to list of tested
23857         functions.
23858         (pow10_test): New function.
23859         (drem_test): Likewise.
23860         (drem_test_tonearest): Likewise.
23861         (drem_test_towardzero): Likewise.
23862         (drem_test_downward): Likewise.
23863         (drem_test_upward): Likewise.
23864         (main): Call the new functions.
23866         * math/libm-test.inc (finite_test_data): Remove.
23867         (finite_test): Run tests from isfinite_test_data.
23868         (gamma_test_data): Remove.
23869         (gamma_test): Run tests from lgamma_test_data.
23870         * sysdeps/i386/fpu/libm-test-ulps: Update.
23871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23873 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23875         * manual/platform.texi: Add PowerPC PPR function set documentation.
23876         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23877         implementation.
23879 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23881         * math/libm-test.inc (MAX_EXP): Define.
23882         (ULPDIFF): Define.
23883         (ulp): New function.
23884         (check_float_internal): Use ULPDIFF.
23885         (cpow_test): Disable failing test.
23886         (check_ulp): Test ulp() implemetnation.
23887         (main): Call check_ulp before starting tests.
23889 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23891         * math/gen-libm-test.pl (generate_testfile): Do not handle
23892         START_DATA and END_DATA.
23893         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23894         END_DATA.
23895         (acos_tonearest_test_data): Likewise.
23896         (acos_towardzero_test_data): Likewise.
23897         (acos_downward_test_data): Likewise.
23898         (acos_upward_test_data): Likewise.
23899         (acosh_test_data): Likewise.
23900         (asin_test_data): Likewise.
23901         (asin_tonearest_test_data): Likewise.
23902         (asin_towardzero_test_data): Likewise.
23903         (asin_downward_test_data): Likewise.
23904         (asin_upward_test_data): Likewise.
23905         (asinh_test_data): Likewise.
23906         (atan_test_data): Likewise.
23907         (atanh_test_data): Likewise.
23908         (atan2_test_data): Likewise.
23909         (cabs_test_data): Likewise.
23910         (cacos_test_data): Likewise.
23911         (cacosh_test_data): Likewise.
23912         (carg_test_data): Likewise.
23913         (casin_test_data): Likewise.
23914         (casinh_test_data): Likewise.
23915         (catan_test_data): Likewise.
23916         (catanh_test_data): Likewise.
23917         (cbrt_test_data): Likewise.
23918         (ccos_test_data): Likewise.
23919         (ccosh_test_data): Likewise.
23920         (ceil_test_data): Likewise.
23921         (cexp_test_data): Likewise.
23922         (cimag_test_data): Likewise.
23923         (clog_test_data): Likewise.
23924         (clog10_test_data): Likewise.
23925         (conj_test_data): Likewise.
23926         (copysign_test_data): Likewise.
23927         (cos_test_data): Likewise.
23928         (cos_tonearest_test_data): Likewise.
23929         (cos_towardzero_test_data): Likewise.
23930         (cos_downward_test_data): Likewise.
23931         (cos_upward_test_data): Likewise.
23932         (cosh_test_data): Likewise.
23933         (cosh_tonearest_test_data): Likewise.
23934         (cosh_towardzero_test_data): Likewise.
23935         (cosh_downward_test_data): Likewise.
23936         (cosh_upward_test_data): Likewise.
23937         (cpow_test_data): Likewise.
23938         (cproj_test_data): Likewise.
23939         (creal_test_data): Likewise.
23940         (csin_test_data): Likewise.
23941         (csinh_test_data): Likewise.
23942         (csqrt_test_data): Likewise.
23943         (ctan_test_data): Likewise.
23944         (ctan_tonearest_test_data): Likewise.
23945         (ctan_towardzero_test_data): Likewise.
23946         (ctan_downward_test_data): Likewise.
23947         (ctan_upward_test_data): Likewise.
23948         (ctanh_test_data): Likewise.
23949         (ctanh_tonearest_test_data): Likewise.
23950         (ctanh_towardzero_test_data): Likewise.
23951         (ctanh_downward_test_data): Likewise.
23952         (ctanh_upward_test_data): Likewise.
23953         (erf_test_data): Likewise.
23954         (erfc_test_data): Likewise.
23955         (exp_test_data): Likewise.
23956         (exp_tonearest_test_data): Likewise.
23957         (exp_towardzero_test_data): Likewise.
23958         (exp_downward_test_data): Likewise.
23959         (exp_upward_test_data): Likewise.
23960         (exp10_test_data): Likewise.
23961         (exp2_test_data): Likewise.
23962         (expm1_test_data): Likewise.
23963         (fabs_test_data): Likewise.
23964         (fdim_test_data): Likewise.
23965         (finite_test_data): Likewise.
23966         (floor_test_data): Likewise.
23967         (fma_test_data): Likewise.
23968         (fma_towardzero_test_data): Likewise.
23969         (fma_downward_test_data): Likewise.
23970         (fma_upward_test_data): Likewise.
23971         (fmax_test_data): Likewise.
23972         (fmin_test_data): Likewise.
23973         (fmod_test_data): Likewise.
23974         (fpclassify_test_data): Likewise.
23975         (frexp_test_data): Likewise.
23976         (gamma_test_data): Likewise.
23977         (hypot_test_data): Likewise.
23978         (ilogb_test_data): Likewise.
23979         (isfinite_test_data): Likewise.
23980         (isgreater_test_data): Likewise.
23981         (isgreaterequal_test_data): Likewise.
23982         (isinf_test_data): Likewise.
23983         (isless_test_data): Likewise.
23984         (islessequal_test_data): Likewise.
23985         (islessgreater_test_data): Likewise.
23986         (isnan_test_data): Likewise.
23987         (isnormal_test_data): Likewise.
23988         (issignaling_test_data): Likewise.
23989         (isunordered_test_data): Likewise.
23990         (j0_test_data): Likewise.
23991         (j1_test_data): Likewise.
23992         (jn_test_data): Likewise.
23993         (ldexp_test_data): Likewise.
23994         (lgamma_test_data): Likewise.
23995         (lrint_test_data): Likewise.
23996         (lrint_tonearest_test_data): Likewise.
23997         (lrint_towardzero_test_data): Likewise.
23998         (lrint_downward_test_data): Likewise.
23999         (lrint_upward_test_data): Likewise.
24000         (llrint_test_data): Likewise.
24001         (llrint_tonearest_test_data): Likewise.
24002         (llrint_towardzero_test_data): Likewise.
24003         (llrint_downward_test_data): Likewise.
24004         (llrint_upward_test_data): Likewise.
24005         (log_test_data): Likewise.
24006         (log10_test_data): Likewise.
24007         (log1p_test_data): Likewise.
24008         (log2_test_data): Likewise.
24009         (logb_test_data): Likewise.
24010         (logb_downward_test_data): Likewise.
24011         (lround_test_data): Likewise.
24012         (llround_test_data): Likewise.
24013         (modf_test_data): Likewise.
24014         (nearbyint_test_data): Likewise.
24015         (nextafter_test_data): Likewise.
24016         (nexttoward_test_data): Likewise.
24017         (pow_test_data): Likewise.
24018         (pow_tonearest_test_data): Likewise.
24019         (pow_towardzero_test_data): Likewise.
24020         (pow_downward_test_data): Likewise.
24021         (pow_upward_test_data): Likewise.
24022         (remainder_test_data): Likewise.
24023         (remainder_tonearest_test_data): Likewise.
24024         (remainder_towardzero_test_data): Likewise.
24025         (remainder_downward_test_data): Likewise.
24026         (remainder_upward_test_data): Likewise.
24027         (remquo_test_data): Likewise.
24028         (rint_test_data): Likewise.
24029         (rint_tonearest_test_data): Likewise.
24030         (rint_towardzero_test_data): Likewise.
24031         (rint_downward_test_data): Likewise.
24032         (rint_upward_test_data): Likewise.
24033         (round_test_data): Likewise.
24034         (scalb_test_data): Likewise.
24035         (scalbn_test_data): Likewise.
24036         (scalbln_test_data): Likewise.
24037         (signbit_test_data): Likewise.
24038         (sin_test_data): Likewise.
24039         (sin_tonearest_test_data): Likewise.
24040         (sin_towardzero_test_data): Likewise.
24041         (sin_downward_test_data): Likewise.
24042         (sin_upward_test_data): Likewise.
24043         (sincos_test_data): Likewise.
24044         (sinh_test_data): Likewise.
24045         (sinh_tonearest_test_data): Likewise.
24046         (sinh_towardzero_test_data): Likewise.
24047         (sinh_downward_test_data): Likewise.
24048         (sinh_upward_test_data): Likewise.
24049         (sqrt_test_data): Likewise.
24050         (tan_test_data): Likewise.
24051         (tan_tonearest_test_data): Likewise.
24052         (tan_towardzero_test_data): Likewise.
24053         (tan_downward_test_data): Likewise.
24054         (tan_upward_test_data): Likewise.
24055         (tanh_test_data): Likewise.
24056         (tgamma_test_data): Likewise.
24057         (trunc_test_data): Likewise.
24058         (y0_test_data): Likewise.
24059         (y1_test_data): Likewise.
24060         (yn_test_data): Likewise.
24061         (significand_test_data): Likewise.
24063         * math/gen-libm-test.pl (@functions): Remove variable.
24064         (generate_testfile): Don't handle START and END lines.
24065         * math/libm-test.inc (START): New macro.
24066         (END): Likewise.
24067         (END_COMPLEX): Likewise.
24068         (acos_test): Use END macro without arguments.
24069         (acos_test_tonearest): Likewise.
24070         (acos_test_towardzero): Likewise.
24071         (acos_test_downward): Likewise.
24072         (acos_test_upward): Likewise.
24073         (acosh_test): Likewise.
24074         (asin_test): Likewise.
24075         (asin_test_tonearest): Likewise.
24076         (asin_test_towardzero): Likewise.
24077         (asin_test_downward): Likewise.
24078         (asin_test_upward): Likewise.
24079         (asinh_test): Likewise.
24080         (atan_test): Likewise.
24081         (atanh_test): Likewise.
24082         (atan2_test): Likewise.
24083         (cabs_test): Likewise.
24084         (cacos_test): Use END_COMPLEX macro without arguments.
24085         (cacosh_test): Likewise.
24086         (carg_test): Use END macro without arguments.
24087         (casin_test): Use END_COMPLEX macro without arguments.
24088         (casinh_test): Likewise.
24089         (catan_test): Likewise.
24090         (catanh_test): Likewise.
24091         (cbrt_test): Use END macro without arguments.
24092         (ccos_test): Use END_COMPLEX macro without arguments.
24093         (ccosh_test): Likewise.
24094         (ceil_test): Use END macro without arguments.
24095         (cexp_test): Use END_COMPLEX macro without arguments.
24096         (cimag_test): Use END macro without arguments.
24097         (clog_test): Use END_COMPLEX macro without arguments.
24098         (clog10_test): Likewise.
24099         (conj_test): Likewise.
24100         (copysign_test): Use END macro without arguments.
24101         (cos_test): Likewise.
24102         (cos_test_tonearest): Likewise.
24103         (cos_test_towardzero): Likewise.
24104         (cos_test_downward): Likewise.
24105         (cos_test_upward): Likewise.
24106         (cosh_test): Likewise.
24107         (cosh_test_tonearest): Likewise.
24108         (cosh_test_towardzero): Likewise.
24109         (cosh_test_downward): Likewise.
24110         (cosh_test_upward): Likewise.
24111         (cpow_test): Use END_COMPLEX macro without arguments.
24112         (cproj_test): Likewise.
24113         (creal_test): Use END macro without arguments.
24114         (csin_test): Use END_COMPLEX macro without arguments.
24115         (csinh_test): Likewise.
24116         (csqrt_test): Likewise.
24117         (ctan_test): Likewise.
24118         (ctan_test_tonearest): Likewise.
24119         (ctan_test_towardzero): Likewise.
24120         (ctan_test_downward): Likewise.
24121         (ctan_test_upward): Likewise.
24122         (ctanh_test): Likewise.
24123         (ctanh_test_tonearest): Likewise.
24124         (ctanh_test_towardzero): Likewise.
24125         (ctanh_test_downward): Likewise.
24126         (ctanh_test_upward): Likewise.
24127         (erf_test): Use END macro without arguments.
24128         (erfc_test): Likewise.
24129         (exp_test): Likewise.
24130         (exp_test_tonearest): Likewise.
24131         (exp_test_towardzero): Likewise.
24132         (exp_test_downward): Likewise.
24133         (exp_test_upward): Likewise.
24134         (exp10_test): Likewise.
24135         (exp2_test): Likewise.
24136         (expm1_test): Likewise.
24137         (fabs_test): Likewise.
24138         (fdim_test): Likewise.
24139         (finite_test): Likewise.
24140         (floor_test): Likewise.
24141         (fma_test): Likewise.
24142         (fma_test_towardzero): Likewise.
24143         (fma_test_downward): Likewise.
24144         (fma_test_upward): Likewise.
24145         (fmax_test): Likewise.
24146         (fmin_test): Likewise.
24147         (fmod_test): Likewise.
24148         (fpclassify_test): Likewise.
24149         (frexp_test): Likewise.
24150         (gamma_test): Likewise.
24151         (hypot_test): Likewise.
24152         (ilogb_test): Likewise.
24153         (isfinite_test): Likewise.
24154         (isgreater_test): Likewise.
24155         (isgreaterequal_test): Likewise.
24156         (isinf_test): Likewise.
24157         (isless_test): Likewise.
24158         (islessequal_test): Likewise.
24159         (islessgreater_test): Likewise.
24160         (isnan_test): Likewise.
24161         (isnormal_test): Likewise.
24162         (issignaling_test): Likewise.
24163         (isunordered_test): Likewise.
24164         (j0_test): Likewise.
24165         (j1_test): Likewise.
24166         (jn_test): Likewise.
24167         (ldexp_test): Likewise.
24168         (lgamma_test): Likewise.
24169         (lrint_test): Likewise.
24170         (lrint_test_tonearest): Likewise.
24171         (lrint_test_towardzero): Likewise.
24172         (lrint_test_downward): Likewise.
24173         (lrint_test_upward): Likewise.
24174         (llrint_test): Likewise.
24175         (llrint_test_tonearest): Likewise.
24176         (llrint_test_towardzero): Likewise.
24177         (llrint_test_downward): Likewise.
24178         (llrint_test_upward): Likewise.
24179         (log_test): Likewise.
24180         (log10_test): Likewise.
24181         (log1p_test): Likewise.
24182         (log2_test): Likewise.
24183         (logb_test): Likewise.
24184         (logb_test_downward): Likewise.
24185         (lround_test): Likewise.
24186         (llround_test): Likewise.
24187         (modf_test): Likewise.
24188         (nearbyint_test): Likewise.
24189         (nextafter_test): Likewise.
24190         (nexttoward_test): Likewise.
24191         (pow_test): Likewise.
24192         (pow_test_tonearest): Likewise.
24193         (pow_test_towardzero): Likewise.
24194         (pow_test_downward): Likewise.
24195         (pow_test_upward): Likewise.
24196         (remainder_test): Likewise.
24197         (remainder_test_tonearest): Likewise.
24198         (remainder_test_towardzero): Likewise.
24199         (remainder_test_downward): Likewise.
24200         (remainder_test_upward): Likewise.
24201         (remquo_test): Likewise.
24202         (rint_test): Likewise.
24203         (rint_test_tonearest): Likewise.
24204         (rint_test_towardzero): Likewise.
24205         (rint_test_downward): Likewise.
24206         (rint_test_upward): Likewise.
24207         (round_test): Likewise.
24208         (scalb_test): Likewise.
24209         (scalbn_test): Likewise.
24210         (scalbln_test): Likewise.
24211         (signbit_test): Likewise.
24212         (sin_test): Likewise.
24213         (sin_test_tonearest): Likewise.
24214         (sin_test_towardzero): Likewise.
24215         (sin_test_downward): Likewise.
24216         (sin_test_upward): Likewise.
24217         (sincos_test): Likewise.
24218         (sinh_test): Likewise.
24219         (sinh_test_tonearest): Likewise.
24220         (sinh_test_towardzero): Likewise.
24221         (sinh_test_downward): Likewise.
24222         (sinh_test_upward): Likewise.
24223         (sqrt_test): Likewise.
24224         (tan_test): Likewise.
24225         (tan_test_tonearest): Likewise.
24226         (tan_test_towardzero): Likewise.
24227         (tan_test_downward): Likewise.
24228         (tan_test_upward): Likewise.
24229         (tanh_test): Likewise.
24230         (tgamma_test): Likewise.
24231         (trunc_test): Likewise.
24232         (y0_test): Likewise.
24233         (y1_test): Likewise.
24234         (yn_test): Likewise.
24235         (significand_test): Likewise.
24237 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24239         [BZ #15381]
24240         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24242 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24244         [BZ #14894]
24245         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24246         __ppc_mdoio and __ppc_mdoom.
24247         * manual/platform.texi: Document new functions __ppc_yield,
24248         __ppc_mdoio and __ppc_mdoom.
24250 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24252         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24253         (main): Mention "tls" pseudo-hwcap is legacy.
24254         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24256 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24258         * math/gen-libm-test.pl (parse_args): Output only string of
24259         arguments as text for test name, not full call or descriptions of
24260         tests for extra outputs.
24261         (generate_testfile): Do not pass function name to parse_args.
24262         Generate this_func variable from START.
24263         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24264         field to arg_str.
24265         (struct test_ff_f_data): Likewise.
24266         (test_ff_f_data_nexttoward): Likewise.
24267         (struct test_fi_f_data): Likewise.
24268         (struct test_fl_f_data): Likewise.
24269         (struct test_if_f_data): Likewise.
24270         (struct test_fff_f_data): Likewise.
24271         (struct test_c_f_data): Likewise.
24272         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24273         (struct test_fF_f1_data): Likewise.
24274         (struct test_ffI_f1_data): Likewise.
24275         (struct test_c_c_data): Rename test_name field to arg_str.
24276         (struct test_cc_c_data): Likewise.
24277         (struct test_f_i_data): Likewise.
24278         (struct test_ff_i_data): Likewise.
24279         (struct test_f_l_data): Likewise.
24280         (struct test_f_L_data): Likewise.
24281         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24282         and extra2_name.
24283         (COMMON_TEST_SETUP): New macro.
24284         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24285         (COMMON_TEST_CLEANUP): Likewise.
24286         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24287         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24288         macros.
24289         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24290         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24291         macros.
24292         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24293         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24294         cleanup macros.
24295         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24296         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24297         macros.
24298         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24299         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24300         macros.
24301         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24302         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24303         cleanup macros.
24304         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24305         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24306         cleanup macros.
24307         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24308         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24309         cleanup macros.
24310         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24311         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24312         macros.
24313         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24314         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24315         macros.
24316         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24317         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24318         macros.
24319         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24320         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24321         cleanup macros.
24322         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24323         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24324         cleanup macros.
24325         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24326         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24327         macros.
24328         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24329         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24330         cleanup macros.
24331         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24332         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24333         macros.
24334         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24335         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24336         macros.
24337         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24338         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24339         cleanup macros.
24340         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24342 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24344         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24345         to _sifields.sigfault.
24346         (si_addr_lsb): Define new macro.
24347         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24348         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24349         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24351 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24353         [BZ #15441]
24354         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24355         returns -1.
24356         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24357         null return -1.
24358         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24359         loading the domain.
24361 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24363         * math/gen-libm-test.pl (parse_args): Do not include expected
24364         result in test name.
24365         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24366         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24367         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24368         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24369         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24372 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24374         * benchtests/Makefile: Sort function entries.
24376         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24377         tanh, asinh, acosh, atanh.
24378         * benchtests/acos-inputs: New file.
24379         * benchtests/acosh-inputs: New file.
24380         * benchtests/asin-inputs: New file.
24381         * benchtests/asinh-inputs: New file.
24382         * benchtests/atanh-inputs: New file.
24383         * benchtests/cosh-inputs: New file.
24384         * benchtests/log-inputs: New file.
24385         * benchtests/sinh-inputs: New file.
24386         * benchtests/tanh-inputs: New file.
24388 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24390         [BZ #15339]
24391         * posix/tst-getaddrinfo4.c: New test.
24392         * posix/Makefile (tests): Add it.
24394 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24396         [BZ #15339]
24397         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24398         when no services were used.
24399         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24400         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24402 2013-05-21  Andreas Schwab  <schwab@suse.de>
24404         [BZ #15014]
24405         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24406         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24407         successful.
24408         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24409         redundant variable declarations and reallocation of buffer when
24410         parsing as IPv6 address.  Always set NSS status when called from
24411         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24412         buffer too small.  Correct computation of needed size.
24413         * nss/Makefile (tests): Add test-digits-dots.
24414         * nss/test-digits-dots.c: New test.
24416 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24418         * benchtests/Makefile: Remove instructions for adding
24419         benchmark tests.
24420         * benchtests/README: New file to explain how to execute and
24421         enhance the benchmark tests.
24423 2013-05-21  Andreas Schwab  <schwab@suse.de>
24425         [BZ #15493]
24426         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24427         * setjmp/tst-sigsetjmp.c: New test.
24429 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24431         * sysdeps/x86_64/memset.S (memset): New implementation.
24432         (__bzero): Likewise.
24433         (__memset_tail): New function.
24435 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24437         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24438         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24439         __memcpy_sse2_unaligned ifunc selection.
24440         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24441         Add memcpy-sse2-unaligned.S.
24442         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24443         Add: __memcpy_sse2_unaligned.
24445 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24447         [BZ #15490]
24448         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24449         math_force_eval before restoring floating-point envrionment.
24450         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24451         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24452         Likewise.
24453         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24454         <math_private.h>.
24455         (__nearbyintl): Use math_force_eval before restoring
24456         floating-point environment.
24457         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24459         * math/gen-libm-test.pl (special_functions): Remove.
24460         (parse_args): Don't handle TEST_extra.  Handle functions with no
24461         return value.
24462         * math/libm-test.inc (struct test_sincos_data): Replace with
24463         struct test_fFF_11_data.
24464         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24465         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24466         (sincos_test_data): Change element type to struct
24467         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24468         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24469         RUN_TEST_LOOP_sincos.
24470         * math/README.libm-test: Don't mention special handling of
24471         individual functions.
24472         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24473         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24474         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24475         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24476         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24479         * math/gen-libm-test.pl (get_variable): Remove function.
24480         (parse_args): Don't show pointer parameters to call in test
24481         names.  Use "extra output N" in test names for extra outputs
24482         rather than naming variables.
24484 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24486         [BZ #15488]
24487         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24488         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24489         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24490         double tests.
24491         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24492         disable.
24493         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24494         check_long_double.
24496         * math/gen-libm-test.pl (@tests): Remove variable.
24497         ($count): Likewise.
24498         (new_test): Remove function.
24499         (show_exceptions): New function.
24500         (special_functions): Use show_exceptions instead of new_test.
24501         (parse_args): Likewise.
24502         (generate_testfile): Pass only function name in generated call to
24503         print_max_error or print_complex_max_error.
24504         (get_ulps): Do not handle complex tests specially.
24505         (output_test): Rename to ...
24506         (get_all_ulps_for_test): ... this.  Return a string rather than
24507         printing to a file.  Require ulps to be present.
24508         (output_ulps): Generate arrays rather than #defines.
24509         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24510         (struct ulp_data): New type.
24511         (BUILD_COMPLEX_ULP): Remove macro.
24512         (compare_ulp_data): New function.
24513         (find_ulps): Likewise.
24514         (find_test_ulps): Likewise.
24515         (find_function_ulps): Likewise.
24516         (find_complex_function_ulps): Likewise.
24517         (print_max_error): Determine allowed ulps using
24518         find_function_ulps.
24519         (print_complex_max_error): Determine allowed ulps using
24520         find_complex_function_ulps.
24521         (check_float_internal): Determine max ulps using find_test_ulps.
24522         (check_float): Do not take max_ulp parameter.  Update call to
24523         check_float_internal.
24524         (check_complex): Likewise.
24525         (check_int): Do not take max_ulp parameter.
24526         (check_long): Likewise.
24527         (check_bool): Likewise.
24528         (check_longlong): Likewise.
24529         (struct test_f_f_data): Remove max_ulp field.
24530         (struct test_ff_f_data): Likewise.
24531         (struct test_ff_f_data_nexttoward): Likewise.
24532         (struct test_fi_f_data): Likewise.
24533         (struct test_fl_f_data): Likewise.
24534         (struct test_if_f_data): Likewise.
24535         (struct test_fff_f_data): Likewise.
24536         (struct test_c_f_data): Likewise.
24537         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24538         (struct test_fF_f1_data): Likewise.
24539         (struct test_ffI_f1_data): Likewise.
24540         (struct test_c_c_data): Remove max_ulp field.
24541         (struct test_cc_c_data): Likewise.
24542         (struct test_f_i_data): Likewise.
24543         (struct test_ff_i_data): Likewise.
24544         (struct test_f_l_data): Likewise.
24545         (struct test_f_L_data): Likewise.
24546         (struct test_sincos_data): Likewise.
24547         (RUN_TEST_f_f): Do not handle ulps.
24548         (RUN_TEST_LOOP_f_f): Likewise.
24549         (RUN_TEST_2_f): Likewise.
24550         (RUN_TEST_LOOP_2_f): Likewise.
24551         (RUN_TEST_fff_f): Likewise.
24552         (RUN_TEST_LOOP_fff_f): Likewise.
24553         (RUN_TEST_c_f): Likewise.
24554         (RUN_TEST_LOOP_c_f): Likewise.
24555         (RUN_TEST_f_f1): Likewise.
24556         (RUN_TEST_LOOP_f_f1): Likewise.
24557         (RUN_TEST_fF_f1): Likewise.
24558         (RUN_TEST_LOOP_fF_f1): Likewise.
24559         (RUN_TEST_fI_f1): Likewise.
24560         (RUN_TEST_LOOP_fI_f1): Likewise.
24561         (RUN_TEST_ffI_f1): Likewise.
24562         (RUN_TEST_LOOP_ffI_f1): Likewise.
24563         (RUN_TEST_c_c): Likewise.
24564         (RUN_TEST_LOOP_c_c): Likewise.
24565         (RUN_TEST_cc_c): Likewise.
24566         (RUN_TEST_LOOP_cc_c): Likewise.
24567         (RUN_TEST_f_i): Likewise.
24568         (RUN_TEST_LOOP_f_i): Likewise.
24569         (RUN_TEST_f_i_tg): Likewise.
24570         (RUN_TEST_LOOP_f_i_tg): Likewise.
24571         (RUN_TEST_ff_i_tg): Likewise.
24572         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24573         (RUN_TEST_f_b): Likewise.
24574         (RUN_TEST_LOOP_f_b): Likewise.
24575         (RUN_TEST_f_b_tg): Likewise.
24576         (RUN_TEST_LOOP_f_b_tg): Likewise.
24577         (RUN_TEST_f_l): Likewise.
24578         (RUN_TEST_LOOP_f_l): Likewise.
24579         (RUN_TEST_f_L): Likewise.
24580         (RUN_TEST_LOOP_f_L): Likewise.
24581         (RUN_TEST_sincos): Likewise.
24582         (RUN_TEST_LOOP_sincos): Likewise.
24584 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24586         [BZ #15480]
24587         [BZ #15485]
24588         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24589         main case of finite arguments, set rounding mode to FE_TONEAREST
24590         and discard exceptions.
24591         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24592         exceptions.
24593         (remainder_tonearest_test_data): New variable.
24594         (remainder_test_tonearest): New function.
24595         (remainder_towardzero_test_data): New variable.
24596         (remainder_test_towardzero): New function.
24597         (remainder_downward_test_data): New variable.
24598         (remainder_test_downward): New function.
24599         (remainder_upward_test_data): New variable.
24600         (remainder_test_upward): New function.
24601         (main): Call the new test functions.
24603         * math/libm-test.inc (struct test_f_f1_data): Remove field
24604         extra_init.
24605         (struct test_fF_f1_data): Likewise.
24606         (struct test_ffI_f1_data): Likewise.
24607         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24608         based on value of EXTRA_EXPECTED.
24609         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24610         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24611         EXTRA_VAR based on value of EXTRA_EXPECTED.
24612         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24613         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24614         EXTRA_VAR based on value of EXTRA_EXPECTED.
24615         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24616         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24617         EXTRA_VAR based on value of EXTRA_EXPECTED.
24618         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24619         * math/gen-libm-test.pl (parse_args): Don't output initializers
24620         for extra output values.
24622         * math/libm-test.inc (check_int): Expect result to be exactly
24623         equal to expected value and do not handle ulps.
24624         (check_long): Likewise.
24625         (check_longlong): Likewise.
24627         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24628         exceptions.
24629         (cimag_test_data): Likewise.
24630         (conj_test_data): Likewise.
24631         (copysign_test_data): Likewise.
24632         (cproj_test_data): Likewise.
24633         (creal_test_data): Likewise.
24634         (fabs_test_data): Likewise.
24635         (fdim_test_data): Likewise.
24636         (finite_test_data): Likewise.
24637         (floor_test_data): Likewise.
24638         (fmax_test_data): Likewise.
24639         (fmin_test_data): Likewise.
24640         (fmod_test_data): Likewise.
24641         (fpclassify_test_data): Likewise.
24642         (frexp_test_data): Likewise.
24643         (ilogb_test_data): Likewise.
24644         (isfinite_test_data): Likewise.
24645         (isgreater_test_data): Likewise.
24646         (isgreaterequal_test_data): Likewise.
24647         (isinf_test_data): Likewise.
24648         (isless_test_data): Likewise.
24649         (islessequal_test_data): Likewise.
24650         (islessgreater_test_data): Likewise.
24651         (isnan_test_data): Likewise.
24652         (isnormal_test_data): Likewise.
24653         (issignaling_test_data): Likewise.
24654         (isunordered_test_data): Likewise.
24655         (ldexp_test_data): Likewise.
24656         (lrint_test_data): Likewise.
24657         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24658         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24659         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24660         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24661         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24662         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24663         test input.
24664         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24665         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24666         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24667         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24668         that test input.
24669         (lrint_downward_test_data): Test for "inexact" exceptions.
24670         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24671         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24672         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24673         test input.
24674         (lrint_upward_test_data): Test for "inexact" exceptions.
24675         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24676         test input.
24677         (llrint_test_data): Test for "inexact" exceptions.
24678         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24679         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24680         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24681         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24682         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24683         (llrint_downward_test_data): Test for "inexact" exceptions.
24684         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24685         (llrint_upward_test_data): Test for "inexact" exceptions.
24686         (logb_test_data): Likewise.
24687         (logb_downward_test_data): Likewise.
24688         (nextafter_test_data): Likewise.
24689         (nexttoward_test_data): Likewise.
24690         (remainder_test_data): Likewise.
24691         (remquo_test_data): Likewise.
24692         (scalbn_test_data): Likewise.
24693         (scalbln_test_data): Likewise.
24694         (signbit_test_data): Likewise.
24695         (sqrt_test_data): Likewise.
24696         (significand_test_data): Likewise.
24698 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24700         [BZ #15424]
24701         * benchtests/bench-modf.c (struct args): Mark arg0 as
24702         volatile.
24703         * scripts/bench.pl: Mark members of struct args as volatile.
24705 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24707         [BZ # 15497]
24708         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24709         negative infinity on POWER6 or lower.
24710         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24712 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24714         [BZ #15442]
24715         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24716         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24717         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24718         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24719         (_FP_SETQNAN): New macro.
24720         (_FP_SETQNAN_SEMIRAW): Likewise.
24721         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24722         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24723         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24724         (FP_EXTEND): Use _FP_FRAC_SNANP.
24725         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24726         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24727         into account.
24728         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24729         New macro.
24730         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24731         Likewise.
24733 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24735         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24736         with DIVIDE_BY_ZERO_EXCEPTION.
24737         (gamma_test_data): Likewise.
24738         (lgamma_test_data): Likewise.
24739         (log_test_data): Likewise.
24740         (log10_test_data): Likewise.
24741         (log2_test_data): Likewise.
24742         (tgamma_test_data): Likewise.
24744         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24745         (acos_test_tonearest): Likewise.
24746         (acos_test_towardzero): Likewise.
24747         (acos_test_downward): Likewise.
24748         (acos_test_upward): Likewise.
24749         (acosh_test): Likewise.
24750         (asin_test): Likewise.
24751         (asin_test_tonearest): Likewise.
24752         (asin_test_towardzero): Likewise.
24753         (asin_test_downward): Likewise.
24754         (asin_test_upward): Likewise.
24755         (asinh_test): Likewise.
24756         (atan_test): Likewise.
24757         (atanh_test): Likewise.
24758         (atan2_test): Likewise.
24759         (cabs_test): Likewise.
24760         (cacos_test): Likewise.
24761         (cacosh_test): Likewise.
24762         (casin_test): Likewise.
24763         (casinh_test): Likewise.
24764         (catan_test): Likewise.
24765         (catanh_test): Likewise.
24766         (cbrt_test): Likewise.
24767         (ccos_test): Likewise.
24768         (ccosh_test): Likewise.
24769         (cexp_test): Likewise.
24770         (clog_test): Likewise.
24771         (clog10_test): Likewise.
24772         (cos_test): Likewise.
24773         (cos_test_tonearest): Likewise.
24774         (cos_test_towardzero): Likewise.
24775         (cos_test_downward): Likewise.
24776         (cos_test_upward): Likewise.
24777         (cosh_test): Likewise.
24778         (cosh_test_tonearest): Likewise.
24779         (cosh_test_towardzero): Likewise.
24780         (cosh_test_downward): Likewise.
24781         (cosh_test_upward): Likewise.
24782         (cpow_test): Likewise.
24783         (csin_test): Likewise.
24784         (csinh_test): Likewise.
24785         (csqrt_test): Likewise.
24786         (ctan_test): Likewise.
24787         (ctan_test_tonearest): Likewise.
24788         (ctan_test_towardzero): Likewise.
24789         (ctan_test_downward): Likewise.
24790         (ctan_test_upward): Likewise.
24791         (ctanh_test): Likewise.
24792         (ctanh_test_tonearest): Likewise.
24793         (ctanh_test_towardzero): Likewise.
24794         (ctanh_test_downward): Likewise.
24795         (ctanh_test_upward): Likewise.
24796         (erf_test): Likewise.
24797         (erfc_test): Likewise.
24798         (exp_test): Likewise.
24799         (exp_test_tonearest): Likewise.
24800         (exp_test_towardzero): Likewise.
24801         (exp_test_downward): Likewise.
24802         (exp_test_upward): Likewise.
24803         (exp10_test): Likewise.
24804         (exp2_test): Likewise.
24805         (expm1_test): Likewise.
24806         (fmod_test): Likewise.
24807         (gamma_test): Likewise.
24808         (hypot_test): Likewise.
24809         (j0_test): Likewise.
24810         (j1_test): Likewise.
24811         (jn_test): Likewise.
24812         (lgamma_test): Likewise.
24813         (log_test): Likewise.
24814         (log10_test): Likewise.
24815         (log1p_test): Likewise.
24816         (log2_test): Likewise.
24817         (logb_test_downward): Likewise.
24818         (pow_test): Likewise.
24819         (pow_test_tonearest): Likewise.
24820         (pow_test_towardzero): Likewise.
24821         (pow_test_downward): Likewise.
24822         (pow_test_upward): Likewise.
24823         (remainder_test): Likewise.
24824         (remquo_test): Likewise.
24825         (sin_test): Likewise.
24826         (sin_test_tonearest): Likewise.
24827         (sin_test_towardzero): Likewise.
24828         (sin_test_downward): Likewise.
24829         (sin_test_upward): Likewise.
24830         (sincos_test): Likewise.
24831         (sinh_test): Likewise.
24832         (sinh_test_tonearest): Likewise.
24833         (sinh_test_towardzero): Likewise.
24834         (sinh_test_downward): Likewise.
24835         (sinh_test_upward): Likewise.
24836         (sqrt_test): Likewise.
24837         (tan_test): Likewise.
24838         (tan_test_tonearest): Likewise.
24839         (tan_test_towardzero): Likewise.
24840         (tan_test_downward): Likewise.
24841         (tan_test_upward): Likewise.
24842         (tanh_test): Likewise.
24843         (tgamma_test): Likewise.
24844         (y0_test): Likewise.
24845         (y1_test): Likewise.
24846         (yn_test): Likewise.
24848         * math/gen-libm-test.pl (adjust_arg): Remove function.
24849         (special_function): Remove argument $in_func.  Only handle
24850         generating output for tables of tests, not inside functions.
24851         (parse_args): Likewise.
24852         (generate_testfile): Remove variable $in_func.  Update call to
24853         parse_args.
24854         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24855         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24856         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24857         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24858         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24859         (MAX_VALUE_INIT): Rename macro to max_value.
24860         (MIN_VALUE_INIT): Rename macro to min_value.
24861         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24862         (plus_zero): Remove variable.
24863         (minus_zero): Likewise.
24864         (plus_infty): Likewise.
24865         (minus_infty): Likewise.
24866         (qnan_value): Likewise.
24867         (max_value): Likewise.
24868         (min_value): Likewise.
24869         (min_subnorm_value): Likewise.
24871 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24873         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24874         uint64_t or uint32_t usage.
24875         * crypt/sha256-block.c: Likewise.
24876         * crypt/sha256-crypt.c: Likewise.
24877         * crypt/sha256.c: Likewise.
24878         * crypt/sha512-block.c: Likewise.
24879         * crypt/sha512-crypt.c: Likewise.
24880         * crypt/sha512.c: Likewise.
24881         * debug/backtrace-tst.c: Likewise.
24882         * debug/pcprofiledump.c: Likewise.
24883         * elf/cache.c: Likewise.
24884         * elf/dl-cache.c: Likewise.
24885         * elf/dl-misc.c: Likewise.
24886         * elf/dl-profile.c: Likewise.
24887         * elf/dl-support.c: Likewise.
24888         * elf/ldconfig.c: Likewise.
24889         * elf/sprof.c: Likewise.
24890         * iconv/dummy-repertoire.c: Likewise.
24891         * iconv/iconv_charmap.c: Likewise.
24892         * iconv/skeleton.c: Likewise.
24893         * iconvdata/8bit-generic.c: Likewise.
24894         * iconvdata/cp737.h: Likewise.
24895         * iconvdata/cp775.h: Likewise.
24896         * iconvdata/ibm1008.h: Likewise.
24897         * iconvdata/ibm1025.h: Likewise.
24898         * iconvdata/ibm1046.h: Likewise.
24899         * iconvdata/ibm1097.h: Likewise.
24900         * iconvdata/ibm1112.h: Likewise.
24901         * iconvdata/ibm1122.h: Likewise.
24902         * iconvdata/ibm1123.h: Likewise.
24903         * iconvdata/ibm1124.h: Likewise.
24904         * iconvdata/ibm1129.h: Likewise.
24905         * iconvdata/ibm1130.h: Likewise.
24906         * iconvdata/ibm1132.h: Likewise.
24907         * iconvdata/ibm1133.h: Likewise.
24908         * iconvdata/ibm1137.h: Likewise.
24909         * iconvdata/ibm1140.h: Likewise.
24910         * iconvdata/ibm1141.h: Likewise.
24911         * iconvdata/ibm1142.h: Likewise.
24912         * iconvdata/ibm1143.h: Likewise.
24913         * iconvdata/ibm1144.h: Likewise.
24914         * iconvdata/ibm1145.h: Likewise.
24915         * iconvdata/ibm1146.h: Likewise.
24916         * iconvdata/ibm1147.h: Likewise.
24917         * iconvdata/ibm1148.h: Likewise.
24918         * iconvdata/ibm1149.h: Likewise.
24919         * iconvdata/ibm1153.h: Likewise.
24920         * iconvdata/ibm1154.h: Likewise.
24921         * iconvdata/ibm1155.h: Likewise.
24922         * iconvdata/ibm1156.h: Likewise.
24923         * iconvdata/ibm1157.h: Likewise.
24924         * iconvdata/ibm1158.h: Likewise.
24925         * iconvdata/ibm1160.h: Likewise.
24926         * iconvdata/ibm1161.h: Likewise.
24927         * iconvdata/ibm1162.h: Likewise.
24928         * iconvdata/ibm1163.h: Likewise.
24929         * iconvdata/ibm1164.h: Likewise.
24930         * iconvdata/ibm1166.h: Likewise.
24931         * iconvdata/ibm1167.h: Likewise.
24932         * iconvdata/ibm12712.h: Likewise.
24933         * iconvdata/ibm1390.h: Likewise.
24934         * iconvdata/ibm1399.h: Likewise.
24935         * iconvdata/ibm16804.h: Likewise.
24936         * iconvdata/ibm4517.h: Likewise.
24937         * iconvdata/ibm4899.h: Likewise.
24938         * iconvdata/ibm4909.h: Likewise.
24939         * iconvdata/ibm4971.h: Likewise.
24940         * iconvdata/ibm5347.h: Likewise.
24941         * iconvdata/ibm803.h: Likewise.
24942         * iconvdata/ibm856.h: Likewise.
24943         * iconvdata/ibm901.h: Likewise.
24944         * iconvdata/ibm902.h: Likewise.
24945         * iconvdata/ibm9030.h: Likewise.
24946         * iconvdata/ibm9066.h: Likewise.
24947         * iconvdata/ibm921.h: Likewise.
24948         * iconvdata/ibm922.h: Likewise.
24949         * iconvdata/ibm9448.h: Likewise.
24950         * iconvdata/isiri-3342.h: Likewise.
24951         * iconvdata/jis0201.h: Likewise.
24952         * include/link.h: Likewise.
24953         * include/netdb.h: Likewise.
24954         * inet/check_native.c: Likewise.
24955         * inet/check_pf.c: Likewise.
24956         * inet/getipv4sourcefilter.c: Likewise.
24957         * inet/getnameinfo.c: Likewise.
24958         * inet/getsourcefilter.c: Likewise.
24959         * inet/htonl.c: Likewise.
24960         * inet/setipv4sourcefilter.c: Likewise.
24961         * inet/setsourcefilter.c: Likewise.
24962         * inet/test-inet6_opt.c: Likewise.
24963         * inet/tst-network.c: Likewise.
24964         * locale/C-collate.c: Likewise.
24965         * locale/C-ctype.c: Likewise.
24966         * locale/C-time.c: Likewise.
24967         * locale/C-translit.h: Likewise.
24968         * locale/loadarchive.c: Likewise.
24969         * locale/programs/3level.h: Likewise.
24970         * locale/programs/charmap.c: Likewise.
24971         * locale/programs/charmap.h: Likewise.
24972         * locale/programs/ld-address.c: Likewise.
24973         * locale/programs/ld-collate.c: Likewise.
24974         * locale/programs/ld-ctype.c: Likewise.
24975         * locale/programs/ld-identification.c: Likewise.
24976         * locale/programs/ld-measurement.c: Likewise.
24977         * locale/programs/ld-messages.c: Likewise.
24978         * locale/programs/ld-monetary.c: Likewise.
24979         * locale/programs/ld-name.c: Likewise.
24980         * locale/programs/ld-numeric.c: Likewise.
24981         * locale/programs/ld-paper.c: Likewise.
24982         * locale/programs/ld-telephone.c: Likewise.
24983         * locale/programs/ld-time.c: Likewise.
24984         * locale/programs/linereader.c: Likewise.
24985         * locale/programs/locale.c: Likewise.
24986         * locale/programs/locarchive.c: Likewise.
24987         * locale/programs/locfile.h: Likewise.
24988         * locale/programs/repertoire.c: Likewise.
24989         * locale/programs/simple-hash.c: Likewise.
24990         * locale/programs/simple-hash.h: Likewise.
24991         * malloc/memusage.c: Likewise.
24992         * malloc/memusagestat.c: Likewise.
24993         * nis/nis_defaults.c: Likewise.
24994         * nis/nis_hash.c: Likewise.
24995         * nis/nis_print.c: Likewise.
24996         * nis/nis_xdr.c: Likewise.
24997         * nscd/connections.c: Likewise.
24998         * nscd/hstcache.c: Likewise.
24999         * nscd/nscd_gethst_r.c: Likewise.
25000         * nscd/nscd_getserv_r.c: Likewise.
25001         * nscd/nscd_helper.c: Likewise.
25002         * nscd/servicescache.c: Likewise.
25003         * nss/makedb.c: Likewise.
25004         * nss/nss_db/db-XXX.c: Likewise.
25005         * nss/nss_db/db-initgroups.c: Likewise.
25006         * nss/nss_db/db-netgrp.c: Likewise.
25007         * nss/nss_files/files-network.c: Likewise.
25008         * nss/nss_files/files-parse.c: Likewise.
25009         * posix/bug-regex5.c: Likewise.
25010         * posix/fnmatch_loop.c: Likewise.
25011         * posix/regcomp.c: Likewise.
25012         * posix/regexec.c: Likewise.
25013         * posix/tst-rfc3484-2.c: Likewise.
25014         * posix/tst-rfc3484-3.c: Likewise.
25015         * posix/tst-rfc3484.c: Likewise.
25016         * resolv/nss_dns/dns-canon.c: Likewise.
25017         * resolv/nss_dns/dns-network.c: Likewise.
25018         * resolv/res_init.c: Likewise.
25019         * resolv/res_mkquery.c: Likewise.
25020         * resolv/tst-aton.c: Likewise.
25021         * stdlib/cxa_atexit.c: Likewise.
25022         * stdlib/cxa_finalize.c: Likewise.
25023         * stdlib/gen-fpioconst.c: Likewise.
25024         * stdlib/strtol_l.c: Likewise.
25025         * string/tst-endian.c: Likewise.
25026         * sunrpc/auth_des.c: Likewise.
25027         * sunrpc/clnt_udp.c: Likewise.
25028         * sunrpc/rtime.c: Likewise.
25029         * sunrpc/svcauth_des.c: Likewise.
25030         * sunrpc/xdr.c: Likewise.
25031         * sunrpc/xdr_intXX_t.c: Likewise.
25032         * sunrpc/xdr_rec.c: Likewise.
25033         * sysdeps/generic/ldconfig.h: Likewise.
25034         * sysdeps/generic/ldsodefs.h: Likewise.
25035         * sysdeps/generic/memusage.h: Likewise.
25036         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25037         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25038         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25039         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25040         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25041         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25042         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25043         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25044         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25045         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25046         * sysdeps/posix/getaddrinfo.c: Likewise.
25047         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25048         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25049         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25050         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25051         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25052         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25053         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25054         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25055         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25056         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25057         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25058         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25059         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25060         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25061         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25062         * sysdeps/x86_64/dl-tls.h: Likewise.
25063         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25064         * time/alt_digit.c: Likewise.
25065         * time/era.c: Likewise.
25066         * wcsmbs/tst-c16c32-1.c: Likewise.
25068 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25070         * math/libm-test.inc (struct test_sincos_data): New type.
25071         (RUN_TEST_LOOP_sincos): New macro.
25072         (sincos_test_data): New variable.
25073         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25075 2013-05-16  Richard Henderson  <rth@redhat.com>
25077         * math/atest-exp2.c (LIMB64): New macro.
25078         (CONSTSZ): New macro.
25079         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25080         (hexdig): Move ...
25081         (print_mpn_fp): ... to function scope.
25082         (read_mpn_hex): Remove.
25083         (get_log2): Remove.
25084         (exp2_mpn): Use mp_log2.
25085         (main): Use mp_exp1.
25087 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25089         * math/libm-test.inc: Remove comment about not testing "inexact"
25090         exceptions.
25091         (INEXACT_EXCEPTION): New macro.
25092         (NO_INEXACT_EXCEPTION): Likewise.
25093         (INVALID_EXCEPTION_OK): Update value.
25094         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25095         (OVERFLOW_EXCEPTION_OK): Likewise.
25096         (UNDERFLOW_EXCEPTION_OK): Likewise.
25097         (IGNORE_ZERO_INF_SIGN): Likewise.
25098         (ERRNO_UNCHANGED): Likewise.
25099         (ERRNO_EDOM): Likewise.
25100         (ERRNO_ERANGE): Likewise.
25101         (test_exceptions): Handle testing "inexact" exceptions.
25102         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25103         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25104         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25105         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25106         INEXACT_EXCEPTION.
25107         (rint_towardzero_test_data): Likewise.
25108         (rint_downward_test_data): Likewise.
25109         (rint_upward_test_data): Likewise.
25111         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25112         with OVERFLOW_EXCEPTION.
25113         (exp10_test_data): Likewise.
25114         (exp2_test_data): Likewise.
25115         (expm1_test_data): Likewise.
25116         (lgamma_test_data): Likewise.
25117         (pow_test_data): Likewise.
25118         (tgamma_test_data): Likewise.
25119         (yn_test_data): Remove duplicate test of overflow.
25121         * math/libm-test.inc (struct test_cc_c_data): New type.
25122         (RUN_TEST_LOOP_cc_c): New macro.
25123         (cpow_test_data): New variable.
25124         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25126         * math/libm-test.inc (struct test_f_L_data): New type.
25127         (RUN_TEST_LOOP_f_L): New macro.
25128         (llrint_test_data): New variable.
25129         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25130         (llrint_tonearest_test_data): New variable.
25131         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25132         (llrint_towardzero_test_data): New variable.
25133         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25134         (llrint_downward_test_data): New variable.
25135         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25136         (llrint_upward_test_data): New variable.
25137         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25138         (llround_test_data): New variable.
25139         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25141 2013-05-13  Peter Collingbourne  <pcc@google.com>
25143         * math/atest-exp2.c (get_log2): Remove const attribute.
25145 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25147         * math/libm-test.inc (struct test_f_l_data): New type.
25148         (RUN_TEST_LOOP_f_l): New macro.
25149         (lrint_test_data): New variable.
25150         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25151         (lrint_tonearest_test_data): New variable.
25152         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25153         (lrint_towardzero_test_data): New variable.
25154         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25155         (lrint_downward_test_data): New variable.
25156         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25157         (lrint_upward_test_data): New variable.
25158         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25159         (lround_test_data): New variable.
25160         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25162 2013-05-15  Peter Collingbourne  <pcc@google.com>
25164         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25165         (EXTRACT_WORDS64) Use where appropriate.
25166         (INSERT_WORDS64) Likewise.
25168         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25169         constraints with x constraints.
25170         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25172         * malloc/obstack.c (_obstack_compat): Add initializer.
25174 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25176         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25177         si_trapno and add si_addr_lsb to _sifields.sigfault.
25178         (si_trapno): Remove macro.
25179         (si_addr_lsb): Define new macro.
25180         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25182 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25184         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25185         instead of TEST_f_l.
25186         (llrint_test_tonearest): Likewise.
25187         (llrint_test_towardzero): Likewise.
25188         (llrint_test_downward): Likewise.
25189         (llrint_test_upward): Likewise.
25190         (llround_test): Likewise.
25192         * math/libm-test.inc (struct test_f_i_data): Add comment.
25193         (RUN_TEST_LOOP_f_b): New macro.
25194         (RUN_TEST_LOOP_f_b_tg): Likewise.
25195         (finite_test_data): New variable.
25196         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25197         (isfinite_test_data): New variable.
25198         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25199         (isinf_test_data): New variable.
25200         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25201         (isnan_test_data): New variable.
25202         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25203         (isnormal_test_data): New variable.
25204         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25205         (issignaling_test_data): New variable.
25206         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25207         (signbit_test_data): New variable.
25208         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25210         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25211         with INVALID_EXCEPTION.
25212         (acosh_test_data): Likewise.
25213         (asin_test_data): Likewise.
25214         (atanh_test_data): Likewise.
25215         (fmod_test_data): Likewise.
25216         (log_test_data): Likewise.
25217         (log10_test_data): Likewise.
25218         (log2_test_data): Likewise.
25219         (pow_test_data): Likewise.
25220         (sqrt_test_data): Likewise.
25221         (y0_test_data): Likewise.
25222         (y1_test_data): Likewise.
25223         (yn_test_data): Likewise.
25225         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25226         function contents.
25228         * math/libm-test.inc (struct test_ff_i_data): New type.
25229         (RUN_TEST_LOOP_ff_i_tg): New macro.
25230         (isgreater_test_data): New variable.
25231         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25232         (isgreaterequal_test_data): New variable.
25233         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25234         (isless_test_data): New variable.
25235         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25236         (islessequal_test_data): New variable.
25237         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25238         (islessgreater_test_data): New variable.
25239         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25240         (isunordered_test_data): New variable.
25241         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25243 2013-05-14  David S. Miller  <davem@davemloft.net>
25245         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25247 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25249         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25251         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25252         extra_test to int.
25253         (struct test_f_i_data): Change type of max_ulp to int.
25255         * math/libm-test.inc (test_ffI_f1_data): New type.
25256         (RUN_TEST_LOOP_ffI_f1): New macro.
25257         (remquo_test_data): New variable.
25258         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25260         * setjmp/tst-setjmp-fp.c: New file.
25261         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25262         (link-libm): New variable.
25263         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25265         * math/libm-test.inc (struct test_f_i_data): New type.
25266         (RUN_TEST_LOOP_f_i): New macro.
25267         (RUN_TEST_LOOP_f_i_tg): Likewise.
25268         (fpclassify_test_data): New variable.
25269         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25270         (ilogb_test_data): New variable.
25271         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25273         * math/libm-test.inc (scalbln_test): Correct function name in END
25274         call.
25276         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25277         (RUN_TEST_LOOP_fI_f1): New macro.
25278         (frexp_test_data): New variable.
25279         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25281         * math/libm-test.inc (struct test_fF_f1_data): New type.
25282         (RUN_TEST_LOOP_fF_f1): New macro.
25283         (modf_test_data): New variable.
25284         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25286         * math/libm-test.inc (struct test_f_f1_data): New type.
25287         (RUN_TEST_LOOP_f_f1): New macro.
25288         (gamma_test_data): New variable.
25289         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25290         (lgamma_test_data): New variable.
25291         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25293 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25295         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25296         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25297         (main): Comment "tls" pseudo-hwcap.
25299 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25301         * math/libm-test.inc (struct test_fl_f_data): New type.
25302         (RUN_TEST_LOOP_fl_f): New variable.
25303         (scalbln_test_data): New variable.
25304         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25306         * math/libm-test.inc (struct test_fi_f_data): New type.
25307         (RUN_TEST_LOOP_fi_f): New macro.
25308         (ldexp_test_data): New variable.
25309         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25310         (scalbn_test_data): New variable.
25311         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25313         * math/libm-test.inc (struct test_c_f_data): New type.
25314         (RUN_TEST_LOOP_c_f): New macro.
25315         (cabs_test_data): New variable.
25316         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25317         (carg_test_data): New variable.
25318         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25319         (cimag_test_data): New variable.
25320         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25321         (creal_test_data): New variable.
25322         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25324         * math/libm-test.inc (struct test_if_f_data): New type.
25325         (RUN_TEST_LOOP_if_f): New macro.
25326         (jn_test_data): New variable.
25327         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25328         (yn_test_data): New variable.
25329         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25331         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25333 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25335         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25336         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25338 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25340         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25341         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25342         (bench-deps): Add bench-timing.h.
25343         * benchtests-bench-skeleton.c: Include bench-timing.h.
25344         (main): Use TIMING_* macros instead of clock_gettime.
25345         * benchtests/bench-timing.h: New file.
25347         [BZ #14582]
25348         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25349         Renamed from _LIB_VERSION.
25350         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25352 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25354         * math/libm-test.inc (struct test_fff_f_data): New type.
25355         (RUN_TEST_LOOP_fff_f): New macro.
25356         (fma_test_data): New variable.
25357         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25358         (fma_towardzero_test_data): New variable.
25359         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25360         (fma_downward_test_data): New variable.
25361         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25362         (fma_upward_test_data): New variable.
25363         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25365         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25366         (struct test_c_c_data): New type.
25367         (RUN_TEST_LOOP_c_c): New macro.
25368         (cacos_test_data): New variable.
25369         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25370         (cacosh_test_data): New variable.
25371         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25372         (casin_test_data): New variable.
25373         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25374         (casinh_test_data): New variable.
25375         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25376         (catan_test_data): New variable.
25377         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25378         (catanh_test_data): New variable.
25379         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25380         (ccos_test_data): New variable.
25381         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25382         (ccosh_test_data): New variable.
25383         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25384         (cexp_test_data): New variable.
25385         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25386         (clog_test_data): New variable.
25387         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25388         (clog10_test_data): New variable.
25389         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25390         (conj_test_data): New variable.
25391         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25392         (cproj_test_data): New variable.
25393         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25394         (csin_test_data): New variable.
25395         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25396         (csinh_test_data): New variable.
25397         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25398         (csqrt_test_data): New variable.
25399         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25400         (ctan_test_data): New variable.
25401         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25402         (ctan_tonearest_test_data): New variable.
25403         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25404         (ctan_towardzero_test_data): New variable.
25405         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25406         (ctan_downward_test_data): New variable.
25407         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25408         (ctan_upward_test_data): New variable.
25409         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25410         (ctanh_test_data): New variable.
25411         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25412         (ctanh_tonearest_test_data): New variable.
25413         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25414         (ctanh_towardzero_test_data): New variable.
25415         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25416         (ctanh_downward_test_data): New variable.
25417         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25418         (ctanh_upward_test_data): New variable.
25419         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25420         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25421         of BUILD_COMPLEX.
25423         * math/libm-test.inc (struct test_ff_f_data): New type.
25424         (struct test_ff_f_data_nexttoward): Likewise.
25425         (RUN_TEST_LOOP_2_f): New macro.
25426         (RUN_TEST_LOOP_ff_f): Likewise.
25427         (atan2_test_data): New variable.
25428         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25429         (copysign_test_data): New variable.
25430         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25431         (fdim_test_data): New variable.
25432         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25433         (fmax_test_data): New variable.
25434         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25435         (fmin_test_data): New variable.
25436         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25437         (fmod_test_data): New variable.
25438         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25439         (hypot_test_data): New variable.
25440         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25441         (nextafter_test_data): New variable.
25442         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25443         (nexttoward_test_data): New variable.
25444         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25445         (pow_test_data): New variable.
25446         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25447         (pow_tonearest_test_data): New variable.
25448         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25449         (pow_towardzero_test_data): New variable.
25450         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25451         (pow_downward_test_data): New variable.
25452         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25453         (pow_upward_test_data): New variable.
25454         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25455         (remainder_test_data): New variable.
25456         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25457         (scalb_test_data): New variable.
25458         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25459         * sysdeps/i386/fpu/libm-test-ulps: Update.
25461 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25463         * math/libm-test.inc (fma_test): Use max_value instead of local
25464         variable fltmax.
25465         (nextafter_test): Likewise.
25467         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25468         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25469         (acos_downward_test_data): New variable.
25470         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25471         (acos_upward_test_data): New variable.
25472         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25473         (acosh_test_data): New variable.
25474         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25475         (asin_test_data): New variable.
25476         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25477         (asin_tonearest_test_data): New variable.
25478         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25479         (asin_towardzero_test_data): New variable.
25480         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25481         (asin_downward_test_data): New variable.
25482         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25483         (asin_upward_test_data): New variable.
25484         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25485         (asinh_test_data): New variable.
25486         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25487         (atan_test_data): New variable.
25488         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25489         (atanh_test_data): New variable.
25490         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25491         (cbrt_test_data): New variable.
25492         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25493         (ceil_test_data): New variable.
25494         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25495         (cos_test_data): New variable.
25496         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25497         (cos_tonearest_test_data): New variable.
25498         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25499         (cos_towardzero_test_data): New variable.
25500         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25501         (cos_downward_test_data): New variable.
25502         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25503         (cos_upward_test_data): New variable.
25504         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25505         (cosh_test_data): New variable.
25506         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25507         (cosh_tonearest_test_data): New variable.
25508         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25509         (cosh_towardzero_test_data): New variable.
25510         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25511         (cosh_downward_test_data): New variable.
25512         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25513         (cosh_upward_test_data): New variable.
25514         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25515         (erf_test_data): New variable.
25516         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25517         (erfc_test_data): New variable.
25518         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25519         (exp_test_data): New variable.
25520         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25521         (exp_tonearest_test_data): New variable.
25522         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25523         (exp_towardzero_test_data): New variable.
25524         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25525         (exp_downward_test_data): New variable.
25526         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25527         (exp_upward_test_data): New variable.
25528         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25529         (exp10_test_data): New variable.
25530         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25531         (exp2_test_data): New variable.
25532         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25533         (expm1_test_data): New variable.
25534         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25535         (fabs_test_data): New variable.
25536         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25537         (floor_test_data): New variable.
25538         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25539         (j0_test_data): New variable.
25540         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25541         (j1_test_data): New variable.
25542         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25543         (log_test_data): New variable.
25544         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25545         (log10_test_data): New variable.
25546         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25547         (log1p_test_data): New variable.
25548         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25549         (log2_test_data): New variable.
25550         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25551         (logb_test_data): New variable.
25552         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25553         (logb_downward_test_data): New variable.
25554         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25555         (nearbyint_test_data): New variable.
25556         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25557         (rint_test_data): New variable.
25558         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25559         (rint_tonearest_test_data): New variable.
25560         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25561         (rint_towardzero_test_data): New variable.
25562         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25563         (rint_downward_test_data): New variable.
25564         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25565         (rint_upward_test_data): New variable.
25566         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25567         (round_test_data): New variable.
25568         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25569         (sin_test_data): New variable.
25570         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25571         (sin_tonearest_test_data): New variable.
25572         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25573         (sin_towardzero_test_data): New variable.
25574         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25575         (sin_downward_test_data): New variable.
25576         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25577         (sin_upward_test_data): New variable.
25578         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25579         (sinh_test_data): New variable.
25580         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25581         (sinh_tonearest_test_data): New variable.
25582         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25583         (sinh_towardzero_test_data): New variable.
25584         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25585         (sinh_downward_test_data): New variable.
25586         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25587         (sinh_upward_test_data): New variable.
25588         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25589         (sqrt_test_data): New variable.
25590         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25591         (tan_test_data): New variable.
25592         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25593         (tan_tonearest_test_data): New variable.
25594         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25595         (tan_towardzero_test_data): New variable.
25596         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25597         (tan_downward_test_data): New variable.
25598         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25599         (tan_upward_test_data): New variable.
25600         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25601         (tanh_test_data): New variable.
25602         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25603         (tgamma_test_data): New variable.
25604         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25605         (trunc_test_data): New variable.
25606         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25607         (y0_test_data): New variable.
25608         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25609         (y1_test_data): New variable.
25610         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25611         (significand_test_data): New variable.
25612         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25614 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25616         [BZ #12387]
25617         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25619 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25621         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25623 2013-05-10  Andreas Jaeger  <aj@suse.de>
25625         [BZ #15448]
25626         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25627         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25629 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25631         * math/gen-libm-test.pl (adjust_arg): New function.
25632         (special_functions): Handle generating output in both functions
25633         and arrays.
25634         (parse_args): Likewise.
25635         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25636         $in_func argument to parse_args.
25637         * math/libm-test.inc (struct test_f_f_data): New type.
25638         (IF_ROUND_INIT_): New macro.
25639         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25640         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25641         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25642         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25643         (ROUND_RESTORE_): Likewise.
25644         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25645         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25646         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25647         (ROUND_RESTORE_FE_UPWARD): Likewise.
25648         (RUN_TEST_LOOP_f_f): New macro.
25649         (acos_test_data): New variable.
25650         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25651         (acos_tonearest_test_data): New variable.
25652         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25654 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25656         * benchtests/bench-skeleton.c (startup): Fix coding style.
25658 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25660         [BZ #6809]
25661         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25662         negative infinity argument.
25663         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25664         negative infinity argument.
25665         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25666         negative infinity argument.
25667         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25668         domain errors.
25670 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25672         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25673         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25674         * iconv/iconv_prog.c (main): Likewise.
25675         * locale/programs/charmap-dir.c (charmap_readdir)
25676         (fopen_uncompressed): Likewise.
25677         * locale/programs/locfile.c (siblings_uncached)
25678         (write_locale_data): Use lstat64 instead of lstat.
25679         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25680         stat.
25682 2013-05-10  Andreas Jaeger  <aj@suse.de>
25684         [BZ #15395]
25685         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25686         localization.
25687         Include <locale.h>.
25689 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25691         * elf/dl-close.c (_dl_close_worker): Add comments.
25693 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25695         [BZ #15359]
25696         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25697         high part of pi/2.
25698         (__ieee754_rem_pio2l): Update comments.
25700         [BZ #15429]
25701         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25702         high part of pi/2.
25703         (__ieee754_rem_pio2l): Update comments.
25705         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25706         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25708         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25709         M_PI_4l.
25711         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25712         (M_PI_34_LOG10El): Likewise.
25713         (M_PI2_LOG10El): Likewise.
25714         (M_PI4_LOG10El): Likewise.
25715         (M_PI_LOG10El): Likewise.
25717 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25719         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25721 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25723         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25724         (MINUS_ZERO_INIT): Likewise.
25725         (PLUS_INFTY_INIT): Likewise.
25726         (MINUS_INFTY_INIT): Likewise.
25727         (QNAN_VALUE_INIT): Likewise.
25728         (MAX_VALUE_INIT): Likewise.
25729         (MIN_VALUE_INIT): Likewise.
25730         (MIN_SUBNORM_VALUE_INIT): Likewise.
25731         (plus_zero): Initialize with PLUS_ZERO_INIT.
25732         (minus_zero): Initialize with MINUS_ZERO_INIT.
25733         (plus_infty): Initialize with PLUS_INFTY_INIT.
25734         (minus_infty): Initialize with MINUS_INFTY_INIT.
25735         (qnan_value): Initialize with QNAN_VALUE_INIT.
25736         (max_value): Initialize with MAX_VALUE_INIT.
25737         (min_value): Initialize with MIN_VALUE_INIT.
25738         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25740         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25741         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25742         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25743         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25745         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25746         (RUN_TEST_2_f): Likewise.
25747         (RUN_TEST_ff_f): Likewise.
25748         (RUN_TEST_fi_f): Likewise.
25749         (RUN_TEST_fl_f): Likewise.
25750         (RUN_TEST_fff_f): Likewise.
25751         (RUN_TEST_c_f): Likewise.
25752         (RUN_TEST_f_f1): Likewise.
25753         (RUN_TEST_fF_f1): Likewise.
25754         (RUN_TEST_fI_f1): Likewise.
25755         (RUN_TEST_ffI_f1): Likewise.
25756         (RUN_TEST_c_c): Likewise.
25757         (RUN_TEST_cc_c): Likewise.
25758         (RUN_TEST_f_i): Likewise.
25759         (RUN_TEST_f_i_tg): Likewise.
25760         (RUN_TEST_ff_i_tg): Likewise.
25761         (RUN_TEST_f_b): Likewise.
25762         (RUN_TEST_f_b_tg): Likewise.
25763         (RUN_TEST_f_l): Likewise.
25764         (RUN_TEST_f_L): Likewise.
25765         (RUN_TEST_sincos): Likewise.
25766         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25767         whether to show exceptions.  Do not include ");\n" in return
25768         value.
25769         (special_functions): Output call to RUN_TEST_sincos instead of
25770         check_float calls.  Update calls to new_test.
25771         (parse_args): Output call to single RUN_TEST_* macro instead of
25772         check_* calls and other assignments.  Update calls to new_test.
25774         [BZ #2546]
25775         [BZ #2560]
25776         [BZ #5159]
25777         [BZ #15426]
25778         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25779         input to result for tgamma overflow.
25780         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25781         (gamma_coeff): New variable.
25782         (NCOEFF): New macro.
25783         (gamma_positive): New function.
25784         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25785         underflow here.  Use gamma_positive instead of exp (lgamma) for
25786         other arguments.
25787         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25788         (gamma_coeff): New variable.
25789         (NCOEFF): New macro.
25790         (gammaf_positive): New function.
25791         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25792         underflow here.  Use gamma_positive instead of exp (lgamma) for
25793         other arguments.
25794         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25795         (gamma_coeff): New variable.
25796         (NCOEFF): New macro.
25797         (gammal_positive): New function.
25798         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25799         underflow here.  Use gamma_positive instead of exp (lgamma) for
25800         other arguments.
25801         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25802         (gamma_coeff): New variable.
25803         (NCOEFF): New macro.
25804         (gammal_positive): New function.
25805         (__ieee754_gammal_r): Handle positive infinity, overflow and
25806         underflow here.  Handle NaN the same as positive infinity.  Remove
25807         check x < 0xffffffff for negative integers.  Use gamma_positive
25808         instead of exp (lgamma) for other arguments.
25809         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25810         (gamma_coeff): New variable.
25811         (NCOEFF): New macro.
25812         (gammal_positive): New function.
25813         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25814         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25815         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25816         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25817         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25818         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25819         * sysdeps/generic/math_private.h (__gamma_productf): New
25820         prototype.
25821         (__gamma_product): Likewise.
25822         (__gamma_productl): Likewise.
25823         * math/Makefile (libm-calls): Add gamma_product.
25824         * math/libm-test.inc (tgamma_test): Add more tests.
25825         * sysdeps/i386/fpu/libm-test-ulps: Update.
25826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25828 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25830         * benchtests/bench-skeleton.c (main): Preheat CPU.
25832 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25834         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25836 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25838         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25839         and _dl_skip_args_internal.
25841 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25843         * manual/message.texi (Message Translation): Talk about users.
25844         Message to key mapping impacts design.
25846 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25848         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25850         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25852         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25853         * sysdeps/wordsize-64/glob64.c: ... here.
25855         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25856         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25857         New macros.
25859         * debug/getlogin_r_chk.c: Moved to ...
25860         * login/getlogin_r_chk.c: ... here.
25861         * debug/Makefile (routines): Move getlogin_r_chk to ...
25862         * login/Makefile (routines): ... here.
25863         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25864         * login/Versions (libc: GLIBC_2.4): ... here.
25866         * io/poll.c (__poll): Renamed from poll.
25867         Add libc_hidden_def.
25868         (poll): Define as weak alias.
25870         * debug/ptsname_r_chk.c: Moved to ...
25871         * login/ptsname_r_chk.c: ... here.
25872         * debug/Makefile (routines): Move ptsname_r_chk to ...
25873         * login/Makefile (routines): ... here.
25874         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25875         * login/Versions (libc: GLIBC_2.4): ... here.
25877         * posix/getlogin.c: Moved to ...
25878         * login/getlogin.c: ... here.
25879         * posix/getlogin_r.c: Moved to ...
25880         * login/getlogin_r.c: ... here.
25881         * posix/getlogin_r.c: Moved to ...
25882         * login/getlogin_r.c: ... here.
25883         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25884         * login/Makefile (routines): ... here.
25885         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25886         * login/Versions (libc: GLIBC_2.0): ... here.
25888         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25889         (setrlimit): Define as weak alias.
25891         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25892         Call __ names for open, ftruncate, and close.
25893         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25894         (truncate): Define as weak alias.
25896 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25898         * math/gen-libm-test.pl (parse_args): Initialize x before each
25899         test of frexp, modf and remquo.
25901         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25902         test signgam value.
25904 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25906         [BZ #15418]
25907         [BZ #15419]
25908         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25909         internal tests.
25910         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25912 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25914         * elf/dl-writev.h: New file.
25915         * elf/dl-misc.c: Include it.
25916         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25917         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25919 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25921         * math/libm-test.inc (noXFails): Remove variable.
25922         (noXPasses): Likewise.
25923         (BUILD_COMPLEX_INT): Remove macro.
25924         (print_screen): Remove xfail argument.
25925         (print_screen_max_error): Likewise.
25926         (update_stats): Likewise.
25927         (print_max_error): Likewise.  Update calls to other affected
25928         functions.
25929         (print_complex_max_error): Likewise.
25930         (test_single_exception): Update calls to print_screen.
25931         (test_single_errno): Likewise.
25932         (check_float_internal): Remove xfail argument.  Update calls to
25933         other affected functions.
25934         (check_float): Likewise.
25935         (check_complex): Likewise.
25936         (check_int): Likewise.
25937         (check_long): Likewise.
25938         (check_bool): Likewise.
25939         (check_longlong): Likewise.
25940         (main): Don't print noXFails and noXPasses.
25941         * math/gen-libm-test.pl (top level): Don't mention expected
25942         failure handling in comment.
25943         (new_test): Don't handle expected failures.
25944         (parse_args): Don't mention expected failure handling in comment.
25945         (generate_testfile): Don't handle expected failures.
25946         (parse_ulps): Likewise.
25947         (print_ulps_file): Likewise.
25948         (get_failure): Remove function.
25949         (output_test): Don't handle expected failures.
25950         * make/README.libm-test: Don't mention expected failure handling.
25952         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25953         (minus_zero): Likewise.
25954         (plus_infty): Likewise.
25955         (minus_infty): Likewise.
25956         (qnan_value): Likewise.
25957         (max_value): Likewise.
25958         (min_value): Likewise.
25959         (min_subnorm_value): Likewise.
25960         (initialize): Do not initialize those variables dynamically.
25962 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25964         * io/open.c (__open_2): Moved to ...
25965         * io/open_2.c: ... this new file.
25966         * io/open64.c (__open64_2): Moved to ...
25967         * io/open64_2.c: ... this new file.
25968         * io/openat.c (__openat_2): Moved to ...
25969         * io/openat_2.c: ... this new file.
25970         * io/openat64.c (__openat64_2): Moved to ...
25971         * io/openat64_2.c: ... this new file.
25972         * io/Makefile (routines): Add them.
25973         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25974         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25975         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25976         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25977         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25978         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25979         (__openat64): Add hidden_ver.
25980         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25981         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25983         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25984         Separately conditionalize setting of GLRO(dl_sysinfo) so
25985         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25986         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25988 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25990         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25991         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25992         definition.
25993         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25994         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25995         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25996         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25997         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25999 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26001         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26002         test signgam value.
26004         * math/libm-test.inc (hypot_test): Do not use
26005         IGNORE_ZERO_INF_SIGN.
26007 2013-05-03  Andreas Jaeger  <aj@suse.de>
26009         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26010         Linux 3.9.
26011         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26012         (PF_MAX): Adjust for VSOCK change.
26014 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26016         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26018 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26020         [BZ #15264]
26021         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26022         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26023         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26025 2013-05-02  David S. Miller  <davem@davemloft.net>
26027         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26029 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26031         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26033 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26035         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26037 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26039         [BZ #14952]
26040         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26041         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26042         Use __attribute__ ((__gnu_inline__)).
26043         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26044         Don't use __attribute__ ((__gnu_inline__)).
26046 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26048         [BZ #15423]
26049         * math/s_catan.c (__catan): Handle small real or imaginary part of
26050         input specially to avoid spurious underflow.
26051         * math/s_catanf.c (__catanf): Likewise.
26052         * math/s_catanh.c (__catanh): Likewise.
26053         * math/s_catanhf.c (__catanhf): Likewise.
26054         * math/s_catanhl.c (__catanhl): Likewise.
26055         * math/s_catanl.c (__catanl): Likewise.
26056         * math/libm-test.inc (catan_test): Add more tests.
26057         (catanh_test): Likewise.
26058         * sysdeps/i386/fpu/libm-test-ulps: Update.
26059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26061 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26063         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26065 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26067         [BZ #15416]
26068         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26069         accurately for denominator in atan2.
26070         * math/s_catanf.c (__catanf): Likewise.
26071         * math/s_catanh.c (__catanh): Likewise.
26072         * math/s_catanhf.c (__catanhf): Likewise.
26073         * math/s_catanhl.c (__catanhl): Likewise.
26074         * math/s_catanl.c (__catanl): Likewise.
26075         * math/libm-test.inc (catan_test): Add more tests.
26076         (catanh_test): Likewise.
26077         * sysdeps/i386/fpu/libm-test-ulps: Update.
26078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26080 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26082         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26084         * benchtests/Makefile (bench): Remove slow benchmarks.
26085         * benchtests/atan-inputs: Add slow benchmark inputs.
26086         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26087         (BENCH_FUNC): Accept variant offset.
26088         (VARIANT): Define.
26089         * benchtests/bench-skeleton.c (main): Run benchmark for each
26090         variant.
26091         * benchtests/cos-inputs: Add slow benchmark inputs.
26092         * benchtests/exp-inputs: Likewise.
26093         * benchtests/pow-inputs: Likewise.
26094         * benchtests/sin-inputs: Likewise.
26095         * benchtests/slowatan-inputs: Remove.
26096         * benchtests/slowatan.c: Remove.
26097         * benchtests/slowcos-inputs: Remove.
26098         * benchtests/slowcos.c: Remove.
26099         * benchtests/slowexp-inputs: Remove.
26100         * benchtests/slowexp.c: Remove.
26101         * benchtests/slowpow-inputs: Remove.
26102         * benchtests/slowpow.c: Remove.
26103         * benchtests/slowsin-inputs: Remove.
26104         * benchtests/slowsin.c: Remove.
26105         * benchtests/slowtan-inputs: Remove.
26106         * benchtests/slowtan.c: Remove.
26107         * benchtests/tan-inputs: Add slow benchmark inputs.
26108         * scripts/bench.pl: Parse comments and directives.
26110         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26111         in CPPFLAGS.
26112         ($(objpfx)bench-%.c): Remove *-ITER.
26113         * benchtests/bench-modf.c: Remove definition of ITER.
26114         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26115         (main): Loop for DURATION seconds instead of fixed number of
26116         iterations.
26117         * scripts/bench.pl: Don't expect iterations in parameters.
26119 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26121         * io/fchdir.c (__fchdir): Renamed from fchdir.
26122         (fchdir): Define as weak alias.
26124 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26126         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26127         (ERRNO_EDOM): Likewise.
26128         (ERRNO_ERANGE): Likewise.
26129         (noErrnoTests): New variable.
26130         (init_max_error): Set errno to 0.
26131         (test_single_errno): New function.
26132         (test_errno): Likewise.
26133         (check_float_internal): Call test_errno.  Set errno to 0.
26134         (check_complex): Refer to errno tests in comment.
26135         (check_int): Call test_errno.  Set errno to 0.
26136         (check_long): Likewise.
26137         (check_bool): Likewise.
26138         (check_longlong): Likewise.
26139         (cos_test): Use ERRNO_* flags for errno tests instead of
26140         check_int.
26141         (expm1_test): Likewise.
26142         (fmod_test): Likewise.
26143         (ilogb_test): Likewise.
26144         (lgamma_test): Likewise.
26145         (pow_test): Likewise.
26146         (remainder_test): Likewise.
26147         (sin_test): Likewise.
26148         (tan_test): Likewise.
26149         (yn_test): Likewise.
26150         (initialize): Set errno to 0.
26151         (main): Print number of errno tests.
26152         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26154 2013-04-29  Andreas Jaeger  <aj@suse.de>
26156         [BZ #15084]
26157         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26158         and RES_USEVC.
26160         [BZ #15085]
26161         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26162         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26163         unimplemented.
26165         [BZ #15380]
26166         * stdlib/random.c (__initstate): Return NULL if
26167         __initstate fails.
26169         [BZ #15086]
26170         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26171         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26172         RES_SNGLKUPREOP.
26174 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26178 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26180         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26181         of individual tests.
26182         (casin_test): Likewise.
26183         (casinh_test): Likewise.
26185 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26187         [BZ #15409]
26188         * math/s_catan.c (__catan): Handle arguments with large real or
26189         imaginary part separately without squaring.
26190         * math/s_catanf.c (__catanf): Likewise.
26191         * math/s_catanh.c (__catanh): Likewise.
26192         * math/s_catanhf.c (__catanhf): Likewise.
26193         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26194         and redefine.
26195         (__catanhl): Handle arguments with large real or imaginary part
26196         separately without squaring.
26197         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26198         and redefine.
26199         (__catanl): Handle arguments with large real or imaginary part
26200         separately without squaring.
26201         * math/libm-test.inc (catan_test): Add more tests.
26202         (catanh_test): Likewise.
26203         * sysdeps/i386/fpu/libm-test-ulps: Update.
26204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26206 2013-04-27  Andreas Jaeger  <aj@suse.de>
26208         [BZ #15007]
26209         * stdlib/stdlib.h: Update guards for qecvt.
26210         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26211         <stdlib.h>.
26213 2013-04-27  Allan McRae  <allan@archlinux.org>
26215         * sysdeps/i386/fpu/libm-test-ulps: Update.
26217 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26219         [BZ #15406]
26220         * math/s_catan.c: Include <float.h>.
26221         (__catan): Ensure underflow exception occurs for underflowed
26222         result.
26223         * math/s_catanf.c: Include <float.h>.
26224         (__catanf): Ensure underflow exception occurs for underflowed
26225         result.
26226         * math/s_catanh.c: Include <float.h>.
26227         (__catanh): Ensure underflow exception occurs for underflowed
26228         result.
26229         * math/s_catanhf.c: Include <float.h>.
26230         (__catanhf): Ensure underflow exception occurs for underflowed
26231         result.
26232         * math/s_catanhl.c: Include <float.h>.
26233         (__catanhl): Ensure underflow exception occurs for underflowed
26234         result.
26235         * math/s_catanl.c: Include <float.h>.
26236         (__catanl): Ensure underflow exception occurs for underflowed
26237         result.
26238         * math/libm-test.inc (catan_test): Add more tests.
26239         (catanh_test): Likewise.
26241         [BZ #15405]
26242         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26243         underflowed result.
26244         * math/s_ccoshf.c (__ccoshf): Likewise.
26245         * math/s_ccoshl.c (__ccoshl): Likewise.
26246         * math/s_csin.c (__csin): Likewise.
26247         * math/s_csinf.c (__csinf): Likewise.
26248         * math/s_csinh.c (__csinh): Likewise.
26249         * math/s_csinhf.c (__csinhf): Likewise.
26250         * math/s_csinhl.c (__csinhl): Likewise.
26251         * math/s_csinl.c (__csinl): Likewise.
26252         * math/libm-test.inc (ccos_test): Add more tests.
26253         (ccosh_test): Likewise.
26254         (csin_test): Likewise.
26255         (csinh_test): Likewise.
26257 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26259         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26260         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26261         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26262         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26263         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26264         powerpc/power5+/fpu folders.
26265         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26268 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26270         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26272 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26274         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26275         additions to variable.
26276         [$(config-machine) = x86_64] (modules-names): Likewise.
26277         ($(objpfx)tst-audit3): Remove dependency.
26278         ($(objpfx)tst-audit3.out): Likewise.
26279         ($(objpfx)tst-audit4): Likewise.
26280         ($(objpfx)tst-audit4.out): Likewise.
26281         ($(objpfx)tst-audit5): Likewise.
26282         ($(objpfx)tst-audit5.out): Likewise.
26283         ($(objpfx)tst-audit6): Likewise.
26284         ($(objpfx)tst-audit6.out): Likewise.
26285         ($(objpfx)tst-audit7): Likewise.
26286         ($(objpfx)tst-audit7.out): Likewise.
26287         (tst-audit3-ENV): Remove variable.
26288         (tst-audit4-ENV): Likewise.
26289         (tst-audit5-ENV): Likewise.
26290         (tst-audit6-ENV): Likewise.
26291         (tst-audit7-ENV): Likewise.
26292         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26293         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26294         addition to variable.
26295         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26296         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26297         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26298         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26299         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26300         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26301         tst-audit3, tst-audit4 and tst-audit5.
26302         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26303         tst-audit6 and tst-audit7.
26304         [$(subdir) = elf] (modules-names): Add audit modules for those
26305         tests.
26306         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26307         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26308         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26309         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26310         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26311         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26312         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26313         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26314         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26315         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26316         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26317         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26318         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26319         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26320         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26321         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26322         Likewise.
26323         [$(subdir) = elf && $(config-cflags-avx) = yes]
26324         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26325         [$(subdir) = elf && $(config-cflags-avx) = yes]
26326         (CFLAGS-tst-auditmod4a.c): Likewise.
26327         [$(subdir) = elf && $(config-cflags-avx) = yes]
26328         (CFLAGS-tst-auditmod4b.c): Likewise.
26329         [$(subdir) = elf && $(config-cflags-avx) = yes]
26330         (CFLAGS-tst-auditmod6b.c): Likewise.
26331         [$(subdir) = elf && $(config-cflags-avx) = yes]
26332         (CFLAGS-tst-auditmod6c.c): Likewise.
26333         [$(subdir) = elf && $(config-cflags-avx) = yes]
26334         (CFLAGS-tst-auditmod7b.c): Likewise.
26335         * elf/tst-audit3.c: Move to ...
26336         * sysdeps/x86_64/tst-audit3.c: ... here.
26337         * elf/tst-audit4.c: Move to ...
26338         * sysdeps/x86_64/tst-audit4.c: ... here.
26339         * elf/tst-audit5.c: Move to ...
26340         * sysdeps/x86_64/tst-audit5.c: ... here.
26341         * elf/tst-audit6.c: Move to ...
26342         * sysdeps/x86_64/tst-audit6.c: ... here.
26343         * elf/tst-audit7.c: Move to ...
26344         * sysdeps/x86_64/tst-audit7.c: ... here.
26345         * elf/tst-auditmod3a.c: Move to ...
26346         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26347         * elf/tst-auditmod3b.c: Move to ...
26348         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26349         * elf/tst-auditmod4a.c: Move to ...
26350         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26351         * elf/tst-auditmod4b.c: Move to ...
26352         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26353         * elf/tst-auditmod5a.c: Move to ...
26354         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26355         * elf/tst-auditmod5b.c: Move to ...
26356         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26357         * elf/tst-auditmod6a.c: Move to ...
26358         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26359         * elf/tst-auditmod6b.c: Move to ...
26360         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26361         * elf/tst-auditmod6c.c: Move to ...
26362         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26363         * elf/tst-auditmod7a.c: Move to ...
26364         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26365         * elf/tst-auditmod7b.c: Move to ...
26366         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26368 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26370         [BZ #15366]
26371         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26372         define unconditionally.
26373         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26374         define unconditionally.
26375         (INT8_C, INT16_C, etc.): Likewise.
26377 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26379         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26380         __ehdr_start with hidden visibility.
26382         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26384 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26386         * math/libm-test.inc (cos_test): Use accurate hex constants.
26387         (sincost_test): Likewise.
26389 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26391         * math/libm-test.inc (catan_test): Add more tests.
26392         (catanh_test): Likewise.
26394         * math/s_catanf.c (__catanf): Use suffixed floating-point
26395         constants.
26396         * math/s_catanhf.c (__catanhf): Likewise.
26397         * math/s_catanhl.c (__catanhl): Likewise.
26398         * math/s_catanl.c (__catanl): Likewise.
26400         [BZ #15394]
26401         * math/s_catan.c (__catan): Calculate imaginary part of result
26402         with log1p not log unless computing log of number close to 0.
26403         * math/s_catanf.c (__catanf): Likewise.
26404         * math/s_catanl.c (__catanl): Likewise.
26405         * math/s_catanh.c (__catanh): Calculate real part of result with
26406         log1p not log unless computing log of number close to 0.
26407         * math/s_catanhf.c (__catanhf): Likewise.
26408         * math/s_catanhl.c (__catanhl): Likewise.
26409         * math/libm-test.inc (catan_test): Add more tests.
26410         (catanh_test): Likewise.
26411         * sysdeps/i386/fpu/libm-test-ulps: Update.
26412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26414 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26416         * benchtests/Makefile: Mention files in which fast and slow
26417         paths of math functions are implemented.
26419 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26421         * sysdeps/posix/timespec_get.c: New file.
26423 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26425         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26426         POWER.
26427         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26428         for POWER.
26429         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26430         powerpc/power5/fpu folders.
26431         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26432         * benchtests/Makefile: Add modf testcase.
26433         * benchtests/bench-modf.c: New file: Benchmark test for mo
26435 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26437         [BZ #14888]
26438         * time/Makefile (tests): Add tst-strptime-whitespace.
26439         * time/strptime_l.c (get_number): Use ISSPACE.
26440         (__strptime_internal): Likewise.
26441         * time/tst-strptime-whitespace.c: New test case.
26443 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26445         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26446         member.
26447         (_nss_files_init): Set it here.
26449 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26451         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26452         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26453         unsigned.
26455 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26457         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26459 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26461         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26462         size just once.
26464 2013-04-21  David S. Miller  <davem@davemloft.net>
26466         * po/ru.po: Update Russion translation from translation project.
26468 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26470         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26471         and setfsgid.
26473 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26475         * configure.in: Remove i386 configure warning. Remove i386 case.
26476         * configure: Regenerate.
26477         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26478         Add example to error message.
26479         * sysdeps/i386/configure: Regenerate.
26481 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26483         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26484         slowtan.
26485         * benchtests/cos-inputs: New file.
26486         * benchtests/slowcos-inputs: New file.
26487         * benchtests/slowcos.c: New file.
26488         * benchtests/slowtan-inputs: New file.
26489         * benchtests/slowtan.c: New file.
26490         * benchtests/tan-inputs: New file.
26492 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26494         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26495         considered kosher.
26497 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26499         * benchtests/Makefile: Include cppflags-iterator.mk to add
26500         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26502         * Makefile.in (bench-clean): New target.
26503         * benchtests/Makefile (bench-clean): Likewise.
26505 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26507         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26509 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26511         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26513 2013-04-15  Andreas Schwab  <schwab@suse.de>
26515         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26516         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26517         * nscd/pwdcache.c (cache_addpw): Likewise.
26518         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26519         more than recsize.
26521 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26523         * benchtests/Makefile (bench): Write all output to
26524         bench-out.tmp together.
26526 2013-04-15  Andreas Schwab  <schwab@suse.de>
26528         * nscd/nscd.c (main): Don't fork again after closing files.
26530 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26532         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26534         * benchtests/Rules (bench-deps): Collect dependencies into a
26535         single variable.  Add Makefile to dependencies.
26536         ($(objpfx)bench-%.c): Depend on bench-deps.
26538 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26539             Xavier Roche  <roche+kml2@exalead.com>
26541         [BZ #15361]
26542         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26543         just that it's a file descriptor.
26544         * manual/llio.texi (Synchronizing AIO Operations): Update description
26545         for EBADF error from aio_fsync.
26547 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26549         * Rules (bench): Move target definition...
26550         * benchtests/Makefile: ... here.
26552 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26554         * math/libm-test.inc (cos_test): Fix PI/2 test.
26555         (sincos_test): Likewise.
26556         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26557         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26559 2013-04-11  Andreas Schwab  <schwab@suse.de>
26561         [BZ #13988]
26562         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26563         accept exponent character only when digits were seen.
26564         * stdio-common/Makefile (tests): Add bug26.
26565         * stdio-common/bug26.c: New file.
26567         [BZ #14293]
26568         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26569         non-freeable.
26571 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26573         * Makeconfig (rtld-prefix): Define built linker prefix.
26574         * Rules (run-bench): Use it.
26575         * math/Makefile (run-regen-ulps): Likewise.
26577         * Rules (bench): Remove eval.
26579 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26580             Roland McGrath  <roland@hack.frob.com>
26581             Ondrej Bilka  <neleai@seznam.cz>
26583         [BZ #15346]
26584         * time/getdate.c: Include ctype.h and alloca.h.
26585         (__getdate_r): Trim leading and trailing spaces of input.
26586         * time/tst-getdate.c (tests): Add tests with leading and
26587         trailing spaces.
26589 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26591         [BZ #14280]
26592         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26593         when computing value.
26595 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26597         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26598         Use testrun.sh to run libm tests.
26600         [BZ #15309]
26601         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26603 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26605         [BZ #15264]
26606         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26608 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26610         * Makefile.in (regen-ulps): New target.
26611         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26612         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26613         [ifneq (no,$(PERL)] (regen-ulps): New target.
26614         [ifeq (no,$(PERL)] (regen-ulps): New target.
26615         * math/libm-test.inc (ulps_file_name): Define.
26616         (output_dir): New variable.
26617         (options): Add "output-dir" option.
26618         (parse_opt): Handle 'o' case.
26619         (main): If output_dir is non-NULL use it as a prefix
26620         otherwise use "".
26621         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26623 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26625         [BZ #10060, #10062]
26626         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26627         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26628         fail configure if __sync_val_compare_and_swap is not inlined.
26629         * sysdeps/i386/configure: Regenerate.
26630         * configure.in: Build for i686 when configured for i386.
26631         * configure: Regenerate.
26632         * README: Remove i386 reference.
26634 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26636         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26637         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26639 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26641         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26642         (lmsnanval): New variables.
26643         (F): Add conversion tests.
26644         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26645         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26647         * stdio-common/tstdiomisc.c (F): Properly collect individual
26648         tests' results.
26650         [BZ #14686, #15336]
26651         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26652         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26653         Instead, use input NaN values or generate a qNaN by arithmetic
26654         operation.  Also fix bugs to comply with the standard.
26655         * math/libm-test.inc (remainder_test): Add more tests.
26657         [BZ #15335, #15342]
26658         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26659         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26660         input NaN values or generate a qNaN by arithmetic operation.
26662         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26663         unreachable code.
26665         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26666         definitions.
26668 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26670         [BZ #14478]
26671         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26672         underflowed result.
26673         * math/s_cexpf.c (__cexpf): Likewise.
26674         * math/s_cexpl.c (__cexpl): Likewise.
26675         * math/libm-test.inc (cexp_test): Add more tests.
26677 2013-04-03  Andreas Schwab  <schwab@suse.de>
26679         [BZ #15330]
26680         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26681         order arrays from heap if bigger than alloca cutoff.
26683 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26685         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26686         (SNAN_TESTS_double): Refer to GCC PR56831.
26687         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26688         GCC PR56828.
26690 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26692         * Rules (bench): Move bench.out after the run is complete.
26694         * Rules (bench): Echo currently running benchmark.
26696         * benchtests/Makefile (bench): Add atan and slowatan.
26697         * benchtests/atan-inputs: New file.
26698         * benchtests/slowatan-inputs: New file.
26699         * benchtests/slowatan.c: New file.
26701         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26702         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26703         its value.
26705         [BZ #15305]
26706         * sysdeps/unix/sysv/linux/kernel-features.h
26707         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26708         __ASSUME_XFS_RESTRICTED_CHOWN.
26709         * sysdeps/unix/sysv/linux/pathconf.c
26710         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26711         Save and restore errno.
26713 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26715         [BZ #15327]
26716         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26717         arguments using __kernel_casinh.
26718         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26719         arguments using __kernel_casinhf.
26720         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26721         arguments using __kernel_casinhl.
26722         * math/libm-test.inc (cacosh_test): Add more tests.
26723         * sysdeps/i386/fpu/libm-test-ulps: Update.
26724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26726 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26728         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26729         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26731         * bench/Makefile (bench): Add sin and slowsin.
26732         * benchtests/sin-inputs: New file.
26733         * benchtests/slowsin-inputs: New file.
26734         * benchtests/slowsin.c: New file.
26736         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26737         (bench): Add slowexp and slowpow.
26738         (exp-ITER): Increase iterations.
26739         (pow-ITER): Likewise.
26740         * benchtests/exp-inputs: Change input.
26741         * benchtests/pow-inputs: Likewise.
26742         * benchtests/slowexp-inputs: New file.
26743         * benchtests/slowexp.c: New file.
26744         * benchtests/slowpow-inputs: New file.
26745         * benchtests/slowpow.c: New file.
26747 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26749         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26750         instructions.
26751         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26752         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26753         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26754         * benchtests/Makefile: Add rint benchtest.
26755         * benchtests/rint-inputs: Input for rint benchtest.
26757 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26759         * Versions.def (libm): Add GLIBC_2.18.
26760         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26761         hidden libm prototypes.
26762         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26763         * math/Makefile (libm-calls): Add s_issignaling.
26764         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26765         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26766         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26767         declaration.
26768         * math/math.h [__USE_GNU] (issignaling): New macro.
26769         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26770         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26771         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26772         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26773         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26774         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26775         * manual/arith.texi (issignaling): New section.
26776         * manual/libm-err-tab.pl (@all_functions): Update comment.
26777         * math/gen-libm-test.pl (parse_args): Apply special handling for
26778         issignaling.
26779         * math/libm-test.inc (print_float, issignaling_test): New
26780         functions.
26781         (check_float_internal): Add issignaling checks.
26782         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26783         default definition.
26784         * sysdeps/powerpc/math-tests.h: New file.
26785         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26786         tests.
26787         * math/test-snan.c (TEST_FUNC): Likewise.
26789 2013-03-30  David S. Miller  <davem@davemloft.net>
26791         * po/de.po: Update from translation team.
26793 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26795         [BZ #10357]
26796         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26797         imaginary part less than 1.0 and real part less than 0.5
26798         specially.
26799         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26800         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26801         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26802         (cacos_test): Add more tests.
26803         (casin_test): Likewise.
26804         (casinh_test): Likewise.
26805         * sysdeps/i386/fpu/libm-test-ulps: Update.
26806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26808 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26810         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26811         ONE with its value.
26813         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26814         (__pow_mp): Replace ONE and MONE with their values.
26815         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26816         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26817         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26818         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26819         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26820         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26822         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26824         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26825         (__pow_mp): Replace ZERO and MZERO with their values.
26826         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26827         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26828         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26829         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26830         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26831         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26832         (__sqr): Likewise.
26834         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26836         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26838 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26840         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26841         Declare with __attribute__ ((weak)).
26842         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26843         Call __call_tls_dtors only if it's not NULL.
26845 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26847         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26848         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26849         magic __ehdr_start linker symbol if it's defined.
26850         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26851         them up here if it was already done.
26853         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26854         (_dl_aux_init): Use const in cast when setting it.
26855         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26856         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26857         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26859         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26860         Declare them here.
26861         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26862         * csu/libc-tls.c: Nor here.
26863         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26865         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26866         (__libc_message): Never call vsyslog.
26868 2013-03-28  Alan Modra  <amodra@gmail.com>
26870         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26871         Define as empty.
26872         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26873         Likewise.
26875 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26877         [BZ #15214]
26878         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26879         underflow.
26880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26882 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26884         [BZ #15304]
26885         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26886         Don't add gid passed as argument.
26888         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26890 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26892         [BZ #15307]
26893         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26894         imaginary part between 1.0 and 1.5 and real part less than 0.5
26895         specially.
26896         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26897         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26898         * math/libm-test.inc (cacos_test): Add more tests.
26899         (casin_test): Likewise.
26900         (casinh_test): Likewise.
26901         * sysdeps/i386/fpu/libm-test-ulps: Update.
26902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26904 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26906         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26907         constants.
26908         (norm): Likewise.
26909         (denorm): Likewise.
26910         (__dbl_mp): Likewise.
26911         (add_magnitudes): Likewise.
26912         (sub_magnitudes): Likewise.
26913         (__add): Likewise.
26914         (__sub): Likewise.
26915         (__mul): Likewise.
26916         (__sqr): Likewise.
26917         (__inv): Likewise.
26918         (__dvd): Likewise.
26920         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26921         commented code.
26922         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26923         (__dubcos): Likewise.
26924         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26925         (__ieee754_acos): Likewise.
26926         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26927         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26928         (__exp1): Likewise.
26929         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26930         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26931         (log1): Likewise.
26932         (my_log2): Likewise.
26933         (checkint): Likewise.
26934         * sysdeps/ieee754/dbl-64/e_remainder.c
26935         (__ieee754_remainder): Likewise.
26936         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26937         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26938         (bsloww): Likewise.
26939         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26941         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26942         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26943         MANTISSA_STORE_T to store computations on mantissa.  Use
26944         macros for rounding and division.
26945         (denorm): Likewise.
26946         (__dbl_mp): Likewise.
26947         (add_magnitudes): Likewise.
26948         (sub_magnitudes): Likewise.
26949         (__mul): Likewise.
26950         (__sqr): Likewise.
26951         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26952         powers of two in terms of TWOPOW macro.
26953         (mp_no): Make type of mantissa as MANTISSA_T.
26954         [!RADIXI]: Define RADIXI.
26955         [!TWO52]: Define TWO52.
26956         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26958 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26960         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26961         llroundl symbol when building for PPC32.
26963 2013-03-24  Mark H Weaver  <mhw@netris.org>
26965         * manual/arith.texi (Normalization Functions): Fix prototypes for
26966         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26968 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26970         [BZ #13889]
26971         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26972         high value to check if expl overflow.
26973         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26974         to check for underflow and overflow.
26975         * math/libm-test.inc: Add exp test.
26977 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26979         [BZ #11120]
26980         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26981         with NOT_IN_libc.
26983 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26985         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26986         symbol.
26988 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26990         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26991         wrap blocks consisting of several statements.
26993         * sysdeps/generic/math-tests.h: New file.
26994         * sysdeps/i386/fpu/math-tests.h: Likewise.
26995         * math/test-snan.c: Include it.
26996         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26998 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27000         [BZ #15285]
27001         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27002         (__ieee754_j0l): Do not improve calculations using cos of twice
27003         input for inputs above LDBL_MAX / 2.0L.
27004         (__ieee754_y0l): Likewise.
27005         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27006         (__ieee754_j1l): Do not improve calculations using cos of twice
27007         input for inputs above LDBL_MAX / 2.0L.
27008         (__ieee754_y1l): Likewise.
27009         * math/libm-test.inc (j0_test): Add another test.
27010         (j1_test): Likewise.
27011         (y0_test): Likewise.
27012         (y1_test): Likewise.
27013         * sysdeps/i386/fpu/libm-test-ulps: Update.
27015 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27017         * Rules ($(objpfx)bench-%.c): Include code from a C source
27018         file.
27020 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27022         [BZ #15287]
27023         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27024         imaginary part 1.0 and real part less than 0.5 specially.
27025         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27026         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27027         * math/libm-test.inc (cacos_test): Add more tests.
27028         (casin_test): Likewise.
27029         (casinh_test): Likewise.
27030         * sysdeps/i386/fpu/libm-test-ulps: Update.
27031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27033 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27035         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27036         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27038 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27040         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27041         * config.make.in (config-cflags-sse4): Remove variable.
27042         (config-cflags-avx): Likewise.
27043         (config-cflags-sse2avx): Likewise.
27044         (config-cflags-novzeroupper): Likewise.
27045         (config-asflags-i686): Likewise.
27046         (have-mfma4): Likewise.
27047         (have-as-vis3): Likewise.
27048         (MIG): Likewise.
27049         * configure.in (MIG): Do not AC_SUBST.
27050         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27051         (libc_cv_cc_sse4): Do not AC_SUBST.
27052         (libc_cv_cc_avx): Likewise.
27053         (libc_cv_cc_sse2avx): Likewise.
27054         (libc_cv_cc_novzeroupper): Likewise.
27055         (libc_cv_cc_fma4): Likewise.
27056         (libc_cv_as_i686): Likewise.
27057         (libc_cv_sparc_as_vis3): Likewise.
27058         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27059         LIBC_CONFIG_VAR.
27060         (config-asflags-i686): Likewise.
27061         (config-cflags-avx): Likewise.
27062         (config-cflags-sse2avx): Likewise.
27063         (have-mfma4): Likewise.
27064         (config-cflags-novzeroupper): Likewise.
27065         * sysdeps/mach/configure.in (MIG): Likewise.
27066         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27067         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27068         LIBC_CONFIG_VAR.
27069         (config-cflags-avx): Likewise.
27070         (config-cflags-sse2avx): Likewise.
27071         (have-mfma4): Likewise.
27072         (config-cflags-novzeroupper): Likewise.
27073         * configure: Regenerated.
27074         * sysdeps/i386/configure: Likewise.
27075         * sysdeps/mach/configure: Likewise.
27076         * sysdeps/sparc/configure: Likewise.
27077         * sysdeps/x86_64/configure: Likewise.
27079 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27081         [BZ #14812]
27082         * locale/programs/localedef.c (options): Put N_ translation marker
27083         on argument names, not just descriptions.
27085 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27087         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27089 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27091         [BZ #14176]
27092         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27094 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27096         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27097         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27098         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27099         [!BEFORE_ABORT] (before_abort): New function.
27100         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27101         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27102         (writev_for_fatal): New function.
27103         (WRITEV_FOR_FATAL): New macro; call that.
27104         (backtrace_and_maps): New function.
27105         (BEFORE_ABORT): New macro; call that.
27106         (struct str_list): Type removed.
27107         (__libc_message, __libc_fatal): Functions removed.
27108         Include <sysdeps/posix/libc_fatal.c> instead.
27110 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27112         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27113         constants.
27114         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27115         double constants.
27117 2013-03-19  Andreas Schwab  <schwab@suse.de>
27119         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27120         * sysdeps/gnu/configure: Regenerate.
27122         * configure.in: Substitute libc_cv_rtlddir.
27123         * configure: Regenerate.
27124         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27125         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27126         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27127         * elf/Makefile (install-others, CFLAGS-interp.c)
27128         (ldso_install, common-ldd-rewrite): Likewise.
27129         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27130         $(inst_slibdir)/$(rtld-installed-name).
27131         * scripts/rellns-sh: Add -p option.
27132         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27133         for source.
27135 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27137         * manual/nptl.texi: Renamed to ...
27138         * manual/threads.texi: ... this.
27139         * manual/Makefile (chapters): Update.
27141 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27143         [BZ #14812]
27144         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27145         on argument names, not just descriptions.
27146         * malloc/memusagestat.c (options): Likewise.
27147         * nss/getent.c (options): Likewise.
27149 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27151         [BZ #14812]
27152         * iconv/iconv_prog.c (options): Put N_ translation marker
27153         on argument names, not just descriptions.
27154         * iconv/iconvconfig.c (options): Likewise.
27156 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27158         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27159         implementation which is faster on all x86_64 architectures.
27160         Tested on AMD, Intel Nehalem, SNB, IVB.
27161         * sysdeps/x86_64/strnlen.S: Likewise.
27163         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27164         Remove all multiarch strlen and strnlen versions.
27165         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27166         Remove strlen and strnlen related parts.
27168         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27169         Inline strlen part.
27170         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27172         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27173         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27174         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27175         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27176         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27177         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27179 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27181         * manual/memory.texi (Malloc Tunable Parameters):
27182         Sort parameters alphabetically. Add comments for missing entries.
27184 2013-03-17  David S. Miller  <davem@davemloft.net>
27186         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27188 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27190         [BZ #15283]
27191         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27192         for arguments at most half maximum finite value.
27193         * math/libm-test.inc (j0_test): Add more tests.
27194         (j1_test): Likewise.
27195         (y0_test): Likewise.
27196         (y1_test): Likewise.
27197         * sysdeps/i386/fpu/libm-test-ulps: Update.
27198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27200         [BZ #14155]
27201         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27202         1 / x and functions P and Q for arguments above 0x1p256L.
27203         (__ieee754_y0l): Likewise.
27204         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27205         (__ieee754_y1l): Likewise.
27206         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27207         (j1_test): Likewise.
27208         (y0_test): Likewise.
27209         (y1_test): Likewise.
27211 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27213         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27214         variable.
27216 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27218         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27219         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27220         zero since it's initialized to EXEC_PAGESIZE.
27222         * sysdeps/unix/sysv/linux/ldsodefs.h
27223         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27224         * sysdeps/generic/ldsodefs.h: ... here.
27226 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27228         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27230         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27231         math/test-snan.c.
27232         * math/test-snan.c: Renamed from
27233         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27234         * math/Makefile (tests): Add test-snan.
27235         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27236         test-powerpc-snan.
27238         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27239         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27240         functions.
27241         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27242         __builtin_nan family of functions.
27243         * math/libm-test.inc (initialize): Initialize qnan_value with
27244         __builtin_nan family of functions.
27245         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27246         Remove variables.
27247         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27248         Remove functions.
27249         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27250         storage class.  Initialize qNaN_var and sNaN_var with
27251         __builtin_nan and __builtin_nans families of functions,
27252         respectively.
27254         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27255         (sqrt_test): Remove duplicate test with qNaN input.
27256         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27257         (round_test, signbit_test, significand_test): Note missing +/-Inf
27258         as well as qNaN tests.
27260         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27261         qNaN_var.  Fix a few strings, too.
27262         * math/libm-test.inc (nan_value): Rename to qnan_value.
27263         * math/gen-libm-test.pl (%beautify): Adjust to that.
27264         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27265         * math/test-misc.c (main): Likewise.
27266         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27267         to __qnan_bytes, and __qnan_union, respectively.
27268         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27269         Likewise.
27270         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27271         and lqnanval, respectively.
27272         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27273         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27274         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27275         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27277         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27278         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27279         doubles.
27281         * math/test-misc.c (main): Fix copy'n'pastos.
27282         * misc/tst-efgcvt.c (special): Likewise.
27284         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27285         Remove declarations.
27287 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27289         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27290         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27291         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27292         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27294 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27296         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27297         macro to return vdso values correctly in IFUNC implementations.
27298         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27299         Optimization by using IFUNC.
27301 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27302             Richard Henderson  <rth@redhat.com>
27303             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27305         * Makefile.in (bench): New target.
27306         * NEWS: Mention the benchmark framework.
27307         * Rules (bench): Likewise.
27308         (binaries-bench): Generate binaries for functions to
27309         benchmark.
27310         * benchtests/Makefile: New makefile for benchmark tests.
27311         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27312         programs.
27313         * benchtests/exp-inputs: New input file for EXP function.
27314         * benchtests/pow-inputs: New input file for POW function.
27315         * scripts/bench.pl: New script to generate source files for
27316         benchmark programs.
27318 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27320         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27321         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27322         computations on mantissa.  Use macros for rounding and
27323         division.
27324         (denorm): Likewise.
27325         (__dbl_mp): Likewise.
27326         (add_magnitudes): Likewise.
27327         (sub_magnitudes): Likewise.
27328         (__mul): Likewise.
27329         (__sqr): Likewise.
27330         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27331         powers of two in terms of TWOPOW macro.
27332         (mp_no): Make type of mantissa as MANTISSA_T.
27333         [!RADIXI]: Define RADIXI.
27334         [!TWO52]: Define TWO52.
27335         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27337         * manual/nptl.texi (cindex): Modify threads to pthreads.
27339 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27341         * sysdeps/x86_64/preconfigure: Regenerated.
27343 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27345         [BZ #14155]
27346         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27347         0x1p28 and above.
27348         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27349         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27350         0x1p28 and above.
27351         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27352         * math/libm-test.inc (j0_test): Do not allow one spurious
27353         underflow exception.
27354         (y1_test): Likewise.
27356 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27358         * manual/Makefile (chapters): Add nptl.
27359         * manual/debug.texi (Debugging Support): Add link to Threads
27360         chapter.
27361         * manual/nptl.texi: New file.
27363         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27365 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27367         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27368         for non-NULL pointer before the memory validity test. Pointed
27369         out by Holger Brunck <holger.brunck@keymile.com>.
27371 2013-03-13  Andreas Schwab  <schwab@suse.de>
27373         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27374         instead of .os.
27376 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27378         * timezone/zic.c: Update from tzcode 2013b.
27380 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27382         * manual/install.texi (Configuring and compiling):
27383         Mention i686 and i586.
27384         * INSTALL: Regenerate.
27386 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27388         * sysdeps/init_array/elf-init.c: New file.
27389         * csu/elf-init.c
27390         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27391         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27393         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27394         __gmon_start__ as global, but as static with a .preinit_array pointer.
27395         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27396         * sysdeps/init_array/crti.S: New file, empty except for comments.
27397         * sysdeps/init_array/crtn.S: Likewise.
27399 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27401         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27402         definining bcopy.
27403         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27404         Remove Prefer_SSE_for_memop.
27405         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27406         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27407         HAS_PREFER_SSE_FOR_MEMOP.
27408         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27409         memset-x86-64.
27410         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27411         Remove bzero, memset ifunc support.
27412         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27413         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27414         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27415         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27417 2013-03-11  Andreas Schwab  <schwab@suse.de>
27419         [BZ #15234]
27420         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27421         by SHLIB_COMPAT.
27422         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27423         (GLIBC_2.16): Remove pthread_atfork.
27425 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27427         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27428         (ptestcases.h): Likewise.
27430 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27432         * Makeconfig ($(common-objpfx)config.status): Depend on
27433         sysdeps/*/preconfigure{,.in} too.
27435 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27437         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27438         (__free_hook): Use void * instead of __malloc_ptr_t.
27439         (__malloc_hook): Likewise.
27440         (__realloc_hook): Likewise.
27441         (__memalign_hook): Likewise.
27442         (__after_morecore_hook): Likewise.
27443         * malloc/arena.c (save_malloc_hook): Likewise.
27444         (save_free_hook): Likewise.
27445         * malloc/hooks.c (malloc_hook_ini): Likewise.
27446         (realloc_hook_ini): Likewise.
27447         (memalign_hook_ini): Likewise.
27448         * malloc/malloc.c (malloc_hook_ini): Likewise.
27449         (realloc_hook_ini): Likewise.
27450         (memalign_hook_ini): Likewise.
27451         (__free_hook): Likewise.
27452         (__malloc_hook): Likewise.
27453         (__realloc_hook): Likewise.
27454         (__memalign_hook): Likewise.
27455         (__libc_malloc): Likewise.
27456         (__libc_free): Likewise.
27457         (__libc_realloc): Likewise.
27458         (__libc_memalign): Likewise.
27459         (__libc_valloc): Likewise.
27460         (__libc_pvalloc): Likewise.
27461         (__libc_calloc): Likewise.
27462         (__posix_memalign): Likewise.
27463         * malloc/morecore.c (__sbrk): Likewise.
27464         (__default_morecore): Likewise.
27466         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27468         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27469         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27470         __malloc_ptrdiff_t.
27472         * malloc/malloc.h (__malloc_size_t): Remove macro.
27473         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27474         __malloc_size_t.
27475         (old_memalign_hook): Likewise.
27476         (old_realloc_hook): Likewise.
27477         (struct hdr): Likewise.
27478         (flood): Likewise.
27479         (mallochook): Likewise.
27480         (memalignhook): Likewise.
27481         (reallochook): Likewise.
27482         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27483         (tr_old_realloc_hook): Likewise.
27484         (tr_old_memalign_hook): Likewise.
27485         (tr_mallochook): Likewise.
27486         (tr_reallochook): Likewise.
27487         (tr_memalignhook): Likewise.
27489 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27491         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27492         default_ldbl_pack and using as default implementation.
27493         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27494         implementation.
27495         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27496         redundant definition.
27497         (ldbl_insert_mantissa): Likewise.
27498         (ldbl_canonicalize): Likewise.
27499         (ldbl_nearbyint): Likewise.
27500         (ldbl_pack): Rename to ldbl_pack_ppc.
27501         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27502         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27503         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27505 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27507         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27508         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27509         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27510         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27511         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27512         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27513         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27514         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27516 2013-03-07  Andreas Jaeger  <aj@suse.de>
27518         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27519         bits/mman-linux.h.
27521 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27523         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27524         Include mpa.h and declare __MPEXP.
27525         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27526         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27527         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27528         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27529         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27530         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27531         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27533         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27534         (__slowpow): Use long double EXPL and LOGL functions to
27535         compute POW.
27536         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27537         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27538         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27539         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27540         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27541         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27543         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27544         intermediate variable to calculate exponent.
27545         (__sqr): Likewise.
27546         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27547         Likewise.
27548         (__sqr): Likewise.
27550         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27551         [!NO__SQR]: Define __sqr.
27552         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27553         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27554         sysdeps/ieee754/dbl-64/mpa.c.
27555         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27557         [BZ #12723]
27558         * posix/Makefile (tests): Add tst-pathconf.
27559         * posix/tst-pathconf.c: New test case.
27560         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27561         _PC_PIPE_BUF.
27562         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27564 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27566         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27568 2013-03-06  Andreas Jaeger  <aj@suse.de>
27570         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27571         definition via __MAP_ANONYMOUS.
27573         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27574         it's not part of Linux headers.
27576         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27577         (MAP_HUGE_MASK): Define.
27579         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27580         Define.
27581         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27582         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27583         Define.
27584         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27585         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27586         Define.
27587         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27588         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27589         Define.
27590         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27592         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27593         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27594         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27595         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27596         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27597         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27599         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27600         Handle f2fs.
27602         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27603         Handle f2fs and efivarfs.
27605         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27606         f2fs.
27608         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27609         (EFIVARFS_MAGIC): Add.
27610         (F2FS_LINK_MAX): Add.
27612 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27614         * stdio-common/vfprintf.c: Replace __builtin_expect with
27615         __glibc_unlikely.
27617 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27619         [BZ #13550]
27620         * sysdeps/generic/bp-sym.h: Remove file.
27621         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27622         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27623         <bp-sym.h> and <bp-asm.h>.
27624         (__longjmp): Don't use BP_SYM.
27625         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27626         and <bp-asm.h>.
27627         (memcpy): Don't use BP_SYM.
27628         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27629         <bp-sym.h> and <bp-asm.h>.
27630         (memcpy): Don't use BP_SYM.
27631         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27632         <bp-asm.h>.
27633         (memcpy): Don't use BP_SYM.
27634         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27635         <bp-asm.h>.
27636         (memset): Don't use BP_SYM.
27637         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27638         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27639         (__bzero): Don't use BP_SYM.
27640         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27641         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27642         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27643         <bp-sym.h> and <bp-asm.h>.
27644         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27645         pointers.
27646         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27647         <bp-sym.h> and <bp-asm.h>.
27648         (memcpy): Don't use BP_SYM.
27649         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27650         <bp-sym.h> and <bp-asm.h>.
27651         (memset): Don't use BP_SYM.
27652         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27653         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27654         (__bzero): Don't use BP_SYM.
27655         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27656         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27657         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27658         <bp-sym.h> and <bp-asm.h>.
27659         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27660         pointers.
27661         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27662         <bp-sym.h> and <bp-asm.h>.
27663         (memcpy): Don't use BP_SYM.
27664         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27665         <bp-sym.h> and <bp-asm.h>.
27666         (memset): Don't use BP_SYM.
27667         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27668         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27669         (__bzero): Don't use BP_SYM.
27670         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27671         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27672         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27673         <bp-sym.h> and <bp-asm.h>.
27674         (__memchr): Don't use BP_SYM.
27675         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27676         <bp-sym.h> and <bp-asm.h>.
27677         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27678         pointers.
27679         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27680         <bp-sym.h> and <bp-asm.h>.
27681         (memcpy): Don't use BP_SYM.
27682         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27683         <bp-sym.h> and <bp-asm.h>.
27684         (__mempcpy): Don't use BP_SYM.
27685         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27686         <bp-sym.h> and <bp-asm.h>.
27687         (__memrchr): Don't use BP_SYM.
27688         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27689         <bp-sym.h> and <bp-asm.h>.
27690         (memset): Don't use BP_SYM.
27691         (__bzero): Likewise.
27692         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27693         <bp-sym.h> and <bp-asm.h>.
27694         (__rawmemchr): Don't use BP_SYM.
27695         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27696         <bp-sym.h> and <bp-asm.h>.
27697         (__STRCMP): Don't use BP_SYM.
27698         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27699         <bp-sym.h> and <bp-asm.h>.
27700         (strchr): Don't use BP_SYM.
27701         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27702         <bp-sym.h> and <bp-asm.h>.
27703         (__strchrnul): Don't use BP_SYM.
27704         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27705         <bp-sym.h> and <bp-asm.h>.
27706         (strlen): Don't use BP_SYM.
27707         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27708         <bp-sym.h> and <bp-asm.h>.
27709         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27710         pointers.
27711         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27712         <bp-sym.h> and <bp-asm.h>.
27713         (__strnlen): Don't use BP_SYM.
27714         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27715         <bp-sym.h> and <bp-asm.h>.
27716         (__GI__setjmp): Don't use BP_SYM.
27717         (_setjmp): Likewise.
27718         (__sigsetjmp): Likewise.
27719         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27720         (L(start_addresses)): Don't use BP_SYM.
27721         (_start): Likewise.
27722         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27723         <bp-asm.h>.
27724         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27725         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27726         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27727         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27728         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27729         <bp-asm.h>.
27730         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27731         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27732         about bounded pointers.
27733         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27734         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27735         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27736         <bp-asm.h>.
27737         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27738         about bounded pointers.  Remove GKM FIXME comments.
27739         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27740         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27741         <bp-asm.h>.
27742         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27743         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27744         Remove GKM FIXME comments.
27745         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27746         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27747         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27748         <bp-asm.h>.
27749         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27750         about bounded pointers.  Remove GKM FIXME comment.
27751         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27752         and <bp-asm.h>.
27753         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27754         pointers.
27755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27756         <bp-sym.h> and <bp-asm.h>.
27757         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27759         <bp-sym.h> and <bp-asm.h>.
27760         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27761         comment.
27763 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27765         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27766         call free(NULL).
27768 2013-03-05  David S. Miller  <davem@davemloft.net>
27770         * po/es.po: Update from translation team.
27772 2013-03-05  Andreas Jaeger  <aj@suse.de>
27774         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27775         <bits/mman-linux.h>.
27776         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27777         is fine.
27778         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27779         <bits/mman-linux.h> to end of file.
27780         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27781         is fine.
27782         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27783         <bits/mman-linux.h> to end of file.
27784         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27785         is fine.
27786         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27787         <bits/mman-linux.h> to end of file.
27789         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27790         (MCL_CURRENT, MCL_FUTURE): Define here.
27792 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27794         [BZ #15232]
27795         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27796         attribute_hidden.
27797         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27799 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27801         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27802         fourth parameter needed for rt_sigprocmask syscall.
27803         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27804         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27805         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27806         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27807         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27808         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27810 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27812         [BZ #13550]
27813         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27814         comment about bounded pointers.
27815         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27816         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27818 2013-03-04  Andreas Jaeger  <aj@suse.de>
27820         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27821         common definitions.
27823         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27824         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27825         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27826         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27827         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27828         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27830 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27832         [BZ #15055]
27833         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27834         __ieee754_sqrl instead of __sqrl.
27836 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27838         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27839         * sysdeps/powerpc/fpu_control.h: ... here.
27840         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27841         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27842         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27843         * sysdeps/powerpc/bits/mathinline.h: ... here.
27845 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27847         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27848         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27849         to just [NEED_DL_SYSINFO_DSO].
27850         * elf/dl-support.c: Likewise.
27851         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27852         * elf/rtld.c (dl_main): Likewise.
27853         * elf/setup-vdso.h (setup_vdso): Likewise.
27854         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27855         * sysdeps/unix/sysv/linux/dl-sysdep.c
27856         (_dl_discover_osversion): Likewise.
27858 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27860         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27861         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27863 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27865         * NEWS: Mention libm performance improvements and non-x86 PI
27866         futex support.
27868         * csu/libc-start.c (__pthread_initialize_minimal): Change
27869         function arguments.
27870         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27872 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27874         [BZ #13550]
27875         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27876         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27877         <bp-sym.h> and <bp-asm.h>.
27878         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27879         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27880         and <bp-asm.h>.
27881         (memcpy): Don't use BP_SYM.
27882         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27883         <bp-asm.h>.
27884         (__mpn_add_n): Don't use BP_SYM.
27885         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27886         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27887         and <bp-asm.h>.
27888         (__mpn_addmul_1): Don't use BP_SYM.
27889         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27890         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27891         <bp-sym.h>.
27892         (_setjmp): Don't use BP_SYM.
27893         (__novmx_setjmp): Likewise.
27894         (__GI__setjmp): Likewise.
27895         (__vmx_setjmp): Likewise.
27896         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27897         <bp-sym.h>.
27898         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27899         (__bzero): Don't use BP_SYM.
27900         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27901         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27902         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27903         <bp-sym.h> and <bp-asm.h>.
27904         (memcpy): Don't use BP_SYM.
27905         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27906         <bp-sym.h> and <bp-asm.h>.
27907         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27908         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27909         <bp-sym.h> and <bp-asm.h>.
27910         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27911         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27912         <bp-asm.h>.
27913         (__mpn_lshift): Don't use BP_SYM.
27914         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27915         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27916         <bp-asm.h>.
27917         (memset): Don't use BP_SYM.
27918         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27919         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27920         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27921         <bp-asm.h>.
27922         (__mpn_mul_1): Don't use BP_SYM.
27923         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27924         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27925         <bp-sym.h> and <bp-asm.h>.
27926         (memcmp): Don't use BP_SYM.
27927         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27928         <bp-sym.h> and <bp-asm.h>.
27929         (memcpy): Don't use BP_SYM.
27930         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27931         <bp-sym.h> and <bp-asm.h>.
27932         (memset): Don't use BP_SYM.
27933         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (strncmp): Don't use BP_SYM.
27936         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (memcpy): Don't use BP_SYM.
27939         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27940         <bp-sym.h> and <bp-asm.h>.
27941         (memset): Don't use BP_SYM.
27942         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27943         <bp-sym.h> and <bp-asm.h>.
27944         (__memchr): Don't use BP_SYM.
27945         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27946         <bp-sym.h> and <bp-asm.h>.
27947         (memcmp): Don't use BP_SYM.
27948         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27949         <bp-sym.h> and <bp-asm.h>.
27950         (memcpy): Don't use BP_SYM.
27951         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27952         <bp-sym.h> and <bp-asm.h>.
27953         (__mempcpy): Don't use BP_SYM.
27954         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27955         <bp-sym.h> and <bp-asm.h>.
27956         (__memrchr): Don't use BP_SYM.
27957         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27958         <bp-sym.h> and <bp-asm.h>.
27959         (memset): Don't use BP_SYM.
27960         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27961         <bp-sym.h> and <bp-asm.h>.
27962         (__rawmemchr): Don't use BP_SYM.
27963         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27964         <bp-sym.h> and <bp-asm.h>.
27965         (__STRCMP): Don't use BP_SYM.
27966         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27967         <bp-sym.h> and <bp-asm.h>.
27968         (strchr): Don't use BP_SYM.
27969         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27970         <bp-sym.h> and <bp-asm.h>.
27971         (__strchrnul): Don't use BP_SYM.
27972         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27973         <bp-sym.h> and <bp-asm.h>.
27974         (strlen): Don't use BP_SYM.
27975         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27976         <bp-sym.h> and <bp-asm.h>.
27977         (strncmp): Don't use BP_SYM.
27978         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27979         <bp-sym.h> and <bp-asm.h>.
27980         (__strnlen): Don't use BP_SYM.
27981         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27982         <bp-asm.h>.
27983         (__mpn_rshift): Don't use BP_SYM.
27984         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27985         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27986         <bp-sym.h> and <bp-asm.h>.
27987         (__sigsetjmp): Don't use BP_SYM.
27988         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27989         (L(start_addresses)): Don't use BP_SYM.
27990         (_start): Likewise.
27991         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27992         <bp-asm.h>.
27993         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27994         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27995         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27996         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27997         <bp-asm.h>.
27998         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27999         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28000         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28001         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28002         <bp-asm.h>.
28003         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28004         comments.
28005         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28006         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28007         <bp-asm.h>.
28008         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28009         FIXME comments.
28010         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28011         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28012         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28013         <bp-asm.h>.
28014         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28015         comment.
28016         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28017         and <bp-asm.h>.
28018         (strncmp): Don't use BP_SYM,
28019         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28020         <bp-asm.h>.
28021         (__mpn_sub_n): Don't use BP_SYM.
28022         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28023         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28024         and <bp-asm.h>.
28025         (__mpn_submul_1): Don't use BP_SYM.
28026         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28028         <bp-sym.h> and <bp-asm.h>.
28029         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28031         <bp-sym.h> and <bp-asm.h>.
28032         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28033         comment.
28035 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28037         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28038         Use ZK to minimize writes to Z.
28039         (sub_magnitudes): Simplify code a bit.
28040         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28041         Use ZK to minimize writes to Z.
28042         (sub_magnitudes): Simplify code a bit.
28044 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28046         * csu/gmon-start.c: Add special exception to license text.
28048 2013-02-27  Richard Henderson  <rth@redhat.com>
28050         * scripts/config.guess: Update from config.git.
28051         * scripts/config.sub: Likewise.
28053 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28055         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28057         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28059         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28061         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28063         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28065 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28067         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28068         [$(build-shared = yes].
28070 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28072         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28073         (__mul): Reduce iterations for calculating mantissa.
28075         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28076         MPTWO.
28077         (__mpranred): Likewise.
28079         [BZ #15160]
28080         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28081         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28083 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28085         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28086         Define __attribute__.
28088 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28090         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28091         unused.
28092         * posix/regex_internal.h (__attribute): Remove.
28093         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28094         (re_string_context_at): Likewise.
28095         (bitset_not): Use __attribute__ and mark function as possibly
28096         unused.
28097         (bitset_merge): Likewise.
28098         (bitset_mask): Likewise.
28099         (re_string_char_size_at): Likewise.
28100         (re_string_wchar_at): Likewise.
28101         (re_string_elem_size_at): Likewise.
28103 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28105         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28106         code.
28107         (cc32): Likewise.
28109         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28110         (__acr): Likewise.
28111         (__cpy): Likewise.
28112         (norm): Likewise.
28113         (denorm): Likewise.
28114         (__dbl_mp): Likewise.
28115         (add_magnitudes): Likewise.
28116         (sub_magnitudes): Likewise.
28117         (__mul): Likewise.
28118         (__inv): Likewise.
28120         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28121         style.
28123         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28124         style.
28126         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28127         code.
28129         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28130         up changes with default code.
28131         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28132         Likewise.
28134 2013-02-24  Allan McRae  <allan@archlinux.org>
28136         * manual/socket.texi (The Internet Namespace): Order menu items
28137         to match that in the file.
28139         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28140         node listing of the info page menu.
28142 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28144         [BZ #13550]
28145         * sysdeps/i386/bp-asm.h: Remove file.
28146         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28147         (PARMS): Do not use macros from bp-asm.h.
28148         (S1): Likewise.
28149         (S2): Likewise.
28150         (SIZE): Likewise.
28151         (__mpn_add_n): Do not use BP_SYM
28152         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28153         "bp-asm.h".
28154         (PARMS): Do not use macros from bp-asm.h.
28155         (S1): Likewise.
28156         (SIZE): Likewise.
28157         (__mpn_addmul_1): Do not use BP_SYM
28158         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28159         "bp-asm.h".
28160         (PARMS): Do not use macros from bp-asm.h.
28161         (SIGMSK): Likewise.
28162         (_setjmp): Likewise.  Do not use BP_SYM.
28163         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28164         "bp-asm.h".
28165         (PARMS): Do not use macros from bp-asm.h.
28166         (SIGMSK): Likewise.
28167         (setjmp): Likewise.  Do not use BP_SYM.
28168         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28169         "bp-asm.h".
28170         (PARMS): Do not use macros from bp-asm.h.
28171         (__frexp): Do not use BP_SYM.
28172         (frexp): Likewise.
28173         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28174         "bp-asm.h".
28175         (PARMS): Do not use macros from bp-asm.h.
28176         (__frexpf): Do not use BP_SYM.
28177         (frexpf): Likewise.
28178         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28179         "bp-asm.h".
28180         (PARMS): Do not use macros from bp-asm.h.
28181         (__frexpl): Do not use BP_SYM.
28182         (frexpl): Likewise.
28183         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28184         "bp-asm.h".
28185         (PARMS): Do not use macros from bp-asm.h.
28186         (__remquo): Do not use BP_SYM.
28187         (remquo): Likewise.
28188         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28189         "bp-asm.h".
28190         (PARMS): Do not use macros from bp-asm.h.
28191         (__remquof): Do not use BP_SYM.
28192         (remquof): Likewise.
28193         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28194         "bp-asm.h".
28195         (PARMS): Do not use macros from bp-asm.h.
28196         (__remquol): Do not use BP_SYM.
28197         (remquol): Likewise.
28198         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28199         "bp-asm.h".
28200         (PARMS): Do not use macros from bp-asm.h.
28201         (DEST): Likewise.
28202         (SRC): Likewise.
28203         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28204         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28205         "bp-asm.h".
28206         (PARMS): Do not use macros from bp-asm.h.
28207         (strlen): Do not use BP_SYM.
28208         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28209         "bp-asm.h".
28210         (PARMS): Do not use macros from bp-asm.h.
28211         (S1): Likewise.
28212         (S2): Likewise.
28213         (SIZE): Likewise.
28214         (__mpn_add_n): Do not use BP_SYM.
28215         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28216         "bp-asm.h".
28217         (PARMS): Do not use macros from bp-asm.h.
28218         (S1): Likewise.
28219         (SIZE): Likewise.
28220         (__mpn_addmul_1): Do not use BP_SYM.
28221         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28222         weak_alias.
28223         (bzero): Likewise.
28224         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28225         "bp-asm.h".
28226         (PARMS): Do not use macros from bp-asm.h.
28227         (S): Likewise.
28228         (SIZE): Likewise.
28229         (__mpn_lshift): Do not use BP_SYM.
28230         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28231         "bp-asm.h".
28232         (PARMS): Do not use macros from bp-asm.h.
28233         (DEST): Likewise.
28234         (SRC): Likewise.
28235         (LEN): Likewise.
28236         (memcpy): Likewise.  Do not use BP_SYM.
28237         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28238         libc_hidden_def and weak_alias.
28239         (mempcpy): Do not use BP_SYM in weak_alias.
28240         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28241         "bp-asm.h".
28242         (PARMS): Do not use macros from bp-asm.h.
28243         (DEST): Likewise.
28244         (LEN): Likewise.
28245         [!BZERO_P] (CHR): Likewise.
28246         (memset): Likewise.  Do not use BP_SYM.
28247         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28248         "bp-asm.h".
28249         (PARMS): Do not use macros from bp-asm.h.
28250         (S1): Likewise.
28251         (SIZE): Likewise.
28252         (__mpn_mul_1): Do not use BP_SYM.
28253         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28254         "bp-asm.h".
28255         (PARMS): Do not use macros from bp-asm.h.
28256         (S): Likewise.
28257         (SIZE): Likewise.
28258         (__mpn_rshift): Do not use BP_SYM.
28259         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28260         "bp-asm.h".
28261         (PARMS): Do not use macros from bp-asm.h.
28262         (STR): Likewise.
28263         (CHR): Likewise.
28264         (strchr): Likewise.  Do not use BP_SYM.
28265         (index): Do not use BP_SYM in weak_alias.
28266         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28267         "bp-asm.h".
28268         (PARMS): Do not use macros from bp-asm.h.
28269         (DEST): Likewise.
28270         (SRC): Likewise.
28271         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28272         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28273         "bp-asm.h".
28274         (PARMS): Do not use macros from bp-asm.h.
28275         (strlen): Do not use BP_SYM.
28276         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28277         "bp-asm.h".
28278         (PARMS): Do not use macros from bp-asm.h.
28279         (S1): Likewise.
28280         (S2): Likewise.
28281         (SIZE): Likewise.
28282         (__mpn_sub_n): Do not use BP_SYM.
28283         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28284         "bp-asm.h".
28285         (PARMS): Do not use macros from bp-asm.h.
28286         (S1): Likewise.
28287         (SIZE): Likewise.
28288         (__mpn_submul_1): Do not use BP_SYM.
28289         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28290         "bp-asm.h".
28291         (PARMS): Do not use macros from bp-asm.h.
28292         (S1): Likewise.
28293         (S2): Likewise.
28294         (SIZE): Likewise.
28295         (__mpn_add_n): Do not use BP_SYM.
28296         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28297         weak_alias.
28298         (bzero): Likewise.
28299         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28300         "bp-asm.h".
28301         (PARMS): Do not use macros from bp-asm.h.
28302         (BLK2): Likewise.
28303         (LEN): Likewise.
28304         (memcmp): Do not use BP_SYM.
28305         (bcmp): Do not use BP_SYM in weak_alias.
28306         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28307         "bp-asm.h".
28308         (PARMS): Do not use macros from bp-asm.h.
28309         (DEST): Likewise.
28310         (SRC): Likewise.
28311         (LEN): Likewise.
28312         (memcpy): Likewise.  Do not use BP_SYM.
28313         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28314         "bp-asm.h".
28315         (PARMS): Do not use macros from bp-asm.h.
28316         (DEST): Likewise.
28317         (SRC): Likewise.
28318         (LEN): Likewise.
28319         (memmove): Likewise.  Do not use BP_SYM.
28320         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28321         "bp-asm.h".
28322         (PARMS): Do not use macros from bp-asm.h.
28323         (DEST): Likewise.
28324         (SRC): Likewise.
28325         (LEN): Likewise.
28326         (__mempcpy): Likewise.  Do not use BP_SYM.
28327         (mempcpy): Do not use BP_SYM in weak_alias.
28328         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28329         "bp-asm.h".
28330         (PARMS): Do not use macros from bp-asm.h.
28331         (DEST): Likewise.
28332         (LEN): Likewise.
28333         [!BZERO_P] (CHR): Likewise.
28334         (memset): Likewise.  Do not use BP_SYM.
28335         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28336         "bp-asm.h".
28337         (PARMS): Do not use macros from bp-asm.h.
28338         (STR2): Likewise.
28339         (strcmp): Do not use BP_SYM.
28340         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28341         "bp-asm.h".
28342         (PARMS): Do not use macros from bp-asm.h.
28343         (STR): Likewise.
28344         (DELIM): Likewise.
28345         [USE_AS_STRTOK_R] (SAVE): Likewise.
28346         (FUNCTION): Likewise.  Do not use BP_SYM.
28347         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28348         aliases.
28349         (strtok_r): Likewise.
28350         (__GI___strtok_r): Likewise.
28351         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28352         (PARMS): Do not use macros from bp-asm.h.
28353         (S): Likewise.
28354         (SIZE): Likewise.
28355         (__mpn_lshift): Do not use BP_SYM.
28356         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28357         (PARMS): Do not use macros from bp-asm.h.
28358         (STR): Likewise.
28359         (CHR): Likewise.
28360         (__memchr): Do not use BP_SYM.
28361         (memchr): Do not use BP_SYM in weak_alias.
28362         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28363         (PARMS): Do not use macros from bp-asm.h.
28364         (BLK2): Likewise.
28365         (LEN): Likewise.
28366         (memcmp): Do not use BP_SYM.
28367         (bcmp): Do not use BP_SYM in weak_alias.
28368         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28369         (PARMS): Do not use macros from bp-asm.h.
28370         (S1): Likewise.
28371         (SIZE): Likewise.
28372         (__mpn_mul_1): Do not use BP_SYM.
28373         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28374         "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (STR): Likewise.
28377         (CHR): Likewise.
28378         (__rawmemchr): Do not use BP_SYM.
28379         (rawmemchr): Do not use BP_SYM in weak_alias.
28380         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28381         (PARMS): Do not use macros from bp-asm.h.
28382         (S): Likewise.
28383         (SIZE): Likewise.
28384         (__mpn_rshift): Do not use BP_SYM.
28385         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28386         (PARMS): Do not use macros from bp-asm.h.
28387         (SIGMSK): Likewise.
28388         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28389         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28390         (_start): Do not use BP_SYM.
28391         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28392         (PARMS): Do not use macros from bp-asm.h.
28393         (DEST): Likewise.
28394         (SRC): Likewise.
28395         (__stpcpy): Likewise.  Do not use BP_SYM.
28396         (stpcpy): Do not use BP_SYM in weak_alias.
28397         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28398         "bp-asm.h".
28399         (PARMS): Do not use macros from bp-asm.h.
28400         (DEST): Likewise.
28401         (SRC): Likewise.
28402         (LEN): Likewise.
28403         (__stpncpy): Likewise.  Do not use BP_SYM.
28404         (stpncpy): Do not use BP_SYM in weak_alias.
28405         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28406         (PARMS): Do not use macros from bp-asm.h.
28407         (STR): Likewise.
28408         (CHR): Likewise.
28409         (strchr): Likewise.  Do not use BP_SYM.
28410         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28411         "bp-asm.h".
28412         (PARMS): Do not use macros from bp-asm.h.
28413         (STR): Likewise.
28414         (CHR): Likewise.
28415         (__strchrnul): Likewise.  Do not use BP_SYM.
28416         (strchrnul): Do not use BP_SYM in weak_alias.
28417         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28418         "bp-asm.h".
28419         (PARMS): Do not use macros from bp-asm.h.
28420         (STOP): Likewise.
28421         (strcspn): Do not use BP_SYM.
28422         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28423         "bp-asm.h".
28424         (PARMS): Do not use macros from bp-asm.h.
28425         (STR): Likewise.
28426         (STOP): Likewise.
28427         (strpbrk): Likewise.  Do not use BP_SYM.
28428         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28429         "bp-asm.h".
28430         (PARMS): Do not use macros from bp-asm.h.
28431         (STR): Likewise.
28432         (CHR): Likewise.
28433         (strrchr): Likewise.  Do not use BP_SYM.
28434         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28435         (PARMS): Do not use macros from bp-asm.h.
28436         (SKIP): Likewise.
28437         (strspn): Do not use BP_SYM.
28438         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (STR): Likewise.
28441         (DELIM): Likewise.
28442         (SAVE): Likewise.
28443         (FUNCTION): Likewise.  Do not use BP_SYM.
28444         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28445         aliases.
28446         (strtok_r): Likewise.
28447         (__GI___strtok_r): Likewise.
28448         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28449         (PARMS): Do not use macros from bp-asm.h.
28450         (S1): Likewise.
28451         (S2): Likewise.
28452         (SIZE): Likewise.
28453         (__mpn_sub_n): Do not use BP_SYM.
28454         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28455         "bp-asm.h".
28456         (PARMS): Do not use macros from bp-asm.h.
28457         (S1): Likewise.
28458         (SIZE): Likewise.
28459         (__mpn_submul_1): Do not use BP_SYM.
28460         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28461         <bp-sym.h>.
28462         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28463         and <bp-asm.h>.
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (FLAGS): Likewise.
28466         (PTID): Likewise.
28467         (TLS): Likewise.
28468         (CTID): Likewise.
28469         (__clone): Do not use BP_SYM.
28470         (clone): Do not use BP_SYM in weak_alias.
28471         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28472         and <bp-asm.h>.
28473         (PARMS): Do not use macros from bp-asm.h.
28474         (LEN): Likewise.
28475         (__mmap64): Do not use BP_SYM.
28476         (mmap64): Do not use BP_SYM in weak_alias.
28477         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28478         <bp-sym.h> and <bp-asm.h>.
28479         (PARMS): Do not use macros from bp-asm.h.
28480         (__posix_fadvise64_l64): Do not use BP_SYM.
28481         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28482         (PARMS): Do not use macros from bp-asm.h.
28483         (NSOPS): Likewise.
28484         (semtimedop): Do not use BP_SYM.
28485         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28486         and <bp-asm.h>.
28488 2013-02-21  Allan McRae  <allan@archlinux.org>
28490         * manual/message.texi (Charset conversion in gettext):
28491         Move @end statement to beginning of line.
28493 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28495         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28496         static.
28497         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28498         Likewise.
28500         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28501         (denorm): Likewise.
28502         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28503         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28505 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28507         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28508         tail-call to the resolved function if pltexit isn't needed.
28510 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28512         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28513         or Y being zero as being unlikely.
28514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28515         Likewise.
28517 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28519         * manual/nss.texi (System Databases and Name Service Switch):
28520         Remove frobnicate @pxref.
28522 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28524         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28525         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28527 2013-02-20  Petr Machata  <pmachata@redhat.com>
28529         * elf/elf.h (R_ARM_TARGET1): New macro.
28530         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28531         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28532         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28533         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28534         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28535         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28536         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28537         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28538         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28539         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28540         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28541         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28542         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28543         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28544         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28545         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28546         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28547         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28548         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28549         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28550         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28551         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28552         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28553         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28554         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28555         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28556         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28557         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28558         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28559         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28560         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28561         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28562         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28563         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28564         (R_ARM_THM_GOT_BREL12): Likewise.
28565         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28566         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28567         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28568         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28569         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28570         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28571         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28572         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28573         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28575 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28577         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28578         __attribute_used__ to __attribute__ ((unused)).
28580 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28582         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28583         powerpc mpa.c.
28584         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28585         comment formatting.
28586         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28588 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28590         [BZ #13550]
28591         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28592         Remove macro.
28593         (ENTER): Remove both macro definitions.
28594         (LEAVE): Likewise.
28595         (CHECK_BOUNDS_LOW): Likewise.
28596         (CHECK_BOUNDS_HIGH): Likewise.
28597         (CHECK_BOUNDS_BOTH): Likewise.
28598         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28599         (RETURN_BOUNDED_POINTER): Likewise.
28600         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28601         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28602         (POP_ERRNO_LOCATION_RETURN): Likewise.
28603         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28604         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28605         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28606         macros.
28607         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28608         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28609         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28610         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28611         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28612         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28613         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28614         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28615         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28616         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28617         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28618         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28619         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28620         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28621         removed macros.
28622         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28623         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28624         macros.
28625         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28626         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28627         * sysdeps/i386/i586/memset.S (memset): Likewise.
28628         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28629         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28630         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28631         macros.
28632         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28633         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28634         Change uses of L(2) to L(out).
28635         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28636         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28637         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28638         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28639         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28640         removed macros.
28641         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28642         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28643         macros.
28644         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28645         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28646         (RETURN): Do not use macro LEAVE.
28647         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28648         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28649         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28650         * sysdeps/i386/i686/memset.S (memset): Likewise.
28651         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28652         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28653         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28654         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28655         Likewise.
28656         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28657         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28658         L(1_2) and L(1_3) into L(1).
28659         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28660         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28661         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28662         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28663         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28664         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28665         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28666         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28667         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28668         macros.
28669         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28670         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28671         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28672         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28673         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28674         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28675         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28676         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28677         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28678         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28679         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28680         * sysdeps/i386/strspn.S (strspn): Likewise.
28681         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28682         conditional code.
28683         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28684         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28685         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28686         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28687         L(1_3) into L(1_1).
28688         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28689         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28690         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28691         macros.
28692         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28694 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28696         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28697         macro.
28699 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28701         * math/atest-exp.c (exp_mpn): Remove ROUND.
28702         * math/atest-exp2.c (exp_mpn): Likewise.
28703         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28705         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28706         * stdlib/tst-tls-atexit-lib.c: Likewise.
28707         * stdlib/tst-tls-atexit.c: Likewise.
28709 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28711         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28712         and __attribute_alloc_size__.
28714 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28716         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28717         __attribute_alloc_size__.
28718         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28719         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28721 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28723         * include/programs/xmalloc.h: New file.
28724         * catgets/gencat.c: Include it.
28725         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28726         * elf/pldd.c: Likewise.
28727         * iconv/iconv_charmap.c: Likewise.
28728         * iconv/iconvconfig.c: Likewise.
28729         * iconv/strtab.c: Likewise.
28730         * locale/programs/locale.c: Likewise.
28731         * locale/programs/localedef.h: Likewise.
28732         * locale/programs/simple-hash.c: Likewise.
28733         * nscd/nscd.h: Likewise.
28734         * nss/makedb.c: Likewise.
28735         * sysdeps/generic/ldconfig.h: Likewise.
28737 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28739         * Versions.def: Add GLIBC_2.18.
28740         * include/link.h (struct link_map): New member l_tls_dtor_count.
28741         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28742         (__call_tls_dtors): Likewise.
28743         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28744         __cxa_thread_atexit_impl.
28745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28746         Likewise.
28747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28748         Likewise.
28749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28750         Likewise.
28751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28752         Likewise.
28753         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28755         Likewise.
28756         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28757         Likewise.
28758         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28759         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28760         Likewise.
28761         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28762         (tests): Add test case tst-tls-atexit.
28763         (modules-names): Add shared library for tst-tls-atexit.
28764         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28765         (GLIBC_PRIVATE): Add __call_tls_dtors.
28766         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28767         for libstdc++.
28768         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28769         * stdlib/tst-tls-atexit.c: New test case.
28770         * stdlib/tst-tls-atexit-lib.c: New test case.
28772         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28774         * elf/Versions (ld): Add _dl_find_dso_for_object.
28775         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28776         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28777         (dl_open_worker): Use _dl_find_dso_for_object.
28778         * elf/dl-sym.c (do_sym): Likewise.
28779         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28781 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28783         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28784         Syntactic changes only.
28785         (_dl_runtime_profile): Do a tail-call to the resolved function.
28787 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28789         [BZ #13550]
28790         * sysdeps/x86_64/bp-asm.h: Remove file.
28791         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28792         <bp-sym.h> and <bp-asm.h>.
28793         (__clone): Do not use BP_SYM.
28794         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28795         <bp-sym.h> and <bp-asm.h>.
28796         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28797         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28798         "bp-asm.h".
28799         (_setjmp): Do not use BP_SYM.
28800         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28801         "bp-asm.h".
28802         (setjmp): Do not use BP_SYM.
28803         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28804         libc_hidden_def.
28805         (mempcpy): Do not use BP_SYM in weak_alias.
28806         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28807         "bp-asm.h".
28808         (strchr): Do not use BP_SYM.
28809         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28810         "bp-asm.h".
28811         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28812         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28813         (_start): Do not use BP_SYM.
28814         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28815         "bp-asm.h".
28816         (strcat): Do not use BP_SYM.
28817         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28818         "bp-asm.h".
28819         (STRCMP): Do not use BP_SYM.
28820         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28821         "bp-asm.h".
28822         (STRCPY): Do not use BP_SYM.
28823         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28824         "bp-asm.h".
28825         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28826         "bp-asm.h".
28827         (FUNCTION): Do not use BP_SYM.
28828         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28829         weak_alias.
28830         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28832 2013-02-17  Andreas Jaeger  <aj@suse.de>
28834         * time/Versions: Sort entries.
28835         * string/Versions: Likewise.
28836         * resolv/Versions: Likewise.
28837         * posix/Versions: Likewise.
28838         * iconv/Versions: Likewise.
28839         * elf/Versions: Likewise.
28840         * wcsmbs/Versions: Likewise.
28842 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28844         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28845         loop termination condition.
28847         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28848         variable to calculate EZ.
28849         (__sqr): Likewise.
28851         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28852         the lower precision input.
28854 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28856         [BZ #13550]
28857         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28858         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28859         (run-via-rtld-prefix): Do not handle %-bp tests.
28860         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28861         (all-object-suffixes): Remove .ob.
28862         (bppfx): Remove variable.
28863         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28864         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28865         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28866         [$(build-bounded) = yes] (libtype.ob): Likewise.
28867         * Makerules (elide-routines.ob): Remove variable.
28868         (do-tests-clean): Do not handle *-bp.out.
28869         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28870         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28871         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28872         (tests): Do not include $(tests-bp.out).
28873         (xtests): Do not include $(xtests-bp.out).
28874         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28875         [$(build-bounded) = yes] ($(addprefix
28876         $(objpfx),$(binaries-bounded))): Remove rule.
28877         ($(objpfx)%-bp.out): Remove rule.
28878         * config.make.in (build-bounded): Remove variable.
28879         * crypt/Makefile [$(build-bounded) = yes]
28880         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28881         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28882         append to variable.
28883         [$(build-bounded) = yes] (install-lib): Likewise.
28884         [$(build-bounded) = yes] (generated): Likewise.
28885         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28886         Remove rule.
28887         * intl/Makefile [$(build-bounded) = yes]
28888         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28889         * math/Makefile [$(build-bounded) = yes]
28890         ($(tests:%=$(objpfx)%-bp): Likewise.
28891         * misc/Makefile [$(build-bounded) = yes]
28892         ($(objpfx)tst-tsearch-bp): Likewise.
28893         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28894         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28895         Remove dependency.
28896         * string/Makefile (o-objects.ob): Remove variable.
28897         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28898         (CFLAGS-.ob): Remove variable.
28899         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28900         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28901         both definitions of variable.
28902         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28903         (ASFLAGS-.ob): Remove variable.
28905 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28907         [BZ #13550]
28908         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28909         Remove __BOUNDED_POINTERS__ from condition.
28910         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28911         * string/bits/string2.h [!__NO_STRING_INLINES &&
28912         !__BOUNDED_POINTERS__]: Likewise.
28913         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28914         Likewise.
28915         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28916         Remove conditional code.
28917         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28918         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28919         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28920         condition.
28922         [BZ #13550]
28923         * csu/libc-start.c: Do not include <bp-sym.h>.
28924         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28925         * elf/dl-open.c: Do not include <bp-sym.h>.
28926         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28927         * math/fegetenv.c: Do not include <bp-sym.h>.
28928         (fegetenv): Do not use BP_SYM in versioned symbols.
28929         * nptl/sysdeps/pthread/bits/libc-lockP.h
28930         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28931         <bp-sym.h>.
28932         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28933         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28935         (__pthread_mutex_destroy): Likewise.
28936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28937         (__pthread_mutex_lock): Likewise.
28938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28939         (__pthread_mutex_trylock): Likewise.
28940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28941         (__pthread_mutex_unlock): Likewise.
28942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28943         (__pthread_mutexattr_init): Likewise.
28944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28945         (__pthread_mutexattr_destroy): Likewise.
28946         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28947         (__pthread_mutexattr_settype): Likewise.
28948         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28949         (__pthread_rwlock_init): Likewise.
28950         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28951         (__pthread_rwlock_destroy): Likewise.
28952         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28953         (__pthread_rwlock_rdlock): Likewise.
28954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28955         (__pthread_rwlock_tryrdlock): Likewise.
28956         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28957         (__pthread_rwlock_wrlock): Likewise.
28958         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28959         (__pthread_rwlock_trywrlock): Likewise.
28960         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28961         (__pthread_rwlock_unlock): Likewise.
28962         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28963         (__pthread_key_create): Likewise.
28964         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28965         (__pthread_setspecific): Likewise.
28966         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28967         (__pthread_getspecific): Likewise.
28968         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28969         Likewise.
28970         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28971         (_pthread_cleanup_push_defer): Likewise.
28972         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28973         (_pthread_cleanup_pop_restore): Likewise.
28974         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28975         (pthread_setcancelstate): Likewise.
28976         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28977         <bp-sym.h>.
28978         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28979         (memchr): Do not use BP_SYM in weak_alias.
28980         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28981         (fegetenv): Do not use BP_SYM in versioned symbols.
28982         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28983         (fesetenv): Do not use BP_SYM in versioned symbols.
28984         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28985         (feupdateenv): Do not use BP_SYM in versioned symbols.
28986         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28987         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28988         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28989         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28990         (open64): Do not use BP_SYM in weak_alias.
28991         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28992         (fegetenv): Do not use BP_SYM in versioned symbols.
28993         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28994         (fesetenv): Do not use BP_SYM in versioned symbols.
28995         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28996         (feupdateenv): Do not use BP_SYM in versioned symbols.
28997         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28998         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28999         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29000         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29001         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29002         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29003         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29004         <bp-sym.h>.
29005         (__libc_start_main): Do not use BP_SYM.
29007 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29009         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29010         redundant return line.
29011         (norm): Likewise.
29012         (denorm): Likewise.
29013         (dbl_mp): Likewise.
29014         (sub_magnitudes): Likewise.
29015         (__add): Likewise.
29016         (__sub): Likewise.
29017         (__mul): Likewise.
29018         (__inv): Likewise.
29019         (__dvd): Likewise.
29020         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29021         (norm): Likewise.
29022         (denorm): Likewise.
29023         (dbl_mp): Likewise.
29024         (sub_magnitudes): Likewise.
29025         (__add): Likewise.
29026         (__sub): Likewise.
29027         (__mul): Likewise.
29028         (__inv): Likewise.
29029         (__dvd): Likewise.
29031         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29032         instead of __mul.
29033         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29034         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29035         (cc32): Likewise.
29037         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29038         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29039         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29040         of __mul for squares.
29041         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29042         function
29043         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29044         Likewise.
29045         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29046         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29048 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29050         [BZ #13550]
29051         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29052         code.
29053         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29054         prototype or function definition.  Rename ubp_* variables and
29055         parameters.  Remove argv definitions conditional on
29056         [__BOUNDED_POINTERS__].
29057         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29058         * elf/dl-runtime.c (_dl_fixup): Likewise.
29059         * include/set-hooks.h (RUN_HOOK): Likewise.
29060         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29061         definition.
29062         * string/strcpy.c (strcpy): Do not use __unbounded.
29063         * sysdeps/generic/frame.h (struct layout): Likewise.
29064         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29065         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29066         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29067         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29068         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29069         (__backtrace): Likewise.
29070         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29071         use __ptrvalue.
29072         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29073         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29074         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29075         Likewise.
29076         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29077         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29078         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29079         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29080         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29081         Do not use __unbounded.
29082         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29083         Rename __unboundedrlimits parameter to rlimits in prototype.
29084         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29085         Do not use __unbounded.
29086         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29087         not use __ptrvalue.
29088         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29089         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29090         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29091         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29092         __ptrvalue or __unbounded.
29093         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29094         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29095         use __unbounded.
29096         (__new_msgctl): Do not use __ptrvalue.
29097         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29098         __unbounded.
29099         (__libc_msgrcv): Do not use __ptrvalue.
29100         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29101         startup_info): Do not use __unbounded.
29102         (__libc_start_main): Likewise.  Rename ubp_* variables and
29103         parameters.  Remove argv definitions conditional on
29104         [__BOUNDED_POINTERS__].
29105         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29106         __ptrvalue.
29107         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29108         use __unbounded.
29109         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29110         or __ptrvalue.
29111         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29112         use __unbounded.
29113         (__new_shmctl): Do not use __ptrvalue.
29114         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29115         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29116         Likewise.
29117         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29118         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29119         (__libc_sigaction): Likewise.
29120         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29121         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29122         Likewise.
29123         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29125 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29127         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29129         * string/mempcpy.c: Implement by calling memcpy.
29131 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29133         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29135         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29136         evaluation.
29138         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29139         values in the mantissa.
29141         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29142         minimize writes to Z.
29143         (sub_magnitudes): Simplify code a bit.
29145 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29147         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29148         from the message.  The linker prefixes all warnings with that already.
29150 2013-02-12  Andreas Schwab  <schwab@suse.de>
29152         [BZ #15078]
29153         * posix/regexec.c (extend_buffers): Add parameter min_len.
29154         (check_matching): Pass minimum needed length.
29155         (clean_state_log_if_needed): Likewise.
29156         (get_subexp): Likewise.
29157         * posix/Makefile (tests): Add bug-regex34.
29158         (bug-regex34-ENV): Define.
29159         * posix/bug-regex34.c: New file.
29161         [BZ #11561]
29162         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29163         elements compare against the byte sequence of it, not its name.
29164         * posix/Makefile (tests): Add bug-regex35.
29165         (bug-regex35-ENV): Define.
29166         * posix/bug-regex35.c: New file.
29168 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29170         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29171         comment.
29172         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29173         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29174         (CHECK_EOL): Add undef.
29176 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29178         * bits/stdlib-bsearch.h: New file.
29179         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29180         * stdlib/stdlib.h: Likewise.
29182 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29184         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29185         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29186         declaration.
29187         * manual/search.texi (Array Search Function): Add missing const in
29188         lfind prototype.
29189         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29190         declaration to use rlim_t.
29191         (Basic Scheduling Functions): Remove erroneous const from
29192         sched_getparam prototype.  Remove erroneous * from
29193         sched_get_priority_max and sched_get_priority_min prototypes.
29194         (Resource Usage): Fix summary @comment on vtimes to refer to
29195         sys/vtimes.h rather than vtimes.h.
29196         Add missing *s in vtimes prototype.
29197         (Limits on Resources): Fix ulimit prototype to return long int.
29198         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29199         prototypes to use long int rather than double.
29200         (BSD Random): Fix initstate and setstate to use char *, not void *.
29201         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29202         prototype to make second argument 'struct aiocb64 *const[]'.
29203         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29204         (Status of AIO Operations): Remove erroneous const in aio_return and
29205         aio_return64 prototypes.
29206         (Synchronizing I/O): Fix sync prototype to return void.
29207         * manual/startup.texi (Suboptions): Remove an erroneous const in
29208         getsubopt prototype.
29209         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29210         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29211         use size_t rather than int.
29212         (Scanning All Users): Likewise for getpwent_r.
29213         (Setting Groups): Add missing const to setgroups prototype.
29214         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29215         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29216         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29217         'const void *' rather than 'const char *'.
29218         (Host Address Functions): Likewise for inet_ntop.
29219         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29220         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29221         ssize_t for return value.
29222         (Sending Data): Likewise for send, sendto, sendmsg.
29223         (Socket Option Functions): Add a missing const in setsockopt prototype.
29224         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29225         use wchar_t for the argument.
29226         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29227         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29228         take no arguments.
29229         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29230         double/float/long double for second argument.
29231         Fix return types of significand, significandf, significandl.
29232         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29233         argument in fchmod prototype.
29234         (File Owner): Use uid_t and gid_t in fchown prototype.
29235         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29236         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29237         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29238         use 'const struct dirent **' as argument types to CMP function pointer
29239         argument.
29240         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29241         (File Times): Fix summary magic @comment for struct utimbuf and utime
29242         to refer to utime.h, not time.h.
29243         * manual/string.texi (Argz Functions): Add missing const in
29244         argz_extract and argz_next prototypes.
29245         (Finding Tokens in a String): Likewise for basename.
29246         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29247         (Copying and Concatenation): Fix typo in wmemmove prototype.
29248         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29249         (Signal Stack): Remove erroneous const in sigstack prototype.
29250         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29251         prototype.
29252         (Simple Calendar Time): Likewise for stime.
29253         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29254         prototype.
29255         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29256         say sys/sysctl.h instead.
29257         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29258         and vsyslog prototypes.
29260 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29262         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29263         Remove.
29265 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29267         * misc/sys/mman.h: Fix typo in mremap comment.
29269 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29271         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29272         the '\0' terminator.
29274 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29276         [BZ #13550]
29277         * debug/segfault.c: Don't include <bp-checks.h>.
29278         * sysdeps/generic/bp-checks.h: Remove file.
29279         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29280         (__GETDENTS): Don't use CHECK_N.
29281         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29282         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29283         (__getgroups): Don't use CHECK_N.
29284         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29285         (setgroups): Don't use CHECK_N.
29286         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29287         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29288         (__libc_msgrcv): Don't use CHECK_N.
29289         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29290         (__libc_msgsnd): Don't use CHECK_N.
29291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29292         <bp-checks.h>.
29293         (__libc_pread): Don't use CHECK_N.
29294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29295         include <bp-checks.h>.
29296         (__libc_pread64): Don't use CHECK_N.
29297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29298         include <bp-checks.h>.
29299         (__libc_pwrite): Don't use CHECK_N.
29300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29301         include <bp-checks.h>.
29302         (__libc_pwrite64): Don't use CHECK_N.
29303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29304         <bp-checks.h>.
29305         (__libc_pread): Don't use CHECK_N.
29306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29307         include <bp-checks.h>.
29308         (__libc_pread64): Don't use CHECK_N.
29309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29310         include <bp-checks.h>.
29311         (__libc_pwrite): Don't use CHECK_N.
29312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29313         include <bp-checks.h>.
29314         (__libc_pwrite64): Don't use CHECK_N.
29315         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29316         (do_pread): Don't use CHECK_N.
29317         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29318         (do_pread64): Don't use CHECK_N.
29319         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29320         (do_pwrite): Don't use CHECK_N.
29321         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29322         (do_pwrite64): Don't use CHECK_N.
29323         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29324         (__libc_readv): Don't use CHECK_N.
29325         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29326         (semop): Don't use CHECK_N.
29327         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29328         <bp-checks.h>.
29329         (semtimedop): Don't use CHECK_N.
29330         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29331         (__libc_pread): Don't use CHECK_N.
29332         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29333         <bp-checks.h>.
29334         (__libc_pread64): Don't use CHECK_N.
29335         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29336         <bp-checks.h>.
29337         (__libc_pwrite): Don't use CHECK_N.
29338         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29339         <bp-checks.h>.
29340         (__libc_pwrite64): Don't use CHECK_N.
29341         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29342         <bp-checks.h>.
29343         (__libc_msgrcv): Don't use CHECK_N.
29344         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29345         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29346         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29347         (__libc_writev): Don't use CHECK_N.
29349 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29351         * string/strcpy.c: Removed unused variable.
29353         * Makeconfig (+sysdep-includes): Define with := rather than =.
29354         Use an existing include/ subdir of each sysdeps dir before it.
29356 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29358         * nscd/connection.c (register_traced_file): Comment function.
29359         [HAVE_INOTIFY] (union __inev): Define.
29360         [HAVE_INOTIFY] (inotify_check_files): New function.
29361         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29362         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29363         clear_db_cache.
29364         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29366 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29368         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29369         loaded if not already and that a failure is permanent.
29371 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29373         [BZ #15006]
29374         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29375         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29377 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29379         [BZ #13550]
29380         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29381         (CHECK_1_NULL_OK): Likewise.
29382         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29383         (__fxstat): Do not use CHECK_1.
29384         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29385         <bp-checks.h>.
29386         (___fxstat64): Do not use CHECK_1.
29387         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29388         <bp-checks.h>.
29389         (__fxstatat): Do not use CHECK_1.
29390         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29391         <bp-checks.h>.
29392         (__fxstatat64): Do not use CHECK_1.
29393         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29394         <bp-checks.h>.
29395         (__fxstat): Do not use CHECK_1.
29396         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29397         <bp-checks.h>.
29398         (__fxstatat): Do not use CHECK_1.
29399         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29400         <bp-checks.h>.
29401         (__getresgid): Do not use CHECK_1.
29402         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29403         <bp-checks.h>.
29404         (__getresuid): Do not use CHECK_1.
29405         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29406         <bp-checks.h>.
29407         (__lxstat): Do not use CHECK_1.
29408         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29409         <bp-checks.h>.
29410         (__old_msgctl): Do not use CHECK_1.
29411         (__new_msgctl): Likewise.
29412         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29413         <bp-checks.h>.
29414         (__new_setrlimit): Do not use CHECK_1.
29415         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29416         <bp-checks.h>.
29417         (__old_shmctl): Do not use CHECK_1.
29418         (__new_shmctl): Likewise.
29419         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29420         <bp-checks.h>.
29421         (__xstat): Do not use CHECK_1.
29422         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29423         (__lxstat): Do not use CHECK_1.
29424         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29425         <bp-checks.h>.
29426         (___lxstat64): Do not use CHECK_1.
29427         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29428         (__old_msgctl): Do not use CHECK_1.
29429         (__new_msgctl): Likewise.
29430         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29431         <bp-checks.h>.
29432         (__gettimeofday): Do not use CHECK_1.
29433         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29434         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29435         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29436         <bp-checks.h>.
29437         (__gettimeofday): Do not use CHECK_1.
29438         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29439         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29440         (__new_shmctl): Do not use CHECK_1.
29441         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29442         <bp-checks.h>.
29443         (do_sigtimedwait): Do not use CHECK_1.
29444         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29445         <bp-checks.h>.
29446         (do_sigwaitinfo): Do not use CHECK_1.
29447         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29448         <bp-checks.h>.
29449         (msgctl): Do not use CHECK_1.
29450         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29451         <bp-checks.h>.
29452         (shmctl): Do not use CHECK_1.
29453         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29454         (ustat): Do not use CHECK_1.
29455         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29456         <bp-checks.h>.
29457         (__fxstat): Do not use CHECK_1.
29458         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29459         <bp-checks.h>.
29460         (__fxstatat): Do not use CHECK_1.
29461         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29462         <bp-checks.h>.
29463         (__lxstat): Do not use CHECK_1.
29464         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29465         <bp-checks.h>.
29466         (__xstat): Do not use CHECK_1.
29467         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29468         (__xstat): Do not use CHECK_1.
29469         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29470         (___xstat64): Do not use CHECK_1.
29472         [BZ #13550]
29473         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29474         definitions.
29475         (CHECK_BOUNDS_HIGH): Likewise.
29476         * string/strcpy.c: Do not include <bp-checks.h>.
29477         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29479 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29481         * nscd/nscd-client.h (__nscd_drop_map_ref):
29482         Add __attribute__ ((unused)).
29483         * nis/nss-nisplus.h (niserr2nss): Likewise.
29485         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29486         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29488         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29489         Remove inline keyword.
29490         * include/rounding-mode.h (round_away): Likewise.
29491         * libio/wfileops.c (adjust_wide_data): Likewise.
29492         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29493         (__m128i_strloadu_tolower): Likewise.
29494         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29495         (__m128i_strloadu_tolower): Likewise.
29496         * time/mktime.c (ydhms_diff): Likewise.
29497         * locale/elem-hash.h (elem_hash): Likewise.
29498         * locale/setlocale.c (setdata): Likewise.
29499         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29500         (re_string_wchar_at): Likewise.
29501         (bitset_not, bitset_merge, bitset_mask): Likewise.
29502         [!(__GNUC__ > 3)] (inline): Remove macro.
29503         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29504         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29505         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29506         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29507         * string/memcmp.c (memcmp_bytes): Likewise.
29508         * locale/programs/locarchive.c (compute_hashval): Likewise.
29509         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29510         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29511         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29512         * nss/getent.c (print_rpc, print_protocols): Likewise.
29513         (print_passwd, print_group, print_aliases): Likewise.
29514         * nis/nss-nisplus.h (niserr2nss): Likewise.
29515         * nscd/connections.c (restart_p): Likewise.
29516         Change return type to bool.
29518 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29520         * Makeconfig (all-Depend-files): Add existing
29521         $(sorted-subdirs:=/Depend) files.
29522         (all-subdirs): Remove nss.
29523         * sysdeps/unix/inet/Subdirs: Add it here instead.
29524         * hesiod/Depend: New file.
29526         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29527         instead of calling alloca.
29529         * io/lseek.c (__lseek): Rename to __libc_lseek.
29530         Define __lseek as an alias.
29532         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29534 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29536         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29537         else clause and remove check for non-standard endianness.
29539 2013-02-04  David S. Miller  <davem@davemloft.net>
29541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29543 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29545         [BZ #13550]
29546         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29547         (__ubp_memchr): Remove prototype.
29548         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29549         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29550         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29551         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29552         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29553         Remove alias.
29554         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29555         (__ubp_memchr): Likewise.
29556         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29557         (__ubp_memchr): Likewise.
29558         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29559         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29560         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29561         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29562         CHECK_STRING.
29563         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29564         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29565         (__getcwd): Do not use CHECK_STRING.
29566         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29567         <bp-checks.h>.
29568         (__real_chown): Do not use CHECK_STRING.
29569         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29570         <bp-checks.h>.
29571         (fchownat): Do not use CHECK_STRING.
29572         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29573         CHECK_STRING.
29574         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29575         <bp-checks.h>.
29576         (__lchown): Do not use CHECK_STRING.
29577         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29578         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29579         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29580         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29582         include <bp-checks.h>.
29583         (truncate64): Do not use CHECK_STRING.
29584         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29585         <bp-checks.h>.
29586         (__real_chown): Do not use CHECK_STRING.
29587         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29588         <bp-checks.h>.
29589         (__lchown): Do not use CHECK_STRING.
29590         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29591         <bp-checks.h>.
29592         (__chown): Do not use CHECK_STRING.
29593         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29594         <bp-checks.h>.
29595         (truncate64): Do not use CHECK_STRING.
29596         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29597         Likewise.
29598         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29599         (__xmknod): Do not use CHECK_STRING.
29600         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29601         <bp-checks.h>.
29602         (__xmknodat): Do not use CHECK_STRING.
29603         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29604         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29606 2013-02-04  Andreas Schwab  <schwab@suse.de>
29608         [BZ #14142]
29609         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29610         * include/netdb.h: Likewise for h_errno.
29611         * elf/tst-stackguard1.c: Include <tls.h>.
29613 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29615         * elf/link.h (struct link_map): Extend the l_addr comment.
29616         * include/link.h (struct link_map): Likewise.
29618 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29620         [BZ #13550]
29621         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29622         (BOUNDED_1): Remove macro.
29623         * debug/backtrace.c: Don't include <bp-checks.h>.
29624         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29625         (__backtrace): Likewise.
29626         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29627         <bp-checks.h>.
29628         (__backtrace): Don't use BOUNDED_1.
29629         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29630         <bp-checks.h>.
29631         (__backtrace): Don't use BOUNDED_1.
29632         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29633         (__backtrace): Don't use BOUNDED_1.
29634         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29635         (shmat): Don't use BOUNDED_N.
29637 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29639         [BZ #13550]
29640         * sysdeps/generic/bp-start.h: Remove file.
29641         * csu/libc-start.c: Don't include <bp-start.h>.
29642         (LIBC_START_MAIN): Set up __environ directly instead of using
29643         INIT_ARGV_and_ENVIRON.
29644         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29645         <bp-start.h>.
29647         [BZ #13550]
29648         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29649         definitions.
29650         (CHECK_FCNTL): Likewise.
29651         (CHECK_N_PAGES): Likewise.
29653         [BZ #13550]
29654         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29655         definitions.
29656         (CHECK_SIGSET_NULL_OK): Likewise.
29657         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29658         <bp-checks.h>.
29659         (sigpending): Don't use CHECK_SIGSET.
29660         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29661         <bp-checks.h>.
29662         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29663         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29664         <bp-checks.h>.
29665         (do_sigsuspend): Don't use CHECK_SIGSET.
29666         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29667         use CHECK_SIGSET.
29668         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29669         (do_sigwait): Don't use CHECK_SIGSET.
29670         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29671         use CHECK_SIGSET.
29672         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29673         include <bp-checks.h>.
29674         (sigpending): Don't use CHECK_SIGSET.
29675         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29676         include <bp-checks.h>.
29677         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29678         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29679         <bp-checks.h>.
29680         (sigpending): Don't use CHECK_SIGSET.
29681         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29682         <bp-checks.h>.
29683         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29685         [BZ #13550]
29686         * sysdeps/generic/bp-semctl.h: Remove file.
29687         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29688         <bp-checks.h> and <bp-semctl.h>.
29689         (__old_semctl): Don't use CHECK_SEMCTL.
29690         (__new_semctl): Likewise.
29691         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29692         and <bp-semctl.h>.
29693         (__old_semctl): Don't use CHECK_SEMCTL.
29694         (__new_semctl): Likewise.
29695         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29696         <bp-checks.h> and <bp-semctl.h>.
29697         (__old_semctl): Don't use CHECK_SEMCTL.
29698         (__new_semctl): Likewise.
29699         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29700         <bp-checks.h> and <bp-semctl.h>.
29701         (semctl): Don't use CHECK_SEMCTL.
29703         [BZ #13550]
29704         * Makerules (elide-bp-thunks): Remove variable.
29705         (elide-routines.oS): Don't use $(elide-bp-thunks).
29706         (elide-routines.os): Likewise.
29707         (elide-routines.o): Likewise.
29708         (elide-routines.op): Likewise.
29709         (elide-routines.og): Likewise.
29710         (objects): Don't use $(bp-thunks).
29711         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29712         include.
29713         (common-generated): Do not add s-proto-bp.d.
29714         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29715         (int): Likewise.
29716         (typ): Likewise.
29717         Do not generate makefile rules for bounded-pointer thunks.
29718         * sysdeps/generic/bp-thunks.h: Remove file.
29719         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29720         * sysdeps/unix/s-proto-bp.S: Likewise.
29722         [BZ #15062]
29723         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29724         parts of result separately when argument is not close to line from
29725         -i to i and one part of argument is small.
29726         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29727         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29728         * math/libm-test.inc (cacos_test): Add more tests.
29729         (casin_test): Likewise.
29730         (casinh_test): Likewise.
29731         * sysdeps/i386/fpu/libm-test-ulps: Update.
29732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29734 2013-01-31  David S. Miller  <davem@davemloft.net>
29736         * po/de.po: Update from translation team.
29738 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29740         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29742 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29744         * configure.in (_AC_PROG_CC_C89): New definition.
29745         * configure: Regenerate.
29747         * configure.in (AC_PROG_CPP): New definition.
29748         * configure: Regenerate.
29750 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29752         * debug/tst-backtrace.h: New file.
29753         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29754         (ret): Remove variable.
29755         (x): Likewise.
29756         (FAIL): Remove macro.
29757         (NO_INLINE): Likewise.
29758         (fn1): Use match function instead of strstr.
29759         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29760         (ret): Remove variable.
29761         (x): Likewise.
29762         (FAIL): Remove macro.
29763         (NO_INLINE): Likewise.
29764         (fn): Use match function instead of strstr.
29765         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29766         (ret): Remove variable.
29767         (x): Likewise.
29768         (FAIL): Remove macro.
29769         (NO_INLINE): Likewise.
29770         (handle_signal): Use match function instead of strstr.
29771         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29772         (ret): Remove variable.
29773         (x): Likewise.
29774         (FAIL): Remove macro.
29775         (NO_INLINE): Likewise.
29776         (handle_signal): Use match function instead of strstr.
29778 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29780         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29782 2013-01-23  David S. Miller  <davem@davemloft.net>
29784         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29785         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29786         argument of CAS if possible.
29787         * sysdeps/sparc/sparc64/bits/atomic.h
29788         (__arch_compare_and_exchange_val_32_acq): Likewise.
29789         (__arch_compare_and_exchange_val_64_acq): Likewise.
29791 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29793         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29794         * sysdeps/posix/ulimit.c: ... this.
29795         Include <limits.h>.
29796         * sysdeps/unix/bsd/ulimit.c: Remove file.
29798 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29800         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29801         (LDFLAGS-tst-array5): Likewise.
29803 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29805         [BZ #15036]
29806         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29807         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29808         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29809         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29811 2013-01-21  David S. Miller  <davem@davemloft.net>
29813         * sysdeps/sparc/backtrace.c: New file.
29814         * sysdeps/sparc/sparc32/backtrace.h: New file.
29815         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29816         * sysdeps/sparc/sparc64/backtrace.h: New file.
29817         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29818         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29819         -funwind-tables.
29821 2013-01-21  Andreas Schwab  <schwab@suse.de>
29823         [BZ #15020]
29824         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29825         closed its stdout.
29827 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29830         "mpa2.h".
29831         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29833 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29834             Mark Mitchell  <mark@codesourcery.com>
29835             Tom de Vries  <tom@codesourcery.com>
29836             Paul Pluzhnikov  <ppluzhnikov@google.com>
29838         * debug/tst-backtrace2.c: New file.
29839         * debug/tst-backtrace3.c: Likewise.
29840         * debug/tst-backtrace4.c: Likewise.
29841         * debug/tst-backtrace5.c: Likewise.
29842         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29843         (CFLAGS-tst-backtrace3.c): Likewise.
29844         (CFLAGS-tst-backtrace4.c): Likewise.
29845         (CFLAGS-tst-backtrace5.c): Likewise.
29846         (LDFLAGS-tst-backtrace2): Likewise.
29847         (LDFLAGS-tst-backtrace3): Likewise.
29848         (LDFLAGS-tst-backtrace4): Likewise.
29849         (LDFLAGS-tst-backtrace5): Likewise.
29850         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29851         tst-backtrace4 and tst-backtrace5.
29853 2013-01-18  Anton Blanchard  <anton@samba.org>
29854             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29856         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29857         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29858         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29859         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29861         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29862         "+r" and remove output regs list as redundant.  Add explicit inline
29863         asm to specify register of return val to work around compiler codegen
29864         bug.  Remove (int) cast on return value.  Add return type parameter to
29865         use in macro so that this macro does not truncate return value for
29866         64-bit values.
29867         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29868         pass to INTERNAL_VSYSCALL_NCS.
29869         (INLINE_VSYSCALL): Add 'long int' as return type to
29870         INTERNAL_VSYSCALL_NCS macro invocation.
29871         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29872         INTERNAL_VSYSCALL_NCS macro invocation.
29873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29875 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29877         [BZ #14496]
29878         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29879         Fix application of SIMD FP exception mask.
29881         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29882         mp_no from a power of two.
29883         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29884         __mpexp_twomm1.  Use __pow_mp.
29886         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29887         multiplication.
29889 2013-01-17  David S. Miller  <davem@davemloft.net>
29891         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29893 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29895         [BZ #15023]
29896         * include/complex.h: Condition contents on [!_COMPLEX_H].
29897         (__kernel_casinhf): New prototype.
29898         (__kernel_casinh): Likewise.
29899         (__kernel_casinhl): Likewise.
29900         * math/Makefile (libm_calls): Add k_casinh.
29901         * math/k_casinh.c: New file.
29902         * math/k_casinhf.c: Likewise.
29903         * math/k_casinhl.c: Likewise.
29904         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29905         finite nonzero arguments.
29906         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29907         finite nonzero arguments.
29908         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29909         finite nonzero arguments.
29910         * math/s_casinh.c: Do not include <float.h>.
29911         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29912         * math/s_casinhf.c: Do not include <float.h>.
29913         (__casinhf): Move code for finite nonzero arguments to
29914         k_casinhf.c.
29915         * math/s_casinhl.c: Do not include <float.h>.
29916         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29917         redefine.
29918         (__casinhl): Move code for finite nonzero arguments to
29919         k_casinhl.c.
29920         * math/libm-test.inc (cacos_test): Add more tests.
29921         * sysdeps/i386/fpu/libm-test-ulps: Update.
29922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29924 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29926         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29927         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29928         [!HAVE_MREMAP]: Remove [defined linux] case.
29929         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29931 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29933         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29935 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29937         * elf/elf.h (R_386_SIZE32): New relocation.
29938         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29939         R_386_SIZE32.
29940         (elf_machine_rela): Likewise.
29941         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29942         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29944 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29946         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29947         (FP_FAST_FMA): Do not define.
29948         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29949         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29950         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29951         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29952         !_SOFT_FLOAT]: Likewise.
29953         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29954         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29955         value.
29956         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29957         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29958         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29959         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29960         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29961         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29962         file.
29964 2013-01-16  Andreas Schwab  <schwab@suse.de>
29966         [BZ #14327]
29967         * include/stdlib.h (__mktemp): Add declaration.
29968         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29969         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29971 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29973         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29974         definitions.
29975         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29976         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29977         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29978         definitions here.
29979         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29980         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29981         definitions.
29982         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29983         and ONE.
29984         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29985         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29986         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29987         definitions.
29988         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29989         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29990         definitions.
29991         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29993         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29995 2013-01-15  David S. Miller  <davem@davemloft.net>
29997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29998         trunc{,f} to libm-sysdep_routes.
29999         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30001         file.
30002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30004         file.
30005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30006         file.
30007         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30009         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30010         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30011         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30012         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30013         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30014         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30017         nearbyint{,f} to libm-sysdep_routes.
30018         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30020         New file.
30021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30022         file.
30023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30024         New file.
30025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30026         file.
30027         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30028         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30029         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30030         file.
30031         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30032         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30033         file.
30034         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30035         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30036         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30038         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30039         libc_feholdexcept and libc_fesetenv.
30041 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30043         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30045 2013-01-14  David S. Miller  <davem@davemloft.net>
30047         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30048         (SPARC_ASM_VIS2_IFUNC): Likewise.
30049         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30051         use of 'siam' instruction.
30052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30053         Likewise.
30054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30055         Likewise.
30056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30057         Likewise.
30058         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30059         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30060         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30061         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30063         file.
30064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30065         file.
30066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30067         file.
30068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30069         file.
30070         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30071         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30072         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30073         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30075         new VIS2 routines.
30076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30079         Likewise.
30080         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30081         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30082         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30083         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30085         routines to libm-sysdep_routines.
30086         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30089         fdim/fdimf to libm-sysdep_routines.
30090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30091         file.
30092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30094         file.
30095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30096         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30097         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30098         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30099         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30100         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30101         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30103 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30105         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30106         to optimize copies.
30108         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30109         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30110         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30112         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30113         local variable MPTWO.
30114         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30115         Likewise.
30117 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30119         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30120         GLOB_NOESCAPE.
30122 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30124         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30126 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30128         * manual/pattern.texi (glob_t): Document gl_flags.
30129         (glob64_t): Likewise.
30131 2013-01-11  David S. Miller  <davem@davemloft.net>
30133         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30134         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30135         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30136         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30137         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30138         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30139         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30140         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30141         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30142         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30143         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30144         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30145         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30147         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30148         sparc V9 rather than using V8 code.
30149         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30150         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30152         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30153         Move to...
30154         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30155         Here.
30157 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30159         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30160         not in the main loop.
30161         * configure: Regenerated.
30163 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30165         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30166         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30167         to just #else.
30168         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30169         [!__GLIBC_HAVE_LONG_LONG] case.
30170         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30171         condition to just #else.
30172         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30173         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30174         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30175         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30176         unconditional.
30177         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30178         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30179         #elif condition to just #else.
30180         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30181         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30182         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30183         #elif condition to just #else.
30185 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30187         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30188         (EF_MIPS_ARCH_64): Fix value.
30189         (EF_MIPS_ARCH_32R2): New.
30190         (EF_MIPS_ARCH_64R2): New.
30192 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30194         * Makeconfig (+link-pie-before-libc): New.
30195         (+link-pie-after-libc): Likewise.
30196         (+link-pie-tests): Likewise.
30197         (+link-pie): Rewritten.
30198         (link-before-libc): Remove $(config-LDFLAGS).
30199         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30200         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30201         (config-LDFLAGS): Renamed to ...
30202         (rtld-LDFLAGS): This.
30203         (rtld-tests-LDFLAGS): New macro.
30204         (link-libc-rpath-link): Likewise.
30205         (link-libc-tests-rpath-link): Likewise.
30206         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30207         (link-libc): Prepand $(link-libc-rpath-link).
30208         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30209         (test-program-prefix): New macro.
30210         (test-via-rtld-prefix): Likewise.
30211         (test-program-cmd): Likewise.
30212         (host-test-program-cmd): Likewise.
30213         * Makefile ($(common-objpfx)testrun.sh): Replace
30214         $(run-program-prefix) with $(test-program-prefix).
30215         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30216         $(rtld-LDFLAGS).
30217         ($(common-objpfx)shlib.lds): Likewise.
30218         (build-module-helper): Likewise.
30219         ($(common-objpfx)format.lds): Likewise.
30220         * Rules (binaries-pie-tests): New.
30221         (binaries-pie-notests): Likewise.
30222         (binaries-pie): Rewritten.
30223         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30224         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30225         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30226         (make-test-out): Replace $(host-built-program-cmd) with
30227         $(host-test-program-cmd).
30228         * config.make.in (build-hardcoded-path-in-tests): New variable.
30229         * configure.in (--enable-hardcoded-path-in-tests): New configure
30230         option.
30231         (hardcoded_path_in_tests): New AC_SUBST.
30232         * configure: Regenerated.
30233         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30234         $(built-program-cmd) with $(test-program-cmd).
30235         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30236         (test_program_cmd): This.
30237         * elf/Makefile ($(objpfx)order.out): Run test with
30238         $(test-program-prefix).
30239         ($(objpfx)order2.out): Likewise.
30240         ($(objpfx)tst-initorder.out): Likewise.
30241         ($(objpfx)tst-initorder2.out): Likewise.
30242         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30243         $(test-program-cmd).
30244         ($(objpfx)tst-array1-static.out): Likewise.
30245         ($(objpfx)tst-array2.out): Likewise.
30246         ($(objpfx)tst-array3.out): Likewise.
30247         ($(objpfx)tst-array4.out): Likewise.
30248         ($(objpfx)tst-array5.out): Likewise.
30249         ($(objpfx)tst-array5-static.out): Likewise.
30250         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30251         $(test-program-cmd).
30252         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30253         $(run-program-prefix) with $(test-program-prefix).
30254         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30255         (test_program_prefix): This.
30256         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30257         $(run-program-prefix) with $(test-program-prefix).
30258         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30259         (test_program_prefix): This.
30260         * iconvdata/tst-tables.sh: Likewise.
30261         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30262         $(run-program-prefix) with $(test-program-prefix).
30263         ($(objpfx)tst-translit.out): Likewise.
30264         ($(objpfx)tst-gettext2.out): Likewise.
30265         ($(objpfx)tst-gettext4.out): Likewise.
30266         ($(objpfx)tst-gettext6.out): Likewise.
30267         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30268         (test_program_prefix): This.
30269         * intl/tst-gettext2.sh: Likewise.
30270         * intl/tst-gettext4.sh  Likewise.
30271         * intl/tst-gettext6.sh: Likewise.
30272         * intl/tst-translit.sh: Likewise.
30273         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30274         with $(test-program-cmd).
30275         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30276         $(run-program-prefix) with $(test-program-prefix).
30277         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30278         (test_program_prefix): This.
30279         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30280         $(run-program-prefix) with $(test-program-prefix).
30281         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30282         (test_program_prefix): This.
30283         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30284         * posix/Makefile ($(objpfx)globtest.out): Replace
30285         $(run-via-rtld-prefix) and $(test-wrapper) with
30286         $(test-program-prefix) and $(test-via-rtld-prefix).
30287         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30288         $(test-program-prefix).
30289         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30290         $(host-test-program-cmd).
30291         (tst-spawn-ARGS): Likewise.
30292         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30293         $(test-program-prefix).
30294         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30295         (test_via_rtld_prefix): This.
30296         (test_wrapper): Renamed to ...
30297         (test_program_prefix): This.
30298         (run_program_prefix): Replaced by test_program_prefix.
30299         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30300         (test_program_prefix): This.
30301         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30302         with $(host-test-program-cmd).
30303         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30304         $(run-program-prefix) with $(test-program-prefix).
30305         ($(objpfx)tst-printf.out): Likewise.
30306         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30307         $(test-program-cmd).
30308         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30309         (test_program_prefix): This.
30310         * stdio-common/tst-unbputc.sh: Likewise.
30311         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30312         $(run-program-prefix) with $(test-program-prefix).
30313         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30314         (test_program_prefix): This.
30315         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30316         $(built-program-cmd) with $(test-program-cmd).
30318 2013-01-11  Andreas Jaeger  <aj@suse.de>
30320         [BZ #15003]
30321         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30322         value. Sync with Linux 3.7.
30324 2013-01-10  David S. Miller  <davem@davemloft.net>
30326         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30327         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30328         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30330 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30332         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30333         never set.
30334         * configure: Regenerated.
30336 2013-01-10  David S. Miller  <davem@davemloft.net>
30338         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30339         sparc V9 rather than using V8 code.
30340         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30341         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30343 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30345         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30346         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30347         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30348         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30349         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30350         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30351         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30352         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30353         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30354         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30355         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30356         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30357         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30358         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30359         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30360         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30361         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30362         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30363         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30364         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30365         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30366         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30367         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30368         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30369         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30370         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30371         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30373 2013-01-10  David S. Miller  <davem@davemloft.net>
30375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30377 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30379         * posix/Makefile (tests-static): New variable.
30380         (tests): Add $(tests-static).
30381         (tst-exec-static-ARGS): New variable.
30382         (tst-spawn-static-ARGS): Likewise.
30383         * posix/tst-exec-static.c: New file.
30384         * posix/tst-spawn-static.c: Likewise.
30385         * posix/tst-exec.c: Support run directly.
30386         * posix/tst-spawn.c: Likewise.
30388 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30390         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30391         long.
30392         * math/bits/mathcalls.h (llrint): Likewise.
30393         (llround): Likewise.
30394         * stdlib/stdlib.h (struct drand48_data): Likewise.
30395         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30396         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30397         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30398         Likewise.
30399         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30400         Likewise.
30401         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30402         (elf_greg_t): Likewise.
30403         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30404         (__jmp_buf): Likewise.
30405         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30406         definitions.
30407         (llrint): Likewise, for all definitions.
30408         (llrintl): Likewise.
30410         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30411         Remove [__GNUC__] condition.
30412         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30413         condition to just [__USE_ISOC99].
30414         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30416 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30418         [BZ #14200]
30419         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30420         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30421         defined.
30422         (_POSIX_V6_ILP32_OFF32): Likewise.
30423         (_XBS5_ILP32_OFF32): Likewise.
30424         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30425         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30427 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30429         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30431         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30432         doubles __mpexp_twomm1.  Adjust usage.
30433         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30434         Remove.
30436 2013-01-10  Andreas Schwab  <schwab@suse.de>
30438         [BZ #14964]
30439         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30440         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30442 2013-01-09  David S. Miller  <davem@davemloft.net>
30444         [BZ #15003]
30445         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30446         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30447         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30448         (TCP_FASTOPEN): Define.
30449         (tcp_repair_opt): New structure.
30450         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30451         enum values.
30452         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30453         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30454         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30455         (tcp_cookie_transactions): New structure.
30457 2013-01-09  Anton Blanchard  <anton@samba.org>
30459         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30460         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30461         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30462         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30464 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30466         * include/features.h (__USE_ANSI): Remove.
30468 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30470         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30472         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30474 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30476         * sysdeps/s390/fpu/libm-test-ulps: Update.
30478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30480         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30481         (__acr): Likewise.
30482         (__cpy): Likewise.
30483         (norm): Likewise.
30484         (denorm): Likewise.
30485         (__mp_dbl): Likewise.
30486         (__dbl_mp): Likewise.
30487         (add_magnitudes): Likewise.
30488         (sub_magnitudes): Likewise.
30489         (__add): Likewise.
30490         (__sub): Likewise.
30491         (__mul): Likewise.
30492         (__inv): Likewise.
30493         (__dvd): Likewise.
30494         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30495         (__acr): Likewise.
30496         (__cpy): Likewise.
30497         (norm): Likewise.
30498         (denorm): Likewise.
30499         (__mp_dbl): Likewise.
30500         (__dbl_mp): Likewise.
30501         (add_magnitudes): Likewise.
30502         (sub_magnitudes): Likewise.
30503         (__add): Likewise.
30504         (__sub): Likewise.
30505         (__mul): Likewise.
30506         (__inv): Likewise.
30507         (__dvd): Likewise.
30508         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30509         (__acr): Likewise.
30510         (__cpy): Likewise.
30511         (norm): Likewise.
30512         (denorm): Likewise.
30513         (__mp_dbl): Likewise.
30514         (__dbl_mp): Likewise.
30515         (add_magnitudes): Likewise.
30516         (sub_magnitudes): Likewise.
30517         (__add): Likewise.
30518         (__sub): Likewise.
30519         (__mul): Likewise.
30520         (__inv): Likewise.
30521         (__dvd): Likewise.
30523 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30525         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30526         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30527         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30528         2 && __USE_EXTERN_INLINES]: Likewise.
30530 2013-01-08  Andreas Jaeger  <aj@suse.de>
30532         [BZ# 14985]
30533         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30534         Remove.
30535         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30536         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30538 2013-01-07  Anton Blanchard  <anton@samba.org>
30540         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30541         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30542         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30543         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30544         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30545         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30546         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30547         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30548         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30549         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30550         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30551         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30552         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30553         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30554         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30555         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30556         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30557         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30558         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30559         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30560         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30561         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30562         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30563         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30564         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30565         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30566         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30567         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30568         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30569         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30570         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30571         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30572         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30573         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30574         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30575         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30576         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30577         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30578         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30579         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30580         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30581         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30582         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30584 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30586         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30587         (__MALLOC_PMT): Likewise.
30588         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30589         [__GNUC__], only on [_LIBC].
30590         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30591         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30592         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30593         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30594         forward declaration.
30595         (realloc_hook_ini): Likewise.
30596         (memalign_hook_ini): Likewise.
30597         (__libc_memalign): Do not use __MALLOC_PMT in variable
30598         declaration.
30599         (__libc_valloc): Likewise.
30600         (__libc_pvalloc): Likewise.
30601         (__libc_calloc): Likewise.
30602         (__posix_memalign): Likewise.
30604         [BZ #14996]
30605         * math/s_casinh.c: Include <float.h>.
30606         (__casinh): Do not do computation with squaring and square root
30607         for large arguments.
30608         * math/s_casinhf.c: Include <float.h>.
30609         (__casinhf): Do not do computation with squaring and square root
30610         for large arguments.
30611         * math/s_casinhl.c: Include <float.h>.
30612         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30613         (__casinhl): Do not do computation with squaring and square root
30614         for large arguments.
30615         * math/libm-test.inc (casin_test): Add more tests.
30616         (casinh_test): Likewise.
30617         * sysdeps/i386/fpu/libm-test-ulps: Update.
30618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30620 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30622         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30623         (__x86_64_raw_data_cache_size): Likewise.
30624         (__x86_64_data_cache_size_half): Likewise.
30625         (__x86_64_raw_data_cache_size_half): Likewise.
30626         (__x86_64_shared_cache_size): Likewise.
30627         (__x86_64_raw_shared_cache_size): Likewise.
30628         (__x86_64_shared_cache_size_half): Likewise.
30629         (__x86_64_raw_shared_cache_size_half): Likewise.
30630         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30631         to ...
30632         (__x86_data_cache_size): This.
30633         (__x86_64_raw_data_cache_size): Renamed to ...
30634         (__x86_raw_data_cache_size): This.
30635         (__x86_64_data_cache_size_half): Renamed to ...
30636         (__x86_data_cache_size_half): This.
30637         (__x86_64_raw_data_cache_size_half): Renamed to ...
30638         (__x86_raw_data_cache_size_half): This.
30639         (__x86_64_shared_cache_size): Renamed to ...
30640         (__x86_shared_cache_size): This.
30641         (__x86_64_raw_shared_cache_size): Renamed to ...
30642         (__x86_raw_shared_cache_size): This.
30643         (__x86_64_shared_cache_size_half): Renamed to ...
30644         (__x86_shared_cache_size_half): This.
30645         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30646         (__x86_raw_shared_cache_size_half): This.
30647         * sysdeps/x86_64/memcpy.S: Updated.
30648         * sysdeps/x86_64/memset.S: Likewise.
30649         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30650         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30651         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30653 2013-01-04  David S. Miller  <davem@davemloft.net>
30655         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30657 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30659         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30660         1 to avoid redefinition warning.
30661         (__USE_GNU): Don't define.
30662         (init_signaling_nan): Protoize.
30664         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30666 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30668         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30669         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30670         (__cpymn): Likewise.
30671         (norm): Remove commented code.
30672         (denorm): Likewise.
30673         (__mp_dbl): Likewise.
30674         (__inv): Likewise.
30675         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30676         (__cpymn): Likewise.
30677         (norm): Remove commented code.
30678         (denorm): Likewise.
30679         (__mp_dbl): Likewise.
30680         (__inv): Likewise.
30682         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30683         mp_no value for 1.0 and 2.0.
30684         (norm): Use RADIXI instead of radixi.d.
30685         (denorm): Likewise.
30686         (__mul): Use 0.0 instead of zero.d.
30687         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30688         mp_no value for 1.0 and 2.0.
30689         (norm): Use RADIXI instead of radixi.d.
30690         (denorm): Likewise.
30691         (__mul): Use 0.0 instead of zero.d.
30693 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30695         [BZ #14994]
30696         * math/s_casinh.c (__casinh): Reduce finite argument to first
30697         quadrant then set signs of results at the end.
30698         * math/s_casinhf.c (__casinhf): Likewise.
30699         * math/s_casinhl.c (__casinhl): Likewise.
30700         * math/libm-test.inc (casin_test): Add more tests.
30701         (casinh_test): Likewise.
30702         * sysdeps/i386/fpu/libm-test-ulps: Update.
30703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30705 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30707         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30709         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30711         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30712         declarations.
30713         (denorm): Likewise.
30714         (__mp_dbl): Likewise.
30715         (__inv): Likewise.
30717         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30718         and adjust the header comment.
30720         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30721         variable name from declaration.
30723 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30725         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30726         Initialize COMMON_CPUID_INDEX_7 element.
30727         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30728         (CPUID_RTM): Likewise.
30729         (HAS_RTM): Likewise.
30730         (COMMON_CPUID_INDEX_7): New enum.
30732 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30734         [BZ #14981]
30735         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30736         size is zero, record memory as freed.
30738 2013-01-03  Andreas Jaeger  <aj@suse.de>
30740         * po/ia.po: Add new Interlingua translation.
30742 2012-01-03  Allan McRae  <allan@archlinux.org>
30744         * locale/programs/localedef.c: Fix description of '--posix' flag.
30746 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30748         * NEWS: Update dates in second copyright notice.
30749         * README: Update copyright dates in example.
30750         * manual/libc.texinfo: Update copyright dates.
30751         * scripts/test-installation.pl: Update copyright date in --version
30752         output.
30754         * hurd/ctty-input.c: Fix copyright notice formatting.
30755         * hurd/ctty-output.c: Likewise.
30756         * hurd/dtable.c: Likewise.
30757         * hurd/hurd-raise.c: Likewise.
30758         * hurd/hurdprio.c: Likewise.
30759         * hurd/msgportdemux.c: Likewise.
30760         * misc/sys/file.h: Likewise.
30761         * misc/sys/ioctl.h: Likewise.
30762         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30763         * sysdeps/mach/hurd/chdir.c: Likewise.
30764         * sysdeps/mach/hurd/fchdir.c: Likewise.
30765         * sysdeps/mach/hurd/rename.c: Likewise.
30766         * sysdeps/mach/hurd/rmdir.c: Likewise.
30767         * sysdeps/mach/hurd/seekdir.c: Likewise.
30768         * sysdeps/mach/hurd/setsid.c: Likewise.
30769         * sysdeps/posix/wait3.c: Likewise.
30771         * All files with FSF copyright notices: Update copyright dates
30772         using scripts/update-copyrights.
30773         * intl/plural.c: Regenerated.
30774         * locale/programs/charmap-kw.h: Likewise.
30775         * locale/programs/locfile-kw.h: Likewise.
30777 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30779         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30780         four values.
30782         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30783         calculation loop and add branch prediction.
30785         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30786         check access beyond bounds of m1np.
30788         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30789         MPTWO.
30790         (__inv): Remove local variable MPTWO to use the global
30791         constant.
30792         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30793         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30794         variable MPTWO.
30795         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30796         MP3HALFS static const.
30798 2013-01-01  David S. Miller  <davem@davemloft.net>
30800         * po/ca.po: Update from translation team.
30802 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30804         * scripts/update-copyrights: New file.
30805         * Makeconfig: Reformat copyright notice.
30806         * ctype/ctype.h: Likewise.
30807         * debug/swprintf_chk.c: Likewise.
30808         * elf/dl-cache.c: Likewise.
30809         * elf/dl-debug.c: Likewise.
30810         * elf/dl-object.c: Likewise.
30811         * grp/initgroups.c: Likewise.
30812         * hurd/Makefile: Likewise.
30813         * hurd/hurd/signal.h: Likewise.
30814         * hurd/hurdfault.c: Likewise.
30815         * hurd/hurdioctl.c: Likewise.
30816         * hurd/hurdlookup.c: Likewise.
30817         * hurd/intr-msg.c: Likewise.
30818         * iconv/gconv_open.c: Likewise.
30819         * libio/swprintf.c: Likewise.
30820         * locale/lc-ctype.c: Likewise.
30821         * locale/nl_langinfo.c: Likewise.
30822         * mach/Machrules: Likewise.
30823         * mach/Makefile: Likewise.
30824         * malloc/obstack.h: Likewise.
30825         * manual/Makefile: Likewise.
30826         * manual/tsort.awk: Likewise.
30827         * misc/bits/stab.def: Likewise.
30828         * nis/nis_print_group_entry.c: Likewise.
30829         * nis/nis_table.c: Likewise.
30830         * nis/nss_compat/compat-pwd.c: Likewise.
30831         * nis/nss_compat/compat-spwd.c: Likewise.
30832         * po/Makefile: Likewise.
30833         * posix/fnmatch.c: Likewise.
30834         * posix/regex.h: Likewise.
30835         * resolv/Makefile: Likewise.
30836         * resolv/nss_dns/dns-network.c: Likewise.
30837         * resolv/res_hconf.c: Likewise.
30838         * scripts/gen-sorted.awk: Likewise.
30839         * soft-fp/soft-fp.h: Likewise.
30840         * stdio-common/printf.h: Likewise.
30841         * stdlib/monetary.h: Likewise.
30842         * stdlib/random.c: Likewise.
30843         * stdlib/random_r.c: Likewise.
30844         * sysdeps/generic/Makefile: Likewise.
30845         * sysdeps/gnu/Makefile: Likewise.
30846         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30847         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30848         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30849         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30850         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30851         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30852         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30853         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30854         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30855         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30856         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30857         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30858         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30859         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30860         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30861         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30862         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30863         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30864         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30865         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30866         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30867         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30868         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30869         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30870         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30871         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30872         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30873         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30874         * sysdeps/mach/hurd/errnos.awk: Likewise.
30875         * sysdeps/mach/hurd/fork.c: Likewise.
30876         * sysdeps/mach/hurd/getcwd.c: Likewise.
30877         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30878         * sysdeps/mach/hurd/mmap.c: Likewise.
30879         * sysdeps/mach/hurd/utimes.c: Likewise.
30880         * sysdeps/mach/hurd/xmknod.c: Likewise.
30881         * sysdeps/posix/profil.c: Likewise.
30882         * sysdeps/posix/readdir_r.c: Likewise.
30883         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30884         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30885         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30886         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30887         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30888         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30889         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30890         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30891         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30892         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30893         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30894         * sysdeps/pthread/lio_listio.c: Likewise.
30895         * sysdeps/sparc/dl-procinfo.h: Likewise.
30896         * sysdeps/unix/i386/sysdep.S: Likewise.
30897         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30898         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30899         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30900         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30902         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30903         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30904         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30905         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30906         * sysdeps/wordsize-32/divdi3.c: Likewise.
30907         * time/sys/time.h: Likewise.
30908         * wcsmbs/Makefile: Likewise.
30910 2013-01-01  David S. Miller  <davem@davemloft.net>
30912         * po/fr.po: Update from translation team.
30914         * catgets/gencat.c: Update copyright year.
30915         * csu/version.c: Likewise.
30916         * debug/catchsegv.sh: Likewise.
30917         * debug/pcprofiledump.c: Likewise.
30918         * debug/xtrace.sh: Likewise.
30919         * elf/ldconfig.c: Likewise.
30920         * elf/ldd.bash.in: Likewise.
30921         * elf/pldd.c: Likewise.
30922         * elf/sotruss.ksh: Likewise.
30923         * elf/sprof.c: Likewise.
30924         * iconv/iconv_prog.c: Likewise.
30925         * iconv/iconvconfig.c: Likewise.
30926         * locale/programs/locale.c: Likewise.
30927         * locale/programs/localedef.c: Likewise.
30928         * login/programs/pt_chown.c: Likewise.
30929         * malloc/memusage.sh: Likewise.
30930         * malloc/memusagestat.c: Likewise.
30931         * malloc/mtrace.pl: Likewise.
30932         * nscd/nscd.c: Likewise.
30933         * nss/getent.c: Likewise.
30934         * nss/makedb.c: Likewise.
30935         * posix/getconf.c: Likewise.
30937 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30939         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30940         numbers.
30942 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30944         * math/bits/mathcalls.h (modf): Use __nonnull.
30946 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30948         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30949         (split): Use macro CN instead of the bare value.
30950         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30951         could be used.
30952         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30953         instead of the bare value.
30954         (power1): Likewise.
30956 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30958         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30959         __ATAN_TWOM.
30960         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30962         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30963         their values.
30964         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30965         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30966         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30967         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30969 2012-12-28  Andreas Jaeger  <aj@suse.de>
30971         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30972         values are from Linux 3.7.
30974         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30975         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30977 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30979         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30980         TRUE case.
30982         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30983         (norm): Likewise.
30984         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30985         variables with preprocessor constants.
30986         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30987         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30988         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30990 2012-12-27  Bruno Haible  <bruno@clisp.org>
30992         [BZ #14317]
30993         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30994         only if needed.
30996 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30998         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30999         and use variable directly.
31000         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31002         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31003         MPONE.
31004         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31005         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31006         variable MPONE.
31007         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31008         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31009         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31010         include directive.  Remove local variable MPONE.
31011         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31012         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31013         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31015 2012-12-25  David S. Miller  <davem@davemloft.net>
31017         * version.h (RELEASE): Set to "development".
31018         (VERSION): Set to "2.17.90".
31019         * NEWS: Add 2.18 section.
31021 2012-12-21  David S. Miller  <davem@davemloft.net>
31023         * po/hr.po: Update from translation team.
31025 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31027         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31029 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31031         * NEWS:  Mention new memcpy for MIPS.
31033 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31035         * manual/contrib.texi (Contributors): Spelling correction.
31037 2012-12-15  David S. Miller  <davem@davemloft.net>
31039         * po/ru.po: Update from translation team.
31041 2012-12-13  David S. Miller  <davem@davemloft.net>
31043         * NEWS: Mention IFUNC testsuite enhancements.
31045         * po/pl.po: Update from translation team.
31046         * po/bg.po: Likewise.
31048         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31049         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31051 2012-12-11  David S. Miller  <davem@davemloft.net>
31053         * po/sv.po: Update from translation team.
31055         * po/vi.po: Update from translation team.
31057         * po/cs.po: Update from translation team.
31059         * po/de.po: Update from translation team.
31060         * po/eo.po: Likewise.
31061         * po/nl.po: Likewise.
31063 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31065         [BZ #14246]
31066         * manual/argp.texi (Argp Helper Functions): Move node to follow
31067         Argp Parsing State.
31069         [BZ #14872]
31070         * manual/conf.texi (Limits on File System Capacity): Mention if
31071         terminating null is included in the max size.
31073 2012-12-10  Andreas Jaeger  <aj@suse.de>
31075         * po/cs.po: Update from translation team.
31077 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31079         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31080         void pointer and cast to uintptr_t.
31081         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31082         path.
31083         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31084         * sysdeps/s390/s390-64/memset.S: Likewise.
31086 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31088         [BZ #14833]
31089         * menual/message.texi (Message Translation): Fix typos.
31090         (Helper programs for gettext): Likewise.
31092 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31094         [BZ #14898]
31095         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31096         Change to -1.
31098 2012-12-07  David S. Miller  <davem@davemloft.net>
31100         * po/libc.pot: Update.
31102 2012-12-07  Richard Henderson  <rth@redhat.com>
31104         [BZ #10114]
31105         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31106         normal/normal case to before the switch.
31107         (_FP_DIV): Likewise.
31109 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31110             Mike Frysinger  <vapier@gentoo.org>
31112         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31113         check for __NR_fadvise64_64.
31115 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31117         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31118         0, not just to plain "0" as a statement.
31119         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31120         with cw.
31122 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31124         * NEWS: Use sourceware.org in Bugzilla URL.
31126 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31129         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31131         * stdio-common/tst-put-error.c (do_test): Add newline to the
31132         padded test to ensure flush.
31134 2012-12-05  Jeff Law  <law@redhat.com>
31136         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31138 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31140         * README: Don't refer to ports add-on as distributed separately.
31141         Mention AArch64 in list of systems supported in the ports add-on.
31143         * LICENSES: Add more non-FSF copyright and license notices.
31145         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31146         ((unused)).
31148         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31150         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31151         10000 as width of padded output.
31153 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31155         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31157         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31158         variable LX with __attribute__ ((unused)).
31159         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31160         Likewise.
31161         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31162         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31163         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31164         with __attribute__ ((unused)).
31166 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31168         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31170 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31172         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31173         (CFLAGS-nldbl-acos.c): New variable.
31174         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31175         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31176         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31177         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31178         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31179         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31180         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31197         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31198         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31199         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31201         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31202         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31203         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31204         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31205         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31206         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31207         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31208         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31209         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31210         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31211         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31212         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31213         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31214         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31215         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31216         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31217         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31218         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31219         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31220         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31221         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31222         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31223         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31224         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31225         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31226         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31227         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31228         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31229         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31230         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31231         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31232         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31233         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31234         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31235         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31236         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31237         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31238         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31239         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31240         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31241         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31242         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31243         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31244         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31245         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31246         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31247         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31248         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31249         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31250         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31251         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31252         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31253         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31254         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31255         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31256         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31257         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31258         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31259         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31260         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31261         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31262         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31263         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31264         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31265         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31266         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31267         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31268         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31269         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31270         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31273         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31275         [BZ #14914]
31276         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31277         whole low double instead of just low 47 bits when splitting values
31278         into two parts.
31280 2012-12-03  Allan McRae  <allan@archlinux.org>
31282         * manual/stdio.texi (Predefined Printf Handlers): Remove
31283         @hsep and @vsep usage.
31285 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31287         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31288         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31290 2012-12-03  Jeff Law  <law@redhat.com>
31292         * time/sys/time.h (settimeofday): Do not mark TV argument
31293         as __nonnull.
31295 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31297         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31298         when currently writing and seek to current position when not.
31299         * libio/Makefile (tests): Remove bug-fclose1.
31300         * libio/bug-fclose1.c: Delete.
31302 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31304         * manual/arith.texi (feenableexcept): Fix typo.
31305         (fedisableexcept): Likewise.
31307 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31309         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31310         second, differently-typed declaration, rather than a cast.
31312 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31314         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31315         * include/rpc/svc.h: ... here.
31317 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31319         [BZ #13013]
31320         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31321         depending n and resplen2 to catch cases where answer
31322         equals answerp2.
31324 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31326         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31327         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31329 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31331         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31333 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31335         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31337 2012-11-28  Jeff Law  <law@redhat.com>
31339         [BZ #13761]
31340         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31341         dataset_temporary.  Track alloca usage into alloca_used.
31342         If dataset is large allocate and release it via malloc/free.
31344 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31346         [BZ #14197]
31347         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31349 2012-11-28  David S. Miller  <davem@davemloft.net>
31351         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31353 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31355         [BZ #14803]
31356         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31357         of pi/2 rounded to nearest to 64 bits.
31358         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31359         nearest to 64 bits.
31360         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31361         bits.
31363 2012-11-28  Jeff Law <law@redhat.com>
31364             Martin Osvald <mosvald@redhat.com>
31366         [BZ #14889]
31367         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31368         * sunrpc/svc.c: Include time.h.
31369         (__svc_accept_failed): New function.
31370         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31371         any reason other than EINTR, call __svc_accept_failed.
31372         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31373         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31375 2012-11-28  Andreas Schwab  <schwab@suse.de>
31377         * scripts/abilist.awk: Also handle indirect functions in .opd
31378         section.
31380 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31382         [BZ #13881]
31383         * sysdeps/x86/fpu/powl_helper.c: New file.
31384         * sysdeps/x86/fpu/Makefile: Likewise.
31385         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31386         (p3): New object.
31387         (__ieee754_powl): Use __powl_helper for finite arguments except
31388         integer exponents below 8.
31389         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31390         (p3): New object.
31391         (__ieee754_powl): Use __powl_helper for finite arguments except
31392         integer exponents below 8.
31393         * math/libm-test.inc (pow_test): Add more tests and enable some
31394         previously disabled tests.
31395         * sysdeps/i386/fpu/libm-test-ulps: Update.
31396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31398 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31399             Carlos O'Donell  <carlos_odonell@mentor.com>
31401         * nss/makedb.c (is_prime): Assert that input is odd and greater
31402         than 4.  Note that fact in a comment too.
31403         (next_prime): Add 4 to input.
31405 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31407         [BZ #11741]
31408         * libio/Makefile (tests): Add test case tst-fwrite-error.
31409         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31410         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31411         * libio/tst-fwrite-error.c: New test case.
31413 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31415         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31416         before casting to void *.
31417         * include/libc-internal.h (__pointer_type): New macro.
31418         (__integer_if_pointer_type_sub): Likewise.
31419         (__integer_if_pointer_type): Likewise.
31420         (cast_to_integer): Likewise.
31421         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31422         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31423         before casting to atomic64_t.
31424         (atomic_exchange_acq): Likewise.
31425         (__arch_exchange_and_add_body): Likewise.
31426         (__arch_add_body): Likewise.
31427         (atomic_add_negative): Likewise.
31428         (atomic_add_zero): Likewise.
31430 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31432         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31433         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31434         (add_fdes): Likewise.
31435         (linear_search_fdes): Likewise.
31436         (binary_search_unencoded_fdes): Likewise.
31438 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31440         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31442 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31444         * configure.in: Autodetect C++ header directories.
31445         * configure: Regenerated.
31447 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31449         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31451 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31455 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31457         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31458         LDBL_MANT_DIG == 106]: Disable some tests.
31459         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31460         Likewise.
31461         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31462         Likewise.
31464         [BZ #14871]
31465         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31466         input for small inputs.  Return +/- pi/2 for large inputs.
31467         * math/libm-test.inc (atan_test): Add more tests.
31469         * sysdeps/generic/unwind-dw2-fde-glibc.c
31470         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31471         __attribute__ ((unused)).
31473         [BZ #14645]
31474         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31475         x * y if x and y are nonzero and z is zero.
31477         [BZ #14811]
31478         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31479         nonzero exponents with absolute value below 0x1p-117 to +/-
31480         0x1p-117.
31482         [BZ #14869]
31483         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31484         up arguments below 2**-450, not just those below 2**-500.
31485         * math/libm-test.inc (hypot_test): Add another test.
31487         [BZ #14868]
31488         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31489         Return a+b for ratio over 2**120, not 2**60.
31490         * math/libm-test.inc (hypot_test): Add another test.
31492         * math/libm-test.inc (clog_test): Use
31493         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31494         (clog10_test): Likewise.
31496         [BZ #6778]
31497         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31499 2012-11-22  Andreas Schwab  <schwab@suse.de>
31501         * sysdeps/i386/fpu/libm-test-ulps: Update.
31503 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31505         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31506         printf output with newline.
31508 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31510         [BZ #14865]
31511         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31512         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31513         -z nodlopen, -z initfirst and -z execstack support.
31514         * configure: Regenerated.
31516         * elf/elf.h (DF_1_NODIRECT): New macro.
31517         (DF_1_IGNMULDEF): Likewise.
31518         (DF_1_NOKSYMS): Likewise.
31519         (DF_1_NOHDR): Likewise.
31520         (DF_1_EDITED): Likewise.
31521         (DF_1_NORELOC): Likewise.
31522         (DF_1_SYMINTPOSE): Likewise.
31523         (DF_1_GLOBAUDIT): Likewise.
31524         (DF_1_SINGLETON): Likewise.
31525         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31526         DT_1_SUPPORTED_MASK bits.
31527         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31529 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31531         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31533 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31535         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31536         macro.
31538         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31539         (sendmmsg): Move declarations...
31540         * socket/sys/socket.h: ... here.
31541         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31542         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31543         include it from...
31544         * socket/recvmmsg.c: ... this new file.
31545         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31546         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31547         definition of __sendmmsg hidden.
31548         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31549         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31550         Move ENOSYS stub into and include it from...
31551         * socket/sendmmsg.c: ... this new file.
31552         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31553         (sysdep_routines): Move recvmmsg and sendmmsg...
31554         * socket/Makefile (routines): ... here.
31555         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31556         (GLIBC_PRIVATE): Add __sendmmsg.
31557         * include/sys/socket.h (__sendmmsg): Add declarations.
31558         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31559         sendmmsg.
31561 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31563         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31564         variable I1 with __attribute__ ((unused)).
31565         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31567 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31569         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31570         DUMMY variables with __attribute__ ((unused)).
31572         * bits/byteswap.h: Include <bits/types.h>.
31573         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31575 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31577         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31578         string_t.  Do not manually set errno.
31579         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31580         length with __strnlen.  Make sure to both set errno and return it on
31581         failure.
31583 2012-11-19  David S. Miller  <davem@davemloft.net>
31585         With help from Joseph Myers.
31586         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31587         very large arguments properly.
31588         * math/libm-test.inc (atan_test): New tests.
31589         (atan2_test): New tests.
31590         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31591         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31593 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31595         [BZ #14856]
31596         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31597         Define to 3.
31599         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31600         [POSIX] (EADDRNOTAVAIL): Likewise.
31601         [POSIX] (EAFNOSUPPORT): Likewise.
31602         [POSIX] (EALREADY): Likewise.
31603         [POSIX] (ECONNABORTED): Likewise.
31604         [POSIX] (ECONNREFUSED): Likewise.
31605         [POSIX] (ECONNRESET): Likewise.
31606         [POSIX] (EDESTADDRREQ): Likewise.
31607         [POSIX] (EDQUOT): Likewise.
31608         [POSIX] (EHOSTUNREACH): Likewise.
31609         [POSIX] (EIDRM): Likewise.
31610         [POSIX] (EISCONN): Likewise.
31611         [POSIX] (ELOOP): Likewise.
31612         [POSIX] (EMULTIHOP): Likewise.
31613         [POSIX] (ENETDOWN): Likewise.
31614         [POSIX] (ENETUNREACH): Likewise.
31615         [POSIX] (ENOBUFS): Likewise.
31616         [POSIX] (ENODATA): Likewise.
31617         [POSIX] (ENOLINK): Likewise.
31618         [POSIX] (ENOMSG): Likewise.
31619         [POSIX] (ENOPROTOOPT): Likewise.
31620         [POSIX] (ENOSR): Likewise.
31621         [POSIX] (ENOSTR): Likewise.
31622         [POSIX] (ENOTCONN): Likewise.
31623         [POSIX] (ENOTSOCK): Likewise.
31624         [POSIX] (EOPNOTSUPP): Likewise.
31625         [POSIX] (EOVERFLOW): Likewise.
31626         [POSIX] (EPROTO): Likewise.
31627         [POSIX] (EPROTONOSUPPORT): Likewise.
31628         [POSIX] (EPROTOTYPE): Likewise.
31629         [POSIX] (ESTALE): Likewise.
31630         [POSIX] (ETIME): Likewise.
31631         [POSIX] (ETXTBSY): Likewise.
31632         [POSIX] (EWOULDBLOCK): Likewise.
31633         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31634         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31635         [POSIX] (SEEK_CUR): Likewise.
31636         [POSIX] (SEEK_END): Likewise.
31637         [POSIX || UNIX98] (mode_t): Do not require.
31638         [POSIX] (off_t): Likewise.
31639         [POSIX] (pid_t): Likewise.
31640         [POSIX] (sys/stat.h): Do not allow header.
31641         [POSIX] (unistd.h): Likewise.
31642         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31643         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31644         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31645         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31646         require.
31647         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31648         sigevent): Specify elements.
31649         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31650         entry.
31651         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31652         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31654         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31655         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31656         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31657         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31658         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31659         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31660         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31661         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31662         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31663         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31664         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31665         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31666         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31667         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31668         Likewise.
31669         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31670         Likewise.
31671         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31672         Likewise.
31673         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31674         Likewise.
31675         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31676         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31677         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31678         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31679         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31680         Specify lower bound on value.
31681         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31682         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31683         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31684         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31685         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31686         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31687         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31688         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31689         value.
31690         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31691         as optional.
31692         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31693         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31694         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31695         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31696         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31697         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31698         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31699         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31700         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31701         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31702         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31703         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31704         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31705         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31706         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31707         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31708         entry.
31709         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31710         optional.
31711         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31712         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31713         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31714         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31715         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31716         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31717         Likewise.
31718         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31719         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31720         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31721         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31722         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31723         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31724         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31725         as optional.
31726         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31727         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31728         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31729         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31730         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31731         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31732         specify as optional.
31733         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31734         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31735         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31736         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31737         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31738         [XPG3] (NL_LANGMAX): Likewise.
31739         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31740         [POSIX || XPG3] (NL_NMAX): Likewise.
31741         [POSIX || XPG3] (NL_SETMAX): Likewise.
31742         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31743         [XPG3] (NZERO): Likewise.
31744         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31745         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31746         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31747         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31748         (REG_ERANGE): Expect.
31749         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31750         optional-constant.
31751         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31752         Use (void) in prototype.
31753         [POSIX] (*_t): Allow.
31754         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31755         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31756         (WRDE_BADVAL): Expect.
31758         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31759         expect.
31760         [XPG3 || XPG4] (O_RSYNC): Likewise.
31761         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31762         Likewise.
31763         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31764         [XPG3 || XPG4] (sigqueue): Likewise.
31765         [XPG3 || XPG4] (sigtimedwait): Likewise.
31766         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31767         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31768         [XPG3 || XPG4] (vsnprintf): Likewise.
31769         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31770         Likewise.
31771         [XPG3 || XPG4] (blksize_t): Likewise.
31772         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31773         Likewise.
31774         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31775         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31776         [XPG3 || XPG4] (struct itimerspec): Likewise.
31777         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31778         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31779         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31780         [XPG3 || XPG4] (clockid_t): Likewise.
31781         [XPG3 || XPG4] (timer_t): Likewise.
31782         [XPG3 || XPG4] (clock_getres): Likewise.
31783         [XPG3 || XPG4] (clock_gettime): Likewise.
31784         [XPG3 || XPG4] (clock_settime): Likewise.
31785         [XPG3 || XPG4] (nanosleep): Likewise.
31786         [XPG3 || XPG4] (timer_create): Likewise.
31787         [XPG3 || XPG4] (timer_delete): Likewise.
31788         [XPG3 || XPG4] (timer_gettime): Likewise.
31789         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31790         [XPG3 || XPG4] (timer_settime): Likewise.
31791         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31792         [XPG3 || XPG4] (getlogin_r): Likewise.
31793         [XPG3 || XPG4] (pread): Likewise.
31794         [XPG3 || XPG4] (pthread_atfork): Likewise.
31795         [XPG3 || XPG4] (pwrite): Likewise.
31797         [BZ #14835]
31798         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31799         <bits/siginfo.h>.
31801 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31803         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31804         finalizing MALLSTREAM.
31806         * sysdeps/mach/hurd/syncfs.c: New file.
31808 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31810         [BZ #14719]
31811         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31812         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31813         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31814         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31815         (_nss_dns_gethostbyname4_r): Likewise.
31816         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31817         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31819 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31821         [BZ #13763]
31822         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31824 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31826         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31827         * elf/cache.c (print_entry): Print ",AArch64" for
31828         FLAG_AARCH64_LIB64
31830         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31831         * elf/cache.c (print_entry): Print ",hard-float" for
31832         FLAG_ARM_LIBHF.
31834 2012-11-18  David S. Miller  <davem@davemloft.net>
31836         With help from Joseph Myers.
31837         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31838         cutoff to 2**-13.
31839         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31840         cutoff to 2**-25.
31841         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31842         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31843         small.
31844         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31845         * math/libm-test.inc (y0_test): New tests.
31846         (y1_test): New tests.
31847         * sysdeps/i386/fpu/libm-test-ulps: Update.
31848         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31849         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31851 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31853         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31854         64-bit targets.
31855         * configure: Regenerated.
31857 2012-11-17  David S. Miller  <davem@davemloft.net>
31859         [BZ #14811]
31860         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31861         nonzero exponents with absolute value below 0x1p-128 to +/-
31862         0x1p-128.
31864 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31866         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31868         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31870         * posix/getconf-speclist.c: New file.
31871         * posix/posix-envs.def: Likewise.
31872         * posix/confstr.c (START_ENV_GROUP): New macro.
31873         (END_ENV_GROUP): Likewise.
31874         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31875         (KNOWN_PRESENT_ENV_STRING): Likewise.
31876         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31877         (UNKNOWN_ENVIRONMENT): Likewise.
31878         (confstr): Include posix-envs.def instead of handling
31879         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31880         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31881         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31882         (END_ENV_GROUP): Likewise.
31883         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31884         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31885         (UNKNOWN_ENVIRONMENT): Likewise.
31886         (__sysconf): Include posix-envs.def instead of handling associated
31887         cases directly here.
31888         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31889         preprocessing getconf-speclist.c rather than running getconf or
31890         generating empty file.
31892 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31894         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31896 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31898         [BZ #14672]
31899         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31901 2012-11-16  David S. Miller  <davem@davemloft.net>
31903         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31904         smaller than LDBL_EPSILON/2.0L, just return xm1.
31906 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31908         * elf/tst-array1.c (init): Set constructor priority to 1000.
31909         (fini): Set destructor priority to 1000.
31910         * elf/tst-array2dep.c: Likewise.
31912 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31914         [BZ #11741]
31915         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31916         (_IO_new_file_xsputn): Also return EOF if none of the input
31917         data was written when overflow failed.
31918         * libio/iopadn.c (_IO_padn): Likewise.
31919         * libio/iowpadn.c (_IO_wpadn): Likewise.
31920         * stdio-common/tst-put-error.c: Add copyright notice.
31921         (do_test): Add case for printing padded string.
31922         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31923         _IO_padn returned error.
31924         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31925         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31926         return EOF.
31928 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31930         * libio/libioP.h: Add comment note that the references to C++
31931         bits are now obsolete.
31933 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31935         * math/libm-test.inc (check_complex): Use asprintf.
31937 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31939         * debug/pcprofiledump.c (print_version): Update copyright year.
31940         * malloc/memusagestat.c (print_version): Likewise.
31942 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31944         [BZ #14831]
31945         * elf/Makefile (tests): Add tst-audit8.
31946         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31947         ($(objpfx)tst-audit8.out): New target.
31948         (tst-audit8-ENV): New variable.
31949         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31950         audit if l_reloc_result is NULL.
31951         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31952         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31953         * elf/tst-audit8.c: New file.
31955 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31957         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31958         * misc/Makefile (CFLAGS-select.c): Define.
31959         * posix/Makefile (CFLAGS-pause.c): Define.
31961 2012-11-13  David S. Miller  <davem@davemloft.net>
31963         * crypt/Makefile: Move test targets after toplevel Rules
31964         inclusion.  Grab any necessary sysdep routines when linking.
31965         * crypt/md5.c (md5_process_block): Remove define, we will always
31966         name it __md5_process_block.
31967         (md5_finish_ctx): Update md5_process_block call.
31968         (md5_stream): Likewise.
31969         (md5_process_bytes): Likewise.
31970         (md5_process_block): Rename to __md5_process_block and move to ...
31971         * crypt/md5-block.c: ... here.
31972         * crypt/sha256.c (sha256_process_block): Move to ...
31973         * crypt/sha256-block.c: ... here.
31974         * crypt/sha512.c (sha512_process_block): Move to ...
31975         * crypt/sha512-block.c: ... here.
31976         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31977         path.
31978         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31979         * sysdeps/sparc/sparc64/multiarch/Makefile
31980         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31981         crypt subdir.
31982         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31983         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31984         multiarch changes.
31985         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31986         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31987         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31988         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31989         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31990         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31991         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31992         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31993         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31994         file.
31995         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31996         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31997         file.
31998         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32000 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32002         * timezone/tzselect.ksh: Update from tzcode git revision
32003         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32004         * timezone/zdump.c: Likewise.
32005         * timezone/zic.c: Likewise.
32006         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32007         in TZVERSION setting, not $(PKGVERSION).
32008         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32009         REPORT_BUGS_TO settings.
32011         [BZ #14838]
32012         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32013         macro.
32015 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32017         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32018         detection to immediately after _FP_ROUND().
32019         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32020         bits are 0.
32022 2012-11-11  David S. Miller  <davem@davemloft.net>
32024         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32025         inttypes.h
32026         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32027         __close rather than their public counterparts.
32029 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32031         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32032         file.
32033         [UNIX98] (sem_timedwait): Do not expect.
32034         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32035         [XPG4 || UNIX98] (sockatmark): Do not expect.
32036         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32037         (clock_getcpuclockid): Do not expect.
32038         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32039         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32040         Do not expect.
32041         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32042         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32043         [UNIX98] (vwscanf): Likewise.
32044         [UNIX98] (vswscanf): Likewise.
32046 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32048         * timezone/version.h: Remove file.
32049         * timezone/README: Do not refer to version.h.
32050         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32051         $(objpfx)version.h.
32052         ($(objpfx)zdump.o): Likewise.
32053         ($(objpfx)version.h): New target.
32055         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32056         2012i.
32057         * timezone/README: Don't mention modification to tzselect.ksh.
32058         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32059         work on unmodified tzselect.ksh.  Substitute version numbers in
32060         tzselect.ksh.
32062         * Makefile (format-me): Remove.
32063         (INSTALL): Adjust indentation.  Use commands directly instead of
32064         using $(format-me).
32066         * aclocal.m4 (ACX_PKGVERSION): New macro.
32067         (ACX_BUGURL): Likewise.
32068         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32069         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32070         (REPORT_BUGS_TO): Likewise.
32071         * configure: Regenerated.
32072         * config.h.in (PKGVERSION): New macro.
32073         (REPORT_BUGS_TO): Likewise.
32074         * config.make.in (PKGVERSION): New variable.
32075         (PKGVERSION_TEXI): Likewise.
32076         (REPORT_BUGS_TO): Likewise.
32077         (REPORT_BUGS_TEXI): Likewise.
32078         * Makefile (format-me): Use -I$(common-objpfx)manual.
32079         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32080         ($(common-objpfx)manual/%): New target.
32081         (manual/%): Remove target.
32082         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32083         (print_version): Use PKGVERSION.
32084         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32085         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32086         and REPORT_BUGS_TO.
32087         ($(objpfx)xtrace): Likewise.
32088         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32089         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32090         (print_version): Use PKGVERSION.
32091         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32092         (do_version): Use PKGVERSION.
32093         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32094         REPORT_BUGS_TO.
32095         (common-ldd-rewrite): Likewise.
32096         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32097         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32098         (print_version): Use PKGVERSION.
32099         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32100         * elf/pldd.c (argp_program_bug_address): Remove variable.
32101         (more_help): New function.
32102         (argp): Use more_help.
32103         (print_version): Use PKGVERSION.
32104         * elf/sln.c (main): Use PKGVERSION.
32105         (usage): Use REPORT_BUGS_TO.
32106         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32107         (top level): Use PKGVERSION.
32108         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32109         (print_version): Use PKGVERSION.
32110         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32111         (print_version): Use PKGVERSION.
32112         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32113         (print_version): Use PKGVERSION.
32114         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32115         (print_version): Use PKGVERSION.
32116         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32117         (print_version): Use PKGVERSION.
32118         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32119         (print_version): Use PKGVERSION.
32120         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32121         and BUGURL.
32122         ($(objpfx)memusage): Likewise.
32123         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32124         (do_version): Use PKGVERSION.
32125         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32126         (print_version): Use PKGVERSION.
32127         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32128         ($PKGVERSION): New variable.
32129         ($REPORT_BUGS_TO): Likewise.
32130         (usage): Use $REPORT_BUGS_TO.
32131         (top level): Use $PKGVERSION.
32132         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32133         ($(objpfx)pkgvers.texi): New rule.
32134         ($(objpfx)stamp-pkgvers): Likewise.
32135         * manual/install.texi: Include pkgvers.texi.
32136         (--with-pkgversion): Document new configure option.
32137         (--with-bugurl): Likewise.
32138         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32139         than necessarily for this particular distribution.  Use
32140         REPORT_BUGS_TO for where to report bugs.
32141         * INSTALL: Regenerated.
32142         * manual/libc.texinfo: Include pkgvers.texi.
32143         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32144         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32145         (print_version): Use PKGVERSION.
32146         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32147         (print_version): Use PKGVERSION.
32148         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32149         (print_version): Use PKGVERSION.
32150         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32151         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32152         macro.
32153         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32154         (print_version): Use PKGVERSION.
32155         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32156         (print_version): Use PKGVERSION.
32157         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32158         and PKGVERSION.
32160         * timezone/checktab.awk: Update from tzcode 2012i.
32161         * timezone/ialloc.c: Likewise.
32162         * timezone/private.h: Likewise.
32163         * timezone/scheck.c: Likewise.
32164         * timezone/tzfile.h: Likewise.
32165         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32166         (TZVERSION): Hardcode tzcode version number.
32167         * timezone/zdump.c: Update from tzcode 2012i.
32168         * timezone/zic.c: Likewise.
32169         * timezone/version.h: New file.
32170         * timezone/README: Describe version.h.  Update upstream location.
32172         [BZ #14824]
32173         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32174         (mktemp): Enable declaration.
32175         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32176         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32177         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32178         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32179         Likewise.
32180         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32181         Likewise.
32182         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32183         Likewise.
32184         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32185         Likewise.
32186         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32187         Likewise.
32188         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32189         Likewise.
32191         [BZ #14821]
32192         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32193         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32194         for copies of such integer values.
32195         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32196         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32198 2012-11-09  Andreas Jaeger  <aj@suse.de>
32200         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32201         definitions and declarations that are provided by
32202         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32204 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32206         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32207         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32208         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32209         definition.
32211 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32213         * elf/elf.h: Update comment before AArch64 relocations.
32215 2012-11-07  David S. Miller  <davem@davemloft.net>
32217         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32218         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32219         (__start_context): Declare.
32220         (__makecontext_ret): Delete.
32221         (__makecontext): Hook up __start_context instead of
32222         __makecontext_ret.
32223         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32224         (sysdep_routines): Add __start_context when in stdlib.
32226 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32228         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32229         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32230         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32231         hardcoded "nm".
32232         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32233         (READELF): New variable.  Use it instead of hardcoded "readelf".
32235 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32237         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32238         * sysdeps/x86/Makefile: Here.
32239         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32240         * sysdeps/x86/tst-xmmymm.sh: This.
32242 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32244         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32245         expectations.
32246         [UNIX98] (pthread_barrier_t): Do not expect.
32247         [UNIX98] (pthread_barrierattr_t): Likewise.
32248         [UNIX98] (pthread_spinlock_t): Likewise.
32249         [UNIX98] (pthread_barrier_destroy): Likewise.
32250         [UNIX98] (pthread_barrier_init): Likewise.
32251         [UNIX98] (pthread_barrier_wait): Likewise.
32252         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32253         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32254         [UNIX98] (pthread_barrierattr_init): Likewise.
32255         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32256         [UNIX98] (pthread_getcpuclockid): Likewise.
32257         [UNIX98] (pthread_mutex_timedlock): Likewise.
32258         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32259         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32260         [UNIX98] (pthread_sigmask): Likewise.
32261         [UNIX98] (pthread_spin_destroy): Likewise.
32262         [UNIX98] (pthread_spin_init): Likewise.
32263         [UNIX98] (pthread_spin_lock): Likewise.
32264         [UNIX98] (pthread_spin_trylock): Likewise.
32265         [UNIX98] (pthread_spin_unlock): Likewise.
32266         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32267         Do not expect.
32268         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32269         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32270         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32271         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32272         [XPG3 || XPG4] (pthread_key_t): Likewise.
32273         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32274         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32275         [XPG3 || XPG4] (pthread_once_t): Likewise.
32276         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32277         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32278         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32279         [XPG3 || XPG4] (pthread_t): Likewise.
32281         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32282         not expect.
32283         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32285         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32286         Change function return type to int.
32288         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32289         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32290         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32291         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32292         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32293         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32294         [!POSIX] (posix_madvise): Likewise.
32295         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32296         && !UNIX98].
32297         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32298         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32299         (mode_t): Likewise.
32300         (posix_mem_offset): Likewise.
32301         (posix_typed_mem_get_info): Likewise.
32302         (posix_typed_mem_open): Likewise.
32304         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32305         Change condition to [XOPEN2K8].
32307         * conform/conformtest.pl: Preprocess allow-header data with -x c
32308         instead of from stdin.
32309         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32310         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32311         [C99-based standards] (cerfc): Likewise.
32312         [C99-based standards] (cexp2): Likewise.
32313         [C99-based standards] (cexpm1): Likewise.
32314         [C99-based standards] (clog10): Likewise.
32315         [C99-based standards] (clog1p): Likewise.
32316         [C99-based standards] (clog2): Likewise.
32317         [C99-based standards] (clgamma): Likewise.
32318         [C99-based standards] (ctgamma): Likewise.
32319         [C99-based standards] (cerff): Likewise.
32320         [C99-based standards] (cerfcf): Likewise.
32321         [C99-based standards] (cexp2f): Likewise.
32322         [C99-based standards] (cexpm1f): Likewise.
32323         [C99-based standards] (clog10f): Likewise.
32324         [C99-based standards] (clog1pf): Likewise.
32325         [C99-based standards] (clog2f): Likewise.
32326         [C99-based standards] (clgammaf): Likewise.
32327         [C99-based standards] (ctgammaf): Likewise.
32328         [C99-based standards] (cerfl): Likewise.
32329         [C99-based standards] (cerfcl): Likewise.
32330         [C99-based standards] (cexp2l): Likewise.
32331         [C99-based standards] (cexpm1l): Likewise.
32332         [C99-based standards] (clog10l): Likewise.
32333         [C99-based standards] (clog1pl): Likewise.
32334         [C99-based standards] (clog2l): Likewise.
32335         [C99-based standards] (clgammal): Likewise.
32336         [C99-based standards] (ctgammal): Likewise.
32337         * conform/data/inttypes.h-data [C99-based standards]: Include
32338         stdint.h-data.  Remove all expectations for stdint.h contents.
32339         [C99-based standards] (PRI*): Do not allow.
32340         [C99-based standards] (SCN*): Likewise.
32341         [C99-based standards] (*_t): Likewise.
32342         [C99-based-standards] (PRId8): Expect macro.
32343         [C99-based-standards] (PRIi8): Likewise.
32344         [C99-based-standards] (PRIo8): Likewise.
32345         [C99-based-standards] (PRIu8): Likewise.
32346         [C99-based-standards] (PRIx8): Likewise.
32347         [C99-based-standards] (PRIX8): Likewise.
32348         [C99-based-standards] (SCNd8): Likewise.
32349         [C99-based-standards] (SCNi8): Likewise.
32350         [C99-based-standards] (SCNo8): Likewise.
32351         [C99-based-standards] (SCNu8): Likewise.
32352         [C99-based-standards] (SCNx8): Likewise.
32353         [C99-based-standards] (PRIdLEAST8): Likewise.
32354         [C99-based-standards] (PRIiLEAST8): Likewise.
32355         [C99-based-standards] (PRIoLEAST8): Likewise.
32356         [C99-based-standards] (PRIuLEAST8): Likewise.
32357         [C99-based-standards] (PRIxLEAST8): Likewise.
32358         [C99-based-standards] (PRIXLEAST8): Likewise.
32359         [C99-based-standards] (SCNdLEAST8): Likewise.
32360         [C99-based-standards] (SCNiLEAST8): Likewise.
32361         [C99-based-standards] (SCNoLEAST8): Likewise.
32362         [C99-based-standards] (SCNuLEAST8): Likewise.
32363         [C99-based-standards] (SCNxLEAST8): Likewise.
32364         [C99-based-standards] (PRIdFAST8): Likewise.
32365         [C99-based-standards] (PRIiFAST8): Likewise.
32366         [C99-based-standards] (PRIoFAST8): Likewise.
32367         [C99-based-standards] (PRIuFAST8): Likewise.
32368         [C99-based-standards] (PRIxFAST8): Likewise.
32369         [C99-based-standards] (PRIXFAST8): Likewise.
32370         [C99-based-standards] (SCNdFAST8): Likewise.
32371         [C99-based-standards] (SCNiFAST8): Likewise.
32372         [C99-based-standards] (SCNoFAST8): Likewise.
32373         [C99-based-standards] (SCNuFAST8): Likewise.
32374         [C99-based-standards] (SCNxFAST8): Likewise.
32375         [C99-based-standards] (PRId16): Likewise.
32376         [C99-based-standards] (PRIi16): Likewise.
32377         [C99-based-standards] (PRIo16): Likewise.
32378         [C99-based-standards] (PRIu16): Likewise.
32379         [C99-based-standards] (PRIx16): Likewise.
32380         [C99-based-standards] (PRIX16): Likewise.
32381         [C99-based-standards] (SCNd16): Likewise.
32382         [C99-based-standards] (SCNi16): Likewise.
32383         [C99-based-standards] (SCNo16): Likewise.
32384         [C99-based-standards] (SCNu16): Likewise.
32385         [C99-based-standards] (SCNx16): Likewise.
32386         [C99-based-standards] (PRIdLEAST16): Likewise.
32387         [C99-based-standards] (PRIiLEAST16): Likewise.
32388         [C99-based-standards] (PRIoLEAST16): Likewise.
32389         [C99-based-standards] (PRIuLEAST16): Likewise.
32390         [C99-based-standards] (PRIxLEAST16): Likewise.
32391         [C99-based-standards] (PRIXLEAST16): Likewise.
32392         [C99-based-standards] (SCNdLEAST16): Likewise.
32393         [C99-based-standards] (SCNiLEAST16): Likewise.
32394         [C99-based-standards] (SCNoLEAST16): Likewise.
32395         [C99-based-standards] (SCNuLEAST16): Likewise.
32396         [C99-based-standards] (SCNxLEAST16): Likewise.
32397         [C99-based-standards] (PRIdFAST16): Likewise.
32398         [C99-based-standards] (PRIiFAST16): Likewise.
32399         [C99-based-standards] (PRIoFAST16): Likewise.
32400         [C99-based-standards] (PRIuFAST16): Likewise.
32401         [C99-based-standards] (PRIxFAST16): Likewise.
32402         [C99-based-standards] (PRIXFAST16): Likewise.
32403         [C99-based-standards] (SCNdFAST16): Likewise.
32404         [C99-based-standards] (SCNiFAST16): Likewise.
32405         [C99-based-standards] (SCNoFAST16): Likewise.
32406         [C99-based-standards] (SCNuFAST16): Likewise.
32407         [C99-based-standards] (SCNxFAST16): Likewise.
32408         [C99-based-standards] (PRId32): Likewise.
32409         [C99-based-standards] (PRIi32): Likewise.
32410         [C99-based-standards] (PRIo32): Likewise.
32411         [C99-based-standards] (PRIu32): Likewise.
32412         [C99-based-standards] (PRIx32): Likewise.
32413         [C99-based-standards] (PRIX32): Likewise.
32414         [C99-based-standards] (SCNd32): Likewise.
32415         [C99-based-standards] (SCNi32): Likewise.
32416         [C99-based-standards] (SCNo32): Likewise.
32417         [C99-based-standards] (SCNu32): Likewise.
32418         [C99-based-standards] (SCNx32): Likewise.
32419         [C99-based-standards] (PRIdLEAST32): Likewise.
32420         [C99-based-standards] (PRIiLEAST32): Likewise.
32421         [C99-based-standards] (PRIoLEAST32): Likewise.
32422         [C99-based-standards] (PRIuLEAST32): Likewise.
32423         [C99-based-standards] (PRIxLEAST32): Likewise.
32424         [C99-based-standards] (PRIXLEAST32): Likewise.
32425         [C99-based-standards] (SCNdLEAST32): Likewise.
32426         [C99-based-standards] (SCNiLEAST32): Likewise.
32427         [C99-based-standards] (SCNoLEAST32): Likewise.
32428         [C99-based-standards] (SCNuLEAST32): Likewise.
32429         [C99-based-standards] (SCNxLEAST32): Likewise.
32430         [C99-based-standards] (PRIdFAST32): Likewise.
32431         [C99-based-standards] (PRIiFAST32): Likewise.
32432         [C99-based-standards] (PRIoFAST32): Likewise.
32433         [C99-based-standards] (PRIuFAST32): Likewise.
32434         [C99-based-standards] (PRIxFAST32): Likewise.
32435         [C99-based-standards] (PRIXFAST32): Likewise.
32436         [C99-based-standards] (SCNdFAST32): Likewise.
32437         [C99-based-standards] (SCNiFAST32): Likewise.
32438         [C99-based-standards] (SCNoFAST32): Likewise.
32439         [C99-based-standards] (SCNuFAST32): Likewise.
32440         [C99-based-standards] (SCNxFAST32): Likewise.
32441         [C99-based-standards] (PRId64): Likewise.
32442         [C99-based-standards] (PRIi64): Likewise.
32443         [C99-based-standards] (PRIo64): Likewise.
32444         [C99-based-standards] (PRIu64): Likewise.
32445         [C99-based-standards] (PRIx64): Likewise.
32446         [C99-based-standards] (PRIX64): Likewise.
32447         [C99-based-standards] (SCNd64): Likewise.
32448         [C99-based-standards] (SCNi64): Likewise.
32449         [C99-based-standards] (SCNo64): Likewise.
32450         [C99-based-standards] (SCNu64): Likewise.
32451         [C99-based-standards] (SCNx64): Likewise.
32452         [C99-based-standards] (PRIdLEAST64): Likewise.
32453         [C99-based-standards] (PRIiLEAST64): Likewise.
32454         [C99-based-standards] (PRIoLEAST64): Likewise.
32455         [C99-based-standards] (PRIuLEAST64): Likewise.
32456         [C99-based-standards] (PRIxLEAST64): Likewise.
32457         [C99-based-standards] (PRIXLEAST64): Likewise.
32458         [C99-based-standards] (SCNdLEAST64): Likewise.
32459         [C99-based-standards] (SCNiLEAST64): Likewise.
32460         [C99-based-standards] (SCNoLEAST64): Likewise.
32461         [C99-based-standards] (SCNuLEAST64): Likewise.
32462         [C99-based-standards] (SCNxLEAST64): Likewise.
32463         [C99-based-standards] (PRIdFAST64): Likewise.
32464         [C99-based-standards] (PRIiFAST64): Likewise.
32465         [C99-based-standards] (PRIoFAST64): Likewise.
32466         [C99-based-standards] (PRIuFAST64): Likewise.
32467         [C99-based-standards] (PRIxFAST64): Likewise.
32468         [C99-based-standards] (PRIXFAST64): Likewise.
32469         [C99-based-standards] (SCNdFAST64): Likewise.
32470         [C99-based-standards] (SCNiFAST64): Likewise.
32471         [C99-based-standards] (SCNoFAST64): Likewise.
32472         [C99-based-standards] (SCNuFAST64): Likewise.
32473         [C99-based-standards] (SCNxFAST64): Likewise.
32474         [C99-based-standards] (PRIdMAX): Likewise.
32475         [C99-based-standards] (PRIiMAX): Likewise.
32476         [C99-based-standards] (PRIoMAX): Likewise.
32477         [C99-based-standards] (PRIuMAX): Likewise.
32478         [C99-based-standards] (PRIxMAX): Likewise.
32479         [C99-based-standards] (PRIXMAX): Likewise.
32480         [C99-based-standards] (SCNdMAX): Likewise.
32481         [C99-based-standards] (SCNiMAX): Likewise.
32482         [C99-based-standards] (SCNoMAX): Likewise.
32483         [C99-based-standards] (SCNuMAX): Likewise.
32484         [C99-based-standards] (SCNxMAX): Likewise.
32485         [C99-based-standards] (PRIdPTR): Likewise.
32486         [C99-based-standards] (PRIiPTR): Likewise.
32487         [C99-based-standards] (PRIoPTR): Likewise.
32488         [C99-based-standards] (PRIuPTR): Likewise.
32489         [C99-based-standards] (PRIxPTR): Likewise.
32490         [C99-based-standards] (PRIXPTR): Likewise.
32491         [C99-based-standards] (SCNdPTR): Likewise.
32492         [C99-based-standards] (SCNiPTR): Likewise.
32493         [C99-based-standards] (SCNoPTR): Likewise.
32494         [C99-based-standards] (SCNuPTR): Likewise.
32495         [C99-based-standards] (SCNxPTR): Likewise.
32496         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32497         allow.
32498         * conform/data/stdint.h-data: Update comments to clarify
32499         requirements.
32500         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32501         type.
32502         [C99-based standards] (INT8_MAX): Likewise.
32503         [C99-based standards] (INT16_MIN): Likewise.
32504         [C99-based standards] (INT16_MAX): Likewise.
32505         [C99-based standards] (INT32_MIN): Likewise.
32506         [C99-based standards] (INT32_MAX): Likewise.
32507         [C99-based standards] (INT64_MIN): Likewise.
32508         [C99-based standards] (INT64_MAX): Likewise.
32509         [C99-based standards] (UINT8_MAX): Likewise.
32510         [C99-based standards] (UINT16_MAX): Likewise.
32511         [C99-based standards] (UINT32_MAX): Likewise.
32512         [C99-based standards] (UINT64_MAX): Likewise.
32513         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32514         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32515         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32516         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32517         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32518         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32519         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32520         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32521         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32522         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32523         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32524         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32525         [C99-based standards] (INT_FAST8_MIN): Likewise.
32526         [C99-based standards] (INT_FAST8_MAX): Likewise.
32527         [C99-based standards] (INT_FAST16_MIN): Likewise.
32528         [C99-based standards] (INT_FAST16_MAX): Likewise.
32529         [C99-based standards] (INT_FAST32_MIN): Likewise.
32530         [C99-based standards] (INT_FAST32_MAX): Likewise.
32531         [C99-based standards] (INT_FAST64_MIN): Likewise.
32532         [C99-based standards] (INT_FAST64_MAX): Likewise.
32533         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32534         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32535         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32536         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32537         [C99-based standards] (INTPTR_MIN): Likewise.
32538         [C99-based standards] (INTPTR_MAX): Likewise.
32539         [C99-based standards] (UINTPTR_MAX): Likewise.
32540         [C99-based standards] (INTMAX_MIN): Likewise.
32541         [C99-based standards] (INTMAX_MAX): Likewise.
32542         [C99-based standards] (UINTMAX_MAX): Likewise.
32543         [C99-based standards] (PTRDIFF_MIN): Likewise.
32544         [C99-based standards] (PTRDIFF_MAX): Likewise.
32545         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32546         [C99-based standards] (SIZE_MAX): Likewise.
32547         [C99-based standards] (WCHAR_MAX): Likewise.
32548         [C99-based standards] (WINT_MAX): Likewise.
32549         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32550         constraint on value.
32551         [C99-based standards] (WCHAR_MIN): Likewise.
32552         [C99-based standards] (WINT_MIN): Likewise.
32553         [C99-based standards] (*_t): Allow.
32554         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32555         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32556         Include math.h-data and complex.h-data.  Remove all expectations
32557         of math.h and complex.h contents.
32558         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32559         at end of line.
32560         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32561         (struct tm): Expect tag.
32562         [C99-based-standards] (wcstof): Expect function.
32563         [C99-based-standards] (wcstold): Likewise.
32564         [C99-based-standards] (wcstoll): Likewise.
32565         [C99-based-standards] (wcstoull): Likewise.
32566         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32567         macro-int-constant.  Specify type.
32568         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32569         constraint on value.
32570         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32571         Specify type.
32572         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32573         Specify value.
32574         [ISO C standards]: Do not allow headers.
32575         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32576         wcs[abcdefghijklmnopqrstuvwxyz]*.
32577         [ISO C standards] (*_t): Do not allow.
32578         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32579         Expect function.
32580         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32581         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32582         Specify type.
32583         [ISO C standards]: Do not allow headers.
32584         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32585         is[abcdefghijklmnopqrstuvwxyz]*.
32586         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32587         to[abcdefghijklmnopqrstuvwxyz]*.
32588         [ISO C standards] (*_t): Do not allow.
32589         * conform/data/stdalign.h-data: New file.
32590         * conform/data/stdbool.h-data: Likewise.
32591         * conform/data/stdnoreturn.h-data: Likewise.
32593 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32595         [BZ #14815]
32596         * manual/filesys.texi (Directory Entries): Typo fix.
32597         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32599 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32601         * elf/elf.h (EM_AARCH64): New macro.
32602         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32603         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32604         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32605         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32606         (R_AARCH64_TLSDESC): Likewise.
32607         (NT_ARM_TLS): Likewise.
32608         (NT_ARM_HW_BREAK): Likewise.
32609         (NT_ARM_HW_WATCH): Likewise.
32611 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32613         [BZ #14811]
32614         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32615         (__ieee754_powl): Saturate nonzero exponents with absolute value
32616         below 0x1p-79 to +/- 0x1p-79.
32617         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32618         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32619         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32620         nonzero exponents with absolute value below 0x1p-32 to +/-
32621         0x1p-32.
32622         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32623         (__ieee754_powl): Saturate nonzero exponents with absolute value
32624         below 0x1p-79 to +/- 0x1p-79.
32625         * math/libm-test.inc (pow_test): Add more tests.
32627 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32629         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32630         _dl_s390_cap_flags with kernel. Increase string length.
32631         (_dl_s390_platforms): Add z196 and zEC12.
32633 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32635         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32636         Change XOPEN21K to XOPEN2K.
32638 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32640         * string/memmove.c: Use memcpy when possible.
32642 2012-11-06  Andreas Jaeger  <aj@suse.de>
32644         * po/eo.po: Update from translation team.
32646 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32648         [BZ #14793]
32649         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32650         exponent and small x and y exponents, scale x or y up.  Increase
32651         by 2 the exponent used in scaling up.
32652         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32653         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32654         * math/libm-test.inc (fma_test): Add more tests.
32655         (fma_test_towardzero): Likewise.
32656         (fma_test_downward): Likewise.
32657         (fma_test_upward): Likewise.
32659 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32661         [BZ #14805]
32662         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32663         fenv_t *.
32665         [BZ #14801]
32666         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32667         namespace for names of struct fields.
32668         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32669         fenv_t fields.
32670         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32671         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32673 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32675         [BZ #3665]
32676         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32678 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32680         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32681         PTR_DEMANGLE.
32683         [BZ #5246]
32684         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32685         PTR_DEMANGLE.
32687 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32689         [BZ #14797]
32690         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32691         definitely overflow as x * y not x * y + z.
32692         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32693         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32694         * math/libm-test.inc (fma_test): Add more tests.
32695         (fma_test_towardzero): Likewise.
32696         (fma_test_downward): Likewise.
32697         (fma_test_upward): Likewise.
32699 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32701         [BZ #157]
32703         * include/stub-tag.h: Remove file.
32704         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32705         '#include' of it.
32706         * manual/maint.texi (Porting): Don't reference it.
32707         * Makerules ($(objpfx)stubs): Likewise.
32708         * dirent/closedir.c: Don't include <stub-tag.h>.
32709         * dirent/dirfd.c: Likewise.
32710         * dirent/fdopendir.c: Likewise.
32711         * dirent/getdents.c: Likewise.
32712         * dirent/getdents64.c: Likewise.
32713         * dirent/opendir.c: Likewise.
32714         * dirent/readdir.c: Likewise.
32715         * dirent/readdir64.c: Likewise.
32716         * dirent/readdir64_r.c: Likewise.
32717         * dirent/readdir_r.c: Likewise.
32718         * dirent/rewinddir.c: Likewise.
32719         * dirent/seekdir.c: Likewise.
32720         * dirent/telldir.c: Likewise.
32721         * gmon/profil.c: Likewise.
32722         * grp/setgroups.c: Likewise.
32723         * inet/if_index.c: Likewise.
32724         * io/access.c: Likewise.
32725         * io/chdir.c: Likewise.
32726         * io/chmod.c: Likewise.
32727         * io/chown.c: Likewise.
32728         * io/close.c: Likewise.
32729         * io/dup.c: Likewise.
32730         * io/dup2.c: Likewise.
32731         * io/dup3.c: Likewise.
32732         * io/euidaccess.c: Likewise.
32733         * io/faccessat.c: Likewise.
32734         * io/fchdir.c: Likewise.
32735         * io/fchmod.c: Likewise.
32736         * io/fchmodat.c: Likewise.
32737         * io/fchown.c: Likewise.
32738         * io/fchownat.c: Likewise.
32739         * io/fcntl.c: Likewise.
32740         * io/flock.c: Likewise.
32741         * io/fstatfs.c: Likewise.
32742         * io/fstatfs64.c: Likewise.
32743         * io/fstatvfs.c: Likewise.
32744         * io/fstatvfs64.c: Likewise.
32745         * io/futimens.c: Likewise.
32746         * io/fxstat.c: Likewise.
32747         * io/fxstat64.c: Likewise.
32748         * io/fxstatat.c: Likewise.
32749         * io/fxstatat64.c: Likewise.
32750         * io/getcwd.c: Likewise.
32751         * io/isatty.c: Likewise.
32752         * io/lchmod.c: Likewise.
32753         * io/lchown.c: Likewise.
32754         * io/link.c: Likewise.
32755         * io/linkat.c: Likewise.
32756         * io/lseek.c: Likewise.
32757         * io/lseek64.c: Likewise.
32758         * io/lxstat64.c: Likewise.
32759         * io/mkdir.c: Likewise.
32760         * io/mkdirat.c: Likewise.
32761         * io/mkfifo.c: Likewise.
32762         * io/mkfifoat.c: Likewise.
32763         * io/open.c: Likewise.
32764         * io/open64.c: Likewise.
32765         * io/openat.c: Likewise.
32766         * io/openat64.c: Likewise.
32767         * io/pipe.c: Likewise.
32768         * io/pipe2.c: Likewise.
32769         * io/poll.c: Likewise.
32770         * io/posix_fadvise.c: Likewise.
32771         * io/posix_fadvise64.c: Likewise.
32772         * io/posix_fallocate.c: Likewise.
32773         * io/posix_fallocate64.c: Likewise.
32774         * io/read.c: Likewise.
32775         * io/readlink.c: Likewise.
32776         * io/readlinkat.c: Likewise.
32777         * io/rmdir.c: Likewise.
32778         * io/sendfile.c: Likewise.
32779         * io/sendfile64.c: Likewise.
32780         * io/statfs.c: Likewise.
32781         * io/statfs64.c: Likewise.
32782         * io/statvfs.c: Likewise.
32783         * io/statvfs64.c: Likewise.
32784         * io/symlink.c: Likewise.
32785         * io/symlinkat.c: Likewise.
32786         * io/ttyname.c: Likewise.
32787         * io/ttyname_r.c: Likewise.
32788         * io/umask.c: Likewise.
32789         * io/unlink.c: Likewise.
32790         * io/unlinkat.c: Likewise.
32791         * io/utime.c: Likewise.
32792         * io/utimensat.c: Likewise.
32793         * io/write.c: Likewise.
32794         * io/xmknod.c: Likewise.
32795         * io/xmknodat.c: Likewise.
32796         * io/xstat.c: Likewise.
32797         * io/xstat64.c: Likewise.
32798         * login/getpt.c: Likewise.
32799         * login/grantpt.c: Likewise.
32800         * login/unlockpt.c: Likewise.
32801         * math/e_acoshl.c: Likewise.
32802         * math/e_acosl.c: Likewise.
32803         * math/e_asinl.c: Likewise.
32804         * math/e_atan2l.c: Likewise.
32805         * math/e_atanhl.c: Likewise.
32806         * math/e_coshl.c: Likewise.
32807         * math/e_expl.c: Likewise.
32808         * math/e_fmodl.c: Likewise.
32809         * math/e_gammal_r.c: Likewise.
32810         * math/e_hypotl.c: Likewise.
32811         * math/e_j0l.c: Likewise.
32812         * math/e_j1l.c: Likewise.
32813         * math/e_jnl.c: Likewise.
32814         * math/e_lgammal_r.c: Likewise.
32815         * math/e_log10l.c: Likewise.
32816         * math/e_log2l.c: Likewise.
32817         * math/e_logl.c: Likewise.
32818         * math/e_powl.c: Likewise.
32819         * math/e_rem_pio2l.c: Likewise.
32820         * math/e_sinhl.c: Likewise.
32821         * math/e_sqrtl.c: Likewise.
32822         * math/fclrexcpt.c: Likewise.
32823         * math/fedisblxcpt.c: Likewise.
32824         * math/feenablxcpt.c: Likewise.
32825         * math/fegetenv.c: Likewise.
32826         * math/fegetexcept.c: Likewise.
32827         * math/fegetround.c: Likewise.
32828         * math/feholdexcpt.c: Likewise.
32829         * math/fesetenv.c: Likewise.
32830         * math/fesetround.c: Likewise.
32831         * math/feupdateenv.c: Likewise.
32832         * math/fgetexcptflg.c: Likewise.
32833         * math/fraiseexcpt.c: Likewise.
32834         * math/fsetexcptflg.c: Likewise.
32835         * math/ftestexcept.c: Likewise.
32836         * math/k_cosl.c: Likewise.
32837         * math/k_rem_pio2l.c: Likewise.
32838         * math/k_sinl.c: Likewise.
32839         * math/k_tanl.c: Likewise.
32840         * math/s_asinhl.c: Likewise.
32841         * math/s_atanl.c: Likewise.
32842         * math/s_cbrtl.c: Likewise.
32843         * math/s_erfl.c: Likewise.
32844         * math/s_expm1l.c: Likewise.
32845         * math/s_log1pl.c: Likewise.
32846         * math/s_tanhl.c: Likewise.
32847         * misc/acct.c: Likewise.
32848         * misc/brk.c: Likewise.
32849         * misc/chflags.c: Likewise.
32850         * misc/chroot.c: Likewise.
32851         * misc/fchflags.c: Likewise.
32852         * misc/fgetxattr.c: Likewise.
32853         * misc/flistxattr.c: Likewise.
32854         * misc/fremovexattr.c: Likewise.
32855         * misc/fsetxattr.c: Likewise.
32856         * misc/fsync.c: Likewise.
32857         * misc/ftruncate.c: Likewise.
32858         * misc/futimes.c: Likewise.
32859         * misc/futimesat.c: Likewise.
32860         * misc/getdomain.c: Likewise.
32861         * misc/getdtsz.c: Likewise.
32862         * misc/gethostid.c: Likewise.
32863         * misc/gethostname.c: Likewise.
32864         * misc/getloadavg.c: Likewise.
32865         * misc/getpagesize.c: Likewise.
32866         * misc/getsysstats.c: Likewise.
32867         * misc/getxattr.c: Likewise.
32868         * misc/gtty.c: Likewise.
32869         * misc/ioctl.c: Likewise.
32870         * misc/lgetxattr.c: Likewise.
32871         * misc/listxattr.c: Likewise.
32872         * misc/llistxattr.c: Likewise.
32873         * misc/lremovexattr.c: Likewise.
32874         * misc/lsetxattr.c: Likewise.
32875         * misc/lutimes.c: Likewise.
32876         * misc/madvise.c: Likewise.
32877         * misc/mincore.c: Likewise.
32878         * misc/mlock.c: Likewise.
32879         * misc/mlockall.c: Likewise.
32880         * misc/mmap.c: Likewise.
32881         * misc/mprotect.c: Likewise.
32882         * misc/msync.c: Likewise.
32883         * misc/munlock.c: Likewise.
32884         * misc/munlockall.c: Likewise.
32885         * misc/munmap.c: Likewise.
32886         * misc/preadv.c: Likewise.
32887         * misc/preadv64.c: Likewise.
32888         * misc/ptrace.c: Likewise.
32889         * misc/pwritev.c: Likewise.
32890         * misc/pwritev64.c: Likewise.
32891         * misc/readv.c: Likewise.
32892         * misc/reboot.c: Likewise.
32893         * misc/remap_file_pages.c: Likewise.
32894         * misc/removexattr.c: Likewise.
32895         * misc/revoke.c: Likewise.
32896         * misc/select.c: Likewise.
32897         * misc/setdomain.c: Likewise.
32898         * misc/setegid.c: Likewise.
32899         * misc/seteuid.c: Likewise.
32900         * misc/sethostid.c: Likewise.
32901         * misc/sethostname.c: Likewise.
32902         * misc/setregid.c: Likewise.
32903         * misc/setreuid.c: Likewise.
32904         * misc/setxattr.c: Likewise.
32905         * misc/sstk.c: Likewise.
32906         * misc/stty.c: Likewise.
32907         * misc/swapoff.c: Likewise.
32908         * misc/swapon.c: Likewise.
32909         * misc/sync.c: Likewise.
32910         * misc/syncfs.c: Likewise.
32911         * misc/syscall.c: Likewise.
32912         * misc/truncate.c: Likewise.
32913         * misc/ualarm.c: Likewise.
32914         * misc/usleep.c: Likewise.
32915         * misc/ustat.c: Likewise.
32916         * misc/utimes.c: Likewise.
32917         * misc/vhangup.c: Likewise.
32918         * misc/writev.c: Likewise.
32919         * posix/_exit.c: Likewise.
32920         * posix/alarm.c: Likewise.
32921         * posix/execve.c: Likewise.
32922         * posix/fexecve.c: Likewise.
32923         * posix/fork.c: Likewise.
32924         * posix/fpathconf.c: Likewise.
32925         * posix/getaddrinfo.c: Likewise.
32926         * posix/getegid.c: Likewise.
32927         * posix/geteuid.c: Likewise.
32928         * posix/getgid.c: Likewise.
32929         * posix/getgroups.c: Likewise.
32930         * posix/getlogin.c: Likewise.
32931         * posix/getlogin_r.c: Likewise.
32932         * posix/getpgid.c: Likewise.
32933         * posix/getpid.c: Likewise.
32934         * posix/getppid.c: Likewise.
32935         * posix/getresgid.c: Likewise.
32936         * posix/getresuid.c: Likewise.
32937         * posix/getsid.c: Likewise.
32938         * posix/getuid.c: Likewise.
32939         * posix/glob64.c: Likewise.
32940         * posix/nanosleep.c: Likewise.
32941         * posix/pathconf.c: Likewise.
32942         * posix/pause.c: Likewise.
32943         * posix/posix_madvise.c: Likewise.
32944         * posix/pread.c: Likewise.
32945         * posix/pread64.c: Likewise.
32946         * posix/pwrite.c: Likewise.
32947         * posix/pwrite64.c: Likewise.
32948         * posix/sched_getaffinity.c: Likewise.
32949         * posix/sched_getp.c: Likewise.
32950         * posix/sched_gets.c: Likewise.
32951         * posix/sched_primax.c: Likewise.
32952         * posix/sched_primin.c: Likewise.
32953         * posix/sched_rr_gi.c: Likewise.
32954         * posix/sched_setaffinity.c: Likewise.
32955         * posix/sched_setp.c: Likewise.
32956         * posix/sched_sets.c: Likewise.
32957         * posix/sched_yield.c: Likewise.
32958         * posix/setgid.c: Likewise.
32959         * posix/setlogin.c: Likewise.
32960         * posix/setpgid.c: Likewise.
32961         * posix/setresgid.c: Likewise.
32962         * posix/setresuid.c: Likewise.
32963         * posix/setsid.c: Likewise.
32964         * posix/setuid.c: Likewise.
32965         * posix/sleep.c: Likewise.
32966         * posix/spawni.c: Likewise.
32967         * posix/sysconf.c: Likewise.
32968         * posix/times.c: Likewise.
32969         * posix/wait.c: Likewise.
32970         * posix/wait3.c: Likewise.
32971         * posix/wait4.c: Likewise.
32972         * posix/waitpid.c: Likewise.
32973         * resolv/gai_sigqueue.c: Likewise.
32974         * resource/getpriority.c: Likewise.
32975         * resource/getrlimit.c: Likewise.
32976         * resource/getrusage.c: Likewise.
32977         * resource/nice.c: Likewise.
32978         * resource/setpriority.c: Likewise.
32979         * resource/setrlimit.c: Likewise.
32980         * resource/ulimit.c: Likewise.
32981         * rt/aio_cancel.c: Likewise.
32982         * rt/aio_fsync.c: Likewise.
32983         * rt/aio_read.c: Likewise.
32984         * rt/aio_sigqueue.c: Likewise.
32985         * rt/aio_suspend.c: Likewise.
32986         * rt/aio_write.c: Likewise.
32987         * rt/clock_getres.c: Likewise.
32988         * rt/clock_gettime.c: Likewise.
32989         * rt/clock_nanosleep.c: Likewise.
32990         * rt/clock_settime.c: Likewise.
32991         * rt/lio_listio.c: Likewise.
32992         * rt/mq_close.c: Likewise.
32993         * rt/mq_getattr.c: Likewise.
32994         * rt/mq_notify.c: Likewise.
32995         * rt/mq_open.c: Likewise.
32996         * rt/mq_receive.c: Likewise.
32997         * rt/mq_send.c: Likewise.
32998         * rt/mq_setattr.c: Likewise.
32999         * rt/mq_timedreceive.c: Likewise.
33000         * rt/mq_timedsend.c: Likewise.
33001         * rt/mq_unlink.c: Likewise.
33002         * rt/shm_open.c: Likewise.
33003         * rt/shm_unlink.c: Likewise.
33004         * rt/timer_create.c: Likewise.
33005         * rt/timer_delete.c: Likewise.
33006         * rt/timer_getoverr.c: Likewise.
33007         * rt/timer_gettime.c: Likewise.
33008         * rt/timer_settime.c: Likewise.
33009         * setjmp/__longjmp.c: Likewise.
33010         * setjmp/setjmp.c: Likewise.
33011         * signal/kill.c: Likewise.
33012         * signal/killpg.c: Likewise.
33013         * signal/raise.c: Likewise.
33014         * signal/sigaction.c: Likewise.
33015         * signal/sigaltstack.c: Likewise.
33016         * signal/sigblock.c: Likewise.
33017         * signal/sigignore.c: Likewise.
33018         * signal/sigintr.c: Likewise.
33019         * signal/signal.c: Likewise.
33020         * signal/sigpause.c: Likewise.
33021         * signal/sigpending.c: Likewise.
33022         * signal/sigqueue.c: Likewise.
33023         * signal/sigreturn.c: Likewise.
33024         * signal/sigset.c: Likewise.
33025         * signal/sigsetmask.c: Likewise.
33026         * signal/sigstack.c: Likewise.
33027         * signal/sigsuspend.c: Likewise.
33028         * signal/sigtimedwait.c: Likewise.
33029         * signal/sigvec.c: Likewise.
33030         * signal/sigwait.c: Likewise.
33031         * signal/sigwaitinfo.c: Likewise.
33032         * signal/sysv_signal.c: Likewise.
33033         * socket/accept.c: Likewise.
33034         * socket/accept4.c: Likewise.
33035         * socket/bind.c: Likewise.
33036         * socket/connect.c: Likewise.
33037         * socket/getpeername.c: Likewise.
33038         * socket/getsockname.c: Likewise.
33039         * socket/getsockopt.c: Likewise.
33040         * socket/isfdtype.c: Likewise.
33041         * socket/listen.c: Likewise.
33042         * socket/recv.c: Likewise.
33043         * socket/recvfrom.c: Likewise.
33044         * socket/recvmsg.c: Likewise.
33045         * socket/send.c: Likewise.
33046         * socket/sendmsg.c: Likewise.
33047         * socket/sendto.c: Likewise.
33048         * socket/setsockopt.c: Likewise.
33049         * socket/shutdown.c: Likewise.
33050         * socket/sockatmark.c: Likewise.
33051         * socket/socket.c: Likewise.
33052         * socket/socketpair.c: Likewise.
33053         * stdio-common/ctermid.c: Likewise.
33054         * stdio-common/cuserid.c: Likewise.
33055         * stdio-common/remove.c: Likewise.
33056         * stdio-common/rename.c: Likewise.
33057         * stdio-common/renameat.c: Likewise.
33058         * stdio-common/tempname.c: Likewise.
33059         * stdlib/getcontext.c: Likewise.
33060         * stdlib/makecontext.c: Likewise.
33061         * stdlib/setcontext.c: Likewise.
33062         * stdlib/swapcontext.c: Likewise.
33063         * stdlib/system.c: Likewise.
33064         * streams/fattach.c: Likewise.
33065         * streams/fdetach.c: Likewise.
33066         * streams/getmsg.c: Likewise.
33067         * streams/getpmsg.c: Likewise.
33068         * streams/putmsg.c: Likewise.
33069         * streams/putpmsg.c: Likewise.
33070         * sysdeps/unix/bsd/getpt.c: Likewise.
33071         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33072         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33073         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33075         Likewise.
33076         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33077         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33078         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33079         * sysvipc/msgctl.c: Likewise.
33080         * sysvipc/msgget.c: Likewise.
33081         * sysvipc/msgrcv.c: Likewise.
33082         * sysvipc/msgsnd.c: Likewise.
33083         * sysvipc/semctl.c: Likewise.
33084         * sysvipc/semget.c: Likewise.
33085         * sysvipc/semop.c: Likewise.
33086         * sysvipc/semtimedop.c: Likewise.
33087         * sysvipc/shmat.c: Likewise.
33088         * sysvipc/shmctl.c: Likewise.
33089         * sysvipc/shmdt.c: Likewise.
33090         * sysvipc/shmget.c: Likewise.
33091         * termios/tcdrain.c: Likewise.
33092         * termios/tcflow.c: Likewise.
33093         * termios/tcflush.c: Likewise.
33094         * termios/tcgetattr.c: Likewise.
33095         * termios/tcgetpgrp.c: Likewise.
33096         * termios/tcsendbrk.c: Likewise.
33097         * termios/tcsetattr.c: Likewise.
33098         * termios/tcsetpgrp.c: Likewise.
33099         * time/adjtime.c: Likewise.
33100         * time/clock.c: Likewise.
33101         * time/getitimer.c: Likewise.
33102         * time/gettimeofday.c: Likewise.
33103         * time/setitimer.c: Likewise.
33104         * time/settimeofday.c: Likewise.
33105         * time/stime.c: Likewise.
33106         * time/time.c: Likewise.
33108 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33110         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33111         /usr/old/bin.
33113         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33114         instead of spaces.
33115         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33117 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33119         [BZ #14796]
33120         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33121         FE_TONEAREST before applying Dekker multiplication and Knuth
33122         addition.  Clear inexact exceptions and check for exact zero
33123         results afterwards.
33124         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33125         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33126         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33127         * math/libm-test.inc (fma_test): Add more tests.
33128         (fma_test_towardzero): Likewise.
33129         (fma_test_downward): Likewise.
33130         (fma_test_upward): Likewise.
33131         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33132         function.
33133         (libc_fesetround): New macro.
33134         (libc_fesetroundf): Likewise.
33135         (libc_fesetroundl): Likewise.
33136         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33137         function.
33138         (libc_fesetround_387): Likewise.
33139         (libc_fesetroundf): New macro.
33140         (libc_fesetround): Likewise.
33141         (libc_fesetroundl): Likewise.
33142         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33143         function.
33144         (libc_fesetroundf): New macro.
33145         (libc_fesetround): Likewise.
33146         (libc_fesetroundl): Likewise.
33147         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33148         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33149         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33150         libm_hidden_ver.
33151         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33152         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33153         libm_hidden_def.
33154         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33155         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33156         libm_hidden_ver.
33157         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33158         libm_hidden_def.
33160         [BZ #3439]
33161         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33162         integer constant usable in #if and use that to give value to enum
33163         constant.
33164         (FE_DIVBYZERO): Likewise.
33165         (FE_UNDERFLOW): Likewise.
33166         (FE_OVERFLOW): Likewise.
33167         (FE_INVALID): Likewise.
33168         (FE_INVALID_SNAN): Likewise.
33169         (FE_INVALID_ISI): Likewise.
33170         (FE_INVALID_IDI): Likewise.
33171         (FE_INVALID_ZDZ): Likewise.
33172         (FE_INVALID_IMZ): Likewise.
33173         (FE_INVALID_COMPARE): Likewise.
33174         (FE_INVALID_SOFTWARE): Likewise.
33175         (FE_INVALID_SQRT): Likewise.
33176         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33177         (FE_TONEAREST): Likewise.
33178         (FE_TOWARDZERO): Likewise.
33179         (FE_UPWARD): Likewise.
33180         (FE_DOWNWARD): Likewise.
33181         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33182         (FE_DIVBYZERO): Likewise.
33183         (FE_OVERFLOW): Likewise.
33184         (FE_UNDERFLOW): Likewise.
33185         (FE_INEXACT): Likewise.
33186         (FE_TONEAREST): Likewise.
33187         (FE_DOWNWARD): Likewise.
33188         (FE_UPWARD): Likewise.
33189         (FE_TOWARDZERO): Likewise.
33190         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33191         (FE_UNDERFLOW): Likewise.
33192         (FE_OVERFLOW): Likewise.
33193         (FE_DIVBYZERO): Likewise.
33194         (FE_INVALID): Likewise.
33195         (FE_TONEAREST): Likewise.
33196         (FE_TOWARDZERO): Likewise.
33197         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33198         (FE_OVERFLOW): Likewise.
33199         (FE_UNDERFLOW): Likewise.
33200         (FE_DIVBYZERO): Likewise.
33201         (FE_INEXACT): Likewise.
33202         (FE_TONEAREST): Likewise.
33203         (FE_TOWARDZERO): Likewise.
33204         (FE_UPWARD): Likewise.
33205         (FE_DOWNWARD): Likewise.
33206         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33207         (FE_DIVBYZERO): Likewise.
33208         (FE_OVERFLOW): Likewise.
33209         (FE_UNDERFLOW): Likewise.
33210         (FE_INEXACT): Likewise.
33211         (FE_TONEAREST): Likewise.
33212         (FE_DOWNWARD): Likewise.
33213         (FE_UPWARD): Likewise.
33214         (FE_TOWARDZERO): Likewise.
33216 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33218         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33220 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33222         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33223         commands.  Quote $PWD.
33224         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33225         -x" by "export".
33226         (remove_newlines): Remove.
33228 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33230         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33231         * stdlib/stdlib.h (atof): Moved to ...
33232         * include/bits/stdlib-float.h: Here.  New file.
33233         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33234         * stdlib/bits/stdlib-float.h: New file.
33235         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33236         -mno-sse -mno-mmx.
33237         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33238         <xmmintrin.h>.
33240 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33242         * conform/conformtest.pl (@headers): Add fenv.h.
33243         * conform/data/fenv.h-data: New file.
33244         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33245         include of <math/fenv.h>.
33247         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33248         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33249         && !UNIX98].  Enables tests for XOPEN2K8.
33250         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33251         POSIX2008]: Likewise.
33253         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33254         (struct rusage): Do not expect type or its members.
33256         [BZ #3439]
33257         * math/math.h (FP_NAN): Define macro to integer constant usable in
33258         #if and use that to give value to enum constant.
33259         (FP_INFINITE): Likewise.
33260         (FP_ZERO): Likewise.
33261         (FP_SUBNORMAL): Likewise.
33262         (FP_NORMAL): Likewise.
33264 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33266         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33267         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33268         arguments.
33270 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33272         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33273         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33274         autoconf-time if not.
33275         * configure.in: Remove AC_PREREQ.
33277 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33279         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33280         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33281         of the internal implementation.
33283 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33285         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33286         except include of <misc/sys/syslog.h>.
33288 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33291         function returns with a NULL context exit with zero.
33293 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33295         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33297 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33299         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33300         (run_program_cmd): This.
33301         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33302         (tst_langinfo): New variable.  Use it.
33304 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33306         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33307         floating point opcodes.
33309 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33311         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33312         variable.
33314         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33316         * sysdeps/mach/hurd/powerpc: Remove directory.
33317         * sysdeps/mach/powerpc: Likewise.
33319 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33321         * scripts/check-local-headers.sh: Ignore c++ headers.
33323 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33325         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33326         __libc_cleanup_region_start argument.
33328 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33330         [BZ #14784]
33331         [BZ #14785]
33332         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33333         x * y using scaling, not as x * y + z.
33334         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33335         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33336         * math/libm-test.inc (fma_test): Add more tests.
33337         (fma_test_towardzero): Likewise.
33338         (fma_test_downward): Likewise.
33339         (fma_test_upward): Likewise.
33341 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33343         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33345 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33347         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33348         New variable.
33350 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33352         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33354 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33357         Fix sort order.
33358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33359         Likewise.
33361 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33364         Fix the order of the list for glibc 2.17.
33365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33366         Likewise.
33368 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33372 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33374         [BZ #14610]
33375         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33376         for low part of x being zero before using __atanl (y).
33377         * math/libm-test.inc (atan2_test): Add another test.
33379         * manual/install.texi (Configuring and compiling): Document
33380         general use of test-wrapper and test-wrapper-env.
33381         * INSTALL: Regenerated.
33383         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33384         (__fma): Do not extract and scale down low bits on after-rounding
33385         systems when result rounded to normal precision would have normal
33386         exponent.
33387         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33388         (__fmal): Do not extract and scale down low bits on after-rounding
33389         systems when result rounded to normal precision would have normal
33390         exponent.
33391         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33392         (__fmal): Do not extract and scale down low bits on after-rounding
33393         systems when result rounded to normal precision would have normal
33394         exponent.
33395         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33396         macro.
33397         (fma_test): Add more tests.
33398         (fma_test_towardzero): Likewise.
33399         (fma_test_downward): Likewise.
33400         (fma_test_upward): Likewise.
33402 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33404         * sysdeps/i386/tininess.h: Renamed to ...
33405         * sysdeps/x86/tininess.h: This.
33406         * sysdeps/x86_64/tininess.h: Removed.
33408 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33410         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33411         input.  Use $(build-program-cmd).
33412         ($(objpfx)tst-array1-static.out): Likewise.
33413         ($(objpfx)tst-array2.out): Likewise.
33414         ($(objpfx)tst-array3.out): Likewise.
33415         ($(objpfx)tst-array4.out): Likewise.
33416         ($(objpfx)tst-array5.out): Likewise.
33417         ($(objpfx)tst-array5-static.out): Likewise.
33419 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33421         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33422         if defined.
33424         * nss/nsswitch.h (nss_interface_function): Provide new
33425         macro for use with NSS functions.
33426         * grp/initgroups.c: Use new macro.
33427         * nss/getXXbyYY.c: Likewise.
33428         * nss/getXXbyYY_r.c: Likewise.
33429         * nss/getXXent.c: Likewise.
33430         * nss/getXXent_r.c: Likewise.
33431         * sysdeps/posix/getaddrinfo.c: Likewise.
33433 2012-10-30  Andreas Jaeger  <aj@suse.de>
33435         * po/ru.po: Update Russion translation from translation project.
33437 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33439         [BZ #14152]
33440         [BZ #14783]
33441         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33442         result and shift together with sticky bit instead of replicating
33443         round-to-nearest rounding.
33444         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33445         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33446         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33447         missing underflow exceptions.
33448         (fma_test_towardzero): Add more tests.
33449         (fma_test_downward): Likewise.
33450         (fma_test_upward): Likewise.
33452         [BZ #14047]
33453         * sysdeps/generic/tininess.h: New file.
33454         * sysdeps/i386/tininess.h: Likewise.
33455         * sysdeps/sh/tininess.h: Likewise.
33456         * sysdeps/x86_64/tininess.h: Likewise.
33457         * stdlib/tst-strtod-underflow.c: Likewise.
33458         * stdlib/tst-tininess.c: Likewise.
33459         * stdlib/strtod_l.c: Include <tininess.h>.
33460         (round_and_return): Do not set errno for exact underflow cases.
33461         Force an underflow exception when setting errno for underflow.
33462         Determine underflow based on rounding to normal precision if
33463         TININESS_AFTER_ROUNDING.
33464         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33465         ERANGE for exact underflow cases.
33466         * stdlib/Makefile (tests): Add tst-tininess and
33467         tst-strtod-underflow.
33468         ($(objpfx)tst-tininess): Use $(link-libm).
33469         ($(objpfx)tst-strtod-underflow): Likewise.
33471 2012-10-30  Andreas Jaeger  <aj@suse.de>
33473         [BZ#14767]
33474         * elf/Makefile (tests): Remove conditional for have-initfini-array
33475         since this is now always required and the variable does not exist
33476         anymore.
33477         (tests-static): Likewise.
33478         (modules-names): Likewise.
33480         * po/eo.po: Add Esperanto translation from translation project.
33482         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33483         merged with constructor/destructor.
33484         (init_array): Likewise.
33485         * elf/tst-array2dep.c (fini_array): Likewise.
33486         (init_array): Likewise.
33488 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33490         * manual/message.texi: Delete @cartouche tags.
33492 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33494         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33495         EOPNOTSUPP.
33496         * sysdeps/mach/hurd/fsync.c: Likewise.
33498         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33499         [_POSIX_REALTIME_SIGNALS]: Change condition to
33500         [_POSIX_REALTIME_SIGNALS > 0].
33502 2012-10-27  Andreas Jaeger  <aj@suse.de>
33504         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33505         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33506         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33507         [__WORDSIZE != 64]: Likewise.
33509 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33511         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33512         *  iconvdata/tst-tables.sh: Likewise.
33514 2012-10-25  David S. Miller  <davem@davemloft.net>
33516         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33517         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33518         of strtoull.
33520         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33521         ifunc-impl-list.c
33522         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33523         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33524         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33525         file.
33527 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33529         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33530         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33531         __getdirentries.
33533 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33534             Jim Blandy  <jimb@codesourcery.com>
33536         * scripts/cross-test-ssh.sh: New file.
33537         * manual/install.texi (Configuring and compiling): Document use of
33538         cross-test-ssh.sh.
33539         * INSTALL: Regenerated.
33541 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33543         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33544         EOPNOTSUPP.
33546 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33548         * Makeconfig (run-program-prefix): Fix comment.
33550 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33551             Jim Blandy  <jimb@codesourcery.com>
33553         * Makeconfig (test-wrapper): New variable,
33554         (test-wrapper-env): Likewise.
33555         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33556         (run-built-tests): Define to yes.
33557         (run-program-prefix): Use $(test-wrapper).
33558         (built-program-cmd): Likewise.
33559         * Rules (make-test-out): Use $(test-wrapper-env) and
33560         $(host-built-program-cmd).
33561         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33562         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33563         tst-pathopt.sh.
33564         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33565         $(test-wrapper-env) to tst-rtld-load-self.sh.
33566         ($(objpfx)order2.out): Use $(test-wrapper).
33567         ($(objpfx)tst-initorder.out): Likewise.
33568         ($(objpfx)tst-initorder2.out): Likewise.
33569         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33570         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33571         (test_wrapper_env): New variable.  Use it to run ld.so.
33572         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33573         Use it to run ld.so.
33574         (test_wrapper_env): Likewise.
33575         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33576         $(test-wrapper) to run-iconv-test.sh.
33577         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33578         (ICONV): Use $test_wrapper.
33579         * posix/Makefile ($(objpfx)globtest.out): Pass
33580         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33581         globtest.sh, not $(run-program-prefix).
33582         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33583         (test_wrapper): Likewise.
33584         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33585         set together with run_via_rtld_prefix.
33586         (run_program_prefix): Define in terms of test_wrapper and
33587         run_via_rtld_prefix.
33589 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33591         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33592         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33593         Targets removed.
33595         [BZ #14743]
33596         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33597         Declare __clock_getres, __clock_gettime, __clock_settime,
33598         __clock_nanosleep, and __clock_getcpuclockid.
33599         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33600         Remove librt_hidden_def (clock_gettime).
33601         * sysdeps/unix/clock_gettime.c: Likewise.
33602         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33603         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33604         * rt/clock_getres.c: Define __clock_getres as an alias.
33605         * sysdeps/posix/clock_getres.c: Likewise.
33606         * rt/clock_settime.c: Define __clock_settime as an alias.
33607         * sysdeps/unix/clock_settime.c: Likewise.
33608         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33609         * sysdeps/unix/clock_nanosleep.c: Likewise.
33610         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33611         * rt/clock-compat.c: New file.
33612         * rt/Makefile (librt-routines): Add clock-compat and move
33613         $(clock-routines) to ...
33614         (routines): ... here, new variable.
33615         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33616         Don't add get_clockfreq here.
33617         * rt/Versions (libc: GLIBC_2.17): New version set.
33618         Add clock_* symbols here.
33619         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33620         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33621         (GLIBC_2.17): Add clock_* symbols.
33622         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33623         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33624         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33626         Likewise.
33627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33628         Likewise.
33629         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33630         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33632         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33633         * NEWS: Mention the move.
33635         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33636         Use __open, __read, __close rather than their public counterparts.
33637         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33638         (__get_clockfreq_via_cpuinfo): Likewise.
33639         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33640         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33642         * config.h.in (HAVE_IFUNC): New #undef.
33643         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33644         was successful.
33645         * configure: Regenerated.
33647 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33649         * configure.in: Move READELF check to start of file.
33650         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33651         libc_cv_asm_gnu_indirect_function in the process.
33652         * configure: Regenerated.
33654 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33656         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33657         send the output to /dev/null.
33658         (libc_cv_cc_with_libunwind): Likewise.
33659         (libc_cv_as_noexecstack): Likewise.
33660         * configure: Regenerate.
33662 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33664         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33666         * posix/globtest.sh (TMPDIR): Do not set.
33667         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33668         (testout): Likewise.
33670 2012-10-24  Andreas Jaeger  <aj@suse.de>
33672         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33673         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33674         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33675         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33676         posix_fadvise64, posix_fallocate64.
33678         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33679         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33680         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33681         Likewise.
33682         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33683         Likewise.
33684         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33686         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33687         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33688         <bits/fcntl-linux.h>.
33689         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33691         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33692         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33693         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33694         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33695         [__WORDSIZE != 64]: Likewise.
33697 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33699         * Makeconfig (run-built-tests): New variable.
33700         * Rules [$(cross-compiling) = yes]: Change condition to
33701         [$(run-built-tests) = no].
33702         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33703         to [$(run-built-tests) = yes].
33704         * elf/Makefile [$(cross-compiling) = no]: Likewise
33705         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33706         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33707         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33708         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33709         * io/Makefile [$(cross-compiling) = no]: Likewise.
33710         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33711         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33712         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33713         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33714         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33715         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33716         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33717         * string/Makefile [$(cross-compiling) = no]: Likewise.
33719         * posix/Makefile ($(objpfx)globtest.out): Pass
33720         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33721         $(rtld-installed-name).
33722         * posix/globtest.sh (elf_objpfx): Remove variable.
33723         (rtld_installed_name): Likewise.
33724         (library_path): Likewise.
33725         (run_program_prefix): New variable.  Use for running globtest
33726         binary.
33728 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33729             Joseph Myers  <joseph@codesourcery.com>
33731         * Makeconfig (host-built-program-cmd): New variable.
33732         * elf/Makefile (tst-stackguard1-ARGS): Use
33733         $(host-built-program-cmd).
33734         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33735         (tst-spawn-ARGS): Likewise.
33736         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33738 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33739             Jim Blandy  <jimb@codesourcery.com>
33741         * Makeconfig (run-via-rtld-prefix): New variable.
33742         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33743         (built-program-cmd): Likewise.
33745 2012-10-22  Andreas Jaeger  <aj@suse.de>
33747         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33748         __O_RSYNC if it exists, otherwise to O_SYNC.
33750 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33751             Joseph Myers  <joseph@codesourcery.com>
33753         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33754         /dev/null.
33755         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33756         from /dev/null
33757         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33758         /dev/null.
33760 2012-10-22  Andreas Jaeger  <aj@suse.de>
33762         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33763         Define always.
33764         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33766         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33767         bits/fcntl-linux.h.
33769         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33770         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33772         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33773         to __O_LARGEFILE.
33774         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33775         to __O_LARGEFILE.
33777 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33778             Joseph Myers  <joseph@codesourcery.com>
33780         * config.make.in (NM): New variable.
33782 2012-10-21  Andreas Jaeger  <aj@suse.de>
33784         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33785         definitions and declarations that are provided by
33786         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33788 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33790         [BZ #14683]
33791         * elf/Makefile (tests-static): Add tst-leaks1-static.
33792         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33793         ($(objpfx)tst-leaks1-static): New rule.
33794         ($(objpfx)tst-leaks1-static-mem): Likewise.
33795         (tst-leaks1-static-ENV): New macro.
33796         * elf/dl-open.c (dl_open_worker): Check the main application
33797         only if SHARED is defined.
33798         * elf/tst-leaks1-static.c: New file.
33800 2012-10-20  Andreas Jaeger  <aj@suse.de>
33802         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33803         generic values for Linux.
33804         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33805         and declarations that are provided by <bits/fcntl-linux.h> and
33806         include <bits/fcntl-linux.h>.
33807         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33808         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33810 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33812         * io/fcntl.h: Move include of <bits/types.h> to the top and
33813         include it unconditionally.
33815 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33817         * wcsmbs/Makefile (tests-ifunc): New variable.
33818         (tests): Add $(tests-ifunc).
33819         * wcsmbs/test-wcschr-ifunc.c: New file.
33820         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33821         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33822         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33823         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33824         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33826         * string/Makefile (tests-ifunc): New variable.
33827         (tests): Add $(tests-ifunc).
33828         * string/test-memccpy.c (TEST_NAME): New macro.
33829         * string/test-memchr.c (TEST_NAME): Likewise.
33830         * string/test-memcmp.c (TEST_NAME): Likewise.
33831         * string/test-memcpy.c (TEST_NAME): Likewise.
33832         * string/test-memmem.c (TEST_NAME): Likewise.
33833         * string/test-memmove.c (TEST_NAME): Likewise.
33834         * string/test-memset.c (TEST_NAME): Likewise.
33835         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33836         * string/test-stpcpy.c (TEST_NAME): Likewise.
33837         * string/test-stpncpy.c (TEST_NAME): Likewise.
33838         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33839         * string/test-strcasestr.c (TEST_NAME): Likewise.
33840         * string/test-strcat.c (TEST_NAME): Likewise.
33841         * string/test-strchr.c (TEST_NAME): Likewise.
33842         * string/test-strcmp.c(TEST_NAME): Likewise.
33843         * string/test-strcpy.c (TEST_NAME): Likewise.
33844         * string/test-strcspn.c (TEST_NAME): Likewise.
33845         * string/test-strlen.c (TEST_NAME): Likewise.
33846         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33847         * string/test-strncmp.c (TEST_NAME): Likewise.
33848         * string/test-strncpy.c (TEST_NAME): Likewise.
33849         * string/test-strnlen.c (TEST_NAME): Likewise.
33850         * string/test-strpbrk.c (TEST_NAME): Likewise.
33851         * string/test-strrchr.c (TEST_NAME): Likewise.
33852         * string/test-strspn.c (TEST_NAME): Likewise.
33853         * string/test-strstr.c (TEST_NAME): Likewise.
33854         * string/test-bcopy-ifunc.c: New file.
33855         * string/test-bzero-ifunc.c: Likewise.
33856         * string/test-memccpy-ifunc.c: Likewise.
33857         * string/test-memchr-ifunc.c: Likewise.
33858         * string/test-memcmp-ifunc.c: Likewise.
33859         * string/test-memcpy-ifunc.c: Likewise.
33860         * string/test-memmem-ifunc.c: Likewise.
33861         * string/test-memmove-ifunc.c: Likewise.
33862         * string/test-mempcpy-ifunc.c: Likewise.
33863         * string/test-memset-ifunc.c: Likewise.
33864         * string/test-rawmemchr-ifunc.c: Likewise.
33865         * string/test-stpcpy-ifunc.c: Likewise.
33866         * string/test-stpncpy-ifunc.c: Likewise.
33867         * string/test-strcasecmp-ifunc.c: Likewise.
33868         * string/test-strcasestr-ifunc.c: Likewise.
33869         * string/test-strcat-ifunc.c: Likewise.
33870         * string/test-strchr-ifunc.c: Likewise.
33871         * string/test-strchrnul-ifunc.c: Likewise.
33872         * string/test-strcmp-ifunc.c: Likewise.
33873         * string/test-strcpy-ifunc.c: Likewise.
33874         * string/test-strcspn-ifunc.c: Likewise.
33875         * string/test-strlen-ifunc.c: Likewise.
33876         * string/test-strncasecmp-ifunc.c: Likewise.
33877         * string/test-strncat-ifunc.c: Likewise.
33878         * string/test-strncmp-ifunc.c: Likewise.
33879         * string/test-strncpy-ifunc.c: Likewise.
33880         * string/test-strnlen-ifunc.c: Likewise.
33881         * string/test-strpbrk-ifunc.c: Likewise.
33882         * string/test-strrchr-ifunc.c: Likewise.
33883         * string/test-strspn-ifunc.c: Likewise.
33884         * string/test-strstr-ifunc.c: Likewise.
33886         * debug/Makefile (tests-ifunc): New variable.
33887         (tests): Add $(tests-ifunc).
33888         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33889         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33890         * debug/test-stpcpy_chk-ifunc.c: New file.
33891         * debug/test-strcpy_chk-ifunc.c: Likewise.
33893 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33895         [BZ #13601]
33896         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33897         header is not read in.
33899 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33901         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33902         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33903         directly.  Pass built executable to script as
33904         $(built-program-cmd).
33905         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33906         $testprogram without using LD_LIBRARY_PATH and $ldso.
33908         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33909         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33910         $(rtld-installed-name).
33911         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33912         (rtld_installed_name): Likewise.
33913         (library_path): Likewise.
33914         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33915         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33916         $(run-program-prefix) to tst-tables.sh.
33917         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33918         it to run tst-table-from and tst-table-to.
33919         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33920         Pass it to tst-table.sh.
33921         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33922         $(run-program-prefix) to tst-gettext.sh.
33923         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33924         tst-translit.sh.
33925         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33926         tst-gettext2.sh.
33927         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33928         to run tst-gettext.
33929         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33930         to run tst-gettext2.
33931         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33932         to run tst-translit.
33933         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33934         $(run-program-prefix) to tst-mtrace.sh.
33935         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33936         to run tst-mtrace.
33937         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33938         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33939         $(rtld-installed-name).
33940         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33941         (rtld_installed_name): Likewise.
33942         (run_program_prefix): New variable.  Use it to run wordexp-test.
33944         * Makeconfig (ARCH): Remove all definitions.
33945         (machine): Likewise.
33946         [ARCH]: Remove conditional code.
33947         [!objdir]: Give error.
33948         [!objdir] (objpfx): Remove.
33949         [!objdir] (common-objpfx): Likewise.
33950         [!objdir] (common-objdir): Likewise.
33951         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33952         AC_CONFIG_FILES call.
33953         * configure: Regenerated.
33955         [BZ #13888]
33956         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33957         or TMPDIR.
33958         (testout): Likewise.
33960         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33961         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33962         $(rtld-installed-name).
33963         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33964         (rtld_installed_name): Likwise.
33965         (runit): Remove function.
33966         (run_getconf): New variable,  Use it for running getconf binary.
33968 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33970         [BZ #14716]
33971         * string/test-memmem.c (check_result): New function.
33972         (do_one_test): Use it.
33973         (check1): New function.
33974         (test_main): Use it.
33976 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33978         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33980 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33982         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33983         (_G_LSEEK64): Likewise.
33984         (_G_MMAP64): Likewise.
33985         (_G_FSTAT64): Likewise.
33986         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33987         (_G_LSEEK64): Likewise.
33988         (_G_MMAP64): Likewise.
33989         (_G_FSTAT64): Likewise.
33990         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33991         unconditional.  Call __mmap64 directly.
33992         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33993         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33994         __lseek64 directly.
33995         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33996         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33997         __mmap64 directly.
33998         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33999         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34000         __lseek64 directly.
34001         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34002         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34003         __lseek64 directly.
34004         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34005         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34006         __lseek64 directly.
34007         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34008         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34009         __fxstat64 directly.
34010         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34011         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34012         unconditional.
34013         (freopen64) [!_G_OPEN64]: Remove conditional code.
34014         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34015         unconditional.
34016         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34017         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34018         unconditional.
34019         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34020         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34021         unconditional.
34022         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34023         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34024         unconditional.
34025         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34026         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34027         unconditional.
34028         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34029         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34030         unconditional.
34031         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34032         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34033         unconditional.
34034         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34036 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34038         [BZ #12140]
34039         * manual/memory.texi (Malloc Tunable Parameters): Add note
34040         about free list pointers overwriting some perturb bytes.
34041         Wording suggested by Roland McGrath.
34043 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34045         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34046         (lgamma_test): Likewise.
34047         (tgamma_test): Likewise.
34049 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34051         [BZ #14700]
34052         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34053         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34055 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34057         * NEWS: Mention BZ #14716.
34058         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34059         when removing AVAILABLE1_USES_J macro.
34061 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34063         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34064         (__bswap_64): __uint64_t for unsigned 64-bit int.
34066 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34068         * include/string.h (memmem): Declare libc hidden alias.
34069         * string/memmem.c (memmem): Define libc hidden alias.
34070         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34071         __read, __close instead of open, read, close.
34073 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34075         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34076         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34077         global and hidden.
34078         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34079         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34080         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34081         Likewise.
34082         (__rawmemchr_sse2): Likewise.
34083         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34084         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34085         (__strchr_sse2): Likewise.
34086         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34087         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34088         (__strcasecmp_sse2): Likewise.
34089         (__strncasecmp_sse2): Likewise.
34090         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34091         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34092         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34093         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34094         (__strrchr_sse2): Likewise.
34095         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34096         ifunc-impl-list.c.
34097         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34098         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34099         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34100         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34101         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34102         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34103         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34104         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34105         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34106         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34107         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34108         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34109         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34110         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34111         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34112         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34113         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34114         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34115         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34116         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34117         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34118         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34119         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34120         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34121         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34122         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34123         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34124         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34125         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34126         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34128         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34129         global and hidden.
34130         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34131         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34132         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34133         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34134         Likewise.
34135         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34136         Likewise.
34137         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34138         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34139         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34140         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34141         ifunc-impl-list.c.
34142         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34143         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34144         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34145         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34146         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34147         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34148         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34149         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34150         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34151         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34152         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34153         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34154         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34155         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34156         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34157         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34158         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34159         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34160         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34161         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34162         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34163         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34164         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34165         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34166         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34167         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34168         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34169         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34170         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34171         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34172         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34173         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34174         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34175         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34176         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34177         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34178         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34179         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34180         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34181         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34182         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34184         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34185         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34186         * include/ifunc-impl-list.h: New file.
34187         * misc/ifunc-impl-list.c: Likewise.
34188         * misc/Makefile (routines): Add ifunc-impl-list.
34189         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34190         * string/test-string.h: Include <ifunc-impl-list.h>.
34191         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34192         TEST_NAME]: New variables.
34193         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34194         are defined.
34195         (test_init): Call __libc_ifunc_impl_list to initialize
34196         func_list if TEST_IFUNC and TEST_NAME are defined.
34198         * string/Makefile (strop-tests): Add bcopy and bzero.
34199         * string/test-bcopy.c: New file.
34200         * string/test-bzero.c: Likewise.
34201         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34202         defined.
34203         * string/test-memset.c: Support bzero test if TEST_BZERO is
34204         defined.
34205         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34206         __libc_memmove.
34207         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34208         __libc_memset.
34209         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34210         of memset.
34212 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34214         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34215         * configure: Regenerated.
34217         * Makeconfig (+link-static-before-libc): Don't include
34218         $(link-static-libc).
34220         * libio/libio.h (_IO_pos_t): Remove.
34222 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34224         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34225         McGrath.
34227 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34229         * crypt/crypt-entry.c: Include fips-private.h.
34230         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34231         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34232         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34233         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34235 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34237         * crypt/crypt-private.h: Include stdbool.h.
34238         (_ufc_setup_salt_r): Return bool.
34239         * crypt/crypt-entry.c: Include errno.h.
34240         (__crypt_r): Return NULL with EINVAL for bad salt.
34241         * crypt/crypt_util.c (bad_for_salt): New.
34242         (_ufc_setup_salt_r): Check that salt is long enough and within
34243         the specified alphabet.
34244         * crypt/badsalttest.c: New file.
34245         * crypt/Makefile (tests): Add it.
34246         ($(objpfx)badsalttest): New.
34248 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34250         * NEWS: Add entry for BZ #14602.
34252 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34254         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34255         type-generic.
34256         * math/libm-test.inc: Update comment listing what functions and
34257         macros are tested.
34258         (isgreater_test): New function.
34259         (isgreaterequal_test): Likewise.
34260         (isless_test): Likewise.
34261         (islessequal_test): Likewise.
34262         (islessgreater_test): Likewise.
34263         (isunordered_test): Likewise.
34264         (main): Call the new functions.
34266 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34268         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34269         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34270         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34271         * sysdeps/i386/configure: Regenerated.
34272         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34273         * sysdeps/mach/configure: Regenerated.
34274         * sysdeps/mach/hurd/configure: Regenerated.
34275         * sysdeps/powerpc/configure: Regenerated.
34276         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34277         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34278         * sysdeps/s390/s390-32/configure: Regenerated.
34279         * sysdeps/s390/s390-64/configure: Regenerated.
34280         * sysdeps/sh/configure: Regenerated.
34281         * sysdeps/sparc/configure: Regenerated.
34282         * sysdeps/unix/sysv/linux/configure: Regenerated.
34283         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34284         * sysdeps/x86_64/configure: Regenerated.
34286         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34287         defined.  Don't check if MAP is NULL.
34289 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34291         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34292         (_G_stat64): Likewise.
34293         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34294         (_G_stat64): Likewise.
34295         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34296         instead of struct _G_stat64.
34297         * libio/fileops.c (mmap_remap_check): Likewise.
34298         (decide_maybe_mmap): Likewise.
34299         (_IO_new_file_seekoff): Likewise.
34300         (_IO_file_stat): Likewise.
34301         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34302         _G_off64_t.
34303         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34304         instead of struct _G_stat64.
34305         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34307 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34309         [BZ #14602]
34310         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34311         Replace with ...
34312         (CHECK_EOL): New macro.
34313         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34314         CHECK_EOL.
34315         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34316         Replace with CHECK_EOL.
34317         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34318         Replace with CHECK_EOL.
34320 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34322         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34323         type-generic.
34324         * math/libm-test.inc: Update comment listing what functions and
34325         macros are tested.
34326         (finite_test): New function.
34327         (isinf_test): Likewise.
34328         (isnan_test): Likewise.
34329         (fpclassify_test): Test subnormal input.
34330         (isfinite_test): Likewise.
34331         (isnormal_test): Likewise.
34332         (main): Call the new functions.
34334 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34336         [BZ #14660]
34337         * Makerules (%.dynsym): Force C locale when running
34338         $(OBJDUMP) --dynamic-syms.
34340 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34342         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34343         <stdint.h>.
34345 2012-10-06  David S. Miller  <davem@davemloft.net>
34347         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34348         upper 32-bits of the length value in %o2 since we use branch-on-register
34349         tests which consider the entire 64-bit register.
34351 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34353         * string/test-strstr.c (check2): Add a test for page boundary.
34355 2012-10-05  David S. Miller  <davem@davemloft.net>
34357         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34358         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34359         file.
34360         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34361         sysdep_routines.
34362         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34363         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34364         and bzero when HWCAP_SPARC_CRYPTO is present.
34366 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34368         [BZ #14602]
34369         * string/test-strstr.c (check2): New function.
34370         (test_main): Call check2.
34372         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34373         and bug-strchr1.
34374         * string/bug-strcasestr1.c (do_test): Moved to ...
34375         * string/test-strcasestr.c (check1): Here.  New function.
34376         (do_one_test): Break out result checking code into ...
34377         (check_result): This.  New function.
34378         (do_one_test): Call check_result.
34379         (test_main): Call check1.
34380         * string/bug-strchr1.c (do_test): Moved to ...
34381         * string/test-strchr.c (check1): Here.  New function.
34382         (do_one_test): Break out result checking code into ...
34383         (check_result): This.  New function.
34384         (do_one_test): Call check_result.
34385         (test_main): Call check1.
34386         * string/bug-strstr1.c (main): Moved to ...
34387         * string/test-strstr.c (check1): Here.  New function.
34388         (do_one_test): Break out result checking code into ...
34389         (check_result): This.  New function.
34390         (do_one_test): Call check_result.
34391         (test_main): Call check1.
34392         * string/bug-strcasestr1.c: Removed.
34393         * string/bug-strchr1.c: Likewise.
34394         * string/bug-strstr1.c: Likewise.
34396         * elf/Makefile (dl-routines): Add hwcaps.
34397         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34398         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34399         (_dl_important_hwcaps): Moved to ...
34400         * elf/dl-hwcaps.c: Here.  New file.
34401         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34403         [BZ #14557]
34404         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34405         if IS_IN_rtld isn't defined.
34407         * elf/dl-support.c (_dl_sysinfo_map): New.
34408         Include "get-dynamic-info.h" and "setup-vdso.h".
34409         (_dl_non_dynamic_init): Call setup_vdso.
34410         * elf/dynamic-link.h: Don't include <assert.h>.
34411         (elf_get_dynamic_info): Moved to ...
34412         * elf/get-dynamic-info.h: Here.  New file.
34413         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34414         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34415         * elf/setup-vdso.h: Here.  New file.
34416         * elf/rtld.c: Include "setup-vdso.h".
34417         (dl_main): Call setup_vdso.
34419 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34421         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34422         creal in comment listing functions tested.  List finite, isinf,
34423         isnan, isless, islessequal, isgreater, isgreaterequal,
34424         islessgreater, isunordered, lgamma_r and pow10 as functions and
34425         macros not tested.  Mention which functions not tested are aliases
34426         for other functions.  Fix typo.  Note that signs of NaNs are not
34427         tested.
34429         * scripts/config.guess: Update from config.git.
34430         * scripts/config.sub: Likewise.
34432 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34434         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34435         * misc/madvise.c (madvise): Renamed to __madvise.
34436         Make madvise a weak alias.
34437         * include/sys/mman.h: Declare __madvise.
34438         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34439         * sysdeps/unix/syscalls.list
34440         (madvise): Make __madvise the strong name, and madvise a weak alias.
34441         * sysdeps/unix/sysv/linux/syscalls.list
34442         (madvise, mmap): Remove redundant entries.
34443         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34444         * malloc/malloc.c (mtrim): Likewise.
34445         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34447 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34449         * sysdeps/mach/hurd/dl-cache.c: File removed.
34450         * config.h.in (USE_LDCONFIG): New #undef.
34451         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34452         * configure: Regenerated.
34453         * elf/Makefile (dl-routines): Add dl-cache only under
34454         [$(use-ldconfig) = yes].
34455         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34456         cache on [USE_LDCONFIG].
34457         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34458         [USE_LDCONFIG].
34459         * elf/rtld.c (dl_main): Likewise.
34461 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34463         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34464         _SC_LEVEL4_CACHE_LINESIZE.
34466 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34468         * sysdeps/unix/bsd/confstr.h: File removed.
34470 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34472         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34473         sys/sdt-config.h.
34475 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34477         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34478         Make 'mapoff' field ElfW(Off) rather than off_t.
34480 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34482         * nscd/Makefile: Remove nscd-cflags and all its users.
34483         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34484         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34486         [BZ #10631]
34487         * malloc.c (malloc_printerr): Clarify error message.
34489 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34491         [BZ #14648]
34492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34493         Set bit_FMA_Usable if FMA is supported.
34494         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34495         macro.
34496         (bit_FMA4_Usable): Updated.
34497         (index_FMA_Usable): New macro.
34498         (CPUID_FMA): Likewise
34499         (HAS_FMA): Defined with bit_FMA_Usable.
34501 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34503         * bits/types.h (__swblk_t): Type removed.
34504         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34505         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34506         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34507         (__SWBLK_T_TYPE): Likewise.
34508         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34509         (__SWBLK_T_TYPE): Likewise.
34510         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34511         (__SWBLK_T_TYPE): Likewise.
34512         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34513         (__SWBLK_T_TYPE): Likewise.
34515 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34516             Honza Horak <hhorak@redhat.com>
34518         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34519         (xdr_mapname): Use YPMAXMAP as maxsize.
34520         (xdr_peername): Use YPMAXPEER as maxsize.
34521         (xdr_keydat): Use YPAXRECORD as maxsize.
34522         (xdr_valdat): Use YPMAXRECORD as maxsize.
34524 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34526         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34528         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34529         * csu/init-first.c: ... here.
34530         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34531         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34532         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34533         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34534         * sysdeps/i386/init-first.c: File removed.
34535         * sysdeps/sh/init-first.c: File removed.
34537 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34539         [BZ #14645]
34540         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34541         if x * y might underflow to zero and z is zero.
34542         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34543         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34544         * math/libm-test.inc (min_subnorm_value): New variable.
34545         (fma_test): Add more tests.
34546         (fma_test_towardzero): Likewise.
34547         (fma_test_downward): Likewise
34548         (fma_test_upward): Likewise.
34549         (initialize): Set min_subnorm_value.
34551 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34553         [BZ #14638]
34554         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34555         0 + 0.
34556         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34557         mode for addition resulting in exact zero.
34558         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34559         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34560         exact 0 + 0.
34561         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34562         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34563         * math/libm-test.inc (fma_test): Add more tests.
34564         (fma_test_towardzero): New function.
34565         (fma_test_downward): Likewise.
34566         (fma_test_upward): Likewise.
34567         (main): Call the new functions.
34569 2012-09-28  David S. Miller  <davem@davemloft.net>
34571         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34573 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34575         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34576         instead of SIGALRM.
34578         * sysdeps/gnu/_G_config.h: Moved to ...
34579         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34580         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34581         * sysdeps/generic/_G_config.h: ... here.
34583         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34585         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34587         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34588         Conditionalize target on [libnss_test1.so-version].
34590         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34592         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34593         (elfobjdir): Move out of conditionals.
34595         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34596         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34597         (__nss_lookup_function): Conditionalize label remove_from_tree on
34598         [!DO_STATIC_NSS || SHARED], matching its only use.
34600 2012-09-28  David S. Miller  <davem@davemloft.net>
34602         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34603         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34604         file.
34605         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34606         sysdep_routines.
34607         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34608         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34609         when HWCAP_SPARC_CRYPTO is present.
34611 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34613         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34615 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34617         [BZ #6530]
34618         * stdio-common/vfprintf.c (process_string_arg): Revert
34619         2000-07-22 change.
34621 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34623         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34624         for testcase.
34625         * stdio-common/tst-sprintf.c: Include <locale.h>
34626         (main): Test sprintf's handling of incomplete multibyte
34627         characters.
34629 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34631         * elf/dl-runtime.c (VERSYMIDX): Removed.
34632         * elf/dl-version.c (VERSYMIDX): Likewise.
34633         * elf/do-rel.h (VERSYMIDX): Likewise.
34634         (VALIDX): Likewise.
34635         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34636         * elf/rtld.c (VALIDX): Likewise.
34637         (ADDRIDX): Likewise.
34638         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34639         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34640         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34641         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34642         (VALIDX): Likewise.
34643         (ADDRIDX): Likewise.
34645 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34647         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34649 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34651         [BZ #11438]
34652         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34653         to global scope.
34654         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34655         addresses are in the same scope as 192.0.2/24.
34656         * posix/gai.conf: Document new scope table defaults.
34658 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34660         [BZ #5298]
34661         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34662         for ftell.  Compute offsets from write pointers instead.
34663         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34665 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34667         [BZ #14543]
34668         * libio/Makefile (tests): New test case tst-fseek.
34669         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34670         combination works in wide mode.
34671         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34672         state when the external buffer state changes.
34674 2012-09-27  David S. Miller  <davem@davemloft.net>
34676         [BZ #14376]
34677         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34678         pass reloc->r_addend in as the 'high' argument to
34679         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34681         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34683 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34685         * rt/tst-aio2.c: Include <pthread.h>.
34686         * rt/tst-aio3.c: Likewise.
34688 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34690         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34692 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34694         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34695         contents on [SHARED].
34697 2012-09-26  Marek Polacek  <polacek@redhat.com>
34699         [BZ #14530]
34700         [BZ #13741]
34701         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34702         for C++ and GCC <4.3 as well as for non GCC compilers.
34704 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34706         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34708 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34710         * Makefile.in (all, install): Declare with .PHONY.
34711         Reported by Michael Hope <michael.hope@linaro.org>.
34713 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34715         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34716         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34717         system header.
34718         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34719         Likewise.
34720         (sydep_routines): Add the new and the internal functions.
34721         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34722         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34724         (GLIBC_2.17): Add the new function.
34725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34726         (GLIBC_2.17): Likewise.
34727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34728         (GLIBC_2.17): Likewise.
34729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34730         (GLIBC_2.17): Likewise.
34731         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34733 2012-09-25  Alan Modra  <amodra@gmail.com>
34735         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34736         Add release barrier before setting once_control to say
34737         initialisation is done.  Add hints on lwarx.  Use macro in
34738         place of isync.
34739         (clear_once_control): Add release barrier.
34741 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34743         [BZ #13629]
34744         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34745         specially.
34746         * math/s_clog10.c (__clog10): Likewise.
34747         * math/s_clog10f.c (__clog10f): Likewise.
34748         * math/s_clog10l.c (__clog10l): Likewise.
34749         * math/s_clogf.c (__clogf): Likewise.
34750         * math/s_clogl.c (__clogl): Likewise.
34751         * math/Makefile (libm-calls): Add x2y2m1.
34752         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34753         (__x2y2m1): Likewise.
34754         (__x2y2m1l): Likewise.
34755         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34756         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34757         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34758         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34759         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34760         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34761         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34762         * sysdeps/i386/fpu/libm-test-ulps: Update.
34763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34765         [BZ #14621]
34766         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34767         int as type of variable DEPTH.
34768         (glob): Use size_t instead of int as type of variables NEWCOUNT
34769         and OLD_PATHC.
34771 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34773         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34774         Add s_sincosf-sse2.
34775         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34776         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34777         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34778         macros for using routine as __sincosf_ia32.
34779         Use macro for function declaration and weak_alias.
34780         * sysdeps/i386/fpu/libm-test-ulps: Update.
34782         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34783         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34785         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34786         subnormal argument.
34787         * math/s_cexpf.c (__cexpf): Likewise.
34788         * math/s_csinf.c (__csinf): Likewise.
34789         * math/s_csinhf.c (__csinhf): Likewise.
34790         * math/s_ctanf.c (__ctanf): Likewise.
34791         * math/s_ctanhf.c (__ctanhf): Likewise.
34792         * math/s_ccosh.c (__ccoshf): Likewise.
34793         * math/s_cexp.c (__cexpl): Likewise.
34794         * math/s_csin.c (__csin): Likewise.
34795         * math/s_csinh.c (__csinh): Likewise.
34796         * math/s_ctan.c (__ctan): Likewise.
34797         * math/s_ctanh.c (ctanh): Likewise.
34798         * math/s_ccoshl.c (__ccoshl): Likewise.
34799         * math/s_cexpl.c (__cexpl): Likewise.
34800         * math/s_csinl.c (__csinl): Likewise.
34801         * math/s_csinhl.c (__csinhl): Likewise.
34802         * math/s_ctanl.c (__ctanl): Likewise.
34803         * math/s_ctanhl.c (__ctanhl): Likewise.
34805 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34807         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34808         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34809         (_IO_off_t): Define to __off_t, not _G_off_t.
34810         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34811         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34812         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34813         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34814         type of __dummy and __dummy2 fields.
34815         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34816         (_G_ssize_t): Likewise.
34817         (_G_off_t): Likewise.
34818         (_G_pid_t): Likewise.
34819         (_G_uid_t): Likewise.
34820         (_G_wchar_t): Likewise.
34821         (_G_wint_t): Likewise.
34822         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34823         (_G_ssize_t): Likewise.
34824         (_G_off_t): Likewise.
34825         (_G_pid_t): Likewise.
34826         (_G_uid_t): Likewise.
34827         (_G_wchar_t): Likewise.
34828         (_G_wint_t): Likewise.
34829         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34830         (_G_ssize_t): Likewise.
34831         (_G_off_t): Likewise.
34832         (_G_pid_t): Likewise.
34833         (_G_uid_t): Likewise.
34834         (_G_wchar_t): Likewise.
34835         (_G_wint_t): Likewise.
34837 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34839         * malloc/arena.c: Include malloc-sysdep.h.
34840         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34841         is sufficient to shrink the heap or an unmap is needed.
34842         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34843         new function check_may_shrink_heap.
34844         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34845         new function check_may_shrink_heap.
34847 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34849         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34850         comments.
34852 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34854         * catgets/test-gencat.sh: Add "set -e".
34855         * elf/tst-pathopt.sh: Likewise.
34856         * grp/tst_fgetgrent.sh: Likewise.
34857         * iconvdata/run-iconv-test.sh: Likewise.
34858         * intl/tst-gettext.sh: Likewise.
34859         * intl/tst-gettext2.sh: Likewise.
34860         * intl/tst-gettext4.sh: Likewise.
34861         * intl/tst-gettext6.sh: Likewise.
34862         * intl/tst-translit.sh: Likewise.
34863         * io/ftwtest-sh: Likewise.
34864         * libio/test-freopen.sh: Likewise.
34865         * malloc/tst-mtrace.sh: Likewise.
34866         * posix/globtest.sh: Likewise.
34867         * posix/tst-getconf.sh: Likewise.
34868         * posix/wordexp-tst.sh: Likewise.
34869         * stdio-common/tst-printf.sh: Likewise.
34870         * stdio-common/tst-unbputc.sh: Likewise.
34871         * stdlib/tst-fmtmsg.sh: Likewise.
34872         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34873         * catgets/Makefile: Do not specify -e option when running
34874         testsuite shell scripts.
34875         * elf/Makefile: Likewise.
34876         * grp/Makefile: Likewise.
34877         * iconvdata/Makefile: Likewise.
34878         * intl/Makefile: Likewise.
34879         * io/Makefile: Likewise.
34880         * libio/Makefile: Likewise.
34881         * malloc/Makefile: Likewise.
34882         * posix/Makefile: Likewise.
34883         * stdio-common/Makefile: Likewise.
34884         * stdlib/Makefile: Likewise.
34885         * sysdeps/x86_64/Makefile: Likewise.
34887         * io/ftwtest-sh: Add copyright header.
34888         * posix/globtest.sh: Likewise.
34889         * posix/tst-getconf.sh: Likewise.
34890         * posix/wordexp-tst.sh: Likewise.
34891         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34893 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34895         [BZ #13679]
34896         * Makeconfig (+link): Defined as $(+link-static) if
34897         $(build-shared) isn't yes.
34898         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34899         isn't yes.
34900         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34902         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34904         [BZ #14562]
34905         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34906         new chunk size with MALLOC_ALIGN_MASK.
34908 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34910         [BZ #5044]
34911         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34912         <rounding-mode.h>.
34913         (__printf_fphex): Determine rounding using get_rounding_mode and
34914         round_away.
34915         * stdio-common/tst-printf-round.c (struct hex_test): New
34916         structure.
34917         (hex_tests): New variable.
34918         (test_hex_in_one_mode): New function.
34919         (do_test): Also run tests for hex float output.
34921 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34923         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34924         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34925         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34926         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34927         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34928         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34929         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34930         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34932 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34934         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34935         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34936         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34937         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34939 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34941         [BZ #14579]
34942         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34943         mode only.
34944         * elf/tst-rtld-load-self.sh: New test.
34945         * elf/Makefile: Run it.
34947 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34949         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34950         (tst-writev-ENV): Remove.
34951         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34953 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34955         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34957 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34959         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34960         unconditional.
34961         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34962         Likewise.
34963         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34964         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34965         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34966         Likewise.
34968 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34970         [BZ #14587]
34971         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34972         * config.make.in (have-cpp-asm-debuginfo): Removed.
34973         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34974         * configure: Regenerated.
34976 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34978         [BZ #5044]
34979         * stdio-common/printf_fp.c: Include <stdbool.h> and
34980         <rounding-mode.h>.
34981         (___printf_fp): Determine rounding using get_rounding_mode and
34982         round_away.
34983         * stdio-common/tst-printf-round.c: New file.
34984         * stdio-common/Makefile (tests): Add tst-printf-round.
34985         (link-libm): New variable.
34986         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34988 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34990         [BZ #14576]
34991         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34992         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34993         Likewise.
34994         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34995         Likewise.
34997 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34999         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35000         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35001         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35002         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35004 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35006         [BZ #14518]
35007         * include/rounding-mode.h: New file.
35008         * sysdeps/generic/get-rounding-mode.h: Likewise.
35009         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35010         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35011         (MAX_VALUE): New macro.
35012         (MIN_VALUE): Likewise.
35013         (overflow_value): New function.
35014         (underflow_value): Likewise.
35015         (round_and_return): Use overflow_value and underflow_value to
35016         determine return values in overflow and underflow cases.  Use
35017         round_away to determine rounding depending on rounding mode.
35018         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35019         determine return values in overflow and underflow cases.
35020         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35021         (struct test_results): New structure.
35022         (struct test): Use struct test_results to store expected results
35023         for all rounding modes.
35024         (TEST): Include expected results for all rounding modes.
35025         (test_in_one_mode): New function.
35026         (do_test): Use test_in_one_mode to compute and check results.
35027         Check results for all rounding modes.
35028         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35029         $(link-libm).
35031 2012-12-09  Allan McRae  <allan@archlinux.org>
35033         * sysdeps/i386/fpu/libm-test-ulps: Update
35035 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35037         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35038         (_G_int32_t): Likewise.
35039         (_G_uint16_t): Likewise.
35040         (_G_uint32_t): Likewise.
35041         (_G_HAVE_BOOL): Likewise.
35042         (_G_HAVE_ATEXIT): Likewise.
35043         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35044         (_G_HAVE_IO_FILE_OPEN): Likewise.
35045         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35046         (_G_int32_t): Likewise.
35047         (_G_uint16_t): Likewise.
35048         (_G_uint32_t): Likewise.
35049         (_G_HAVE_BOOL): Likewise.
35050         (_G_HAVE_ATEXIT): Likewise.
35051         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35052         (_G_HAVE_IO_FILE_OPEN): Likewise.
35053         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35054         (_G_int32_t): Likewise.
35055         (_G_uint16_t): Likewise.
35056         (_G_uint32_t): Likewise.
35057         (_G_HAVE_BOOL): Likewise.
35058         (_G_HAVE_ATEXIT): Likewise.
35059         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35060         (_G_HAVE_IO_FILE_OPEN): Likewise.
35062 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35064         * csu/libc-tls.c: Update copyright years.
35066 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35068         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35069         [!_G_USING_THUNKS]: Remove conditional code.
35070         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35071         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35073         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35074         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35075         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35076         (_G_VTABLE_LABEL_PREFIX): Likewise.
35077         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35078         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35079         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35080         (_G_VTABLE_LABEL_PREFIX): Likewise.
35081         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35082         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35083         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35084         (_G_VTABLE_LABEL_PREFIX): Likewise.
35085         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35087 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35089         * libio/Makefile: Include ../Makeconfig before tests.
35090         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35091         only if $(build-shared) is yes.
35093         * iconv/gconv_db.c: Update copyright years.
35095 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35097         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35098         unwind info if defined PIC. Fix special cases description.
35099         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35101         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35102         DP_HI_MASK entry.
35103         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35105 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35107         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35109         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35110         is NULL.
35112         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35113         (LDLIBS-tst-chk4): This.
35114         (LDFLAGS-tst-chk5): Renamed to ...
35115         (LDLIBS-tst-chk5): This.
35116         (LDFLAGS-tst-chk6): Renamed to ...
35117         (LDLIBS-tst-chk6): This.
35118         (LDFLAGS-tst-lfschk4): Renamed to ...
35119         (LDLIBS-tst-lfschk4): This.
35120         (LDFLAGS-tst-lfschk5): Renamed to ...
35121         (LDLIBS-tst-lfschk5): This.
35122         (LDFLAGS-tst-lfschk6): Renamed to ...
35123         (LDLIBS-tst-lfschk6): This.
35125         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35126         on $(common-objpfx)soversions.mk.
35128 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35130         [BZ #10014]
35131         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35132         example host name.
35134 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35136         * malloc/arena.c (arena_get_retry): New function that gets
35137         another arena for the caller to try its request on.
35138         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35139         current arena cannot fulfill the request.
35140         (__libc_memalign): Likewise.
35141         (__libc_memalign): Likewise.
35142         (__libc_pvalloc): Likewise.
35143         (__libc_calloc): Likewise.
35145 2012-09-05  John Tobey  <john.tobey@gmail.com>
35147         [BZ #13542]
35148         * manual/arith.texi (Operations on Complex): Fix description
35149         of carg branch cut.
35151 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35153         [BZ #10014]
35154         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35155         host name.
35157         [BZ #10038]
35158         * manual/memory.texi (Memory): Make order of menu items match
35159         order of sections.
35161 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35163         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35164         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35165         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35167 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35169         * csu/libc-tls.c (static_dtv): Renamed to ...
35170         (_dl_static_dtv): This.  Make it global.
35171         (_dl_initial_dtv): Removed.
35172         (__libc_setup_tls): Updated.
35173         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35174         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35175         DL_INITIAL_DTV.
35177 2012-09-06  Petr Machata  <pmachata@redhat.com>
35179         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35180         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35181         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35182         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35184 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35186         [BZ #14545]
35187         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35188         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35189         freeing dtv[-1].
35191 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35193         [BZ #14544]
35194         * Makeconfig (link-static-before-libc): Replace $(+prector)
35195         with $(+prectorT).
35196         (link-static-after-libc): Replace $(+postctor) with
35197         $(+postctorT).
35198         (link-bounded): Replace $(+prector)/$(+postctor) with
35199         $(+prectorT)/$(+postctorT).
35200         (+prectorT): New macro.
35201         (+postctorT): Likewise.
35203 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35205         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35206         (round_str): Handle values above the maximum for IBM long double
35207         as inexact.
35208         * stdlib/tst-strtod-round.c (tests): Regenerated.
35210 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35212         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35213         assembler flag.
35214         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35215         zarch_nohighgprs around the zarch optimized routines.
35216         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35217         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35218         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35219         for zarch.
35221 2012-09-05  David S. Miller  <davem@davemloft.net>
35223         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35225         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35226         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35227         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35228         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35229         entries.
35231 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35233         * malloc/arena.c: Fold copyright years.
35234         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35236 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35238         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35240 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35242         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35244 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35246         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35247         change internal state upon failure.
35249 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35251         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35252         * malloc/memusage.c (mmap): Likewise.
35253         (mmap64, mremap): Likewise.  Adjust name in comment.
35255 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35257         * libio/fileops.c: Fix typos in comments.
35258         * libio/oldfileops.c: Likewise.
35259         * libio/wfileops.c: Likewise.
35261 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35263         [BZ #1349]
35264         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35265         (tst-malloc-usable-ENV): Set environment for test case.
35266         * malloc/hooks.c (malloc_check_get_size): New function to get
35267         requested size.
35268         * malloc/malloc.c (musable): Use malloc_check_get_size.
35269         * malloc/tst-malloc-usable.c: New test case.
35271 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35273         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35275 2012-09-05  Allan McRae  <allan@archlinux.org>
35277         [BZ #13966]
35278         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35279         determine header location.
35280         * configure: Regenerated.
35282 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35284         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35285         float format.
35286         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35287         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35288         format.
35289         (test): Regenerate.
35291 2012-09-04  David S. Miller  <davem@davemloft.net>
35293         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35294         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35295         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35297 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35299         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35300         failures.
35302         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35304 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35306         [BZ #9914]
35307         * libio/iogetdelim.c: Include <limits.h>.
35308         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35309         + len + 1 would overflow.
35311 2012-09-03  Andreas Jaeger  <aj@suse.de>
35313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35314         * sysdeps/i386/fpu/libm-test-ulps: Update.
35316 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35318         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35319         Add s_sinf-sse2, s_conf-sse2.
35321         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35322         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35323         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35324         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35326         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35327         for using routine as __sinf_ia32.
35328         Use macro for function declaration and weak_alias.
35329         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35330         for using routine as __cosf_ia32.
35331         Use macro for function declaration and weak_alias.
35333         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35334         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35336         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35337         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35338         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35340         * math/libm-test.inc (cos_test): Add more test cases.
35341         (sin_test): Likewise.
35342         (sincos_test): Likewise.
35344 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35346         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35347         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35348         hidden.
35349         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35351 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35353         [BZ #14538]
35354         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35355         first element of the GOT.
35356         (elf_machine_load_address): Return the difference between
35357         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35359 2012-09-01  Allan McRae  <allan@archlinux.org>
35361         [BZ #13412]
35362         * configure.in (AWK): Require gawk version 3.0 or later.
35363         * configure: Regenerated.
35365 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35367         * sysdeps/unix/sysv/linux/kernel-features.h
35368         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35369         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35370         [__NR_clock_getres]: Make code unconditional.
35371         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35372         (clock_getcpuclockid): Remove code left unreachable by removal of
35373         conditionals.
35374         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35375         code unconditional.
35376         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35377         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35378         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35379         Make code unconditional.
35380         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35381         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35382         * sysdeps/unix/sysv/linux/clock_settime.c
35383         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35384         conditional code.
35385         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35386         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35388 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35390         [BZ #14476]
35391         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35392         scripts/test-installation.pl.
35394         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35395         and $ld_so_version if it is set.
35397 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35399         [BZ #14516]
35400         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35401         failure if reading from procfs failed.
35402         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35404 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35406         * sysdeps/unix/sysv/linux/kernel-features.h
35407         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35408         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35409         Remove conditional code.
35410         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35411         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35412         Remove conditional code.
35413         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35414         * sysdeps/unix/sysv/linux/i386/fxstat.c
35415         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35416         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35417         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35418         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35419         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35420         * sysdeps/unix/sysv/linux/i386/lxstat.c
35421         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35422         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35423         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35424         Remove conditional code.
35425         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35426         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35427         Remove conditional code.
35428         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35429         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35430         <kernel-features.h>.
35431         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35432         Remove.
35433         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35434         Remove conditional code.
35435         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35436         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35437         Remove conditional.
35439 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35441         [BZ #5400]
35442         * NEWS: Add fixed bug number.
35444 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35446         [BZ #14519]
35447         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35448         underflowing exponent in case of negative sign.
35449         * stdlib/tst-strtod-round-data: Add more tests.
35450         * stdlib/tst-strtod-round.c (tests): Regenerated.
35452         [BZ #3479]
35453         * stdlib/strtod_l.c (NDIG): Remove.
35454         (HEXNDIG): Likewise.
35455         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35456         smallest representable value.
35457         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35458         lie within an exact representation of 1/2 ulp of the result.
35459         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35460         unconditionally.
35461         (TENS_P9_IDX): Define unconditionally.
35462         (TENS_P9_SIZE): Likewise.
35463         (TENS_P10_IDX): Likewise.
35464         (TENS_P10_SIZE): Likewise.
35465         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35466         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35467         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35468         entries for 10^2^13 and 10^2^14.
35469         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35470         (TENS_P13_IDX): Define.
35471         (TENS_P13_SIZE): Likewise.
35472         (TENS_P14_IDX): Likewise.
35473         (TENS_P14_SIZE): Likewise.
35474         (_fpioconst_pow10): Change array size to
35475         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35476         unconditional.
35477         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35478         1024]: Add entries for 10^2^13 and 10^2^14.
35479         [LAST_POW10 > _LAST_POW10]: Remove #error.
35480         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35481         (_fpioconst_pow10): Change array size to
35482         FPIOCONST_POW10_ARRAY_SIZE.
35483         * stdlib/gen-fpioconst.c: New file.
35484         * stdlib/gen-tst-strtod-round.c: Likewise.
35485         * stdlib/tst-strtod-round-data: Likewise.
35486         * stdlib/tst-strtod-round.c: Likewise.
35487         * stdlib/Makefile (tests): Add tst-strtod-round.
35489         [BZ #14459]
35490         * stdlib/strtod_l.c: Include <stdint.h>.
35491         (NDEBUG): Do not define.
35492         (round_and_return): Change EXPONENT parameter to type intmax_t.
35493         Rearrange calculations to avoid internal overflow possibilities.
35494         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35495         Rearrange calculations to avoid internal overflow possibilities.
35496         Assert that number fits inside MPNSIZE limbs.
35497         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35498         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35499         calculations and add assertions to avoid internal overflow
35500         possibilities.  Add casts to avoid signed/unsigned operations.
35501         * stdlib/tst-strtod-overflow.c: New file.
35502         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35504 2012-08-25  Marek Polacek  <polacek@redhat.com>
35506         * time/time.h: Fix some typos in comments.
35508 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35510         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35511         * posix/tst-rfc3484-2.c: Likewise.
35512         * posix/tst-rfc3484-3.c: Likewise.
35514 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35516         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35517         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35519 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35521         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35522         #include of fxstatat64.c.
35524 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35526         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35527         * shadow/getspent_r.c: Likewise.
35528         * shadow/getspnam.c: Likewise.
35529         * shadow/getspnam_r.c: Likewise.
35530         * gshadow/getsgent.c: Likewise.
35531         * gshadow/getsgent_r.c: Likewise.
35532         * gshadow/getsgnam.c: Likewise.
35533         * gshadow/getsgnam_r.c: Likewise.
35534         * inet/getnetbyad.c: Likewise.
35535         * inet/getnetbyad_r.c: Likewise.
35536         * inet/getnetbynm.c: Likewise.
35537         * inet/getnetbynm_r.c: Likewise.
35538         * inet/getnetent.c: Likewise.
35539         * inet/getnetent_r.c: Likewise.
35540         * inet/getproto.c: Likewise.
35541         * inet/getproto_r.c: Likewise.
35542         * inet/getprtent.c: Likewise.
35543         * inet/getprtent_r.c: Likewise.
35544         * inet/getprtname.c: Likewise.
35545         * inet/getprtname_r.c: Likewise.
35546         * inet/getrpcbyname.c: Likewise.
35547         * inet/getrpcbyname_r.c: Likewise.
35548         * inet/getrpcbynumber.c: Likewise.
35549         * inet/getrpcbynumber_r.c: Likewise.
35550         * inet/getrpcent.c: Likewise.
35551         * inet/getrpcent_r.c: Likewise.
35552         * inet/getaliasent.c: Likewise.
35553         * inet/getaliasent_r.c: Likewise.
35554         * inet/getaliasname.c: Likewise.
35555         * inet/getaliasname_r.c: Likewise.
35556         * nscd/getgrgid_r.c: Likewise.
35557         * nscd/getgrnam_r.c: Likewise.
35558         * nscd/gethstbyad_r.c: Likewise.
35559         * nscd/gethstbynm3_r.c: Likewise.
35560         * nscd/getpwnam_r.c: Likewise.
35561         * nscd/getpwuid_r.c: Likewise.
35562         * nscd/getsrvbynm_r.c: Likewise.
35563         * nscd/getsrvbypt_r.c: Likewise.
35564         * nscd/gai.c: Likewise.
35566         * configure.in (build_nscd): New substituted variable, set
35567         by --disable-build-nscd and defaults to $use_nscd.
35568         * configure: Regenerated.
35569         * config.make.in (build-nscd): New substituted variable.
35570         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35571         Change conditional to require [$(build-nscd) = yes] as well.
35572         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35574         [BZ# 13696]
35575         * configure.in (use_nscd): New substituted variable, set by
35576         --disable-nscd.  If enabled, define USE_NSCD.
35577         * configure: Regenerated.
35578         * config.h.in: Add USE_NSCD.
35579         * config.make.in (use-nscd): New substituted variable.
35580         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35581         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35582         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35583         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35584         (CFLAGS-getgrnam_r.c): Likewise.
35585         (CFLAGS-initgroups.c): Likewise.
35586         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35587         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35588         Variables removed.
35589         * inet/getnetgrent_r.c
35590         (nscd_setnetgrent): New function, broken out of ...
35591         (setnetgrent): ... here.  Call it.
35592         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35593         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35594         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35595         * nscd/Makefile (routines, aux): Move definitions after include of
35596         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35597         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35598         Conditionalize on [USE_NSCD].
35599         (is_nscd, nscd_init_cb): Likewise.
35600         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35601         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35602         * nss/nss_db/db-init.c: Likewise.
35603         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35604         [USE_NSCD].
35605         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35606         (make_request): Use it.
35607         (cache_valid_p): New function.
35608         (__check_pf): Use it.
35609         * NEWS: Add item for --disable-nscd.
35611 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35613         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35614         to support sed >= 4.2.1-20-ga9bf076.
35615         * configure: Regenerated.
35617 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35619         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35620         Conditionalize whole body on [IREL].
35622 2012-08-22  Jeff Law <law@redhat.com>
35624         [BZ #14505]
35625         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35626         if the family is PF_UNSPEC.
35628 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35630         * Makerules (lib-version): Rename from V.
35631         (install-lib-nosubdir): Change V to lib-version.
35633 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35635         [BZ #14252]
35636         * powerpc32/power6/wcschr.c: New file.
35637         * powerpc32/power6/wcscpy.c: New file.
35638         * powerpc32/power6/wcsrchr.c: New file.
35639         * powerpc64/power6/wcschr.c: New file.
35640         * powerpc64/power6/wcscpy.c: New file.
35641         * powerpc64/power6/wcsrchr.c: New file.
35643 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35645         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35646         (two_way_short_needle): Use it.
35647         * string/strstr.c (AVAILABLE1_USES_J): Define.
35648         * string/strcasestr.c: Likewise.
35650         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35651         array references.
35652         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35654         [BZ #11607]
35655         * NEWS: Add an entry.
35656         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35657         define their defaults.
35658         (two_way_short_needle): Detect end-of-string on-the-fly.
35659         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35660         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35661         * string/bug-strcasestr1.c: New test.
35662         * string/Makefile: Run it.
35664 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35666         [BZ #11607]
35667         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35668         the first character.
35670 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35672         * csu/elf-init.c (__libc_csu_irel): Function removed.
35673         * csu/libc-start.c (apply_irel): New function.
35674         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35676 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35678         * sysdeps/unix/sysv/linux/kernel-features.h
35679         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35680         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35681         <kernel-features.h>.
35682         [__NR_fadvise64_64]: Make code unconditional.
35683         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35684         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35685         !__NR_fadvise64_64)]: Likewise.
35686         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35687         !__NR_fadvise64_64))]: Likewise.
35688         [__NR_fadvise64]: Make code unconditional.
35689         [!__NR_fadvise64]: Remove conditional code.
35690         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35691         <kernel-features.h>.
35692         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35693         unconditional.
35694         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35695         conditional code.
35696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35697         not include <kernel-features.h>.
35698         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35699         unconditional.
35700         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35701         conditional code.
35702         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35703         include <kernel-features.h>.
35704         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35705         unconditional.
35706         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35707         conditional code.
35709 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35711         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35712         slight instruction rearrangements per scrollpipe analysis.
35713         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35715 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35717         * manual/syslog.texi (syslog; vsyslog, closelog):
35718         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35719         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35721         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35722         DSOCAPS to match condition on defining it.
35724 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35726         * sysdeps/unix/sysv/linux/kernel-features.h
35727         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35729         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35730         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35732         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35733         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35735         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35736         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35738         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35739         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35741         * sysdeps/unix/sysv/linux/kernel-features.h
35742         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35743         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35744         unconditional.
35745         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35746         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35747         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35748         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35749         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35750         Make code unconditional.
35751         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35752         (__mmap64) [!__NR_mmap2]: Likewise.
35753         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35754         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35755         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35756         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35757         [__NR_mmap2]: Make code unconditional.
35758         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35759         (__mmap64) [!__NR_mmap2]: Likewise.
35761 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35763         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35765 2012-08-18  Andreas Jaeger  <aj@suse.de>
35767         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35769 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35771         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35772         * include/unistd.h (__have_sock_cloexec): Likewise.
35773         (__have_pipe2): Likewise.
35774         (__have_dup3): Likewise.
35776 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35778         [BZ #9685]
35779         * include/unistd.h (__have_pipe2): Change define into an extern int.
35780         (__have_dup3): Likewise.
35781         * socket/have_sock_cloexec.c: Include fcntl.h.
35782         (__have_pipe2): New variable.
35783         (__have_dup3): Likewise.
35785 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35787         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35789 2012-08-17  Marek Polacek  <polacek@redhat.com>
35791         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35792         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35794 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35796         * configure.in: Add AC_SUBST for sysheaders.
35797         * configure: Regenerated.
35798         * config.make.in (sysheaders): New substituted variable.
35800         * sysdeps/unix/mkfifo.c: Moved ...
35801         * sysdeps/posix/mkfifo.c: ... here.
35802         * sysdeps/unix/mkfifoat.c: Moved ...
35803         * sysdeps/posix/mkfifoat.c: ... here.
35805         * sysdeps/unix/utime.c: Moved ...
35806         * sysdeps/posix/utime.c: ... here.
35808         * sysdeps/unix/time.c: Moved ...
35809         * sysdeps/posix/time.c: ... here.
35810         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35811         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35813         * sysdeps/unix/nice.c: Moved ...
35814         * sysdeps/posix/nice.c: ... here.
35816         * sysdeps/unix/alarm.c: Moved ...
35817         * sysdeps/posix/alarm.c: ... here.
35819         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35821 2012-08-17  Jeff Law <law@redhat.com>
35823         * intl/Makefile (codeset_mo): New variable.
35824         ($(codeset_mo)): New target.
35825         (tst-codeset.out): Depend on that.  Remove explicit rule.
35826         (tst-gettext3.out, tst-gettext5.out): Likewise.
35827         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35828         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35829         * intl/tst-codeset.sh: Remove.
35830         * intl/tst-gettext3.sh: Likewise.
35831         * intl/tst-gettext5.sh: Likewise.
35833 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35835         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35836         * sysdeps/unix/syscalls.list: ... here.
35838         * sysdeps/posix/getaddrinfo.c
35839         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35840         (gaiconf_init, gaiconf_reload): Use them.
35841         [!_STATBUF_ST_NSEC]
35842         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35843         Define using time_t rather than struct timespec.
35845         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35846         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35847         Macros removed.
35848         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35849         [!NO_THREADS].
35850         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35851         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35852         Likewise.
35854         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35855         __libc_cleanup_push argument.
35857         * bits/param.h: New file.
35858         * misc/sys/param.h: New file.
35859         * include/sys/param.h: New file.
35860         * misc/Makefile (headers): Add bits/param.h.
35861         * sysdeps/generic/sys/param.h: File removed.
35862         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35863         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35864         * sysdeps/mach/hurd/bits/param.h: New file.
35865         * sysdeps/mach/hurd/sys/param.h: File removed.
35867         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35868         last change.
35870         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35871         [_IO_MTSAFE_IO].
35872         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35873         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35874         New macros.
35876         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35877         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35878         rather than -D_IO_MTSAFE_IO conditionally.
35879         * stdio-common/Makefile (CPPFLAGS): Likewise.
35880         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35881         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35882         Use $(libio-mtsafe).
35883         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35884         of -D_IO_MTSAFE_IO.
35885         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35886         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35887         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35888         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35889         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35890         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35891         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35892         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35893         (CFLAGS-fread_u_chk.c): Likewise.
35894         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35895         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35896         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35897         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35898         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35899         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35900         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35901         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35902         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35904         * libio/Makefile: Test [$(libc-reentrant) = yes]
35905         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35907         * Makeconfig
35908         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35909         * sysdeps/pthread/configure: File removed.
35910         * sysdeps/pthread/Makeconfig: New file.
35911         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35912         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35914 2012-08-16  Gary Benson  <gbenson@redhat.com>
35916         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35917         unmapping the first object in a namespace.
35919 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35921         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35922         (__internal_setnetgrent): ... this.  Add internal_function to
35923         definition.  Add libc_hidden_def.
35924         (setnetgrent): Update caller.
35925         (internal_endnetgrent): Renamed to ...
35926         (__internal_endnetgrent): ... this.  Add internal_function to
35927         definition.  Add libc_hidden_def.
35928         (endnetgrent): Update caller.
35929         (internal_getnetgrent_r): Renamed to ...
35930         (__internal_getnetgrent_r): ... this.  Add internal_function to
35931         definition.  Add libc_hidden_def.
35932         (__getnetgrent_r): Update caller.
35933         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35935 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35937         * stdlib/longlong.h: Update from GCC.
35939 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35941         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35942         on _QL, which is set by umul_ppmm but never used.
35943         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35944         variables, which are set by GMP macros but never used.
35945         * stdio-common/_itowa.c (_itowa): Likewise.
35946         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35947         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35949 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35951         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35952         struct La_sh_regs is not constant.
35953         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35954         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35955         and struct La_sparc64_regs are not constant.
35957 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35959         * sysdeps/unix/sysv/linux/kernel-features.h
35960         (__ASSUME_POSIX_TIMERS): Remove.
35961         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35962         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35963         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35964         Make code unconditional.
35965         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35966         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35967         Make code unconditional.
35968         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35969         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35970         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35971         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35972         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35973         Make code unconditional.
35974         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35975         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35976         (__libc_missing_posix_timers): Remove.
35978 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35980         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35981         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35983         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35985         * elf/dl-sym.c: Include <stdlib.h>.
35987         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35988         constants, which avoids warnings in 32-bit builds.
35990         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35991         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35993         * misc/lseek.c: File moved to ...
35994         * io/lseek.c: ... here.
35996         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35998         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35999         shifting LEN more than 31 bits at once.
36001 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36003         [BZ #14195]
36004         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36005         segmentation fault for a case of two empty input strings.
36006         * string/test-strncasecmp.c (check1): Renamed to...
36007         (bz12205): ...this.
36008         (bz14195): Add new testcase for two empty input strings and N > 0.
36009         (test_main): Call new testcase, adapt for renamed function.
36011 2012-08-15  Andreas Jaeger  <aj@suse.de>
36013         [BZ #14090]
36014         * crypt/md5test2.c: New test, based on test supplied by Serge
36015         Belyshev <belyshev@depni.sinp.msu.ru>.
36016         * crypt/Makefile (xtests): Add md5test-giant..
36017         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36019 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36021         [BZ #14090]
36022         * crypt/md5.c (md5_process_block): Don't assume the buffer
36023         length is less than 2**32.
36024         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36025         length is less than 2**64.
36027 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36029         * string/str-two-way.h: Include <sys/param.h>.
36030         (MAX): Macro removed.
36032         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36033         Move #define and #undef of memmove to just before and after
36034         including <string.h>.
36036         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36037         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36038         and after including <string.h>.  Move declarations of
36039         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36040         to before #include "string/memmove.c".
36042         * include/dirent.h: Declare __getdirentries.
36044         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36045         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36047 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36049         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36050         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36051         * sysdeps/i386/configure: Regenerated.
36052         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36053         STABS_CURRENT_FILE, and STABS_FUN.
36054         (END): Remove call to STABS_FUN_END.
36055         (STABS_CURRENT_FILE1): Delete.
36056         (STABS_CURRENT_FILE): Likewise.
36057         (STABS_FUN): Likewise.
36058         (STABS_FUN_END): Likewise.
36059         (STABS_FUN2): Likewise.
36060         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36061         * sysdeps/x86_64/configure: Regenerated.
36063 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36065         * elf/dl-open.c: Include <atomic.h>.
36066         * elf/dl-lookup.c: Likewise.
36068 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36070         * sysdeps/unix/sysv/linux/kernel-features.h
36071         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36072         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36073         unconditionally.
36074         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36075         unconditionally.
36076         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36077         condition on __ASSUME_CLONE_THREAD_FLAGS.
36079 2012-08-14  Andreas Jaeger  <aj@suse.de>
36081         * sysdeps/i386/fpu/libm-test-ulps: Update.
36083 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36085         * include/atomic.h (atomic_exchange_and_add): Split into ...
36086         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36087         New atomic macros.
36089 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36091         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36093 2012-08-13  Jeff Law <law@redhat.com>
36095         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36096         null byte in the output string.
36098 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36100         * sysdeps/unix/sysv/linux/kernel-features.h
36101         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36102         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36103         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36104         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36105         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36106         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36107         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36109 2012-08-09  Jeff Law <law@redhat.com>
36111         [BZ #13939]
36112         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36113         When avoid_arena is set, don't retry in the that arena.  Pick the
36114         next one, whatever it might be.
36115         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36116         (arena_lock): Pass in new parameter to arena_get2.
36117         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36118         arena_get2.
36119         (__libc_malloc): Unify retrying after main arena failure with
36120         __libc_memalign version.
36121         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36123 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36125         [BZ #14166]
36126         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36127         to __redirect_strstr.
36128         (__strstr_sse42): Use typeof __redirect_strstr.
36129         (__strstr_ia32): Likewise.
36130         (__libc_strstr): New prototype.
36131         (strstr): Renamed to ...
36132         (__libc_strstr): This.
36133         (strstr): New strong alias of __libc_strstr.
36134         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36135         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36136         __redirect_time.
36137         Include <time.h>.
36138         (__libc_time): New prototype.
36139         (time_ifunc): Replace time with __libc_time.
36140         (time): New strong alias and hidden definition of __libc_time.
36141         (__GI_time): Remove strong alias.
36142         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36143         Include <stddef.h>.
36144         (memmove): Redefined to __redirect_memmove.
36145         (__memmove_sse2): Use typeof __redirect_memmove.
36146         (__memmove_ssse3): Likewise.
36147         (__memmove_ssse3_back): Likewise.
36148         (__libc_memmove): New prototype.
36149         (memmove): Renamed to ...
36150         (__libc_memmove): This.
36151         (memmove): New strong alias of __libc_memmove.
36153 2012-08-08  Mark Salter  <msalter@redhat.com>
36155         * elf/elf.h
36156         (R_MN10300_TLS_GD): Define.
36157         (R_MN10300_TLS_LD): Likewise.
36158         (R_MN10300_TLS_LDO): Likewise.
36159         (R_MN10300_TLS_GOTIE): Likewise.
36160         (R_MN10300_TLS_IE): Likewise.
36161         (R_MN10300_TLS_LE): Likewise.
36162         (R_MN10300_TLS_DTPMOD): Likewise.
36163         (R_MN10300_TLS_DTPOFF): Likewise.
36164         (R_MN10300_TLS_TPOFF): Likewise.
36165         (R_MN10300_SYM_DIFF): Likewise.
36166         (R_MN10300_ALIGN): Likewise.
36167         (R_MN10300_NUM): Update.
36169 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36171         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36172         Remove.
36174 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36176         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36178         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36179         sysdeps/unix -> sysdeps/posix move.
36180         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36182 2012-08-07      Allan McRae     <allan@archlinux.org>
36184         [BZ #14303]
36185         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36186         (SUNOS_CPP): Likewise.
36187         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36188         not found.
36189         (open_input): Call CPP using execvp.
36191 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36193         * sysdeps/unix/sysv/linux/kernel-features.h
36194         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36195         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36196         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36197         (__ASSUME_WAITID_SYSCALL): Likewise.
36198         * sysdeps/unix/sysv/linux/dl-execstack.c
36199         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36200         code unconditional.
36201         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36202         conditional code.
36203         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36204         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36205         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36206         code.
36207         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36208         unconditional.
36209         [__ASSUME_WAITID_SYSCALL]: Likewise.
36210         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36212 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36214         * sysdeps/unix/closedir.c: Renamed to ...
36215         * sysdeps/posix/closedir.c: ... here.
36216         * sysdeps/unix/dirfd.c: Renamed to ...
36217         * sysdeps/posix/dirfd.c: ... here.
36218         * sysdeps/unix/dirstream.h: Renamed to ...
36219         * sysdeps/posix/dirstream.h: ... here.
36220         * sysdeps/unix/fdopendir.c: Renamed to ...
36221         * sysdeps/posix/fdopendir.c: ... here.
36222         * sysdeps/unix/opendir.c: Renamed to ...
36223         * sysdeps/posix/opendir.c: ... here.
36224         * sysdeps/unix/readdir.c: Renamed to ...
36225         * sysdeps/posix/readdir.c: ... here.
36226         * sysdeps/unix/readdir_r.c: Renamed to ...
36227         * sysdeps/posix/readdir_r.c: ... here.
36228         * sysdeps/unix/rewinddir.c: Renamed to ...
36229         * sysdeps/posix/rewinddir.c: ... here.
36230         * sysdeps/unix/seekdir.c: Renamed to ...
36231         * sysdeps/posix/seekdir.c: ... here.
36232         * sysdeps/unix/telldir.c: Renamed to ...
36233         * sysdeps/posix/telldir.c: ... here.
36234         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36235         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36236         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36237         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36239         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36240         * bits/fcntl.h: ... here.
36242         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36243         not 0.
36244         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36245         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36246         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36247         (struct flock): Move l_start, l_len to the beginning.
36248         Use __pid_t for l_pid.
36249         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36250         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36251         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36252         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36253         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36254         [__USE_LARGEFILE64] (struct flock64): New type.
36255         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36257         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36258         * bits/dirent.h: ... here.
36260         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36261         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36263 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36265         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36266         Change from 2.6.0 to 2.6.16.
36267         * sysdeps/unix/sysv/linux/configure: Regenerated.
36268         * sysdeps/unix/sysv/linux/kernel-features.h
36269         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36270         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36271         version.
36272         (__ASSUME_UTIMES): Likewise.
36273         (__ASSUME_CLONE_STOPPED): Remove.
36274         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36275         architectures, not kernel version.
36276         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36277         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36278         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36279         (__ASSUME_WAITID_SYSCALL): Likewise.
36280         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36281         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36282         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36283         refer to older versions.
36285 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36287         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36288         Define alphasort64 as an alias.
36289         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36290         Define versionsort64 as an alias.
36291         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36292         Define scandir64 as an alias.
36293         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36294         Define scandirat64 as an alias.
36295         * dirent/alphasort64.c (alphasort64):
36296         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36297         * dirent/versionsort64.c: Likewise.
36298         * dirent/scandir64.c: Likewise.
36299         * dirent/scandirat64.c: Likewise.
36300         * sysdeps/wordsize-64/alphasort.c: File removed.
36301         * sysdeps/wordsize-64/alphasort64.c: File removed.
36302         * sysdeps/wordsize-64/scandir.c: File removed.
36303         * sysdeps/wordsize-64/scandir64.c: File removed.
36304         * sysdeps/wordsize-64/scandirat.c: File removed.
36305         * sysdeps/wordsize-64/scandirat64.c: File removed.
36306         * sysdeps/wordsize-64/versionsort.c: File removed.
36307         * sysdeps/wordsize-64/versionsort64.c: File removed.
36308         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36309         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36310         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36311         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36312         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36313         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36314         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36315         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36317         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36318         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36319         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36320         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36321         [defined __arch64__ || defined __sparcv9]
36322         (__INO_T_MATCHES_INO64_T): New macro.
36323         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36324         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36325         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36326         * sysdeps/unix/sysv/linux/bits/dirent.h
36327         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36328         (_DIRENT_MATCHES_DIRENT64): New macro.
36330         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36331         Define lockf64 as an alias.
36332         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36333         Define fseeko64 as an alias.
36334         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36335         Define ftello64 as an alias.
36336         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36337         Define _IO_fgetpos64 and fgetpos64 as aliases.
36338         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36339         Define _IO_fsetpos64 and fsetpos64 as aliases.
36340         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36341         Conditionalize body on this.
36342         * libio/fseeko64.c: Likewise.
36343         * libio/ftello64.c: Likewise.
36344         * libio/iofgetpos64.c: Likewise.
36345         * libio/iofsetpos64.c: Likewise.
36346         * sysdeps/wordsize-64/lockf.c: File removed.
36347         * sysdeps/wordsize-64/lockf64.c: File removed.
36348         * sysdeps/wordsize-64/fseeko.c: File removed.
36349         * sysdeps/wordsize-64/fseeko64.c: File removed.
36350         * sysdeps/wordsize-64/ftello.c: File removed.
36351         * sysdeps/wordsize-64/ftello64.c: File removed.
36352         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36353         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36354         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36355         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36356         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36357         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36358         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36359         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36360         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36361         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36362         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36363         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36364         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36365         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36367         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36368         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36369         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36370         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36371         [defined __arch64__ || defined __sparcv9]
36372         (__OFF_T_MATCHES_OFF64_T): New macro.
36373         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36374         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36375         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36376         (__OFF_T_MATCHES_OFF64_T): New macro.
36378 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36380         * stdlib/secure-getenv.c (__secure_getenv): Replace
36381         GLIBC_2_16 with GLIBC_2_17.
36383 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36385         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36386         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36388 2012-08-03  David S. Miller  <davem@davemloft.net>
36390         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36392 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36394         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36395         Remove.
36396         (__ASSUME_CORRECT_SI_PID): Likewise.
36397         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36398         (__ASSUME_TMPFS_NAME): Likewise.
36399         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36400         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36401         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36402         (HAVE_AUX_SECURE): Make definition unconditional.
36403         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36404         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36406 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36408         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36409         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36410         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36411         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36412         __eloop_threshold instead of SYMLOOP_MAX.
36414         * sysdeps/generic/eloop-threshold.h: New file.
36415         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36416         of MAXSYMLINKS.
36417         * elf/chroot_canon.c (chroot_canon): Likewise.
36419 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36421         [BZ #13717]
36422         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36423         Change to 2.6.0 everywhere.
36424         * sysdeps/unix/sysv/linux/configure: Regenerated.
36425         * sysdeps/unix/sysv/linux/kernel-features.h
36426         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36427         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36428         kernel versions.
36429         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36430         (__ASSUME_FUTEX_REQUEUE): Remove.
36431         (__ASSUME_STATFS64): Define unconditionally.
36432         (__ASSUME_AT_SECURE): Likewise.
36433         (__ASSUME_CORRECT_SI_PID): Likewise.
36434         (__ASSUME_TGKILL): Define without depending on kernel version for
36435         i386.
36436         (__ASSUME_UTIMES): Likewise.
36437         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36438         kernel version.
36439         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36440         (__ASSUME_TMPFS_NAME): Likewise.
36441         * README: Update reference to Linux kernel versions.
36443 2012-08-02  Marek Polacek  <polacek@redhat.com>
36445         [BZ# 14150]
36446         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36447         libc_cv_asm_type_prefix with %.
36448         * configure: Regenerated.
36449         * include/libc-symbols.h: Remove comment about
36450         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36451         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36452         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36453         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36454         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36455         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36456         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36457         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36458         * elf/tst-unique2mod1.c: Likewise.
36459         * elf/tst-unique1mod2.c: Likewise.
36460         * elf/tst-unique1mod1.c: Likewise.
36461         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36462         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36463         Replace ASM_TYPE_DIRECTIVE with .type.
36464         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36465         * sysdeps/i386/sysdep.h: Likewise.
36466         * sysdeps/x86_64/sysdep.h: Likewise.
36467         * sysdeps/sh/sysdep.h: Likewise.
36468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36469         Do not define ASM_TYPE_DIRECTIVE.
36470         * sysdeps/powerpc/sysdep.h: Likewise.
36471         * sysdeps/powerpc/powerpc32/sysdep.h:
36472         Replace ASM_TYPE_DIRECTIVE with .type.
36473         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36474         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36475         * sysdeps/i386/fpu/e_powf.S: Likewise.
36476         * sysdeps/i386/fpu/e_expl.S: Likewise.
36477         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36478         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36479         * sysdeps/i386/fpu/e_pow.S: Likewise.
36480         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36481         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36482         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36483         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36484         * sysdeps/i386/fpu/e_log2.S: Likewise.
36485         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36486         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36487         * sysdeps/i386/fpu/e_powl.S: Likewise.
36488         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36489         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36490         * sysdeps/i386/fpu/e_logl.S: Likewise.
36491         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36492         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36493         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36494         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36495         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36496         * sysdeps/i386/fpu/e_log.S: Likewise.
36497         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36498         * sysdeps/i386/fpu/e_logf.S: Likewise.
36499         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36500         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36501         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36502         * sysdeps/i386/fpu/e_log10.S: Likewise.
36503         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36504         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36505         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36506         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36507         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36508         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36509         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36510         * sysdeps/i386/i686/strtok.S: Likewise.
36511         * sysdeps/i386/i386-mcount.S: Likewise.
36512         * sysdeps/i386/strtok.S: Likewise.
36513         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36514         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36515         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36516         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36517         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36518         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36519         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36520         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36521         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36522         * sysdeps/x86_64/_mcount.S: Likewise.
36523         * sysdeps/x86_64/strtok.S: Likewise.
36524         * sysdeps/sh/_mcount.S: Likewise.
36526 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36528         * libio/iofopen.c: Include <fcntl.h>.
36529         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36530         (_IO_fopen64, fopen64): Define as aliases.
36531         * libio/iofopen64.c: Include <fcntl.h>.
36532         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36533         Conditionalize body on this.
36534         * sysdeps/wordsize-64/iofopen.c: File removed.
36535         * sysdeps/wordsize-64/iofopen64.c: File removed.
36537 2012-08-01  Marek Polacek  <polacek@redhat.com>
36539         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36540         Use dlfcn directly instead of a variable.
36541         (binfmt-subdir): Do not define.
36542         (dlfcn): Likewise.
36544 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36546         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36547         Remove all definitions.
36548         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36549         <kernel-features.h>.
36550         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36551         (miss_F_GETOWN_EX): Remove all definitions.
36552         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36553         macro definition.
36554         [!__ASSUME_FCNTL64]: Remove conditional code.
36555         [__ASSUME_FCNTL64]: Make code unconditional.
36556         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36557         <kernel-features.h>.
36558         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36559         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36560         (lockf64) [__NR_fcntl64]: Make code unconditional.
36561         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36563         * sysdeps/unix/sysv/linux/kernel-features.h
36564         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36565         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36566         Make code unconditional.
36567         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36568         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36570         [__NR_vfork]: Make code unconditional.
36571         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36572         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36574         [__NR_vfork]: Make code unconditional.
36575         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36576         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36578 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36580         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36581         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36583         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36584         Define mkstemp64 as an alias.
36585         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36586         Define mkstemps64 as an alias.
36587         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36588         Define mkostemp64 as an alias.
36589         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36590         Define mkostemps64 as an alias.
36591         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36592         Conditionalize body on this.
36593         * misc/mkostemp64.c: Likewise.
36594         * misc/mkostemps64.c: Likewise.
36595         * misc/mkstemps64.c: Likewise.
36596         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36597         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36598         * sysdeps/wordsize-64/mkostemp.c: File removed.
36599         * sysdeps/wordsize-64/mkstemp.c: File removed.
36600         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36601         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36602         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36603         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36605         [BZ #14138]
36606         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36607         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36608         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36609         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36611         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36612         compat_symbol macros from <shlib-compat.h> rather than the underlying
36613         default_symbol_version and symbol_version macros, so that DEFAULT
36614         lines in shlib-versions are respected.
36615         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36617 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36619         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36620         Declare with warn_unused_result.
36621         (setgid, setregid, setegid, setresgid): Likewise.
36622         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36623         Likewise.
36624         * WUR-REPORT: Remove set*id functions.
36626 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36628         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36630 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36632         [BZ #10191]
36633         * include/sys/socket.h (__libc_accept, __libc_accept4):
36634         Add attribute_hidden.
36635         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36637         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36638         use of PTR_MANGLE.
36639         * inet/getnetgrent_r.c (setup): Likewise.
36641         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36643 2012-07-31  David S. Miller  <davem@davemloft.net>
36645         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36647 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36649         [BZ #13629]
36650         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36651         value between 1.0 and 2.0 and smaller part has absolute value less
36652         than 1.0.
36653         * math/s_clog10.c (__clog10): Likewise.
36654         * math/s_clog10f.c (__clog10f): Likewise.
36655         * math/s_clog10l.c (__clog10l): Likewise.
36656         * math/s_clogf.c (__clogf): Likewise.
36657         * math/s_clogl.c (__clogl): Likewise.
36658         * math/libm-test.inc (clog_test): Add more tests.
36659         (clog10_test): Likewise.
36660         * sysdeps/i386/fpu/libm-test-ulps: Update.
36661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36663 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36665         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36666         Exit with zero in case no suitable GID is found, and write a
36667         message to standard error.
36669 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36671         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36672         rather than to 1.
36673         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36674         (MAXPATHLEN): Removed.
36675         (NOGROUP, NODEV): New macros.
36676         (setbit, clrbit, isset, isclr): New macros.
36677         (howmany, roundup, powerof2): New macros.
36678         (DEV_BSIZE): New macro.
36680         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36681         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36683         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36684         definition on [!__NO_LONG_DOUBLE_MATH].
36686         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36687         PTR_MANGLE and PTR_DEMANGLE.
36689         * socket/accept4.c (accept4): Rename to __libc_accept4.
36690         Define accept4 as a weak alias.
36692         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36693         on [_DIRENT_HAVE_D_TYPE].
36694         * io/ftw.c (ftw_dir): Likewise.
36696         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36698         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36700         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36701         Use the BSD numbers rather than the arbitrary ones we had.
36702         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36703         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36704         (SIGXCPU, SIGXFSZ): New macros.
36705         (_NSIG): Now 32.
36707         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36708         initializer on [_LIBC_REENTRANT].
36710         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36711         definitions inside [_POSIX_MAPPED_FILES].
36713         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36715         * dirent/opendir.c: Include <fcntl.h>.
36717         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36718         (__libc_getspecific): Likewise.
36719         (__libc_key_create): Likewise.
36721         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36722         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36723         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36724         (tmpfile64): Define as alias.
36725         * sysdeps/wordsize-64/tmpfile.c: File removed.
36726         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36727         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36728         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36730         * stdio-common/vfscanf.c: Include <stdbool.h>.
36731         * nss/makedb.c: Likewise.
36732         * stdio-common/_i18n_number.h: Likewise.
36733         * argp/argp-help.c: Likewise.
36734         * posix/wordexp.c: Likewise.
36735         * sysdeps/posix/spawni.c: Likewise.
36736         * nss/nss_files/files-initgroups.c: Likewise.
36737         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36738         * nss/nss_files/files-initgroups.c: Likewise.
36739         * nss/nss_db/db-netgrp.c: Likewise.
36740         * nss/nss_db/db-initgroups.c: Likewise.
36741         * io/fchmodat.c: Include <sys/stat.h>.
36743         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36744         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36746         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36747         [HAVE_MMAP].
36749         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36750         Add multiple inclusion protection.
36752 2012-07-27  David S. Miller  <davem@davemloft.net>
36754         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36756 2012-07-27  Gary Benson  <gbenson@redhat.com>
36758         [BZ #14298]
36759         * elf/rtld.c: Include <stap-probe.h>.
36760         (dl_main): Added static probes "init_start" and "init_complete".
36761         * elf/dl-load.c: Include <stap-probe.h>.
36762         (lose): Take new parameter "nsid".
36763         Added static probe "map_failed".
36764         (_dl_map_object_from_fd): Pass namespace id to lose.
36765         Added static probe "map_start".
36766         (open_verify): Pass namespace id to lose.
36767         * elf/dl-open.c: Include <stap-probe.h>.
36768         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36769         and "reloc_complete".
36770         * elf/dl-close.c: Include <stap-probe.h>.
36771         (_dl_close_worker): Added static probes "unmap_start" and
36772         "unmap_complete".
36773         * elf/rtld-debugger-interface.txt: New file documenting the above.
36775 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36777         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36778         rather than a string variable.
36779         * sunrpc/rpc_main.c (h_output): Likewise.
36780         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36782 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36784         * inet/check_native.c: New file.
36786 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36788         [BZ #13629]
36789         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36790         if larger part has absolute value 1.0.
36791         * math/s_clog10.c (__clog10): Likewise.
36792         * math/s_clog10f.c (__clog10f): Likewise.
36793         * math/s_clog10l.c (__clog10l): Likewise.
36794         * math/s_clogf.c (__clogf): Likewise.
36795         * math/s_clogl.c (__clogl): Likewise.
36796         * math/libm-test.inc (clog_test): Add more tests.
36797         (clog10_test): Likewise.
36798         * sysdeps/i386/fpu/libm-test-ulps: Update.
36799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36801         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36802         (pltexit): Likewise.
36803         (La_regs): Likewise.
36804         (La_retval): Likewise.
36805         (int_retval): Likewise.
36806         Update #error for removed macros to refer only to definitions in
36807         tst-audit.h.
36808         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36809         macro.
36810         (pltexit): Likewise.
36811         (La_regs): Likewise.
36812         (La_retval): Likewise.
36813         (int_retval): Likewise.
36814         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36815         macro.
36816         (pltexit): Likewise.
36817         (La_regs): Likewise.
36818         (La_retval): Likewise.
36819         (int_retval): Likewise.
36820         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36821         macro.
36822         (pltexit): Likewise.
36823         (La_regs): Likewise.
36824         (La_retval): Likewise.
36825         (int_retval): Likewise.
36826         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36827         macro.
36828         (pltexit): Likewise.
36829         (La_regs): Likewise.
36830         (La_retval): Likewise.
36831         (int_retval): Likewise.
36832         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36833         macro.
36834         (pltexit): Likewise.
36835         (La_regs): Likewise.
36836         (La_retval): Likewise.
36837         (int_retval): Likewise.
36838         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36839         macro.
36840         (pltexit): Likewise.
36841         (La_regs): Likewise.
36842         (La_retval): Likewise.
36843         (int_retval): Likewise.
36844         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36845         macro definitions in tst-audit.h.
36846         * sysdeps/i386/tst-audit.h: New file.
36847         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36848         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36849         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36850         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36851         * sysdeps/sh/tst-audit.h: Likewise.
36852         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36853         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36854         * sysdeps/x86_64/tst-audit.h: Likewise.
36856 2012-07-26  Andreas Jaeger  <aj@suse.de>
36858         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36859         ptrace.
36861         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36862         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36863         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36864         PTRACE_O_MASK.
36865         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36866         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36867         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36869         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36870         value.
36872         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36873         _sigsys.
36874         (si_call_addr, si_syscall, si_arch): Define new macro.
36875         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36876         _sigsys.
36877         (si_call_addr, si_syscall, si_arch): Define new marcro.
36878         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36879         _sigsys.
36880         (si_call_addr, si_syscall, si_arch): Define new macro.
36881         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36882         _sigsys.
36883         (si_call_addr, si_syscall, si_arch): Define new macro.
36885 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36887         [BZ #13717]
36888         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36889         Change to 2.4.21 where previously 2.4.1.
36890         * sysdeps/unix/sysv/linux/configure: Regenerated.
36891         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36892         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36893         Linux kernel version.
36894         (__ASSUME_STD_AUXV): Remove.
36895         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36896         kernel version.
36897         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36898         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36899         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36900         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36901         (__ASSUME_NETLINK_SUPPORT): Likewise.
36902         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36903         (__no_netlink_support): Remove conditional definition.
36904         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36905         Remove.
36906         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36907         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36908         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36909         (if_nameindex_ioctl): Remove.
36910         (if_nameindex_netlink): Do not handle __no_netlink_support.
36911         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36912         code.
36913         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36914         Remove conditional code.
36915         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36916         code.
36917         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36918         unconditional.
36919         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36920         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36921         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36922         Remove.
36923         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36924         [!__ASSUME_STD_AUXV]: Remove conditional code.
36925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36926         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36927         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36929         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36930         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36931         code.
36932         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36934         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36935         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36936         conditional code.
36937         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36939         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36940         code.
36941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36942         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36943         conditional code.
36944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36945         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36946         code unconditional.
36947         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36948         conditional code.
36949         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36950         unconditional.
36951         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36952         conditional code.
36953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36954         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36955         unconditional.
36956         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36957         conditional code.
36958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36959         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36960         code unconditional.
36961         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36962         conditional code.
36963         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36964         unconditional.
36965         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36966         conditional code.
36967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36968         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36969         code unconditional.
36970         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36971         conditional code.
36972         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36973         unconditional.
36974         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36975         conditional code.
36977 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36979         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36980         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36981         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36982         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36983         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36984         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36985         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36986         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36987         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36988         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36989         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36990         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36991         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36992         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36993         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36994         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36995         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36996         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36997         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36998         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36999         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37000         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37001         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37003 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37005         * Versions.def: Add GLIBC_2.17.
37006         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37007         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37008         Introduce __libc_secure_getenv.
37009         * stdlib/Versions (2.17): Add secure_getenv
37010         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37011         * stdlib/secure-getenv.c: Rename __secure_getenv to
37012         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37013         symbol __secure_getenv for GLIBC_2.0.
37014         * stdlib/tst-secure-getenv.c: New.
37015         * stdlib/Makefile (tests): Add testcase.
37016         * manual/startup.texi (Environment Access): Document
37017         secure_getenv.
37018         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37019         __libc_secure_getenv.
37020         * inet/ruserpass.c (ruserpass): Likewise.
37021         * malloc/mtrace.c (mtrace): Likewise.
37022         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37023         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37024         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37025         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37026         HAVE_SECURE_GETENV.
37027         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37028         __secure_getenv to __libc_secure_getenv.
37029         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37031         Likewise.
37032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37033         Likewise.
37034         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37035         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37036         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37037         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37039         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37042 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37044         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37045         (struct La_i86_retval): Likewise.
37046         (struct La_x86_64_regs): Likewise.
37047         (struct La_x86_64_retval): Likewise.
37048         (struct La_x32_regs): Likewise.
37049         (struct La_x32_retval): Likewise.
37050         (struct La_ppc32_regs): Likewise.
37051         (struct La_ppc32_retval): Likewise.
37052         (struct La_ppc64_regs): Likewise.
37053         (struct La_ppc64_retval): Likewise.
37054         (struct La_sh_regs): Likewise.
37055         (struct La_sh_retval): Likewise.
37056         (struct La_s390_32_regs): Likewise.
37057         (struct La_s390_32_retval): Likewise.
37058         (struct La_s390_64_regs): Likewise.
37059         (struct La_s390_64_retval): Likewise.
37060         (struct La_sparc32_regs): Likewise.
37061         (struct La_sparc32_retval): Likewise.
37062         (struct La_sparc64_regs): Likewise.
37063         (struct La_sparc64_retval): Likewise.
37064         (struct audit_ifaces): Remove architecture-specific pltenter and
37065         pltexit members.
37066         * sysdeps/i386/ldsodefs.h: New file.
37067         * sysdeps/powerpc/ldsodefs.h: Likewise.
37068         * sysdeps/s390/ldsodefs.h: Likewise.
37069         * sysdeps/sh/ldsodefs.h: Likewise.
37070         * sysdeps/sparc/ldsodefs.h: Likewise.
37071         * sysdeps/x86_64/ldsodefs.h: Likewise.
37073 2012-07-25  Marek Polacek  <polacek@redhat.com>
37075         [BZ #6808]
37076         * math/libm-test.inc (yn_test): Add another test.
37077         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37078         to ERANGE when the result is +-Inf.
37079         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37080         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37081         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37082         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37084 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37086         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37087         equal to 0.
37088         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37089         clock_t.
37090         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37092 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37094         * configure.in <sysdeps resolving>: Correct printing
37095         Implies_before.
37096         * configure: Regenerate.
37098 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37100         * math/w_ilogb.c: Include <limits.h>.
37101         * math/w_ilogbl.c: Likewise.
37103 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37105         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37106         va_copy.  Document allowing for unavailable va_copy only as
37107         pre-C99 compatibility.
37108         * manual/string.texi (Copying and Concatenation): Use va_copy
37109         instead of __va_copy in concat example.
37111 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37113         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37114         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37115         it if not null.
37117         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37118         with O_NOLINK passed to __file_name_lookup.
37120         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37121         with O_NOLINK passed to __file_name_lookup.
37123         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37124         negative N or less than NGIDS.
37126         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37127         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37128         enough.  Use memcpy instead of strncpy.
37130 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37132         * elf/Makefile (check-data): Remove.
37133         (localplt.data): New vpath directive.
37134         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37135         instead of $(check-data).
37136         * scripts/data/localplt-generic.data: Move to ...
37137         * sysdeps/generic/localplt.data: ... here.
37138         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37139         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37140         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37142         ... here.
37143         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37145         ... here.
37146         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37148         ... here.
37149         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37151         ... here.
37152         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37154         ... here.
37155         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37156         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37157         ... here.
37159 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37161         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37162         PPC32 and PPC64 files.
37163         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37164         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37166 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37168         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37169         __makecontext_ret to ...
37170         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37171         ... here and call exit if uc_link is NULL.  New file.
37172         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37173         __makecontext_ret.S.
37174         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37175         __makecontext_ret to ...
37176         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37177         ... here and call exit if uc_link is NULL.  New file.
37178         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37179         __makecontext_ret.S.
37181 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37183         * elf/elf.h (R_390_IRELATIVE): New definition.
37184         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37185         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37186         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37187         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37188         (elf_machine_lazy_rel): Likewise.
37189         * sysdeps/s390/dl-irel.h: New file.
37190         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37191         * sysdeps/s390/s390-64/memset.S: New asm code.
37192         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37193         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37194         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37195         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37196         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37197         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37198         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37199         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37200         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37201         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37202         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37203         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37204         * sysdeps/s390/s390-32/memset.S: New asm code.
37205         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37207 2012-07-17  Marek Polacek  <polacek@redhat.com>
37209         [BZ #14349]
37210         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37211         * sysdeps/s390/s390-64/configure.in: Likewise.
37212         * sysdeps/sparc/configure.in: Likewise.
37213         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37214         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37215         * sysdeps/i386/configure.in: Likewise.
37216         * sysdeps/x86_64/configure.in: Likewise.
37217         * sysdeps/sh/configure.in: Likewise.
37218         * sysdeps/s390/s390-32/configure: Regenerated.
37219         * sysdeps/s390/s390-64/configure: Likewise.
37220         * sysdeps/x86_64/configure: Likewise.
37221         * sysdeps/sh/configure: Likewise.
37222         * sysdeps/powerpc/powerpc64/configure: Likewise.
37223         * sysdeps/powerpc/powerpc32/configure: Likewise.
37224         * sysdeps/sparc/configure: Likwise.
37225         * sysdeps/i386/configure: Likewise.
37227         * elf/dl-open.c: Comment fixes.
37229 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37231         * Makefile [CXX] (check-data): Remove.
37232         [CXX] (c++-types.data): New vpath directive.
37233         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37234         vpath.  Do not allow for C++ type data being missing.
37235         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37236         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37237         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37238         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37239         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37240         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37241         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37243         ... here.
37244         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37246         ... here.
37247         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37249         ... here.
37250         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37251         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37252         ... here.
37253         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37254         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37255         ... here.
37256         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37257         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37258         ... here.
37259         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37260         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37261         ... here.
37262         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37263         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37265         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37266         definitions to architecture-specific files.
37267         (TLS_IE): Likewise.
37268         (TLS_LD): Likewise.
37269         (TLS_GD): Likewise.
37270         * sysdeps/i386/tls-macros.h: New file.
37271         * sysdeps/powerpc/tls-macros.h: Likewise.
37272         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37273         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37274         * sysdeps/sh/tls-macros.h: Likewise.
37275         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37276         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37277         * sysdeps/x86_64/tls-macros.h: Likewise.
37279 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37281         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37282         zero value for regular exit case.
37284         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37285         (__start_context): Preserve zero value for regular exit case.
37287 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37288             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37290         * manual/setjmp.texi (setcontext): Clarify normal process
37291         termination when uc_link is the null pointer.
37292         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37293         exit call.
37295 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37297         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37298         preprocessor.  Test for each exception mask separately.
37300 2012-07-16  Andreas Jaeger  <aj@suse.de>
37302         * po/ru.po: Update from translation team.
37304 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37306         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37307         equal to 0.
37308         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37309         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37310         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37311         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37312         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37314 2012-07-13  Andreas Jaeger  <aj@suse.de>
37316         * po/fr.po: Update from translation team.
37318 2012-07-12  Marek Polacek  <polacek@redhat.com>
37320         [BZ #14173]
37321         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37322         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37323         loop condition.
37325 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37327         [BZ #13717]
37328         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37329         Change to 2.4.1 where previously 2.4.0.
37330         * sysdeps/unix/sysv/linux/configure: Regenerated.
37331         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37332         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37333         version.
37334         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37335         (__ASSUME_AT_CLKTCK): Remove.
37336         (__ASSUME_AT_PAGESIZE): Likewise.
37337         (__ASSUME_AT_XID): Likewise.
37338         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37339         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37340         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37341         unconditionally.
37342         (HAVE_AUX_PAGESIZE): Likewise.
37343         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37344         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37345         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37347 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37349         [BZ #14307]
37350         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37351         the temporary buffer used to invoke __gethostbyname2_r,
37352         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37353         host_data / struct gaih_addrtuple.
37354         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37355         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37356         header file nss/nsswitch.h.
37357         * nss/nsswitch.h (global scope): Add definition of implementation
37358         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37359         resolv/nss_dns/dns-host.c).
37361 2012-07-11  Andreas Jaeger  <aj@suse.de>
37363         * po/fr.po: Update from translation team.
37365         * po/sv.po: Update from translation team
37366         * po/fr.po: Another update from translation team.
37368 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37370         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37371         for subnormals or multiply small sinh result by itself.
37372         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37375 2012-07-11  David S. Miller  <davem@davemloft.net>
37377         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37379 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37381         [BZ #14347]
37382         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37383         (INTERNAL_MARK): Shift it here.
37385 2012-07-10  Marek Polacek  <polacek@redhat.com>
37387         [BZ #14151]
37388         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37389         libc_cv_asm_global_directive with .globl.
37390         * configure: Regenerated.
37391         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37392         with .globl.
37393         * sysdeps/i386/configure: Regenerated.
37394         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37395         with .globl.
37396         * sysdeps/x86_64/configure: Regenerated.
37397         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37398         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37399         * elf/tst-unique2mod2.c: Likewise.
37400         * elf/tst-unique2mod1.c: Likewise.
37401         * elf/tst-unique1mod2.c: Likewise.
37402         * elf/tst-unique1mod1.c: Likewise.
37403         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37404         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37405         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37406         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37407         * sysdeps/mach/sysdep.h: Likewise.
37408         * sysdeps/i386/sysdep.h: Likewise.
37409         * sysdeps/i386/i386-mcount.S: Likewise.
37410         * sysdeps/x86_64/_mcount.S: Likewise.
37411         * sysdeps/x86_64/sysdep.h: Likewise.
37412         * sysdeps/sh/_mcount.S: Likewise.
37413         * sysdeps/sh/sysdep.h: Likewise.
37414         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37415         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37416         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37417         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37418         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37419         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37420         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37421         * locale/localeinfo.h: Likewise.
37422         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37423         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37425 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37427         [BZ #14336]
37428         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37429         system".
37430         * manual/message.texi (The Uniforum approach): Likewise.
37431         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37432         (glibc iconv Implementation): Likewise.
37434 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37436         [BZ #14337]
37437         * math/s_clog.c (__clog): Avoid scaling a value down where that
37438         could result in underflow.
37439         * math/s_clog10.c (__clog10): Likewise.
37440         * math/s_clog10f.c (__clog10f): Likewise.
37441         * math/s_clog10l.c (__clog10l): Likewise.
37442         * math/s_clogf.c (__clogf): Likewise.
37443         * math/s_clogl.c (__clogl): Likewise.
37444         * math/libm-test.inc (clog_test): Add more tests.
37445         (clog10_test): Likewise.
37446         * sysdeps/i386/fpu/libm-test-ulps: Update.
37447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37449 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37451         [BZ #14283]
37452         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37453         by 7 not 8 to examine high bit of fractional part.
37455         [BZ #14042]
37456         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37457         for call to __mcount_internal.
37458         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37459         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37460         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37462 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37464         [BZ #14154]
37465         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37466         approximation for values within 0x1p-13f of an odd multiple of
37467         pi/4.
37468         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37469         exception.  Add more tests.
37470         * sysdeps/i386/fpu/libm-test-ulps: Update.
37472         [BZ #6778]
37473         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37474         inputs and return -1 for them.  Do not check for +Inf in case not
37475         reachable for +Inf.
37476         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37477         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37478         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37479         and return -1 for them.  Do not check for +Inf in case not
37480         reachable for +Inf.
37481         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37482         define.
37483         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37484         and return -1 for them.  Do not check for +Inf in case not
37485         reachable for +Inf.
37486         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37487         spurious underflow.
37488         * sysdeps/i386/fpu/libm-test-ulps: Update.
37489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37491 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37493         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37495 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37497         [BZ #14157]
37498         [BZ #14331]
37499         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37500         could result in spurious underflow.  Scale down values above
37501         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37502         * math/s_csqrtf.c (__csqrtf): Likewise.
37503         * math/s_csqrtl.c (__csqrtl): Likewise.
37504         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37505         spurious underflow.
37506         * sysdeps/i386/fpu/libm-test-ulps: Update.
37507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37509 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37511         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37512         xopen-msg.sed.
37513         * catgets/xopen-msg.awk: New file.
37514         * catgets/xopen-msg.sed: Removed.
37516         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37517         po2text.sed.
37518         * intl/po2test.awk: New file.
37519         * intl/po2test.sed: Removed.
37521 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37523         [BZ #14328]
37524         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37525         or multiply small sinh result by itself.
37526         * math/s_ctanf.c (__ctanf): Likewise.
37527         * math/s_ctanh.c (__ctanh): Likewise.
37528         * math/s_ctanhf.c (__ctanhf): Likewise.
37529         * math/s_ctanhl.c (__ctanhl): Likewise.
37530         * math/s_ctanl.c (__ctanl): Likewise.
37531         * math/libm-test.inc (ctan_test_tonearest): New function.
37532         (ctan_test_towardzero): Likewise.
37533         (ctan_test_downward): Likewise.
37534         (ctan_test_upward): Likewise.
37535         (ctanh_test_tonearest): Likewise.
37536         (ctanh_test_towardzero): Likewise.
37537         (ctanh_test_downward): Likewise.
37538         (ctanh_test_upward): Likewise.
37539         (main): Call these new functions.
37540         * sysdeps/i386/fpu/libm-test-ulps: Update.
37541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37543 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37545         * .gitignore: Delete /ports entry.
37547 2012-07-03  Andreas Jaeger  <aj@suse.de>
37549         * po/bg.po: Update from translation team.
37550         * po/cs.po: Likewise.
37551         * po/de.po: Likewise.
37552         * po/hr.po: Likewise.
37553         * po/nl.pl: Likewise.
37554         * po/pl.po: Likewise.
37555         * po/vi.po: Likewise.
37557 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37559         * Makeconfig [!+link] (+link-before-libc): New variable.
37560         [!+link] (+link-after-libc): Likewise.
37561         [!+link] (+link-tests): Likewise.
37562         [!+link] (+link): Define in terms of $(+link-before-libc) and
37563         $(+link-after-libc).
37564         [!+link-static] (+link-static-before-libc): New variable.
37565         [!+link-static] (+link-static-after-libc): Likewise.
37566         [!+link-static] (+link-static-tests): Likewise.
37567         [!+link-static] (+link-static): Define in terms of
37568         $(+link-static-before-libc) and $(+link-static-after-libc).
37569         [build-shared] (link-libc-before-gnulib): New variable.
37570         [build-shared] (link-libc-tests): Likewise.
37571         [build-shared] (link-libc): Define in terms of
37572         $(link-libc-before-gnulib).
37573         [!build-shared] (link-libc-tests): New variable.
37574         (link-libc-static-tests): New variable.
37575         [!gnulib] (gnulib-arch): New variable.
37576         [!gnulib] (gnulib-tests): Likewise.
37577         [!gnulib] (static-gnulib-arch): Likewise.
37578         [!gnulib] (static-gnulib-tests): Likewise.
37579         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37580         Define with "=" instead of ":=".
37581         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37582         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37583         * Rules (binaries-all-notests): New variable.
37584         (binaries-all-tests): Likewise.
37585         (binaries-static-notests): Likewise.
37586         (binaries-static-tests): Likewise.
37587         (binaries-all): Define using $(binaries-all-notests) and
37588         $(binaries-all-tests).
37589         (binaries-static): Define using $(binaries-static-notests) and
37590         $(binaries-static-tests).
37591         (binaries-shared-tests): New variable.
37592         (binaries-shared-notests): Likewise.
37593         (binaries-shared): Remove variable.
37594         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37595         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37596         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37597         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37598         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37599         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37600         * elf/Makefile (sln-modules): New variable.
37601         (extra-objs): Add $(sln-modules:=.o).
37602         (ldconfig-modules): Add static-stubs.
37603         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37604         * elf/static-stubs.c: New file.
37606         [BZ #14283]
37607         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37608         by 7 not 8 to examine high bit of fractional part.  Use volatile
37609         variables when splitting into final array of floats if
37610         __FLT_EVAL_METHOD__ != 0.
37611         * math/libm-test.inc (cos_test): Add another test.
37612         (sin_test): Likewise.
37613         * sysdeps/i386/fpu/libm-test-ulps: Update.
37615         [BZ #14273]
37616         * math/libm-test.inc (cosh_test): Add more tests.
37618         * version.h (RELEASE): Set to "development".
37619         (VERSION): Set to "2.16.90".
37621 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37623         * NEWS: Update copyright. Remove last-updated date.
37624         Mention math library bug fixes and timezone data changes.
37625         * README: Mention GNU/Hurd, x32, and HPPA support status.
37627 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37629         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37631 2012-06-27  Andreas Jaeger  <aj@suse.de>
37633         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37635 2012-06-25  Andreas Jaeger  <aj@suse.de>
37637         * sysdeps/s390/fpu/libm-test-ulps: Update.
37639 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37640             Thomas Schwinge  <thomas@codesourcery.com>
37642         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37643         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37644         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37645         fanotify_mark.
37647 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37649         * sysdeps/mach/start.c: Remove file.
37650         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37651         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37652         * sysdeps/sh/init-first.c: Likewise.
37654         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37655         registers for frame unwinding purposes, add CFI directives.
37656         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37657         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37658         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37659         Likewise.
37661         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37662         __fortify_fail returning.
37663         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37665         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37666         sysdeps/sh/____longjmp_chk.S.
37667         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37668         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37669         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37670         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37672         * sysdeps/sh/abort-instr.h: New file.
37673         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37674         process in case exit returns.
37676         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37677         initialize the GOT register before use.
37679         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37680         calculation of ARGC > 4.
37682         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37683         meaningful names to some local labels.
37685 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37686             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37688         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37689         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37690         (__arch_compare_and_exchange_val_16_acq): Likewise.
37691         (__arch_compare_and_exchange_val_32_acq): Likewise.
37692         (atomic_exchange_and_add): Fix gUSA sequence.
37693         (atomic_add): Likewise.
37694         (atomic_add_negative): Likewise.
37695         (atomic_add_zero): Likewise.
37696         (atomic_bit_test_set): Likewise.
37698 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37700         [BZ #13579]
37701         * include/link.h (struct link_map): Add l_free_initfini.
37702         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37703         l_initfini.
37704         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37705         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37706         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37707         set.
37709 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37711         * configure.in: Use AC_LANG_SOURCE.
37712         * configure: Regenerate.
37714 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37716         * configure.in (libc_cv_localstatedir): New substituted variable.
37717         * configure: Regenerated.
37718         * config.make.in (localstatedir): New variable, substituted from
37719         libc_cv_localstatedir.
37720         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37721         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37722         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37723         * sysdeps/gnu/configure: Regenerated.
37725 2012-06-21  Jeff Law  <law@redhat.com>
37727         [BZ #14277]
37728         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37729         free.  Simplify list management for _LIBC case.
37731 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37733         [BZ #14273]
37734         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37735         Clear sign bit of 64-bit integer value before comparing against
37736         overflow value.
37738         * sysdeps/mach/configure: Regenerated.
37740 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37742         [BZ #14278]
37743         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37745 2012-06-21  Jeff Law  <law@redhat.com>
37747         [BZ #13882]
37748         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37749         uint16_t for elements in the "seen" array to avoid char overflows.
37750         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37751         * elf/dl-open.c (dl_open_worker): Likewise.
37753 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37755         * scripts/list-sources.sh: Scan PORTS for translations.
37756         * po/libc.pot: Regenerated.
37758 2012-06-21  Andreas Jaeger  <aj@suse.de>
37760         [BZ #12194]
37761         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37762         warning.
37763         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37764         * bits/byteswap-16.h (__bswap_16): Likewise.
37765         * bits/byteswap.h (__bswap_constant_16): Likewise.
37767 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37769         [BZ #14117]
37770         * sysdeps/i386/fpu_control.h: Removed.
37771         * sysdeps/x86_64/fpu_control.h: Moved to ...
37772         * sysdeps/x86/fpu_control.h: Here.
37774         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37775         (_FPU_SETCW): Likewise.
37777 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37779         [BZ #14117]
37780         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37781         * sysdeps/x86/fpu/bits/mathinline.h: This.
37782         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37784         [BZ #14050]
37785         [BZ #14117]
37786         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37787         functions if __x86_64__ is defined.
37789 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37791         * string/endian.h: Add !__ASSEMBLER__ condition for including
37792         conversion interfaces.
37794 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37796         [BZ #14241]
37797         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37798         of ABS(x) in calculating zero to negative powers other than odd
37799         integers.
37800         * math/libm-test.inc (pow_test): Add more tests.
37802 2012-06-15  Andreas Jaeger  <aj@suse.de>
37804         * manual/contrib.texi (Contributors): Update entry of Liubov
37805         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37806         Machado Filho.
37808 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37810         * string/string.h: Add __wur to GNU version of strerror_r.
37812 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37814         [BZ #14229]
37815         * string/Makefile (tests): Add tst-strtok_r.
37816         * string/tst-strtok_r.c: New file.
37817         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37818         RAX_LP/RDX_LP on SAVE_PTR.
37820 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37822         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37824 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37826         * libm_test.inc (csqrt_test): Allow more spurious underflow
37827         exceptions.
37828         (j0_test): Likewise.
37829         (j1_test): Likewise.
37830         (y0_test): Likewise.
37831         (y1_test): Likewise.
37833 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37835         * po/Makefile (libc.pot): Use UTF-8 charset.
37837 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37839         [BZ #14210]
37840         Suppress sign-conversion warning from FD_SET.
37841         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37842         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37843         not unsigned long int.
37844         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37846 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37848         [BZ #14050]
37849         [BZ #14117]
37850         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37851         __extern_always_inline instead of __extern_inline.
37852         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37853         (__signbit): Likewise.
37854         (__signbitl): Support C++ namespace.
37855         (lrintf): New inline function.
37856         (lrint): Likewise.
37857         (llrintf): Likewise.
37858         (llrint): Likewise.
37859         (fmaxf): Likewise.
37860         (fmax): Likewise.
37861         (fminf): Likewise.
37862         (fmin): Likewise.
37863         (rint): Likewise.
37864         (rintf): Likewise.
37865         (ceil): Likewise.
37866         (ceilf): Likewise.
37867         (floor): Likewise.
37868         (floorf): Likewise.
37869         (nearbyint): Likewise.
37870         (nearbyintf): Likewise.
37872 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37874         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37875         non-default versions.
37877 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37879         [BZ #14218]
37880         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37882 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37884         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37885         (FE_UPWARD, FE_DOWNWARD): Don't define.
37886         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37887         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37889         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37890         reading it.
37891         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37892         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37894 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37896         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37897         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37898         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37899         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37901 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37903         [BZ #14117]
37904         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37905         * sysdeps/i386/fpu/Implies: New file.
37906         * sysdeps/x86_64/fpu/Implies: Likewise.
37907         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37908         * sysdeps/x86/fpu/bits/fenv.h: This.
37910         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37911         __SSE_MATH__.
37913 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37915         [BZ #14134]
37916         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37917         character 0xffff that matches the last element of the
37918         conversion table.
37920 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37922         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37923         fmodl commit.
37925 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37927         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37928         values higher than 25.6283.
37930 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37932         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37933         subnormal exponent extraction and add some __builtin_expect.
37934         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37935         Fix for subnormal mantissa calculation.
37937 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37939         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37940         cpu2 is -1 and errno is not ENOSYS.
37942 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37944         [BZ #14117]
37945         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37946         * sysdeps/x86/bits/string.h: This.
37947         * sysdeps/x86_64/bits/string.h: Removed.
37949         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37950         if not compiling for x86-64, but compiling for >= i486.
37952         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37953         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37955         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37956         New macro from Linux kernel 3.4.0.
37957         (FP_XSTATE_MAGIC2): Likewise.
37958         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37959         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37960         (struct _fpx_sw_bytes): New struct.
37961         (struct _xsave_hdr): Likewise.
37962         (struct _ymmh_state): Likewise.
37963         (struct _xstate): Likewise.
37965         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37966         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37967         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37968         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37969         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37970         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37972         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37973         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37974         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37975         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37976         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37977         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37979 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37981         [BZ #13743]
37982         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37983         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37984         (sysdep_headers): Include sys/platform/ppc.h.
37985         * sysdeps/powerpc/test-gettimebase.c: Test for
37986         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37987         * manual/Makefile (appendices): Include platform.texi.
37988         * manual/contrib.texi (Contributors): Update @node pointers.
37989         * manual/maint.texi (Maintenance): Likewise.
37990         (Platform): New node.
37991         * manual/platform.texi: New file.  Document the new features.
37993 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37994             Jakub Jelinek  <jakub@redhat.com>
37996         [BZ #14188]
37997         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37998         where __builtin_expect is unavailable.
38000 2012-06-03  David S. Miller  <davem@davemloft.net>
38002         * stdlib/longlong.h: Updated from GCC.
38004 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38006         [BZ #14042]
38007         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38008         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38009         __mcount_internal.
38010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38011         (GLIBC_2.16): Likewise.
38013 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38015         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38017 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38020         (default-abi): New variable.
38021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38022         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38023         variable.
38024         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38025         Likewise.
38026         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38027         Likewise.
38028         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38029         Likewise.
38031         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38032         definition.  Document in comment.
38034 2012-06-01  David S. Miller  <davem@davemloft.net>
38036         * stdlib/longlong.h: Updated from GCC.
38038 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38040         [BZ #14117]
38041         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38042         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38043         sys/debugreg.h sys/io.h here.
38044         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38045         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38046         sys/io.h.
38047         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38048         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38049         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38050         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38051         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38052         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38054         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38055         Define only if __x86_64__ is defined.
38057 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38059         [BZ #14048]
38060         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38061         Use int64_t for variable i.
38062         * math/libm-test.inc (fmod_test): Add more tests.
38064         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38065         z computation is not scheduled after fetestexcept.
38066         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38067         Use math_force_eval instead of asm to ensure calculation scheduled
38068         before exception test.
38069         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38070         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38072 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38074         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38075         computation is not scheduled after fetestexcept.
38077 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38079         [BZ #14117]
38080         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38081         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38083 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38085         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38086         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38088 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38090         [BZ #14117]
38091         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38092         <bits/wordsize.h>.
38093         (__WCHAR_MIN): Support __WORDSIZE == 64.
38094         (__WCHAR_MAX): Likewise.
38096         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38097         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38099         [BZ #14183]
38100         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38101         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38103         [BZ #14117]
38104         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38105         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38107         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38108         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38110         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38111         Defined to 1 if __x86_64__ isn't defined.
38112         (_STAT_VER_LINUX_OLD): New.
38113         (st_atime): Remove duplicate.
38114         (st_mtime): Likewise.
38115         (st_ctime): Likewise.
38117 2012-05-31  David S. Miller  <davem@davemloft.net>
38119         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38120         entries.
38122 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38124         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38125         gen-libm-test.pl.
38127         [BZ #14132]
38128         * elf/dl-reloc.c: Include <_itoa.h>.
38129         (_dl_reloc_bad_type): Remove use of INTUSE.
38130         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38131         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38132         * stdio-common/psiginfo.c (psiginfo): Likewise.
38133         * stdio-common/psignal.c (psignal): Likewise.
38134         * string/strsignal.c (strsignal): Likewise.
38135         * include/signal.h (_sys_siglist): Declare hidden proto.
38136         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38137         INTVARDEF with libc_hidden_data_def.
38138         * stdio-common/itoa-udigits.c: Likewise.
38139         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38140         (_itoa_lower_digits_internal): Remove declaration.
38141         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38142         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38143         (_sys_sigabbrev_internal): Remove aliases.
38144         (_sys_siglist): Define hidden alias.
38146 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38148         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38149         bits/sysctl.h.
38151 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38153         [BZ #14117]
38154         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38155         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38157         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38158         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38159         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38160         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38161         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38162         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38164         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38165         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38166         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38168         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38169         with __addr.
38170         (insw): Likewise.
38171         (insl): Likewise.
38172         (outsb): Likewise.
38173         (outsw): Likewise.
38174         (outsl): Likewise.
38176         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38177         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38178         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38180         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38181         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38182         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38183         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38184         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38185         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38187         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38188         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38190         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38191         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38193         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38194         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38195         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38197         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38198         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38199         to ...
38200         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38202         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38203         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38204         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38206         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38207         for x86-64.
38208         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38210 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38212         * math/math.h (M_El): Use two more decimal places.
38213         (M_LOG2El): Likewise.
38214         (M_LOG10El): Likewise.
38215         (M_LN2l): Likewise.
38216         (M_LN10l): Likewise.
38217         (M_PIl): Likewise.
38218         (M_PI_2l): Likewise.
38219         (M_PI_4l): Likewise.
38220         (M_1_PIl): Likewise.
38221         (M_2_PIl): Likewise.
38222         (M_2_SQRTPIl): Likewise.
38223         (M_SQRT2l): Likewise.
38224         (M_SQRT1_2l): Likewise.
38226 2012-05-31  David S. Miller  <davem@davemloft.net>
38228         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38229         values between float registers.
38230         * sysdeps/sparc/sparc64/memset.S: Likewise.
38231         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38233 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38235         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38236         -D_FORTIFY_SOURCE=1.
38237         (CPPFLAGS-tst-longjmp_chk.c): Define.
38238         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38239         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38240         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38241         CFLAGS-tst-wchar-h.c.
38243 2012-05-31  Marek Polacek  <polacek@redhat.com>
38245         [BZ #14132]
38246         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38247         __endmntent_internal): Remove declaration.
38248         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38249         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38250         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38252 2012-05-30  David S. Miller  <davem@davemloft.net>
38254         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38255         (___Q_simulate_exceptions): Use real FP ops rather than writing
38256         into the %fsr.
38257         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38258         Likewise.
38260 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38262         [BZ #14117]
38263         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38264         * sysdeps/x86/bits/xtitypes.h: This.
38266         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38267         * sysdeps/x86/bits/wordsize.h: This.
38269         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38270         * sysdeps/x86/bits/huge_vall.h: This.
38272         * sysdeps/i386/bits/select.h: Removed.
38273         * sysdeps/x86_64/bits/select.h: Renamed to ...
38274         * sysdeps/x86/bits/select.h: This.
38276         * sysdeps/i386/bits/setjmp.h: Removed.
38277         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38278         * sysdeps/x86/bits/setjmp.h: This.
38280         * sysdeps/i386/bits/mathdef.h: Removed.
38281         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38282         * sysdeps/x86/bits/mathdef.h: This.
38284 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38286         [BZ #14132]
38287         * include/sys/socket.h (__connect_internal)
38288         (__libc_sa_len_internal): Remove declaration.
38289         (__connect, __libc_sa_len): Declare hidden_proto.
38290         (SA_LEN): Remove use of INTUSE.
38291         * socket/connect.c: Add libc_hidden_def.
38292         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38293         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38294         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38295         alias.
38296         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38297         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38298         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38299         of adding _internal alias.
38301 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38303         [BZ #14117]
38304         * sysdeps/i386/bits/link.h: Removed.
38305         * sysdeps/i386/bits/linkmap.h: Likewise.
38306         * sysdeps/x86_64/bits/link.h: Renamed to ...
38307         * sysdeps/x86/bits/link.h: This.
38308         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38309         * sysdeps/x86/bits/linkmap.h: This.
38311         * sysdeps/i386/bits/endian.h: Removed.
38312         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38313         * sysdeps/x86/bits/endian.h: This.
38315         * sysdeps/i386/bits/byteswap.h: Removed.
38316         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38317         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38318         * sysdeps/x86/bits/byteswap.h: This.
38319         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38320         * sysdeps/x86/bits/byteswap-16.h: This.
38321         * sysdeps/i386/Implies: Add x86.
38322         * sysdeps/x86_64/Implies: Likewise.
38324 2012-05-30  David S. Miller  <davem@davemloft.net>
38326         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38327         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38328         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38329         (FP_TRAPPING_EXCEPTIONS): Define.
38330         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38331         (FP_TRAPPING_EXCEPTIONS): Define.
38332         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38333         subnormals only when inexact has been signalled or underflow
38334         exceptions are enabled.
38335         (_FP_PACK_CANONICAL): Likewise.
38337 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38339         [BZ #14183]
38340         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38341         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38343 2012-05-30  Richard Henderson  <rth@twiddle.net>
38345         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38346         with #ifndef NOT_IN_libc.
38348         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38349         marked to avoid plt entry.
38351 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38353         [BZ #14112]
38354         * Makeconfig (default-abi): New macro.
38355         (abi-includes): Likewise.
38356         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38357         $(abi-$(default-abi)-lib-soname) for soname if defined.
38358         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38359         abi-variants.
38360         * Makefile (installed-stubs): Likewise.
38361         * include/stubs-biarch.h: Removed.
38362         * scripts/lib-names.awk: Only handle one library at a time.
38363         * scripts/soversions.awk: Remove WORDSIZE support.
38364         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38365         entries.
38366         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38367         Removed.
38368         (syscall-list-default-condition): Likewise.
38369         (syscall-list-default-condition): Likewise.
38370         (syscall-list-includes): Likewise.
38371         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38372         syscall-list-* with abi-*.  Handle undefined abi-variants.
38373         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38374         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38375         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38376         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38377         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38378         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38379         Removed.
38380         (syscall-list-32-options): Likewise.
38381         (syscall-list-32-condition): Likewise.
38382         (syscall-list-64-options): Likewise.
38383         (syscall-list-64-condition): Likewise.
38384         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38385         macro.
38386         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38387         Renamed to ...
38388         (abi-*): This.
38389         (abi-64-ld-soname): New macro.
38390         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38391         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38392         Renamed to ...
38393         (abi-*): This.
38394         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38395         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38397 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38399         * sysdeps/unix/sysv/linux/kernel-features.h
38400         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38401         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38402         include <kernel-features.h>.
38403         [!__NR_ftruncate64]: Remove conditional code.
38404         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38405         [__NR_ftruncate64]: Make code unconditional.
38406         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38407         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38408         include <kernel-features.h>.
38409         [!__NR_ftruncate64]: Remove conditional code.
38410         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38411         [__NR_ftruncate64]: Make code unconditional.
38412         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38414         include <kernel-features.h>.
38415         [!__NR_ftruncate64]: Remove conditional code.
38416         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38417         [__NR_ftruncate64]: Make code unconditional.
38418         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38420         include <kernel-features.h>.
38421         [!__NR_ftruncate64]: Remove conditional code.
38422         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38423         [__NR_ftruncate64]: Make code unconditional.
38424         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38426         * configure.in (libc_cv_fpie): Weaken to a compile test using
38427         LIBC_TRY_CC_OPTION.
38428         * configure: Regenerated.
38430 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38436         Refreshed.
38437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38443         Refreshed.
38445 2012-05-27  David S. Miller  <davem@davemloft.net>
38447         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38448         (___Q_zero): New.
38449         (__Q_simulate_exceptions): Return void.  Change to simulate
38450         exceptions by writing into the %fsr.
38451         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38452         (__Qp_handle_exceptions): Likewise.
38453         (numbers): Delete.
38454         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38455         __Qp_handle_exceptions.
38456         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38457         __Qp_handle_exceptions.
38458         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38459         as unused and give dummy FP_RND_NEAREST initializer.
38460         (FP_INHIBIT_RESULTS): Define.
38461         (___Q_simulate_exceptions): Update declaration.
38462         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38463         formatting.
38464         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38465         as unused and give dummy FP_RND_NEAREST initializer.
38466         (__Qp_handle_exceptions): Update declaration.
38467         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38468         formatting.
38470 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38472         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38473         the temporary FPU control word.
38474         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38475         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38476         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38477         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38478         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38479         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38480         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38481         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38482         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38483         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38484         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38486 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38488         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38489         fields.
38491 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38493         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38494         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38495         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38496         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38497         Likewise.
38498         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38499         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38500         Likewise.
38502 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38504         * po/h.po: Update from translation team.
38506 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38508         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38510         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38511         handling of denormals.
38512         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38513         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38514         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38515         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38516         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38517         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38518         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38519         Likewise.
38521 2012-05-26  Marek Polacek  <polacek@redhat.com>
38523         [BZ #14152]
38524         * math/libm-test.inc (fma_test): Don't always expect underflow
38525         exception.
38527 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38529         [BZ #12416]
38530         * elf/tst-execstack.c: Include stackinfo.h.
38531         (do_test): Adjust test case to ensure that pthread_getattr_np
38532         behaviour remains the same after marking stack executable.
38534 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38536         * sysdeps/unix/sysv/linux/kernel-features.h
38537         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38538         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38539         kernel-features.h.
38540         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38541         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38542         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38543         kernel-features.h.
38544         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38545         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38547 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38549         * configure.in: Define the default includes to being none.
38550         * configure: Regenerated.
38552 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38554         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38555         * sysdeps/x86_64/setjmp.S: Likewise.
38556         * sysdeps/i386/bsd-setjmp.S: Likewise.
38557         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38558         * sysdeps/i386/setjmp.S: Likewise.
38559         * sysdeps/i386/__longjmp.S: Likewise.
38560         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38561         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38563         * include/stap-probe.h: New file.
38564         * configure.in: Handle --enable-systemtap.
38565         * configure: Regenerated.
38566         * config.h.in (USE_STAP_PROBE): New #undef.
38567         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38568         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38569         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38571 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38573         [BZ #13717]
38574         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38575         to 2.4.0 where earlier.
38576         * sysdeps/unix/sysv/linux/configure: Regenerated.
38577         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38578         <kernel-features.h>.
38579         [__ASSUME_32BITUIDS]: Make code unconditional.
38580         [!__ASSUME_32BITUIDS]: Remove conditional code.
38581         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38582         <kernel-features.h>.
38583         [__ASSUME_32BITUIDS]: Make code unconditional.
38584         [!__ASSUME_32BITUIDS]: Remove conditional code.
38585         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38586         [__ASSUME_32BITUIDS]: Make code unconditional.
38587         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38588         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38589         <kernel-features.h>.
38590         [__ASSUME_32BITUIDS]: Make code unconditional.
38591         [!__ASSUME_32BITUIDS]: Remove conditional code.
38592         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38593         <kernel-features.h>.
38594         [__ASSUME_32BITUIDS]: Make code unconditional.
38595         [!__ASSUME_32BITUIDS]: Remove conditional code.
38596         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38597         <kernel-features.h>.
38598         [__ASSUME_32BITUIDS]: Make code unconditional.
38599         [!__ASSUME_32BITUIDS]: Remove conditional code.
38600         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38601         <kernel-features.h>.
38602         [__ASSUME_32BITUIDS]: Make code unconditional.
38603         [!__ASSUME_32BITUIDS]: Remove conditional code.
38604         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38605         <kernel-features.h>.
38606         [__ASSUME_32BITUIDS]: Make code unconditional.
38607         [!__ASSUME_32BITUIDS]: Remove conditional code.
38608         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38609         <kernel-features.h>.
38610         [__ASSUME_32BITUIDS]: Make code unconditional.
38611         [!__ASSUME_32BITUIDS]: Remove conditional code.
38612         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38613         <kernel-features.h>.
38614         [__ASSUME_32BITUIDS]: Make code unconditional.
38615         [!__ASSUME_32BITUIDS]: Remove conditional code.
38616         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38617         <kernel-features.h>.
38618         [__ASSUME_32BITUIDS]: Make code unconditional.
38619         [!__ASSUME_32BITUIDS]: Remove conditional code.
38620         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38621         <kernel-features.h>.
38622         [__ASSUME_32BITUIDS]: Make code unconditional.
38623         [!__ASSUME_32BITUIDS]: Remove conditional code.
38624         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38625         <kernel-features.h>.
38626         [__ASSUME_32BITUIDS]: Make code unconditional.
38627         [!__ASSUME_32BITUIDS]: Remove conditional code.
38628         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38629         <kernel-features.h>.
38630         [__NR_setresgid] (__setresgid): Do not declare.
38631         [__ASSUME_32BITUIDS]: Make code unconditional.
38632         [!__ASSUME_32BITUIDS]: Remove conditional code.
38633         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38634         <kernel-features.h>.
38635         [__NR_setresuid] (__setresuid): Do not declare.
38636         [__ASSUME_32BITUIDS]: Make code unconditional.
38637         [!__ASSUME_32BITUIDS]: Remove conditional code.
38638         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38639         <kernel-features.h>.
38640         [__ASSUME_32BITUIDS]: Make code unconditional.
38641         [!__ASSUME_32BITUIDS]: Remove conditional code.
38642         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38643         <kernel-features.h>.
38644         [__ASSUME_32BITUIDS]: Make code unconditional.
38645         [!__ASSUME_32BITUIDS]: Remove conditional code.
38646         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38647         <kernel-features.h>.
38648         [__ASSUME_32BITUIDS]: Make code unconditional.
38649         [!__ASSUME_32BITUIDS]: Remove conditional code.
38650         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38651         <kernel-features.h>.
38652         [__ASSUME_32BITUIDS]: Make code unconditional.
38653         [!__ASSUME_32BITUIDS]: Remove conditional code.
38654         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38655         <kernel-features.h>.
38656         [__ASSUME_32BITUIDS]: Make code unconditional.
38657         [!__ASSUME_32BITUIDS]: Remove conditional code.
38658         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38659         <kernel-features.h>.
38660         [__ASSUME_32BITUIDS]: Make code unconditional.
38661         [!__ASSUME_32BITUIDS]: Remove conditional code.
38662         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38663         <kernel-features.h>.
38664         [__ASSUME_32BITUIDS]: Make code unconditional.
38665         [!__ASSUME_32BITUIDS]: Remove conditional code.
38666         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38667         <kernel-features.h>.
38668         [__ASSUME_32BITUIDS]: Make code unconditional.
38669         [!__ASSUME_32BITUIDS]: Remove conditional code.
38670         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38671         <kernel-features.h>.
38672         [__ASSUME_32BITUIDS]: Make code unconditional.
38673         [!__ASSUME_32BITUIDS]: Remove conditional code.
38674         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38675         <kernel-features.h>.
38676         [__ASSUME_32BITUIDS]: Make code unconditional.
38677         [!__ASSUME_32BITUIDS]: Remove conditional code.
38678         * sysdeps/unix/sysv/linux/kernel-features.h
38679         (__ASSUME_SETRESUID_SYSCALL): Remove.
38680         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38681         (__ASSUME_32BITUIDS): Likewise.
38682         (__ASSUME_LDT_WORKS): Likewise.
38683         (__ASSUME_O_DIRECTORY): Likewise.
38684         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38685         architecture but not kernel version.
38686         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38687         (__ASSUME_MMAP2_SYSCALL): Likewise.
38688         (__ASSUME_STAT64_SYSCALL): Likewise.
38689         (__ASSUME_IPC64): Likewise.
38690         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38691         <kernel-features.h>.
38692         [__ASSUME_32BITUIDS]: Make code unconditional.
38693         [!__ASSUME_32BITUIDS]: Remove conditional code.
38694         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38695         <kernel-features.h>.
38696         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38697         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38698         132096]: Remove conditional code.
38699         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38700         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38701         <kernel-features.h>.
38702         [__ASSUME_32BITUIDS]: Make code unconditional.
38703         [!__ASSUME_32BITUIDS]: Remove conditional code.
38704         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38705         <kernel-features.h>.
38706         [__ASSUME_32BITUIDS]: Make code unconditional.
38707         [!__ASSUME_32BITUIDS]: Remove conditional code.
38708         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38709         <kernel-features.h>.
38710         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38711         unconditional.
38712         (__setresgid): Do not declare.
38713         [__ASSUME_32BITUIDS]: Make code unconditional.
38714         [!__ASSUME_32BITUIDS]: Remove conditional code.
38715         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38716         <kernel-features.h>.
38717         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38718         unconditional.
38719         (__setresuid): Do not declare.
38720         [__ASSUME_32BITUIDS]: Make code unconditional.
38721         [!__ASSUME_32BITUIDS]: Remove conditional code.
38722         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38723         <kernel-features.h>.
38724         [__ASSUME_32BITUIDS]: Make code unconditional.
38725         [!__ASSUME_32BITUIDS]: Remove conditional code.
38726         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38727         <kernel-features.h>.
38728         [__ASSUME_32BITUIDS]: Make code unconditional.
38729         [!__ASSUME_32BITUIDS]: Remove conditional code.
38731 2012-05-25  Richard Henderson  <rth@twiddle.net>
38733         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38734         dl_hwcap to ifunc resolver.
38735         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38736         elf_ifunc_invoke.
38737         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38738         dl_hwcap to ifunc resolver.
38739         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38741 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38743         [BZ #14153]
38744         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38745         for |x| <= 2**-26, not 2**-57.
38746         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38747         exception.
38749 2012-05-24  Jeff Law  <law@redhat.com>
38751         * stdio-common/Makefile (tests): Add bug25.
38752         * stdio-common/bug25.c: New test.
38754 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38756         [BZ #13576]
38757         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38758         multiple of MALLOC_ALIGNMENT in size.
38759         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38761 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38763         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38764         Require >= 256.
38765         (FILENAME_MAX): Use macro-int-constant.
38766         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38767         (_IOFBF): Use macro-int-constant.
38768         (_IOLBF): Likewise.
38769         (_IONBF): Likewise.
38770         (SEEK_CUR): Likewise.
38771         (SEEK_END): Likewise.
38772         (SEEK_SET): Likewise.
38773         (TMP_MAX): Likewise.
38774         (EOF): Use macro-int-constant.  Require < 0.
38775         (NULL): Use macro-constant.  Require == 0.
38776         (stdin): Require type to be FILE *.
38777         (stdout): Likewise.
38778         (stderr): Likewise.
38779         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38780         macro-int-constant.
38781         (EXIT_SUCCESS): Likewise.
38782         (NULL): Use macro-constant.  Require == 0.
38783         (RAND_MAX): Use macro-int-constant.
38784         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38785         [C99-based standards] (strtof): Require function.
38786         [C99-based standards] (strtold): Likewise.
38787         [C99-based standards] (strtoll): Likewise.
38788         [C99-based standards] (strtoull): Likewise.
38789         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38790         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38791         [ISO || ISO99 || ISO11] (math.h): Likewise.
38792         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38793         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38794         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38796 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38798         [BZ #14132]
38799         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38800         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38801         * intl/dgettext.c (DCGETTEXT): Likewise.
38802         * intl/gettext.c (DCGETTEXT): Likewise.
38803         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38804         * posix/regex_internal.h (gettext): Likewise.
38805         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38806         Remove declaration.
38807         * include/argz.h (__argz_count_internal)
38808         (__argz_stringify_internal): Remove declaration.
38809         (__argz_count, __argz_stringify): Declare hidden proto.
38810         * intl/dcgettext.c: Remove use of INTDEF.
38811         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38812         * string/argz-stringify.c: Likewise.
38813         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38814         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38815         Declare hidden proto.
38816         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38817         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38818         Declare hidden proto.
38819         * include/stdio.h (__asprintf_internal): Don't declare.
38820         (__asprintf): Don't define as macro.  Declare hidden proto.
38821         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38822         (__fsetlocking): Declare hidden proto.
38823         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38824         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38825         hidden proto.
38826         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38827         (_IO_setlinebuf): Remove use of INTUSE.
38828         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38829         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38830         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38831         Remove declaration.
38832         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38833         (_IO_do_flush): Remove use of INTUSE.
38834         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38835         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38836         (_IO_adjust_column, _IO_least_wmarker)
38837         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38838         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38839         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38840         (_IO_default_doallocate, _IO_wdefault_doallocate)
38841         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38842         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38843         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38844         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38845         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38846         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38847         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38848         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38849         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38850         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38851         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38852         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38853         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38854         proto.
38855         (_IO_flush_all_internal, _IO_adjust_column_internal)
38856         (_IO_default_uflow_internal, _IO_default_finish_internal)
38857         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38858         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38859         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38860         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38861         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38862         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38863         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38864         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38865         (_IO_file_close_internal, _IO_file_close_it_internal)
38866         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38867         (_IO_file_init_internal, _IO_file_attach_internal)
38868         (_IO_file_fopen_internal, _IO_file_read_internal)
38869         (_IO_file_sync_internal, _IO_file_seek_internal)
38870         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38871         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38872         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38873         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38874         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38875         (_IO_list_all_internal, _IO_link_in_internal)
38876         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38877         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38878         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38879         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38880         (_IO_do_write_internal, _IO_padn_internal)
38881         (_IO_getline_info_internal, _IO_getline_internal)
38882         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38883         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38884         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38885         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38886         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38887         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38888         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38889         with libc_hidden_ver, remove use of INTUSE.
38890         * libio/genops.c: Likewise.
38891         * libio/freopen.c: Likewise.
38892         * libio/freopen64.c: Likewise.
38893         * libio/iofclose.c: Likewise.
38894         * libio/iofdopen.c: Likewise.
38895         * libio/iofflush.c: Likewise.
38896         * libio/iofflush_u.c: Likewise.
38897         * libio/iofgets.c: Likewise.
38898         * libio/iofgets_u.c: Likewise.
38899         * libio/iofopen.c: Likewise.
38900         * libio/iofopncook.c: Likewise.
38901         * libio/iofread.c: Likewise.
38902         * libio/iofread_u.c: Likewise.
38903         * libio/ioftell.c: Likewise.
38904         * libio/iofwrite.c: Likewise.
38905         * libio/iogetline.c: Likewise.
38906         * libio/iogets.c: Likewise.
38907         * libio/iogetwline.c: Likewise.
38908         * libio/iopadn.c: Likewise.
38909         * libio/iopopen.c: Likewise.
38910         * libio/ioseekoff.c: Likewise.
38911         * libio/ioseekpos.c: Likewise.
38912         * libio/iosetbuffer.c: Likewise.
38913         * libio/iosetvbuf.c: Likewise.
38914         * libio/ioungetc.c: Likewise.
38915         * libio/ioungetwc.c: Likewise.
38916         * libio/iovdprintf.c: Likewise.
38917         * libio/iovsprintf.c: Likewise.
38918         * libio/iovsscanf.c: Likewise.
38919         * libio/memstream.c: Likewise.
38920         * libio/obprintf.c: Likewise.
38921         * libio/oldfileops.c: Likewise.
38922         * libio/oldiofclose.c: Likewise.
38923         * libio/oldiofdopen.c: Likewise.
38924         * libio/oldiofopen.c: Likewise.
38925         * libio/oldiopopen.c: Likewise.
38926         * libio/oldstdfiles.c: Likewise.
38927         * libio/putc.c: Likewise.
38928         * libio/setbuf.c: Likewise.
38929         * libio/setlinebuf.c: Likewise.
38930         * libio/stdfiles.c: Likewise.
38931         * libio/strops.c: Likewise.
38932         * libio/vasprintf.c: Likewise.
38933         * libio/vscanf.c: Likewise.
38934         * libio/vsnprintf.c: Likewise.
38935         * libio/vswprintf.c: Likewise.
38936         * libio/wfiledoalloc.c: Likewise.
38937         * libio/wfileops.c: Likewise.
38938         * libio/wgenops.c: Likewise.
38939         * libio/wmemstream.c: Likewise.
38940         * libio/wstrops.c: Likewise.
38941         * libio/__fpurge.c: Likewise.
38942         * libio/__fsetlocking.c: Likewise.
38943         * assert/assert.c: Likewise.
38944         * debug/fgets_chk.c: Likewise.
38945         * debug/fgets_u_chk.c: Likewise.
38946         * debug/fread_chk.c: Likewise.
38947         * debug/fread_u_chk.c: Likewise.
38948         * debug/gets_chk.c: Likewise.
38949         * debug/obprintf_chk.c: Likewise.
38950         * debug/vasprintf_chk.c: Likewise.
38951         * debug/vdprintf_chk.c: Likewise.
38952         * debug/vsnprintf_chk.c: Likewise.
38953         * debug/vsprintf_chk.c: Likewise.
38954         * malloc/mtrace.c: Likewise.
38955         * misc/error.c: Likewise.
38956         * misc/syslog.c: Likewise.
38957         * stdio-common/asprintf.c: Likewise.
38958         * stdio-common/fxprintf.c: Likewise.
38959         * stdio-common/getw.c: Likewise.
38960         * stdio-common/isoc99_fscanf.c: Likewise.
38961         * stdio-common/isoc99_scanf.c: Likewise.
38962         * stdio-common/isoc99_vfscanf.c: Likewise.
38963         * stdio-common/isoc99_vscanf.c: Likewise.
38964         * stdio-common/isoc99_vsscanf.c: Likewise.
38965         * stdio-common/printf-prs.c: Likewise.
38966         * stdio-common/printf_fp.c: Likewise.
38967         * stdio-common/printf_fphex.c: Likewise.
38968         * stdio-common/printf_size.c: Likewise.
38969         * stdio-common/putw.c: Likewise.
38970         * stdio-common/scanf.c: Likewise.
38971         * stdio-common/sprintf.c: Likewise.
38972         * stdio-common/tmpfile.c: Likewise.
38973         * stdio-common/vfprintf.c: Likewise.
38974         * stdio-common/vfscanf.c: Likewise.
38975         * stdlib/strfmon_l.c: Likewise.
38976         * sunrpc/openchild.c: Likewise.
38977         * sunrpc/xdr_stdio.c: Likewise.
38978         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38979         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38981 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38983         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38985         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38986         in the third column, to generate for the shared library an IFUNC
38987         that uses _dl_vdso_vsym.
38988         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38989         * Makeconfig (object-suffixes-noshared): New variable.
38991         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38992         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38993         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38994         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38996         [BZ #14132]
38997         * include/sys/time.h (__gettimeofday): Remove macro.
38998         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38999         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39000         Remove INTDEF.
39001         (__gettimeofday): Add libc_hidden_def.
39002         (gettimeofday): Add libc_hidden_weak.
39003         * sysdeps/mach/gettimeofday.c: Likewise.
39004         * sysdeps/posix/gettimeofday.c: Likewise.
39005         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39006         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39007         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39008         (__gettimeofday_internal): Remove strong_alias.
39009         (__gettimeofday): Add libc_hidden_def.
39010         (gettimeofday): Add libc_hidden_weak.
39011         * sysdeps/unix/syscalls.list (gettimeofday):
39012         Remove __gettimeofday_internal alias.
39014 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39015             H.J. Lu  <hongjiu.lu@intel.com>
39017         [BZ #12495]
39018         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39019         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39020         (largebin_index_32_big): New.
39021         (largebin_index): Use it for 16-byte alignment.
39022         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39023         correction with front_misalign.
39025 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39027         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39029         Likewise.
39030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39031         Likewise.
39032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39033         Likewise.
39034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39035         Likewise.
39036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39037         Likewise.
39038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39039         Likewise.
39040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39041         Likewise.
39042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39043         Likewise.
39044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39045         Likewise.
39046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39047         Likewise.
39048         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39049         Likewise.
39050         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39051         Likewise.
39053         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39054         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39056 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39058         [BZ #10846]
39059         [BZ #14036]
39060         * math/libm-test.inc (exp_test): Add test from bug 14036.
39061         (pow_test): Add test from bug 10846.
39063         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39064         and other flags.
39065         (special_function): Do not include flags in test name.
39066         (parse_args): Likewise.
39067         * sysdeps/i386/fpu/libm-test-ulps: Update.
39068         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39069         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39070         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39073         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39074         exceptions.
39075         * math/libm-test.inc ("Philosophy"): Update comment about
39076         exception testing.
39077         (UNDERFLOW_EXCEPTION): New macro.
39078         (UNDERFLOW_EXCEPTION_OK): Likewise.
39079         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39080         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39081         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39082         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39083         (INVALID_EXCEPTION_OK): Update value.
39084         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39085         (OVERFLOW_EXCEPTION_OK): Likewise.
39086         (IGNORE_ZERO_INF_SIGN): Likewise.
39087         (test_exceptions): Handle underflow exceptions.
39088         (acos_test): Update for underflow exception expectations.
39089         (cexp_test): Likewise.
39090         (clog_test): Likewise.
39091         (clog10_test): Likewise.
39092         (csqrt_test): Likewise.
39093         (ctan_test): Likewise.
39094         (ctanh_test): Likewise.
39095         (exp_test): Likewise.
39096         (exp10_test): Likewise.
39097         (exp2_test): Likewise.
39098         (expm1_test): Likewise.
39099         (fma_test): Likewise.
39100         (j0_test): Likewise.
39101         (jn_test): Likewise.
39102         (nexttoward_test): Likewise.
39103         (pow_test): Likewise.
39104         (scalbn_test): Likewise.
39105         (scalbln_test): Likewise.
39106         (tan_test): Likewise.
39107         (y1_test): Likewise.
39108         * sysdeps/i386/fpu/libm-test-ulps: Update.
39109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39111 2012-05-23  David S. Miller  <davem@davemloft.net>
39113         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39114         (__libc_sigaction): Remove unused local variables.
39116 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39118         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39120 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39122         mktime: avoid signed integer overflow
39123         * time/mktime.c (__mktime_internal): Do not mishandle the case
39124         where diff == INT_MIN.
39126         mktime: simplify computation of average
39127         * time/mktime.c (ranged_convert): Use new time_t_avg function
39128         instead of rolling our own (probably-slower) code.
39130         mktime: do not assume signed right shift propagates sign bit
39131         * time/mktime.c (isdst_differ): New static function.
39132         (__mktime_internal): No need to normalize tm_isdst now.
39133         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39134         tm_isdst values.
39136         mktime: merge another wrapv change from gnulib
39137         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39138         from some compilers.
39140         mktime: remove incorrect attempt at unusual arithmetics
39141         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39142         The code didn't really work on such machines anyway.
39143         (TYPE_MINIMUM): Assume two's complement.
39144         (twos_complement_arithmetic): Verify that long_int and time_t
39145         are two's complement (or unsigned, in the latter case).
39147         mktime: check signed shifts on long_int and time_t, too
39148         * time/mktime.c (SHR): Check that shifts work as desired
39149         on the types long_int and time_t too, as SHR is used on
39150         such types.
39152         mktime: do not assume 'long' is wide enough
39153         * time/mktime.c (verify): Move decl up.
39154         (long_int): New type.
39155         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39156         to remove assumption in the code that 'long' is wide enough to
39157         store year values.  This assumption is not true on x32 and on
39158         some non-glibc platforms.
39160         mktime: merge wrapv change from gnulib
39161         * time/mktime.c (WRAPV): New macro.
39162         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39163         (guess_time_tm, __mktime_internal): Do not assume that signed
39164         integer overflow wraps around; modern compilers generate code
39165         where this assumption is no longer valid.
39167 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39169         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39170         Replace "jmp L(pseudo_end)" with "ret".
39171         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39172         Likewise.
39174 2012-05-23  Andreas Jaeger  <aj@suse.de>
39176         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39177         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39179 2012-05-23  Andreas Jaeger  <aj@suse.de>
39180             Maximilian Attems  <max@stro.at>
39182         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39183         New macros.
39185 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39187         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39188         code so that pseudo_end is just ret and the stack pointer is
39189         correct also for static library in error case.
39191 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39193         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39194         move to syscalls.list.
39195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39200         * manual/install.texi (Running make install): Do not mention Linux
39201         kernel version for which pt_chown is not needed.
39202         (Linux): Do not mention problems with nscd with 2.0 kernels.
39203         * INSTALL: Regenerated.
39205 2012-05-23  Andreas Jaeger  <aj@suse.de>
39207         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39208         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39209         macro.
39210         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39211         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39212         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39213         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39214         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39215         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39216         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39217         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39218         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39219         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39220         * sysdeps/unix/sysv/linux/bits/in.h
39221         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39223 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39225         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39226         (PREPARE_VERSION): Just use assert instead, it will be elided
39227         under [NDEBUG] anyway.
39229 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39231         * sysdeps/unix/sysv/linux/Makefile: Include
39232         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39233         (sysdep_routines): Remove sysctl.
39234         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39235         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39236         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39237         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39238         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39240 2012-05-22  Andreas Jaeger  <aj@suse.de>
39242         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39243         that pseudo_end is just ret and the stack pointer is correct also
39244         for static library in error case.
39246 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39248         [BZ #14122]
39249         * nss/nsswitch.c (defconfig_entries): New variable.
39250         (__nss_database_lookup): Don't leak defconfig entries.
39251         (nss_parse_service_list): Don't leak on error paths.
39252         (free_database_entries): New function.
39253         (free_defconfig): New function.
39254         (free_mem): Move common code to free_database_entries.
39256 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39258         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39259         Add arch_prctl.
39260         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39262         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39263         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39264         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39265         New macro.
39266         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39267         (INTERNAL_SYSCALL_TYPES): Likewise.
39268         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39269         (LOAD_REGS_TYPES_[1-6]): Likewise.
39270         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39271         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39273 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39275         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39276         copysignl for GLIBC_2_0.
39277         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39278         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39279         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39280         logbl for GLIBC_2_0.
39281         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39282         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39284 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39286         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39287         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39289         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39290         Use "neg %eax".
39292         * time/mktime.c: Update copyright years.
39294 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39296         mktime: merge comment-quoting-style change from gnulib
39297         * time/mktime.c: Quote 'like this' in comments.
39298         The GNU coding standards suggest that we no longer quote `like this',
39299         as "`" and "'" are typically rendered asymmetrically nowadays.
39300         The typical gnulib style is to quote 'like this' when quoting
39301         code, and "like this" when quoting English.
39303         * time/mktime.c (compile-command): Add "-I.".
39305         mktime: merge mktime-internal.h change from gnulib
39306         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39308         mktime: merge time_r change from gnulib
39309         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39311         mktime: merge DEBUG change from gnulib
39312         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39313         case system <time.h> has a #define.
39315         mktime: merge <sys/types.h> change from gnulib
39316         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39317         since <time.t> is now guaranteed to define time_t.
39319         mktime: merge HAVE_CONFIG_H change from gnulib
39320         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39322 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39324         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39325         Use "neg %eax".
39327         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39328         __rlim_t cast.
39329         (struct rusage): Use anonymous union to pad each field to
39330         __syscall_slong_t.
39332 2012-05-21  David S. Miller  <davem@davemloft.net>
39334         * Makefules (o-iterator): Remove .s cases.
39335         (compile-command.s): Delete.
39336         (COMPILE.s): Delete.
39337         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39339 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39341         * configure.in (libc_cv_predef_stack_protector): Only consider
39342         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39343         * configure: Regenerated.
39345 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39347         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39348         New macro.  Use R*LP on int and pointer.
39349         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39350         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39351         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39352         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39354         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39355         [__WORDSIZE_TIME64_COMPAT32] instead of
39356         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39357         (struct utmp): Likewise.
39358         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39359         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39360         Renamed to ...
39361         (__WORDSIZE_TIME64_COMPAT32): This.
39362         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39363         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39364         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39365         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39366         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39367         (__WORDSIZE_TIME64_COMPAT32): New macro.
39369 2012-05-21  Andreas Jaeger  <aj@suse.de>
39371         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39372         only if [SHARED]. Add prototype for __wcschr_ia32.
39374 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39376         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39377         of %rbp unmolested in the jmp_buf while mangling the low bits.
39378         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39379         unmolested high bits of %rbp while demangling the low bits.
39380         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39382 2012-05-21  Andreas Jaeger  <aj@suse.de>
39384         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39385         * sunrpc/svc_simple.c: Use it for registerrpc.
39386         * sunrpc/xcrypt.c: Use it for passwd2des.
39388         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39390 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39392         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39393         Don't define if [__SYSCALL_WORDSIZE != 32].
39394         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39395         New macro.
39397 2012-05-21  Bruno Haible  <bruno@clisp.org>
39398             Andreas Jaeger  <aj@suse.de>
39400         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39401         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39402         inptr and inend for must_buffer_ch.
39403         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39404         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39405         * stdio-common/Makefile (tests): Remove bug15.
39406         (bug15-ENV): Remove macro.
39407         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39408         anymore.
39410 2012-05-19  Andreas Jaeger  <aj@suse.de>
39411             Roland McGrath  <roland@hack.frob.com>
39413         * manual/contrib.texi: Completely rewritten. It contains now an
39414         alphabetical list of contributors and their contributions.
39416 2012-05-21  Richard Henderson  <rth@twiddle.net>
39418         * misc/getauxval.c (__getauxval): Use unsigned long int.
39419         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39420         (getauxval): Use unsigned long int.
39422 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39424         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39426 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39428         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39429         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39430         __alignof__ (long double).
39432 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39436 2012-05-20  Richard Henderson  <rth@twiddle.net>
39438         * misc/getauxval.c: New file.
39439         * misc/sys/auxv.h: New file.
39440         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39441         (routines): Add getauxval.
39442         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39443         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39444         * elf/dl-sysdep.c (_dl_auxv): Remove.
39445         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39446         * elf/dl-support.c (_dl_auxv): New variable.
39447         (_dl_aux_init): Initialize it.
39448         * manual/startup.texi (Auxiliary Vector): New node.
39449         * sysdeps/generic/bits/hwcap.h: New file.
39450         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39451         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39452         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39453         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39454         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39455         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39457         Update.
39458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39459         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39461         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39464         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39467 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39469         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39471 2012-05-19  David S. Miller  <davem@davemloft.net>
39473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39475 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39477         [BZ #14123]
39478         * math/s_ccosh.c: Include <float.h>
39479         (__ccosh): Avoid internal overflow calculating sinh and cosh
39480         values before multiplying by sin and cos values.
39481         * math/s_ccoshf.c: Likewise.
39482         * math/s_ccoshl.c: Likewise.
39483         * math/s_csin.c: Likewise.
39484         * math/s_csinf.c: Likewise.
39485         * math/s_csinl.c: Likewise.
39486         * math/s_csinh.c: Likewise.
39487         * math/s_csinhf.c: Likewise.
39488         * math/s_csinhl.c: Likewise.
39489         * math/libm-test.inc (ccos_test): Add more tests.
39490         (ccosh_test): Likewise.
39491         (csin_test): Likewise.
39492         (csinh_test): Likewise.
39493         * sysdeps/i386/fpu/libm-test-ulps: Update.
39494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39496 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39498         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39499         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39501         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39503 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39505         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39506         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39507         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39508         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39509         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39510         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39511         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39512         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39513         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39514         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39515         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39516         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39517         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39518         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39519         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39520         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39521         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39522         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39523         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39524         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39525         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39526         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39527         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39528         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39529         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39530         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39531         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39532         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39533         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39534         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39535         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39537 2012-05-18  Andreas Jaeger  <aj@suse.de>
39539         * csu/.gitignore: Delete.
39541 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39543         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39544         (timex): Use __syscall_slong_t.
39546 2012-05-18  Andreas Jaeger  <aj@suse.de>
39547             Carlos O'Donell  <carlos_odonell@mentor.com>
39549         * manual/install.texi (Configuring and compiling): Update
39550         description about files modified in the source directory.
39551         * INSTALL: Regenerated.
39553 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39555         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39556         value.  Use "or" to set return value to -1.
39557         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39558         negate return value.
39560 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39562         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39563         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39564         failure if the compiler has Graphite support disabled.
39565         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39566         Likewise.
39567         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39568         (CFLAGS-memmove.c): Likewise.
39569         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39570         Likewise.
39572 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39574         * sysdeps/x86_64/x32/_itoa.h: New file.
39576         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39577         getdents system call only if kernel and user dirents have the
39578         same d_ino and d_off.
39580         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39581         LLONG_MAX != LONG_MAX.
39582         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39583         (_fitoa_word): Likewise.
39585         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39586         years.
39587         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39588         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39589         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39591         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39592         include <bits/wordsize.h>.  Check __x86_64__ instead of
39593         __WORDSIZE.
39594         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39595         if __x86_64__ is defined.  Use anonymous union on fpstate.
39597         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39598         anonymous union.
39600 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39602         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39603         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39604         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39605         Refer to _rtld_local_ro instead of _rtld_global_ro.
39606         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39607         Likewise.
39608         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39609         Likewise.
39610         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39611         Likewise.
39612         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39613         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39614         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39616         * sysdeps/powerpc/powerpc32/dl-machine.c
39617         (__elf_machine_runtime_setup) [PROF]: Don't reference
39618         _dl_prof_resolve.
39620 2012-05-18  Andreas Jaeger  <aj@suse.de>
39622         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39623         function only available for GCCs before 3.4 since GCC 3.4
39624         introduced a builtin.
39625         (lrint): Likewise.
39626         (llrintf): Likewise.
39627         (llrint): Likewise.
39628         (fmaxf): Likewise.
39629         (fmax): Likewise.
39630         (fminf): Likewise.
39631         (fmin): Likewise.
39632         (rint): Likewise.
39633         (rintf): Likewise.
39634         (nearbyint): Likewise.
39635         (nearbyintf): Likewise.
39636         (ceil): Likewise.
39637         (ceilf): Likewise.
39638         (floor): Likewise.
39639         (floorf): Likewise.
39641 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39643         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39644         on both fields and cast pointer to __syscall_ulong_t.
39646         * bits/types.h (__fsword_t): New type.
39647         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39648         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39649         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39650         (__FSWORD_T_TYPE): Likewise.
39651         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39652         (__FSWORD_T_TYPE): Likewise.
39653         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39654         (__FSWORD_T_TYPE): Likewise.
39655         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39656         (__FSWORD_T_TYPE): Likewise.
39657         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39658         __SWORD_TYPE with __fsword_t.
39659         (statfs64): Likewise.
39661 2012-05-17  David S. Miller  <davem@davemloft.net>
39663         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39665 2012-05-17  Andreas Jaeger  <aj@suse.de>
39667         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39668         warning.
39670 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39672         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39674 2012-05-17  Andreas Jaeger  <aj@suse.de>
39676         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39677         when it is used.
39679 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39681         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39683 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39685         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39686         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39688 2012-05-17  Andreas Jaeger  <aj@suse.de>
39689             Carlos O'Donell  <carlos_odonell@mentor.com>
39691         [BZ #14059]
39692         * sysdeps/x86_64/multiarch/init-arch.h
39693         (bit_YMM_Usable): Rename to...
39694         (bit_AVX_Usable): ... this.
39695         (bit_FMA4_Usable): New macro.
39696         (bit_XMM_state): New macro.
39697         (bit_YMM_state): New macro.
39698         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39699         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39700         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39701         (CPUID_OSXSAVE): New macro.
39702         (CPUID_AVX): New macro.
39703         (CPUID_FMA4): New macro.
39704         (index_YMM_Usable): Rename to...
39705         (index_AVX_Usable): ... this.
39706         (HAS_AVX): Use HAS_ARCH_FEATURE.
39707         (HAS_FMA4): Likewise.
39708         (HAS_YMM_USABLE): Remove.
39709         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39710         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39711         are present.
39712         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39713         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39714         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39715         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39716         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39718 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39720         * math/libm-test.c: Support platforms without multiple rounding modes.
39721         * math/bug-nextafter.c: Support platforms without FP exceptions.
39722         * math/bug-nexttoward.c: Likewise.
39723         * math/test-fenv.c: Likewise.
39724         * math/test-misc.c: Likewise.
39725         * stdlib/bug-getcontext.c: Likewise.
39727 2012-05-17  Andreas Jaeger  <aj@suse.de>
39729         * manual/examples/search.c (critter_cmp): Change signature to
39730         avoid warnings.
39731         * manual/string.texi (Collation Functions): Likewise.
39733 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39735         * bits/types.h: Fold copyright years.
39736         * bits/typesizes.h: Likewise.
39737         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39738         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39739         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39740         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39741         * time/time.h: Likewise.
39743 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39745         [BZ #208]
39746         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39747         in instead of returning them.  Return void.
39748         (__libc_mallinfo): Accumulate over all arenas.
39749         (__malloc_stats): Adjust for change in int_mallinfo interface.
39751 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39753         [BZ #10375]
39754         * configure.in (NM): Add AC_CHECK_TOOL for it.
39755         (libc_extra_cflags): New substituted variable.
39756         Check for -fstack-protector being used implicitly.
39757         * configure: Regenerated.
39758         * config.make.in (config-extra-cflags): New variable,
39759         gets @libc_extra_cflags@.
39760         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39762         [BZ #10375]
39763         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39764         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39765         * configure: Regenerated.
39766         * config.make.in (CPPUNDEFS): New substituted variable.
39767         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39768         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39769         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39771 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39773         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39774         (mq_attr): Use __syscall_slong_t.
39776 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39778         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39779         Check __x86_64__ instead of __WORDSIZE.
39780         (_STAT_VER_LINUX): Likewise.
39781         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39782         __syscall_ulong_t and __syscall_slong_t.
39783         (stat64): Likewise.
39785 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39787         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39789 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39791         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39793 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39795         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39796         __syscall_ulong_t.
39798         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39799         include <bits/wordsize.h>.  Check __x86_64__ instead of
39800         __WORDSIZE.
39801         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39802         defined.
39803         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39805         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39806         include <bits/wordsize.h>.  Check __x86_64__ instead of
39807         __WORDSIZE.
39808         (user_regs_struct): Use "__extension__ unsigned long long"
39809         instead of "unsigned long" if __x86_64__ is defined.
39810         (user): Likewise.  Pad after pointer field if __ILP32__ is
39811         defined.
39813 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39815         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39816         versions 5 to 9.
39817         * configure: Regenerated.
39818         * manual/install.texi (texinfo): Increase version requirement to
39819         4.5 or later.
39820         * INSTALL: Regenerated.
39822         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39824 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39826         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39828         * sysdeps/x86_64/x32/ffs.c: New file.
39830         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39831         __syscall_ulong_t.
39832         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39833         defined.  Use __syscall_ulong_t.
39834         (shminfo): Use __syscall_ulong_t.
39835         (shm_info): Likewise.
39837         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39838         __syscall_ulong_t.
39840         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39841         <bits/wordsize.h>.
39842         (msgqnum_t): Use __syscall_ulong_t.
39843         (msglen_t): Likewise.
39844         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39845         __syscall_ulong_t.
39847         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39848         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39850         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39852         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39853         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39855         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39856         __syscall_slong_t.
39858         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39859         include <bits/wordsize.h>.  Check __x86_64__ instead of
39860         __WORDSIZE.
39862         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39863         "unsigned long long int" if __x86_64__ is defined.
39864         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39866         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39867         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39868         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39870         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39871         <stdint.h>.
39872         (GET_PC): Cast to uintptr_t first.
39873         (GET_FRAME): Likewise.
39874         (GET_STACK): Likewise.
39876         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39877         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39878         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39879         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39880         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39881         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39882         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39883         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39884         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39885         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39886         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39887         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39888         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39889         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39890         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39891         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39892         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39893         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39894         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39895         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39896         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39897         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39898         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39899         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39900         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39901         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39902         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39903         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39904         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39906 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39908         * Makerules (+depfiles): Also collect depfiles from .oS in
39909         $(extra-objs).
39910         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39911         .oS, $(libnldbl-routines)).
39913         * Makerules (native-compile-mkdep-flags): Define.
39914         * sunrpc/Makefile (extra-objs): Add $(addprefix
39915         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39916         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39917         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39918         calling $(make-target-directory).
39920 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39922         * bits/types.h (__snseconds_t): Removed.
39923         * time/time.h (struct timespec): Replace __snseconds_t with
39924         __syscall_slong_t.
39925         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39926         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39927         Likewise.
39928         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39929         (__SNSECONDS_T_TYPE): Likewise.
39930         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39931         (__SNSECONDS_T_TYPE): Likewise.
39932         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39933         (__SNSECONDS_T_TYPE): Likewise.
39935 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39937         * sysdeps/mach/hurd/bits/typesizes.h
39938         (__SYSCALL_SLONG_TYPE): New macro.
39939         (__SYSCALL_ULONG_TYPE): Likewise.
39941 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39943         * bits/types.h (__syscall_slong_t): New type.
39944         (__syscall_ulong_t): Likewise.
39946         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39947         (__SYSCALL_ULONG_TYPE): Likewise.
39948         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39949         (__SYSCALL_SLONG_TYPE): Likewise.
39950         (__SYSCALL_ULONG_TYPE): Likewise.
39951         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39952         (__SYSCALL_SLONG_TYPE): Likewise.
39953         (__SYSCALL_ULONG_TYPE): Likewise.
39954         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39955         (__SYSCALL_SLONG_TYPE): Likewise.
39956         (__SYSCALL_ULONG_TYPE): Likewise.
39958 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39960         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39961         Add sigaltstack-offsets.sym.
39962         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39963         <sigaltstack-offsets.h>.
39964         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39965         longjmp_msg pointer.
39966         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39967         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39968         signal stack.
39969         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39971 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39973         * elf/stackguard-macros.h: Remove file.
39974         * sysdeps/generic/stackguard-macros.h: New file.
39975         * sysdeps/i386/stackguard-macros.h: Likewise.
39976         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39977         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39978         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39979         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39980         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39981         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39982         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39983         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39984         <elf/stackguard-macros.h>.
39986         [BZ #14109]
39987         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39988         __aligned__ in attribute.
39989         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39990         (gregset_t): Likewise.
39992 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39994         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39995         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39996         * sysdeps/x86_64/x32/Implies-after: New file.
39998 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40000         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40001         and access return value for _dl_profile_fixup.  Use R10_LP to
40002         load frame size.
40004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40006         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40008 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40010         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40011         * sysdeps/x86_64/x32/sysdep.h: New file.
40013 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40015         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40016         * sysdeps/x86_64/setjmp.S: Likewise.
40018 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40020         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40021         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40022         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40023         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40024         remove unused global constant.
40026 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40028         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40029         include of <not-cancel.h>.
40031 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40033         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40035 2012-05-15  Jeff Law  <law@redhat.com>
40036             Andreas Jaeger  <aj@suse.de>
40038         [BZ #13594]
40039         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40040         out from...
40041         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40042         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40043         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40044         code changing __hst_map_handle.map.
40046 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40048         * configure.in (sysnames): Look for Implies-before and Implies-after
40049         files.
40050         * configure: Regenerated.
40052 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40054         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40055         8-byte data alignment with LP_SIZE alignment.
40057 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40059         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40060         into R10_LP.
40062 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40064         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40066 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40068         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40069         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40070         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40071         Likewise.
40072         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40076         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40077         (stackinfo_sub_sp): Likewise.
40079 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40081         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40082         RAX_LP.
40084 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40086         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40087         into R*_LP.
40089 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40091         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40092         sizes into R*_LP.
40094 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40096         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40098 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40100         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40101         into R11_LP and load __x86_64_shared_cache_size_half into
40102         R8_LP.
40104 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40106         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40107         R8_LP.
40109 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40111         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40112         logb for POWER7.
40113         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40114         logbf for POWER7.
40115         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40116         logbl for POWER7.
40117         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40118         powerpc32/power7/fpu/s_logb.c via #include.
40119         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40120         powerpc32/power7/fpu/s_logbf.c via #include.
40121         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40122         powerpc32/power7/fpu/s_logbl.c via #include.
40124 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40126         * README.libm: Remove file.
40128 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40130         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40131         count for x32.  Use R*_LP and omit operand-size suffix.
40133 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40135         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40136         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40137         * sysdeps/x86_64/x32/shlib-versions: New file.
40139 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40141         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40142         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40143         Use _dl_fatal_printf instead.
40145 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40147         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40148         set if not set by the user.  Do not allow for being unset.
40149         * sysdeps/unix/sysv/linux/configure: Regenerated.
40151 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40153         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40154         the `q' suffix from lea and replace .quad with ASM_ADDR.
40156 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40158         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40159         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40160         instead of $17.
40161         (PTR_DEMANGLE): Likewise.
40163 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40165         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40166         (LP_OP): Likewise.
40167         (ASM_ADDR): Likewise.
40168         (RAX_LP): Likewise.
40169         (RBP_LP): Likewise.
40170         (RBX_LP): Likewise.
40171         (RCX_LP): Likewise.
40172         (RDI_LP): Likewise.
40173         (RSI_LP): Likewise.
40174         (RSP_LP): Likewise.
40175         (R8_LP): Likewise.
40176         (R9_LP): Likewise.
40177         (R10_LP): Likewise.
40178         (R10_LP): Likewise.
40179         (R11_LP): Likewise.
40180         (R12_LP): Likewise.
40181         (R13_LP): Likewise.
40182         (R14_LP): Likewise.
40183         (R15_LP): Likewise.
40185 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40187         * sysdeps/x86_64/x32/dl-machine.h: New file.
40189 2012-05-14  Andreas Jaeger  <aj@suse.de>
40191         * manual/Makefile (subdir): Remove export of subdir.
40192         (all): Remove target.
40193         (.PHONY): Remove all from list.
40194         (mkinstalldirs): Remove.
40195         (.PHONY): Remove installdirs from list.
40196         ($(inst_infodir)/libc.info): Use make-target-directory.
40197         (installdirs): Remove.
40198         (subdir_%): Remove.
40199         (glibc-targets): Remove.
40200         (lib): Remove.
40201         (stubs): Remove.
40202         ($(objpfx)stubs ../po/manual.pot): Remove.
40203         ($(objpfx)stamp%): Remove.
40204         (make-target-directory): Remove.
40205         (subdir_install): Remove.
40206         (routines): Remove.
40207         (aux): Remove.
40208         (sources): Remove.
40209         (objects): Remove.
40210         (headers): Remove.
40212         [BZ #13750]
40213         * manual/.gitignore: Remove, it's not needed anymore.
40214         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40215         all files in it.
40216         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40217         directory.
40218         (texis): Renamed to $(objpfx)texis.
40219         (texis-path): New, contains path to generated files.
40220         (chapters.%): Use texis-path for complete path, add extra argument
40221         libc-texinfo.sh.
40222         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40223         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40224         (summary,texi, stamp-summary): Use complete path of
40225         files. Generate files in build dir.
40226         (dir-add.texi): Build in build dir.
40227         (libm-err.texi,stamp-libm-err): Likewise.
40228         (version.texi, stamp-version): Likewise.
40229         (.%c.texi): Likewise.
40230         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40231         (mostlyclean): Remove target.
40232         (realclean): Remove target.
40233         (generated): Add new variable with contents from mostlyclean and
40234         realclean, remove entries duplicated in common-mostlyclean, add
40235         stamp-libm-err and stamp-version.
40236         (generated-dirs): Add libc directory.
40237         ($(inst_infodir)/libc.info): Install files from build dir.
40239         * manual/install.texi (Configuring and compiling): Adjust since
40240         the info files are not part of the tar ball anymore.
40242 2012-05-14  Andreas Jaeger  <aj@suse.de>
40244         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40245         variable.
40247 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40249         [BZ #13717]
40250         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40251         to 2.2.0 where earlier.
40252         * sysdeps/unix/sysv/linux/configure: Regenerated.
40253         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40254         Remove conditional code.
40255         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40256         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40257         Remove conditional code.
40258         [!__NR_lchown]: Likewise.
40259         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40260         [__NR_lchown]: Likewise.
40261         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40262         comment referencing __ASSUME_LCHOWN_SYSCALL.
40263         * sysdeps/unix/sysv/linux/i386/sigaction.c
40264         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40265         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40266         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40267         Remove conditional code.
40268         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40269         (__protocol_available): Remove #if 0 code.
40270         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40271         conditional code.
40272         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40273         * sysdeps/unix/sysv/linux/kernel-features.h
40274         (__ASSUME_GETCWD_SYSCALL): Don't define.
40275         (__ASSUME_REALTIME_SIGNALS): Likewise.
40276         (__ASSUME_PREAD_SYSCALL): Likewise.
40277         (__ASSUME_PWRITE_SYSCALL): Likewise.
40278         (__ASSUME_POLL_SYSCALL): Likewise.
40279         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40280         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40281         non-SPARC.
40282         (__ASSUME_SIOCGIFNAME): Don't define.
40283         (__ASSUME_MSG_NOSIGNAL): Likewise.
40284         (__ASSUME_SENDFILE): Define unconditionally.
40285         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40286         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40287         conditional code.
40288         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40289         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40290         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40291         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40292         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40293         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40294         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40296         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40297         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40299         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40300         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40302         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40303         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40305         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40306         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40308         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40309         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40311         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40312         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40314         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40315         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40317         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40318         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40319         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40320         Remove conditional code.
40321         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40322         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40323         Remove conditional code.
40324         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40325         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40326         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40327         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40328         Remove conditional code.
40329         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40330         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40331         Remove conditional code.
40332         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40333         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40334         Remove conditional code.
40335         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40336         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40337         Remove conditional code.
40338         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40339         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40340         Remove conditional code.
40341         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40342         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40343         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40344         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40345         * sysdeps/unix/sysv/linux/sigaction.c
40346         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40347         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40348         * sysdeps/unix/sysv/linux/sigpending.c
40349         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40350         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40351         * sysdeps/unix/sysv/linux/sigprocmask.c
40352         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40353         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40354         * sysdeps/unix/sysv/linux/sigsuspend.c
40355         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40356         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40357         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40358         (__libc_missing_rt_sigs): Remove.
40359         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40360         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40361         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40362         Remove conditional code.
40363         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40364         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40365         return 1.
40366         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40367         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40368         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40369         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40371 2012-05-14  Andreas Jaeger  <aj@suse.de>
40373         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40374         it's not used in glibc.
40375         (__coshm1): Likewise.
40376         (__acosh1p): Likewise.
40377         (__sgn): Likewise.
40379         * manual/string.texi (Copying and Concatenation): Add missing
40380         variable in concat example.
40381         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40383 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40385         [BZ #14103]
40386         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40387         __builtin_clzl with __builtin_clzll.
40389 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40391         [BZ #14104]
40392         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40393         libc_freeres_ptr.
40395 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40397         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40398         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40399         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40400         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40402 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40404         * NEWS: Update ia64 info.
40406 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40408         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40409         used as bcopy.
40411 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40413         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40414         * sysdeps/unix/syscalls.list (dup3): Likewise.
40415         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40416         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40418 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40420         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40421         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40423 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40425         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40426         thread pointer.
40427         (TLS_IE): Use mov/add instead of movq/addq to load thread
40428         pointer.
40429         (TLS_GD_PREFIX): New.
40430         (TLS_GD): Use it.
40432 2012-05-11  David S. Miller  <davem@davemloft.net>
40434         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40435         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40436         (_FPU_SETCW): Likewise.
40438 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40440         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40441         is 32-byte aligned.
40443 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40445         [BZ #11837]
40446         * iconvdata/gb18030.c: Update tables.
40447         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40448         characters specially.
40449         (BODY for TO_LOOP): Add encoding of missing ranges.
40451 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40453         [BZ #13673]
40454         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40455         * sysdeps/mach/hurd/dup3.c: Likewise.
40456         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40457         * sysdeps/powerpc/memmove.c:: Likewise.
40459 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40461         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40462         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40464 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40466         * elf/elf.h (R_X86_64_RELATIVE64): New.
40467         (R_X86_64_NUM): Updated.
40468         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40469         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40470         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40471         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40472         tst-quad1pie tst-quad2pie
40473         (modules-names): Add tst-quadmod1 tst-quadmod2.
40474         ($(objpfx)tst-quad1): New dependency.
40475         ($(objpfx)tst-quad2): Likewise.
40476         ($(objpfx)tst-quad1pie): Likewise.
40477         ($(objpfx)tst-quad2pie): Likewise.
40478         * sysdeps/x86_64/tst-quad1.c: New file.
40479         * sysdeps/x86_64/tst-quad1pie.c: New file.
40480         * sysdeps/x86_64/tst-quad2.c: Likewise.
40481         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40482         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40483         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40484         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40485         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40487 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40489         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40490         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40491         * streams/stropts.h (t_scalar_t): Define type.
40493         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40494         (_PATH_PRESERVE): Set to "/var/lib".
40495         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40497         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40498         instead of int.
40500         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40501         if __dir_mkfile succeeded.
40503         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40504         checking for _hurd_dtablesize.  Unlock it right after having
40505         finished _hurd_dtable allocation.
40507 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40509         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40510         * sysdeps/mach/hurd/configure: Regenerated.
40511         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40512         special-casing to...
40513         * sysdeps/gnu/configure.in: ... this new file.
40514         * sysdeps/unix/sysv/linux/configure: Regenerated.
40515         * sysdeps/gnu/configure: New generated file.
40517         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40518         for Linux: use nsec instead of usec, as well as:
40519         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40520         members of type struct timespec.
40521         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40522         New macros.
40523         (struct stat64): Likewise.
40524         (_STATBUF_ST_NSEC): New macro.
40525         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40527         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40528         __strtoul_internal rather than strtoul.
40530 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40532         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40533         and reject them.
40535 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40537         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40538         which preserves existing values.
40539         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40541 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40543         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40544         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40545         greater than FD_SETSIZE.
40547 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40549         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40550         allocated, call __vm_protect to finish enabling the existing space, and
40551         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40552         allocate the remainder.
40554 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40556         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40557         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40559 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40561         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40562         sysdeps/mach/hurd/readlink.c.
40564         * posix/tst-sysconf.c (posix_options): Only use
40565         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40566         _POSIX_SYNCHRONIZED_IO when they are defined
40567         * sysdeps/mach/hurd/bits/posix_opt.h:
40568         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40569         (_XOPEN_REALTIME): Undefine macro.
40570         (_XOPEN_REALTIME_THREADS): Undefine macro.
40571         (_XOPEN_SHM): Undefine macro.
40572         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40573         macro to -1.
40574         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40575         macro to -1.
40576         (_POSIX_ASYNC_IO): Undefine macro.
40577         (_POSIX_PRIORITIZED_IO): Undefine macro.
40578         (_POSIX_SPIN_LOCKS): Define macro to -1.
40580         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40581         SA_NODEFER, SA_RESETHAND.
40582         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40583         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40584         F_DUPFD_CLOEXEC.
40586 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40588         * elf/Makefile (pldd-modules): Define unconditionally.
40590 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40592         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40594 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40596         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40597         Return ENOENT when name is empty.
40598         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40600 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40602         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40604         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40606 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40608         Fix mlock in all cases except non-readable pages.
40609         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40610         instead of VM_PROT_ALL as parameter to __vm_wire function.
40612         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40613         (__mkdir): When path is `/', just fail with EEXIST.
40614         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40616 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40618         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40619         <sys/uio.h> (for writev).
40620         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40621         and <sys/param.h> (for MIN).
40623 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40625         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40626         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40627         if interrupted.
40629 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40631         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40632         Depend on against $(link-rpcuserlibs).
40634 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40636         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40637         (__libc_stack_end): Do not use attribute_relro.
40638         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40639         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40640         to libthread-provided value.
40641         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40642         attribute_relro.
40644 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40646         [BZ #3748]
40647         * bits/libc-lock.h (__libc_once_get): New macro.
40648         * sysdeps/mach/bits/libc-lock.h: Likewise.
40649         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40650         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40651         instead of using implementation details.
40653         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40654         * libio/freopen.c: Likewise.
40655         * libio/freopen64.c: Likewise.
40656         * misc/syslog.c: Likewise.
40657         * nscd/connections.c: Likewise.
40658         * nscd/netgroupcache.c: Likewise.
40659         * sysdeps/posix/getcwd.c: Likewise.
40661 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40663         * math/w_ilogbf.c: Add #include <limits.h>.
40665 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40667         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40668         path instead of returning without unlocking.
40670         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40671         immediate-write ioctls.
40672         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40674 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40676         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40677         __builtin_frame_address instead of making assumptions about the
40678         location of the return address relative to DATA.  Force early load of
40679         the return address.
40680         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40681         __builtin_frame_address.
40683         dup3 for GNU Hurd.
40684         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40685         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40686         implement dup3 and do some further code clean-ups.
40687         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40688         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40690 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40692         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40694         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40695         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40696         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40697         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40698         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40699         d->port.lock.
40701         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40702         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40703         when handler == SIG_ERR, not when handler != SIG_ERR.
40705 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40707         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40708         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40709         definitions.
40711         accept4 for GNU Hurd.
40712         * include/sys/socket.h (__libc_accept4): New prototype.
40713         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40714         to implement __libc_accept4.
40715         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40716         __libc_accept4.
40717         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40719         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40720         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40721         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40722         signal-defines.sym.
40724 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40726         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40728 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40730         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40731         assertion on O_CLOEXEC flag.
40732         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40733         * hurd/intern-fd.c: Likewise.
40734         * hurd/port2fd.c: Likewise.
40736 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40738         [BZ #3906]
40739         * bits/in.h (IPV6_PKTINFO): Define new macro.
40740         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40742 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40744         [BZ #13954]
40745         [BZ #13955]
40746         [BZ #13956]
40747         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40748         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40749         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40750         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40751         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40752         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40753         * math/libm-test.inc (logb_test) : Additional logb tests.
40755 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40756             Andreas Jaeger  <aj@suse.de>
40758         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40759         * configure: Regenerated.
40760         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40761         * config.make.in (link-obsolete-rpc): New substituted variable.
40762         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40763         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40764         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40765         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40766         so that libc.a contains the symbols.
40767         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40768         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40769         * sunrpc/auth_none.c: Likewise.
40770         * sunrpc/auth_unix.c: Likewise.
40771         * sunrpc/authdes_prot.c: Likewise.
40772         * sunrpc/authuxprot.c: Likewise.
40773         * sunrpc/clnt_gen.c: Likewise.
40774         * sunrpc/clnt_perr.c: Likewise.
40775         * sunrpc/clnt_raw.c: Likewise.
40776         * sunrpc/clnt_simp.c: Likewise.
40777         * sunrpc/clnt_tcp.c: Likewise.
40778         * sunrpc/clnt_udp.c: Likewise.
40779         * sunrpc/clnt_unix.c: Likewise.
40780         * sunrpc/des_crypt.c: Likewise.
40781         * sunrpc/des_soft.c: Likewise.
40782         * sunrpc/get_myaddr.c: Likewise.
40783         * sunrpc/key_call.c: Likewise.
40784         * sunrpc/key_prot.c: Likewise.
40785         * sunrpc/netname.c: Likewise.
40786         * sunrpc/pm_getmaps.c: Likewise.
40787         * sunrpc/pm_getport.c: Likewise.
40788         * sunrpc/pmap_clnt.c: Likewise.
40789         * sunrpc/pmap_prot.c: Likewise.
40790         * sunrpc/pmap_prot2.c: Likewise.
40791         * sunrpc/pmap_rmt.c: Likewise.
40792         * sunrpc/publickey.c: Likewise.
40793         * sunrpc/rpc_cmsg.c: Likewise.
40794         * sunrpc/rpc_common.c: Likewise.
40795         * sunrpc/rpc_dtable.c: Likewise.
40796         * sunrpc/rpc_prot.c: Likewise.
40797         * sunrpc/rpc_thread.c: Likewise.
40798         * sunrpc/rtime.c: Likewise.
40799         * sunrpc/svc.c: Likewise.
40800         * sunrpc/svc_auth.c: Likewise.
40801         * sunrpc/svc_raw.c: Likewise.
40802         * sunrpc/svc_run.c: Likewise.
40803         * sunrpc/svc_tcp.c: Likewise.
40804         * sunrpc/svc_udp.c: Likewise.
40805         * sunrpc/svc_unix.c: Likewise.
40806         * sunrpc/svcauth_des.c: Likewise.
40807         * sunrpc/xcrypt.c: Likewise.
40808         * sunrpc/xdr.c: Likewise.
40809         * sunrpc/xdr_array.c: Likewise.
40810         * sunrpc/xdr_float.c: Likewise.
40811         * sunrpc/xdr_intXX_t.c: Likewise.
40812         * sunrpc/xdr_mem.c: Likewise.
40813         * sunrpc/xdr_rec.c: Likewise.
40814         * sunrpc/xdr_ref.c: Likewise.
40815         * sunrpc/xdr_sizeof.c: Likewise.
40816         * sunrpc/xdr_stdio.c: Likewise.
40818 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40820         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40821         change.  Update copyright years.
40823 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40825         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40827 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40828             Joseph Myers  <joseph@codesourcery.com>
40829             Paul Pluzhnikov  <ppluzhnikov@google.com>
40831         [BZ #14012]
40832         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40833         requiring rpcgen.
40834         [cross-compiling] (extra-libs): Likewise.
40835         [cross-compiling] (extra-libs-others): Likewise.
40836         [cross-compiling] (librpcsvc-routines): Likewise.
40837         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40838         [cross-compiling] (omit-deps): Likewise.
40839         (sunrpc-CPPFLAGS): New variable.
40840         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40841         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40842         (cross-rpcgen-objs): New variable.
40843         (extra-objs): Append $(cross-rpcgen-objs).
40844         ($(cross-rpcgen-objs)): New rule.
40845         ($(objpfx)cross-rpcgen): Likewise.
40846         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40847         comment.
40848         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40849         ($(objpfx)x%.stmp): Likewise.
40850         * sunrpc/proto.h [IS_IN_build] (_): Define.
40851         [IS_IN_build] (_libc_intl_domainname): Likewise.
40853 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40855         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40856         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40857         and R_X86_64_TPOFF64.
40859 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40861         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40862         sysdeps/unix/sysv/syscalls.list.
40863         (stime): Likewise.
40864         (utime): Likewise.
40865         * sysdeps/unix/sysv/syscalls.list: Remove file.
40867 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40869         [BZ #3440]
40870         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40871         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40872         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40873         (__LC_IDENTIFICATION): Make these macros useful in #if
40874         expressions, as required by C99.
40876 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40878         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40879         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40880         after this.
40882 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40884         * stdlib/longlong.h: Updated from GCC.
40886 2012-05-09  Andreas Jaeger  <aj@suse.de>
40888         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40889         default is first entry.
40890         (run_mode): Set type.
40891         (main): Remove informal message about syslog.
40892         (options): Fix typo.
40894         [BZ #14053]
40895         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40896         to asm.
40897         (lrint): Likewise.
40898         (llrintf): Likewise.
40899         (llrint): Likewise.
40900         (rint): Likewise.
40901         (rintf): Likewise.
40902         (nearbyint): Likewise.
40903         (nearbyintf): Likewise.
40905 2012-05-09  Andreas Jaeger  <aj@suse.de>
40906             Pedro Alves  <palves@redhat.com>
40908         * nscd/nscd.c (run_mode): Use enum.
40909         (main): Cleanup coding style issue.
40911 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40912             Andreas Jaeger  <aj@suse.de>
40914         * nscd/nscd.c (go_background): Replaced with...
40915         (run_mode): ... this.
40916         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40917         (options): Add -F --foreground.
40918         (main): Implement it.
40919         (parse_opt): Parse it.
40921 2012-05-09  Andreas Jaeger  <aj@suse.de>
40923         [BZ #14083]
40924         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40925         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40926         -Wconversion warning.
40927         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40928         Likewise.
40930 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40932         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40933         == 0.
40934         (LC_ALL): Use macro-int-constant.
40935         (LC_COLLATE): Likewise.
40936         (LC_CTYPE): Likewise.
40937         (LC_MESSAGES): Likewise.
40938         (LC_MONETARY): Likewise.
40939         (LC_NUMERIC): Likewise.
40940         (LC_TIME): Likewise.
40941         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40942         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40943         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40944         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40945         Specify type.
40946         [C99-based standards] (float_t): Expect type.
40947         [C99-based standards] (double_t): Expect type.
40948         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40949         type.
40950         [C99-based standards] (HUGE_VALL): Likewise.
40951         [C99-based standards] (INFINITY): Likewise.
40952         [C99-based standards] (NAN): Likewise.
40953         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40954         [C99-based standards] (FP_NAN): Likewise.
40955         [C99-based standards] (FP_NORMAL): Likewise.
40956         [C99-based standards] (FP_SUBNORMAL): Likewise.
40957         [C99-based standards] (FP_ZERO): Likewise.
40958         [C99-based standards] (FP_FAST_FMA): Use
40959         optional-macro-int-constant.  Specify type.  Require == 1.
40960         [C99-based standards] (FP_FAST_FMAF): Likewise.
40961         [C99-based standards] (FP_FAST_FMAL): Likewise.
40962         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40963         [C99-based standards] (FP_ILOGBNAN): Likewise.
40964         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40965         Specify type.
40966         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40967         [C99-based standards] (math_errhandling): Specify type.
40968         [ISO99 || ISO11] (signgam): Do not allow.
40969         [non-C99-based standards] (copysignf): Do not allow.
40970         [non-C99-based standards] (exp2f): Likewise.
40971         [non-C99-based standards] (log2f): Likewise.
40972         [non-C99-based standards] (modff): Allow.
40973         [non-C99-based standards] (erff): Do not allow.
40974         [non-C99-based standards] (erfcf): Likewise.
40975         [non-C99-based standards] (gammaf): Likewise.
40976         [non-C99-based standards] (hypotf): Likewise.
40977         [non-C99-based standards] (j0f): Likewise.
40978         [non-C99-based standards] (j1f): Likewise.
40979         [non-C99-based standards] (jnf): Likewise.
40980         [non-C99-based standards] (lgammaf): Likewise.
40981         [non-C99-based standards] (tgammaf): Likewise.
40982         [non-C99-based standards] (y0f): Likewise.
40983         [non-C99-based standards] (y1f): Likewise.
40984         [non-C99-based standards] (ynf): Likewise.
40985         [non-C99-based standards] (isnanf): Likewise.
40986         [non-C99-based standards] (acoshf): Likewise.
40987         [non-C99-based standards] (asinhf): Likewise.
40988         [non-C99-based standards] (atanhf): Likewise.
40989         [non-C99-based standards] (cbrtf): Likewise.
40990         [non-C99-based standards] (expm1f): Likewise.
40991         [non-C99-based standards] (ilogbf): Likewise.
40992         [non-C99-based standards] (log1pf): Likewise.
40993         [non-C99-based standards] (logbf): Likewise.
40994         [non-C99-based standards] (nextafterf): Likewise.
40995         [non-C99-based standards] (remainderf): Likewise.
40996         [non-C99-based standards] (rintf): Likewise.
40997         [non-C99-based standards] (scalbf): Likewise.
40998         [non-C99-based standards] (copysignl): Likewise.
40999         [non-C99-based standards] (exp2l): Likewise.
41000         [non-C99-based standards] (log2l): Likewise.
41001         [non-C99-based standards] (modfl): Allow.
41002         [non-C99-based standards] (erfl): Do not allow.
41003         [non-C99-based standards] (erfcl): Likewise.
41004         [non-C99-based standards] (gammal): Likewise.
41005         [non-C99-based standards] (hypotl): Likewise.
41006         [non-C99-based standards] (j0l): Likewise.
41007         [non-C99-based standards] (j1l): Likewise.
41008         [non-C99-based standards] (jnl): Likewise.
41009         [non-C99-based standards] (lgammal): Likewise.
41010         [non-C99-based standards] (tgammal): Likewise.
41011         [non-C99-based standards] (y0l): Likewise.
41012         [non-C99-based standards] (y1l): Likewise.
41013         [non-C99-based standards] (ynl): Likewise.
41014         [non-C99-based standards] (isnanl): Likewise.
41015         [non-C99-based standards] (acoshl): Likewise.
41016         [non-C99-based standards] (asinhl): Likewise.
41017         [non-C99-based standards] (atanhl): Likewise.
41018         [non-C99-based standards] (cbrtl): Likewise.
41019         [non-C99-based standards] (expm1l): Likewise.
41020         [non-C99-based standards] (ilogbl): Likewise.
41021         [non-C99-based standards] (log1pl): Likewise.
41022         [non-C99-based standards] (logbl): Likewise.
41023         [non-C99-based standards] (nextafterl): Likewise.
41024         [non-C99-based standards] (remainderl): Likewise.
41025         [non-C99-based standards] (rintl): Likewise.
41026         [non-C99-based standards] (scalbl): Likewise.
41027         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41028         [non-C99-based standards] (FP_*): Do not allow.
41029         [C99-based standards] (FP_*): Change to
41030         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41031         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41032         allow.
41033         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41034         (SIG_ERR): Likewise.
41035         [X/Open-based standards] (SIG_HOLD): Likewise.
41036         (SIG_IGN): Likewise.
41037         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41038         positive value.
41039         (SIGFPE): Likewise.
41040         (SIGILL): Likewise.
41041         (SIGINT): Likewise.
41042         (SIGSEGV): Likewise.
41043         (SIGTER): Likewise.
41044         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41045         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41046         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41047         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41048         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41049         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41050         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41051         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41052         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41053         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41054         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41055         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41056         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41057         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41058         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41059         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41060         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41061         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41062         [X/Open-based standards] (SIGTRAP): Likewise.
41063         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41064         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41065         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41066         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41067         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41068         allow.
41070 2012-05-08  Ian Wienand  <ianw@vmware.com>
41072         [BZ #14080]
41073         * time/tzset.c (__tzset_parse_tz): Update default rules for
41074         daylight time changes in the Energy Policy Act of 2005.
41076 2012-05-09  Andreas Jaeger  <aj@suse.de>
41078         [BZ #13983]
41079         * elf/ldconfig.c (parse_conf): Change string to make clear that
41080         ldconfig only issued a warning if ld.so.conf does not exist.
41082 2012-05-08  David S. Miller  <davem@davemloft.net>
41084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41085         movxtod instead of popping the value on the stack.
41087         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41089 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41091         * config.h.in: Add HAVE_ARM_PCS_VFP.
41093 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41095         [BZ #13979]
41096         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41097         checking but the checks are disabled for any reason.
41099 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41101         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41102         and ELF64_R_TYPE with ELFW(R_TYPE).
41104 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41106         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41107         (ulimit): Likewise.
41109         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41110         (settimeofday): Likewise.
41112 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41114         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41115         a struct th_u2 inside the union, and move tu_block/tu_code into
41116         a new th_u3 union of tu_block/tu_code inside of that.  Move
41117         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41118         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41119         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41120         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41121         (th_stuff): Change to th_u1.tu_stuff.
41122         (th_data): Define.
41123         (th_msg): Change to th_u1.th_u2.tu_data.
41125 2012-05-07  David S. Miller  <davem@davemloft.net>
41127         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41129         [BZ #14074]
41130         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41131         (SETUP_PIC_REG): Use it.
41132         (SETUP_PIC_REG_LEAF): Use it.
41134 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41136         [BZ #13885]
41137         [BZ #13923]
41138         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41139         USE_AS_EXPM1L.
41140         (EXPL_FINITE): Likewise.
41141         (FLDLOG): Likewise.
41142         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41143         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41144         e_expl.S.
41145         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41146         USE_AS_EXPM1L.
41147         (EXPL_FINITE): Likewise.
41148         (FLDLOG): Likewise.
41149         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41150         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41151         e_expl.S.
41152         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41153         test of -max_value argument for long double.
41154         * sysdeps/i386/fpu/libm-test-ulps: Update.
41155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41157 2012-05-06  David S. Miller  <davem@davemloft.net>
41159         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41160         quad soft-float symbols whose references which are compiler
41161         generated.
41162         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41164 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41166         [BZ #13884]
41167         [BZ #13914]
41168         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41169         USE_AS_EXP10L.
41170         (EXPL_FINITE): Likewise.
41171         (FLDLOG): Likewise.
41172         (c0): Likewise.
41173         (c1): Likewise.
41174         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41175         Adjust comments for base varying.
41176         (__expl_finite): Change alias to EXPL_FINITE.
41177         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41178         e_expl.S.
41179         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41180         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41181         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41182         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41183         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41184         USE_AS_EXP10L.
41185         (EXPL_FINITE): Likewise.
41186         (FLDLOG): Likewise.
41187         (c0): Likewise.
41188         (c1): Likewise.
41189         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41190         Adjust comments for base varying.
41191         (__expl_finite): Change alias to EXPL_FINITE.
41192         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41193         tests for bugs.
41194         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41196         [BZ #14064]
41197         * math/libm-test.inc (check_float_internal): Correct ulp
41198         calculation for subnormal expected results.
41200 2012-05-06  Andreas Jaeger  <aj@suse.de>
41202         * Makeconfig (+math-flags): New, set to -frounding-math.
41203         (+cflags): Add +math-flags so that all of glibc gets compiled with
41204         it.
41206         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41208 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41210         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41211         Disable one test.
41213         [BZ #13787]
41214         [BZ #13922]
41215         [BZ #14036]
41216         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41217         (__ieee754_expl): Allow for and saturate large arguments.
41218         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41219         (u_threshold): Likewise.
41220         (__exp): Call __ieee754_exp before checking for overflow and
41221         underflow.
41222         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41223         (u_threshold): Likewise.
41224         (__expf): Call __ieee754_expf before checking for overflow and
41225         underflow.
41226         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41227         (u_threshold): Likewise.
41228         (__expl): Call __ieee754_expl before checking for overflow and
41229         underflow.
41230         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41231         (__ieee754_expl): Allow for and saturate large arguments.
41232         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41233         missing overflow exception on overflow.
41234         (expm1_test): Do not allow missing overflow exception on overflow.
41236         * sysdeps/i386/fpu/e_expl.c: Move to ...
41237         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41238         rather than using inline asm.
41239         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41240         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41241         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41243         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41244         (nice): Likewise.
41245         (poll): Likewise.
41246         (signal): Likewise.
41247         (time): Likewise.
41248         (times): Likewise.
41250 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41252         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41253         sysdeps/unix/common/syscalls.list.
41254         (fchmod): Likewise.
41255         (fchown): Likewise.
41256         (ftruncate): Likewise.
41257         (getrusage): Likewise.
41258         (gettimeofday): Likewise.
41259         (setpgid): Likewise.
41260         (setregid): Likewise.
41261         (setreuid): Likewise.
41262         (sigaction): Likewise.
41263         (truncate): Likewise.
41264         (vhangup): Likewise.
41265         * sysdeps/unix/common/syscalls.list: Remove file.
41266         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41267         * sysdeps/unix/sysv/linux/Implies: Likewise.
41269 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41271         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41272         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41273         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41274         Moved to ...
41275         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41276         Here.
41277         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41278         to ...
41279         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41280         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41281         to ...
41282         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41283         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41284         to ...
41285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41286         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41287         to ...
41288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41289         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41290         to ...
41291         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41292         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41293         to ...
41294         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41295         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41296         to ...
41297         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41298         Here.
41299         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41300         to ...
41301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41302         Here.
41303         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41304         to ...
41305         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41306         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41307         Moved to ...
41308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41309         Here.
41310         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41311         to ...
41312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41314 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41316         * sysdeps/unix/common/bits/dirent.h: Remove file.
41317         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41319         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41320         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41321         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41322         * sysdeps/unix/bsd/isatty.c: Likewise.
41323         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41324         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41325         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41327 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41329         [BZ #13563]
41330         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41331         long double comparison inaccuracies.
41332         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41333         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41335 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41337         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41338         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41340 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41342         [BZ #14049]
41343         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41344         nonzero digits before rounding a hex value.
41345         * stdlib/tst-strtod.c (tests): Add another test.
41347 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41349         * sysdeps/s390/fpu/libm-test-ulps: Update.
41351 2012-05-03  Andreas Jaeger  <aj@suse.de>
41353         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41354         does not get optimized out.
41355         (malloc_opt_barrier): New.
41357 2012-05-03  Andreas Jaeger  <aj@suse.de>
41358             Roland McGrath  <roland@hack.frob.com>
41360         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41361         intermediate file deletion.
41362         (generated): Add .symlist files.
41364 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41366         [BZ #13775]
41367         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41368         Redirect under this condition.
41369         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41370         [__USE_GNU] (__dprintf_chk): Not under this condition.
41371         [__USE_GNU] (__vdprintf_chk): Likewise.
41372         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41373         under this condition.
41374         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41375         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41376         [__USE_XOPEN2K8] (vdprintf): Likewise.
41377         [__USE_GNU] (__dprintf_chk): Not under this condition.
41378         [__USE_GNU] (__vdprintf_chk): Likewise.
41379         [__USE_GNU] (dprintf): Likewise.
41380         [__USE_GNU] (vdprintf): Likewise.
41382 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41384         * elf/Makefile (common-generated): Set this instead of generated for
41385         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41386         $(all-built-dso)-derived lists.
41388 2012-05-03  Andreas Jaeger  <aj@suse.de>
41390         * sysdeps/i386/fpu/libm-test-ulps: Update.
41392         * FAQ: Removed.
41393         * FAQ.in: Likewise.
41394         * scripts/gen-FAQ.pl: Likewise.
41395         * manual/install.texi (Installation): Point to online location of
41396         FAQ.
41397         * Makefile (files-for-dist): Remove FAQ.
41398         (FAQ): Remove.
41400 2012-05-02  Allan McRae  <allan@archlinux.org>
41402         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41403         (LDFLAGS-reldepmod5.so): Likewise.
41404         (LDFLAGS-reldep6mod1.so): Likewise.
41405         (LDFLAGS-reldep6mod4.so): Likewise.
41406         (LDFLAGS-reldep8mod3.so): Likewise.
41407         (LDFLAGS-unload4mod1.so): Likewise.
41408         (LDFLAGS-unload4mod2.so): Likewise.
41409         (LDFLAGS-tst-initorder): Likewise.
41410         (LDFLAGS-tst-initordera2.so): Likewise.
41411         (LDFLAGS-tst-initordera3.so): Likewise.
41412         (LDFLAGS-tst-initordera4.so): Likewise.
41413         (LDFLAGS-tst-initorderb2.so): Likewise.
41414         (LDFLAGS-noload): Likewise.
41415         (LDFLAGS-next): Likewise.
41416         (LDFLAGS-order2mod1.so): Likewise.
41417         (LDFLAGS-order2mod2.so): Likewise.
41418         (LDFLAGS-tst-initorder2): Likewise.
41419         (LDFLAGS-tst-initorder2a.so): Likewise.
41420         (LDFLAGS-tst-initorder2b.so): Likewise.
41421         (LDFLAGS-tst-initorder2c.so): Likewise.
41422         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41424 2012-05-02  David S. Miller  <davem@davemloft.net>
41426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41428 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41430         [BZ #14055]
41431         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41433 2012-05-02  Andreas Jaeger  <aj@suse.de>
41435         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41436         since we manipulate rounding mode.
41437         (CPPFLAGS-test-idouble.c): Likewise.
41438         (CPPFLAGS-test-ifloat.c): Likewise.
41439         (CFLAGS-test-ldouble.c): Likewise.
41440         (CFLAGS-test-double.c): Likewise.
41441         (CFLAGS-test-float.c): Likewise.
41442         (CFLAGS-test-misc.c): Likewise.
41443         (CFLAGS-test-test-fenv.c): Likewise.
41445 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41447         [BZ #2550]
41448         [BZ #2570]
41449         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41450         comparisons to determine direction to adjust input.
41452 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41454         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41455         output to the target.
41457         * scripts/localplt.awk: New file.
41458         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41459         (check-localplt-CFLAGS): Variable removed.
41460         ($(all-built-dso:=.jmprel)): New static pattern rule.
41461         (generated): Add those targets.
41462         (localplt-built-dso): New variable.
41463         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41465         * elf/check-localplt.c: File removed.
41467         * scripts/check-execstack.awk: New file.
41468         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41469         (check-execstack-CFLAGS): Variable removed.
41470         ($(objpfx)check-execstack.h): Target removed.
41471         ($(objpfx)execstack-default): New target.
41472         (generated): Add that instead of check-execstack.h.
41473         ($(all-built-dso:=.phdr)): New static pattern rule.
41474         (generated): Add those targets.
41475         * elf/check-execstack.c: File removed.
41477         * scripts/check-textrel.awk: New file.
41478         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41479         (check-textrel-CFLAGS): Variable removed.
41480         (all-built-dso): Use := to define.o
41481         ($(all-built-dso:=.dyn)): New static pattern rule.
41482         (generated): Add those targets.
41483         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41484         * config.make.in (READELF): New substituted variable.
41485         * elf/check-textrel.c: File removed.
41487 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41489         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41490         allow.
41491         * conform/data/ctype.h-data [C99-based standards] (isblank):
41492         Expect function.
41493         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41494         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41495         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41496         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41497         Specify type.  Require positive value.
41498         (EILSEQ): Likewise.
41499         (ERANGE): Likewise.
41500         [ISO || POSIX] (EILSEQ): Do not expect.
41501         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41502         Specify type.  Require positive value.
41503         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41504         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41505         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41506         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41507         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41508         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41509         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41510         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41511         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41512         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41513         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41514         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41515         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41516         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41517         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41518         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41519         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41520         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41521         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41522         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41523         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41524         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41525         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41526         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41527         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41528         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41529         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41530         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41531         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41532         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41533         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41534         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41535         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41536         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41537         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41538         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41539         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41540         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41541         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41542         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41543         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41544         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41545         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41546         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41547         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41548         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41549         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41550         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41551         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41552         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41553         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41554         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41555         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41556         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41557         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41558         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41559         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41560         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41561         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41562         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41563         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41564         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41565         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41566         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41567         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41568         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41569         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41570         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41571         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41572         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41573         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41574         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41575         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41576         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41577         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41578         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41579         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41580         Require >= 2.
41581         (FLT_ROUNDS): Expect as macro, not constant.
41582         (FLT_MANT_DIG): Use macro-int-constant.
41583         (DBL_MANT_DIG): Likewise.
41584         (LDBL_MANT_DIG): Likewise.
41585         (FLT_DIG): Likewise.
41586         (DBL_DIG): Likewise.
41587         (LDBL_DIG): Likewise.
41588         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41589         (DBL_MIN_EXP): Likewise.
41590         (LDBL_MIN_EXP): Likewise.
41591         (FLT_MAX_EXP): Use macro-int-constant.
41592         (DBL_MAX_EXP): Likewise.
41593         (LDBL_MAX_EXP): Likewise.
41594         (FLT_MAX_10_EXP): Likewise.
41595         (DBL_MAX_10_EXP): Likewise.
41596         (LDBL_MAX_10_EXP): Likewise.
41597         (FLT_MAX): Use macro-constant.
41598         (DBL_MAX): Likewise.
41599         (LDBL_MAX): Likewise.
41600         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41601         (DBL_EPSILON): Likewise.
41602         (LDBL_EPSILON): Likewise.
41603         (FLT_MIN): Likewise.
41604         (DBL_MIN): Likewise.
41605         (LDBL_MIN): Likewise.
41606         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41607         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41608         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41609         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41610         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41611         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41612         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41613         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41614         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41615         [ISO11] (FLT_TRUE_MIN): Likewise.
41616         [ISO11] (LDBL_TRUE_MIN): Likewise.
41617         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41618         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41619         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41620         (SCHAR_MAX): Likewise.
41621         (UCHAR_MAX): Likewise.
41622         (CHAR_MIN): Likewise.
41623         (CHAR_MAX): Likewise.
41624         (MB_LEN_MAX): Use macro-int-constant.
41625         (SHRT_MIN): Use macro-int-constant.  Specify type.
41626         (SHRT_MAX): Likewise.
41627         (USHRT_MAX): Likewise.
41628         (INT_MAX): Likewise.
41629         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41630         bound negative.
41631         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41632         bound with "U".
41633         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41634         bound with "L".
41635         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41636         bound negative.  Suffix upper bound with "L".
41637         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41638         bound with "UL".
41639         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41640         Specify type.
41641         [C99-based standards] (LLONG_MAX): Likewise.
41642         [C99-based standards] (ULLONG_MAX): Likewise.
41643         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41644         == 0.
41645         [ISO11] (max_align_t): Require type.
41646         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41648         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41649         from $CFLAGS, without defining away __attribute__ calls.
41650         (checknamespace): Use $CFLAGS_namespace.
41652         * conform/conformtest.pl (@keywords): Only include C99 keywords
41653         for standards based on C99 or C11.
41655         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41656         Disable tests.
41657         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41658         UNIX98]: Likewise.
41660         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41661         usability of symbols in #if.
41663         * conform/conformtest.pl: If macro or constant types start
41664         "promoted:", expect the symbol to be of the following type
41665         promoted by the integer promotions.
41667         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41668         in one place.  Also handle "macro-constant".
41670         * conform/conformtest.pl: Only accept expected macro values with
41671         "==".  Parse all "macro" lines in one place.
41672         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41674         * conform/conformtest.pl: Handle braced types on "constant" lines
41675         instead of handling "typed-constant".
41676         * conform/data/signal.h-data: Use "constant" instead of
41677         "typed-constant".
41679         * conform/conformtest.pl: Handle "optional-" at start of lines in
41680         one place rather than duplicating several cases.  Handle each
41681         format of "macro" line with initial "optional-".
41683         * conform/conformtest.pl: Only accept expected constant or
41684         optional-constant values with "==".  Parse all "constant" lines in
41685         one place.  Parse all "optional-constant" lines in one place.
41686         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41687         * conform/data/fmtmsg.h-data: Likewise.
41688         * conform/data/netinet/in.h-data: Likewise.
41689         * conform/data/tar.h-data: Likewise.
41690         * conform/data/limits.h-data: Use "==" form on "constant" and
41691         "optional-constant" lines.
41693         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41694         Use -std=c99 for XOPEN2K.
41695         (@knownproblems): Remove.
41696         (newtoken): Don't check %isknown.
41698         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41699         Do not expect macro.
41700         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41712         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41713         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41730         [XPG3] (acosh): Likewise.
41731         [XPG3] (asinh): Likewise.
41732         [XPG3] (atanh): Likewise.
41733         [XPG3] (cbrt): Likewise.
41734         [XPG3] (expm1): Likewise.
41735         [XPG3] (ilogb): Likewise.
41736         [XPG3] (log1p): Likewise.
41737         [XPG3] (logb): Likewise.
41738         [XPG3] (nextafter): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41740         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41741         [XPG3] (remainder): Likewise.
41742         [XPG3] (rint): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41750         [UNIX98 || XOPEN2K] (scalb): Expect.
41751         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41752         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41755         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41756         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41757         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41758         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41853         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41854         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41889         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41890         _XOPEN_SOURCE_EXTENDED for XPG4.
41892         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41894         * Makeconfig (localtime): Remove variable.
41895         (inst_localtime-file): Likewise.
41897 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41900         Update.
41901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41902         Update.
41903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41904         Update.
41905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41906         Update.
41907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41908         Update.
41909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41910         Update.
41911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41912         Update.
41913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41914         Update.
41915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41916         Update.
41918 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41920         [BZ #2550]
41921         [BZ #2570]
41922         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41923         comparisons to determine direction to adjust input.
41924         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41925         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41926         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41927         Likewise.
41928         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41929         Likewise.
41930         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41931         Likewise.
41932         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41933         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41934         Likewise.
41935         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41936         Likewise.
41937         * math/libm-test.inc (nexttoward_test): Add more tests.
41939 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41941         [BZ #14040]
41942         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41943         in version GLIBC_2.1, not GLIBC_2.0.
41944         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41945         Likewise.
41947 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41949         [BZ #13942]
41950         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41951         (1 - x) * (1 + x).
41952         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41953         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41954         * math/libm-test.inc (acos_test): Add more tests.
41955         (asin_test): Likewise.
41956         * sysdeps/i386/fpu/libm-test-ulps: Update.
41957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41959         [BZ #14034]
41960         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41961         of square root.
41962         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41963         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41964         * math/libm-test.inc (acos_test_tonearest): New function.
41965         (acos_test_towardzero): Likewise.
41966         (acos_test_downward): Likewise.
41967         (acos_test_upward): Likewise.
41968         (asin_test_tonearest): Likewise.
41969         (asin_test_towardzero): Likewise.
41970         (asin_test_downward): Likewise.
41971         (asin_test_upward): Likewise.
41972         (main): Call the new functions.
41973         * sysdeps/i386/fpu/libm-test-ulps: Update.
41974         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41976         [BZ #13884]
41977         [BZ #13924]
41978         * math/e_exp10.c: Include <float.h>.
41979         (__ieee754_exp10): Handle underflow here rather than multiplying
41980         large negative argument by M_LN10.
41981         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41982         of __ieee754_expf.
41983         * math/e_exp10l.c: Include <float.h>.
41984         (__ieee754_exp10l): Handle underflow here rather than multiplying
41985         large negative argument by M_LN10l.
41986         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41987         spurious overflow exception on underflow.
41989 2012-04-29  Marek Polacek  <polacek@redhat.com>
41991         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41992         (__fortify_function): New macro.
41993         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41994         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41995         __extern_always_inline.
41996         * libio/bits/stdio2.h: Likewise.
41997         * libio/bits/stdio.h: Likewise.
41998         * string/string.h: Likewise.
41999         * string/bits/string3.h: Likewise.
42000         * include/stdio.h: Likewise.
42001         * stdlib/bits/stdlib.h: Likewise.
42002         * stdlib/stdlib.h: Likewise.
42003         * rt/bits/mqueue2.h: Likewise.
42004         * rt/mqueue.h: Likewise.
42005         * posix/bits/unistd.h: Likewise.
42006         * posix/unistd.h: Likewise.
42007         * io/bits/poll2.h: Likewise.
42008         * io/bits/fcntl2.h: Likewise.
42009         * io/fcntl.h: Likewise.
42010         * io/sys/poll.h: Likewise.
42011         * misc/bits/syslog.h: Likewise.
42012         * misc/bits/syslog-ldbl.h: Likewise.
42013         * misc/sys/syslog.h: Likewise.
42014         * socket/bits/socket2.h: Likewise.
42015         * socket/sys/socket.h: Likewise.
42016         * debug/tst-chk1.c: Likewise.
42017         * wcsmbs/bits/wchar2.h: Likewise.
42018         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42019         * wcsmbs/wchar.h: Likewise.
42021 2012-04-29  Andreas Jaeger  <aj@suse.de>
42023         * Makerules (tests): Remove enable-check-abi protection.
42024         (check-abi-warn): Remove.
42025         (check-abi-%): Remove check-abi-warn usage.
42027         * configure.in: Remove check-abi configure option.
42028         * configure: Regenerated.
42029         * config.make.in (enable-check-abi): Remove.
42031 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42033         [BZ #14033]
42034         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42035         double functions to double *_finite functions.
42037         [BZ #13941]
42038         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42039         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42040         LDBL_MIN_EXP.
42041         * stdio-common/Makefile (tests): Add tst-sprintf3.
42042         * stdio-common/tst-sprintf3.c: New file.
42044         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42045         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42047 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42049         * conform/conformtest.pl: Remove duplicate typed-constant
42050         handling.
42052 2012-04-28  David S. Miller  <davem@davemloft.net>
42054         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42055         (check-abi-%): Remove AWK script prerequisite and explicit
42056         abilist directory.
42057         (check-abi): Rewrite to just diff the symlist with the abilist.
42058         (config-tls, config-abi-config): Delete, no longer used.
42059         (update-abi-%): Remove AWK script and explicit abilist directory.
42060         (update-abi): Rewrite to simply compare and conditionally copy the
42061         symlist and the sysdep abilist file.  Remove update-abi-config
42062         checks.
42063         * abilist/ld.abilist: Remove.
42064         * abilist/libBrokenLocale.abilist: Remove.
42065         * abilist/libanl.abilist: Remove.
42066         * abilist/libcrypt.abilist: Remove.
42067         * abilist/libdl.abilist: Remove.
42068         * abilist/librt.abilist: Remove.
42069         * abilist/libthread_db.abilist: Remove.
42070         * abilist/libutil.abilist: Remove.
42071         * scripts/extract-abilist.awk: Remove.
42072         * scripts/merge-abilist.awk: Remove.
42073         * sysdeps/generic/libcidn.abilist: New file.
42074         * sysdeps/generic/libnss_compat.abilist: New file.
42075         * sysdeps/generic/libnss_db.abilist: New file.
42076         * sysdeps/generic/libnss_dns.abilist: New file.
42077         * sysdeps/generic/libnss_files.abilist: New file.
42078         * sysdeps/generic/libnss_hesiod.abilist: New file.
42079         * sysdeps/generic/libnss_nis.abilist: New file.
42080         * sysdeps/generic/libnss_nisplus.abilist: New file.
42081         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42082         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42083         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42084         file.
42085         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42086         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42087         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42088         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42089         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42090         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42091         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42092         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42093         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42094         file.
42095         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42096         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42097         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42098         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42099         file.
42100         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42101         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42102         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42103         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42104         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42105         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42106         file.
42107         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42108         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42109         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42110         file.
42111         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42112         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42113         New file.
42114         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42115         New file.
42116         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42117         New file.
42118         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42119         New file.
42120         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42121         New file.
42122         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42123         New file.
42124         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42125         New file.
42126         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42127         New file.
42128         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42129         New file.
42130         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42131         New file.
42132         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42133         New file.
42134         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42135         New file.
42136         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42137         New file.
42138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42139         file.
42140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42141         New file.
42142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42143         New file.
42144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42145         file.
42146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42147         New file.
42148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42149         New file.
42150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42151         file.
42152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42153         New file.
42154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42155         New file.
42156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42157         New file.
42158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42159         New file.
42160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42161         New file.
42162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42163         New file.
42164         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42166         file.
42167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42168         New file.
42169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42170         file.
42171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42172         file.
42173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42174         file.
42175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42176         file.
42177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42180         New file.
42181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42182         file.
42183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42184         file.
42185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42186         New file.
42187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42188         file.
42189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42190         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42191         file.
42192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42193         New file.
42194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42195         file.
42196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42197         file.
42198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42199         file.
42200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42201         file.
42202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42205         New file.
42206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42207         file.
42208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42209         file.
42210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42213         file.
42214         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42215         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42216         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42217         file.
42218         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42219         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42220         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42221         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42222         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42223         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42224         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42225         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42226         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42227         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42228         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42230         file.
42231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42232         New file.
42233         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42234         file.
42235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42236         file.
42237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42238         file.
42239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42240         file.
42241         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42242         file.
42243         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42244         New file.
42245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42246         New file.
42247         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42248         file.
42249         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42250         New file.
42251         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42252         file.
42253         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42254         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42255         file.
42256         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42257         New file.
42258         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42259         file.
42260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42261         file.
42262         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42263         file.
42264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42265         file.
42266         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42267         file.
42268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42269         New file.
42270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42271         New file.
42272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42273         file.
42274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42275         New file.
42276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42277         file.
42279 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42281         * conform/conformtest.pl: Fix typo in handling typed-constant from
42282         allow-header.
42284 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42286         * README: Cut down references to pre-2.6 Linux kernels and
42287         Linuxthreads.  Update lists of configurations in libc and ports
42288         and sort alphabetically.  Say "or newer" with Linux kernel version
42289         requirements.
42291         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42293 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42295         [BZ #887]
42296         * math/libm-test.inc (logb_test_downward): New test to expose
42297         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42298         rounding mode.
42300 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42302         [BZ #14027]
42303         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42304         to be done.
42305         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42306         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42308 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42310         * sysdeps/unix/i386/brk.S: Remove file.
42311         * sysdeps/unix/i386/dl-brk.S: Likewise.
42312         * sysdeps/unix/i386/pipe.S: Likewise.
42313         * sysdeps/unix/i386/sigreturn.S: Likewise.
42314         * sysdeps/unix/i386/syscall.S: Likewise.
42315         * sysdeps/unix/i386/vfork.S: Likewise.
42316         * sysdeps/unix/i386/wait.S: Likewise.
42318         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42319         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42321         * configure.in (arm*-none*): Do not allow without
42322         --enable-hacker-mode.
42323         (netbsd*): Remove case setting base_os.
42324         (386bsd*): Likewise.
42325         (freebsd*): Likewise.
42326         (bsdi*): Likewise.
42327         (osf*): Likewise.
42328         (sunos*): Likewise.
42329         (ultrix*): Likewise.
42330         (newsos*): Likewise.
42331         (dynix*): Likewise.
42332         (*bsd*): Likewise.
42333         (sysv*): Likewise.
42334         (isc*): Likewise.
42335         (esix*): Likewise.
42336         (sco*): Likewise.
42337         (minix*): Likewise.
42338         (irix4*): Likewise.
42339         (irix6*): Likewise.
42340         (solaris[2-9]*): Likewise.
42341         (none): Likewise.
42342         * configure: Regenerated.
42344 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42346         [BZ #11521]
42347         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42348         overflow or cancellation in calculating denominator.
42349         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42350         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42351         down expression to avoid unexpected rounding in newer GCCs.
42352         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42354 2012-04-26  David S. Miller  <davem@davemloft.net>
42356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42357         long-double compat symbols.
42358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42363         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42365         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42366         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42372 2012-04-25  David S. Miller  <davem@davemloft.net>
42374         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42375         HWCAP_* values only after the memory barriers have been defined.
42376         (atomic_full_barrier): Define.
42377         (atomic_read_barrier): Define.
42378         (atomic_write_barrier): Define.
42380 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42382         * shlib-versions: Add libgcc_s version information.
42383         * sysdeps/generic/libgcc_s.h: Remove.
42384         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42385         libgcc_s.h.
42386         * sysdeps/gnu/unwind-resume.c: Likewise.
42387         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42389 2012-04-25  David S. Miller  <davem@davemloft.net>
42391         * sysdeps/unix/sparc/brk.S: Delete.
42392         * sysdeps/unix/sparc/dl-brk.S: Delete.
42393         * sysdeps/unix/sparc/pipe.S: Delete.
42394         * sysdeps/unix/sparc/sysdep.S: Delete.
42395         * sysdeps/unix/sparc/sysdep.h: Delete.
42396         * sysdeps/unix/sparc/vfork.S: Delete.
42397         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42398         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42399         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42400         (ret_ERRVAL, r0, r1, MOVE): Define.
42401         (JUMPTARGET): Remove.
42402         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42403         sysdeps/unix/sparc/sysdep.h
42404         (ENTRY, END): Remove.
42405         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42407 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42409         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42410         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42411         -DIS_IN_build.
42413         * timezone/README: Update upstream location and email address for
42414         tzcode and tzdata.
42415         * timezone/zdump.c: Update from tzcode 2012b.
42416         * timezone/zic.c: Likewise.
42418         * configure.in (libc_cv_as_needed): Remove test.
42419         * configure: Regenerated.
42420         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42421         conditional definition.
42422         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42423         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42424         * config.make.in (have-as-needed): Remove variable.
42426 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42427             Paul Pluzhnikov  <ppluzhnikov@google.com>
42429         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42430         strings correctly.
42432 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42434         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42435         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42436         * sysdeps/sh/strlen.S: Likewise.
42438 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42440         * sysdeps/unix/fork.S: Remove file.
42441         * sysdeps/unix/i386/fork.S: Likewise.
42442         * sysdeps/unix/sparc/fork.S: Likewise.
42444         * sysdeps/unix/system.c: Remove file.
42445         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42447         * sysdeps/unix/getegid.S: Remove file.
42448         * sysdeps/unix/geteuid.S: Likewise.
42450 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42452         * scripts/check-localplt.awk: New file.
42453         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42454         of diff.
42455         * scripts/data/localplt-generic.data: Add a comment.
42457         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42458         NODE when __dir_mkfile failed.
42459         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42460         Reported by Ludovic Courtès <ludo@gnu.org>.
42462 2012-04-24  Andreas Jaeger  <aj@suse.de>
42464         * Makerules (common-clean): Also remove gen-as-const-headers
42465         files.
42467 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42469         * Makerules (native-compile): Do not change working directory for
42470         build.  Use $(OUTPUT_OPTION) in command.
42471         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42473 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42475         [BZ #13886]
42476         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42477         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42478         * math/libm-test.inc (floor_test): Add more tests.
42479         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42481 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42483         * sysdeps/unix/getdents.c: Remove file.
42484         * sysdeps/unix/sysv/getdents.c: Likewise.
42485         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42487         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42488         sysdeps/unix/mman/syscalls.list.
42489         (mmap): Likewise.
42490         (mprotect): Likewise.
42491         (msync): Likewise.
42492         (munmap): Likewise.
42493         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42494         * sysdeps/unix/mman/syscalls.list: Remove.
42495         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42497         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42498         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42499         * configure: Regenerated.
42500         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42501         $(libgcc_s_suffix).
42502         * config.make.in (libgcc_s_suffix): Remove variable.
42504 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42506         * sysdeps/unix/sysv/gethostname.c: Move to ...
42507         * sysdeps/posix/gethostname.c: ... here.
42509         * sysdeps/unix/execve.S: Remove file.
42511         * sysdeps/unix/_exit.S: Remove file.
42513 2012-04-23  Andreas Jaeger  <aj@suse.de>
42515         [BZ #13739]
42516         * manual/Makefile: Remove make dist support, there's no
42517         need for a stand-alone documentation tar ball.
42518         (TEXI2DVI): Define always, it's not in Makeconfig.
42519         (dist): Removed.
42520         (tar-it): Removed.
42521         (edition): Removed.
42522         (glibc-doc-$(edition).tar): Removed
42523         (%.Z): Removed.
42524         (%.gz): Removed.
42525         (%.uu): Removed.
42526         (ETAGS): Remove, it's in Makeconfig.
42527         (move-if-change): Remove, it's in Makeconfig.
42529 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42531         [BZ #13970]
42532         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42533         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42534         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42535         (strtod_l, strtof_l, strtold_l): Remove __wur.
42536         It is not necessarily an error to ignore strtol's return value.
42537         One can reliably look at the stored endptr to decide whether
42538         the number had valid syntax.
42540 2012-04-21  Andreas Jaeger  <aj@suse.de>
42542         [BZ #13739]
42543         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42545 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42547         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42548         * sysdeps/unix/sysv/Versions: Remove file.
42550 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42552         [BZ #13927]
42553         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42555 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42557         [BZ #7064]
42558         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42559         version from __vm86.
42561 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42563         * sysdeps/unix/common/lxstat.c: Remove file.
42564         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42566         * sysdeps/unix/sysv/Makefile: Remove file.
42568         * sysdeps/unix/sysv/direct.h: Remove file.
42570         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42571         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42572         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42573         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42574         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42575         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42576         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42578         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42580         * sysdeps/unix/xmknod.c: Remove file.
42581         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42583         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42585         * sysdeps/unix/sysv/i386/time.S: Remove file.
42587         * sysdeps/unix/fxstat.c: Remove file.
42588         * sysdeps/unix/xstat.c: Likewise.
42589         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42591         * sysdeps/unix/sysv/sigaction.c: Remove file.
42593         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42594         (sysdep_headers): Remove variable.
42595         [termio.h not in sysdep_headers] (generated): Likewise.
42596         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42597         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42598         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42599         * sysdeps/unix/sysv/tcflow.c: Likewise.
42600         * sysdeps/unix/sysv/tcflush.c: Likewise.
42601         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42602         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42603         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42604         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42605         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42607         * sysdeps/unix/siglist.c: Remove file.
42609         * sysdeps/unix/getppid.S: Remove file.
42611         * sysdeps/unix/mkdir.c: Remove file.
42612         * sysdeps/unix/rmdir.c: Likewise.
42614 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42616         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42617         ERR_MAX value.
42618         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42619         errlist-compat value.
42621 2012-04-18  David S. Miller  <davem@davemloft.net>
42623         * sysdeps/generic/memcopy.h (reg_char): Delete.
42624         * debug/strcat_chk.c: Use char, not reg_char.
42625         * debug/strcpy_chk.c: Likewise.
42626         * debug/strncat_chk.c: Likewise.
42627         * debug/strncpy_chk.c: Likewise.
42628         * string/memchr.c: Likewise.
42629         * string/memrchr.c: Likewise.
42630         * string/rawmemchr.c: Likewise.
42631         * string/strcat.c: Likewise.
42632         * string/strchr.c: Likewise.
42633         * string/strchrnul.c: Likewise.
42634         * string/strcmp.c: Likewise.
42635         * string/strcpy.c: Likewise.
42636         * string/strncat.c: Likewise.
42637         * string/strncmp.c: Likewise.
42638         * string/strncpy.c: Likewise.
42640 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42642         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42643         __builtin_memcopy is called when src and dest ranges are known to not
42644         overlap.
42646 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42648         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42649         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42650         fwd_align_merge macro call.
42651         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42652         bwd_align_merge macro call.
42653         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42655 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42657         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42658         bwd_align_merge macros.
42659         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42660         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42661         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42663 2012-04-18  David S. Miller  <davem@davemloft.net>
42665         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42667 2012-04-18  Andreas Jaeger  <aj@suse.de>
42669         [BZ# 6794]
42670         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42671         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42672         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42674         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42675         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42676         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42678         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42679         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42680         Adjust for changed ldbl-128 files.
42682         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42683         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42684         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42686 2012-04-17  David S. Miller  <davem@davemloft.net>
42688         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42690 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42692         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42693         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42694         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42695         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42696         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42697         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42699 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42701         [BZ #6794]
42702         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42703         * math/libm-test.inc: Add ilogb errno and exception tests.
42704         * math/w_ilogb.c: New file: ilogb wrapper.
42705         * math/w_ilogbf.c: New file: ilogbf wrapper.
42706         * math/w_ilogbl.c: New file: ilogbl wrapper.
42707         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42708         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42709         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42710         exception being thrown with 0.0 as argument.
42711         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42712         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42713         exception being thrown with 0.0 as argument.
42714         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42715         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42716         exception being thrown with 0.0 as argument.
42717         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42718         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42719         exception being thrown with 0.0 as argument.
42720         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42721         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42722         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42723         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42724         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42725         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42726         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42727         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42728         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42730 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42732         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42733         with altivec.
42735 2012-04-16  Marek Polacek  <polacek@redhat.com>
42737         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42739 2012-04-16  Marek Polacek  <polacek@redhat.com>
42741         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42742         operands of fdivp instruction.
42744 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42746         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42747         * elf/tst-auditmod3b.c: Likewise.
42748         * elf/tst-auditmod4b.c: Likewise.
42749         * elf/tst-auditmod5b.c: Likewise.
42750         * elf/tst-auditmod6b.c: Likewise.
42751         * elf/tst-auditmod6c.c: Likewise.
42752         * elf/tst-auditmod7b.c: Likewise.
42753         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42754         * sysdeps/x86_64/preconfigure.in: Likewise.
42755         * sysdeps/x86_64/preconfigure: Regenerated.
42757 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42759         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42760         __ILP32__.
42762 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42764         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42765         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42767 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42769         [BZ #13973]
42770         * locale/iso-639.def: Fix gl language name. Spotted by
42771         Yaron Shahrabani.
42773 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42775         [BZ #2074]
42776         * libio/libio.h (__io_write_fn): Update comment.
42778 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42780         [BZ #2074]
42781         * stdio.texi (Hook Functions): The user provided writer function
42782         is not allowed to return -1.
42784 2012-04-11  David S. Miller  <davem@davemloft.net>
42786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42788 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42790         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42791         Add a leading slash to rtkaio.
42793 2012-04-11  Jim Meyering  <meyering@redhat.com>
42795         [BZ #11959]
42796         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42797         It is not necessarily an error to ignore fwrite's return
42798         value.  One can reliably use ferror to test for errors after
42799         the fact.
42801 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42803         * bits/types.h (__snseconds_t): New type.
42804         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42806         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42807         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42808         (__SNSECONDS_T_TYPE): Likewise.
42809         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42810         (__SNSECONDS_T_TYPE): Likewise.
42811         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42812         (__SNSECONDS_T_TYPE): Likewise.
42814 2012-04-10  Andreas Jaeger  <aj@suse.de>
42816         [BZ #2636]
42817         * manual/time.texi (Processor Time): Return type of times is
42818         elapsed real time since an arbitrary point in the past.
42819         (CPU Time): Move CLK_TCK from here...
42820         (Processor Time): ...to here.  Correct description.
42821         * manual/conf.texi (Constants for Sysconf): Correct description of
42822         _SC_CLK_TCK.
42824 2012-04-10  David S. Miller  <davem@davemloft.net>
42826         [BZ #13967]
42827         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42828         where the is a gap between DT_REL(A) and DT_JMPREL.
42830 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42832         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42833         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42834         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42836 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42838         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42839         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42840         (dl_main): Handle --inhibit-cache.
42841         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42842         _dl_inhibit_cache.
42843         * elf/dl-load.c (_dl_map_object): Use it.
42844         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42846 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42848         [BZ #13872]
42849         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42850         (__ieee754_powl): Saturate large exponents rather than testing for
42851         overflow of y*log2(x).
42852         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42853         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42854         exceptions.
42856         [BZ #11521]
42857         * math/s_ctan.c: Include <float.h>.
42858         (__ctan): Avoid internal overflow or cancellation in calculating
42859         denominator.
42860         * math/s_ctanf.c: Likewise.
42861         * math/s_ctanl.c: Likewise.
42862         * math/s_ctanh.c: Likewise.
42863         * math/s_ctanhf.c: Likewise.
42864         * math/s_ctanhl.c: Likewise.
42865         * math/libm-test.inc (ctan_test): Add more tests.
42866         (ctanh_test): Likewise.
42867         * sysdeps/i386/fpu/libm-test-ulps: Update.
42868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42870 2012-04-09  Andreas Jaeger  <aj@suse.de>
42872         [BZ #6894]
42873         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42874         is an optional BSD extension.
42876         [BZ #10254]
42877         * manual/stdio.texi (Opening Streams): Document additional fopen
42878         parameters.
42880 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42882         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42883         %eax without telling the compiler.
42885 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42887         [BZ # 13963]
42888         * manual/install.texi: Use sourceware.org.
42890 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42892         [BZ #13873]
42893         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42894         (__ieee754_pow): Generate overflow and underflow using huge*huge
42895         and tiny*tiny rather than just returning constant infinity or zero
42896         for large exponents.
42897         * math/libm-test.inc (pow_test): Require overflow exceptions for
42898         applicable cases of large exponents.
42900         [BZ #706]
42901         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42902         (__ieee754_pow): Use iterative multiplication algorithm only for
42903         integer exponents with absolute value below 1024.  Check for odd
42904         integer exponents when using algorithm for real exponents.
42905         * math/libm-test.inc (pow_test): Add more tests.
42906         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42908 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42910         [BZ #13705]
42911         * math/libm-test.inc (exp_test): Do not allow overflow exception
42912         on underflow test.
42914 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42916         [BZ #13705]
42917         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42918         instead of __kernel_standard_f.
42920 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42922         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42923         * sysdeps/x86_64/memset_chk.S: Likewise.
42925 2012-04-08  Andreas Jaeger  <aj@suse.de>
42927         [BZ #10153]
42928         * manual/startup.texi (Environment Access): Describe return value
42929         for putenv and setenv.
42931         [BZ #6895]
42932         * manual/filesys.texi (Directory Entries): Add description for
42933         DT_LNK.
42935         [BZ #6890]
42936         * manual/filesys.texi (Directory Entries): Clarify that it's file
42937         system not operating system in the description of DT_UNKNOWN.
42939         [BZ #6578]
42940         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42942 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42944         [BZ #6649]
42945         * manual/llio.texi (Opening and Closing Files): Add cross
42946         reference to explain mode argument.
42948 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42950         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42951         * sysdeps/x86_64/memset_chk.S: Likewise.
42953 2012-04-07  David S. Miller  <davem@davemloft.net>
42955         * elf/elf.h (R_SPARC_WDISP10): Define.
42956         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42957         R_SPARC_SIZE32.
42958         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42959         R_SPARC_SIZE64 and R_SPARC_H34.
42961 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42963         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42964         conditions and remove no longer applicable assertion.
42966 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42968         * bits/byteswap.h: Include <features.h>.
42969         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42970         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42972 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42974         * bits/byteswap.h (__bswap_16): Removed.
42975         Include <bits/byteswap-16.h> to get __bswap_16.
42976         * sysdeps/i386/bits/byteswap.h: Likewise.
42977         * sysdeps/s390/bits/byteswap.h: Likewise.
42978         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42979         * bits/byteswap-16.h: New file.
42980         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42981         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42982         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42983         * string/Makefile (headers): Add bits/byteswap-16.h.
42985 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42987         [BZ #13895]
42988         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42989         extra indirection.
42990         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42991         * nss/tst-nss-static.c: New.
42993 2012-04-06  Robert Millan  <rmh@gnu.org>
42995         [BZ #6486]
42996         * manual/llio.texi (File Position Primitive): lseek
42997         refers to WHENCE when it really means OFFSET.
42999 2012-04-06  Andreas Jaeger  <aj@suse.de>
43001         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43002         strncmp declarations.
43004         * abilist/libc.abilist: Add __poll and __ppoll.
43006 2012-04-05  David S. Miller  <davem@davemloft.net>
43008         * scripts/check-local-headers.sh: Accept a host triplet in the
43009         path matched by the exclude regexp.
43011         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43012         definition.
43013         * sysdeps/powerpc/powerpc32/dl-machine.h
43014         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43015         * sysdeps/s390/s390-32/dl-machine.h
43016         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43017         * sysdeps/sparc/sparc32/dl-machine.h
43018         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43019         * sysdeps/sparc/sparc64/dl-machine.h
43020         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43022         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43023         lazy binding.
43024         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43025         undefined symbol errors.
43027         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43028         DT_NEEDED entries.
43030 2012-04-05  Michael Matz  <matz@suse.de>
43032         [BZ #13592]
43033         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43035 2012-04-05  Andreas Jaeger  <aj@suse.de>
43037         [BZ #13908]
43038         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43039         comment.
43041 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43043         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43044         which ROUND is no valid rounding mode.
43046 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43048         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43049         read again.
43050         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43052 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43054         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43055         an exception using FPU order intentionally.
43057 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43059         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43060         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43061         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43062         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43064 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43066         [BZ #12340]
43067         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43068         EINVAL when BUFLEN is too smal.
43070 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43072         [BZ #13553]
43073         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43074         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43076 2012-04-03  Andreas Jaeger  <aj@suse.de>
43078         [BZ #13938]
43079         * manual/setjmp.texi (System V contexts): Fix sentence.
43081         [BZ #13926]
43082         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43083         New macro for this case.
43084         [!__GNUC__] (__bswap_64): New inline function for this case.
43085         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43086         * bits/byteswap.h: Likewise.
43087         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43088         ull, guard with __GLIBC_HAVE_LONG_LONG.
43090         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43091         __GLIBC_HAVE_LONG_LONG.
43093         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43094         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43096 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43098         [BZ #13691]
43099         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43100         inptr and inend, rather than using last_ch.
43102 2012-04-02  David S. Miller  <davem@davemloft.net>
43104         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43105         * stdio-common/printf-parse.h (read_int): Change return type to
43106         'int', return -1 on INT_MAX overflow.
43107         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43108         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43109         overflows INT_MAX.  Check for overflow of in-format-string precision
43110         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43111         SIZE_MAX not INT_MAX for integer overflow test.
43112         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43113         skip the construct in the format string but do not record anything.
43114         * stdio-common/bug22.c: Adjust to test both width/prevision
43115         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43116         explicitly for proper errno values.
43118 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43120         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43121         CHAR_MAX.
43122         * string/test-strcmp.c [! WIDE]: Likewise.
43123         * time/tst-mktime2.c: Likewise for INT_MAX.
43124         * string/test-string.h: #include <sys/param.h> for MIN.
43126         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43127         * sysdeps/i386/init-first.c (init): Likewise.
43128         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43129         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43130         * sysdeps/sh/init-first.c (init): Likewise.
43132 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43134         * po/ru.po: Update from translation team.
43135         * po/vi.po: Likewise.
43137 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43139         * resolv/nss_dns/dns-host.c: Merge copyright years.
43141 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43143         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43144         Optimize memcpy with prefetch if
43145         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43146         src, dst pointers have unequal 16 byte alignments.
43148 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43150         [BZ #13928]
43151         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43152         from a CNAME entry and return the minimum ttl for the query.
43153         (gaih_getanswer_slice): Likewise.
43155 2012-03-30  Jeff Law  <law@redhat.com>
43157         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43158         due to long keys.
43159         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43160         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43162         * resolv/nss_dns/dns-host.c: Update copyright year.
43164 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43166         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43167         requests to save a system call.  Fix check that all bytes are sent.
43169         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43170         comments for sendmmsg.
43172 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43174         [BZ #13691]
43175         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43176         with only 1 character between 0x0041 and 0x01b0.
43177         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43178         * wcsmbs/tst-mbsnrtowcs.c: New file.
43180 2012-03-29  David S. Miller  <davem@davemloft.net>
43182         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43183         small copies by hand.
43185 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43187         [BZ #13761]
43188         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43189         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43190         group memberships.
43192 2012-03-28  David S. Miller  <davem@davemloft.net>
43194         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43195         that branches into memcpy.
43196         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43197         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43198         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43199         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43200         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43201         bits.
43202         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43203         implementation too.
43204         * sysdeps/sparc/mempcpy.S: New file.
43206         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43207         the IFUNC routine in the libc case.
43208         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43210         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43211         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43212         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43213         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43214         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43215         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43216         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43217         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43219         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43220         loop to 256 bytes instead of 64 bytes and fix test signedness.
43222         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43223         * sysdeps/sparc/sparc32/Makefile: rather than here...
43224         * sysdeps/sparc/sparc64/Makefile: and here.
43226 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43228         * malloc/mallocbug.c: Avoid warnings about unused variables.
43230 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43232         [BZ #13760]
43233         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43234         in the right place. Discard and retry query if response is
43235         larger than input buffer size.
43237 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43239         [BZ #369]
43240         [BZ #2678]
43241         [BZ #3866]
43242         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43243         x for large integer exponent.
43244         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43245         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43246         sign of result as needed afterwards.
43247         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43248         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43249         result for underflowing pow the same as for overflow.
43250         (__kernel_standard_l): Handle powl overflow and underflow here
43251         rather than calling __kernel_standard.
43252         * math/libm-test.inc (pow_test): Add more tests.
43254         [BZ #3868]
43255         [BZ #13879]
43256         [BZ #13910]
43257         [BZ #13911]
43258         [BZ #13912]
43259         [BZ #13913]
43260         [BZ #13915]
43261         [BZ #13916]
43262         [BZ #13917]
43263         [BZ #13918]
43264         [BZ #13919]
43265         [BZ #13920]
43266         [BZ #13921]
43267         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43268         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43269         (__kernel_standard_l): New function.
43270         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43271         __kernel_standard.
43272         * math/w_acosl.c (__acosl): Likewise.
43273         * math/w_asinl.c (__asinl): Likewise.
43274         * math/w_atan2l.c (__atan2l): Likewise.
43275         * math/w_atanhl.c (__atanhl): Likewise.
43276         * math/w_coshl.c (__coshl): Likewise.
43277         * math/w_exp10l.c (__exp10l): Likewise.
43278         * math/w_exp2l.c (__exp2l): Likewise.
43279         * math/w_fmodl.c (__fmodl): Likewise.
43280         * math/w_hypotl.c (__hypotl): Likewise.
43281         * math/w_j0l.c (__j0l, __y0l): Likewise.
43282         * math/w_j1l.c (__j1l, __y1l): Likewise.
43283         * math/w_jnl.c (__jnl, __ynl): Likewise.
43284         * math/w_lgammal.c (__lgammal): Likewise.
43285         * math/w_log10l.c (__log10l): Likewise.
43286         * math/w_log2l.c (__log2l): Likewise.
43287         * math/w_logl.c (__logl): Likewise.
43288         * math/w_powl.c (__powl): Likewise.
43289         * math/w_remainderl.c (__remainderl): Likewise.
43290         * math/w_scalbl.c (sysv_scalbl): Likewise.
43291         * math/w_sinhl.c (__sinhl): Likewise.
43292         * math/w_sqrtl.c (__sqrtl): Likewise.
43293         * math/w_tgammal.c (__tgammal): Likewise.
43294         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43295         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43296         * math/libm-test.inc (acos_test): Add more tests.
43297         (acosh_test): Likewise.
43298         (asin_test): Likewise.
43299         (atanh_test): Likewise.
43300         (exp_test): Likewise.
43301         (exp10_test): Likewise.
43302         (exp2_test): Likewise.
43303         (expm1_test): Likewise.
43304         (lgamma_test): Likewise.
43305         (log_test): Likewise.
43306         (log10_test): Likewise.
43307         (log1p_test): Likewise.
43308         (log2_test): Likewise.
43309         (pow_test): Do not allow some spurious overflow exceptions.
43310         (sqrt_test): Add more tests.
43311         (tgamma_test): Likewise.
43312         (y0_test): Likewise.
43313         (y1_test): Likewise.
43314         (yn_test): Likewise.
43316 2012-03-27  Anton Blanchard  <anton@samba.org>
43318         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43319         MAP_HUGETLB.
43320         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43321         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43322         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43324 2012-03-27  David S. Miller  <davem@davemloft.net>
43326         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43328         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43329         have-as-vis3 check.
43331 2012-03-27  Andreas Jaeger  <aj@suse.de>
43333         * sysdeps/x86_64/elf/configure.in: Moved to ...
43334         * sysdeps/x86_64/configure.in: ... here.
43335         * sysdeps/x86_64/elf/start.S: Moved to ...
43336         * sysdeps/x86_64/start.S: ... here.
43337         * sysdeps/x86_64/elf/configure: Delete.
43339         * sysdeps/x86_64/configure.in: Merge contents from
43340         sysdeps/i386/configure.in (without i686 check).
43342         * sysdeps/i386/elf/Versions: Merge into ...
43343         * sysdeps/i386/Versions: ... this.
43344         * sysdeps/i386/elf/Versions: Delete file.
43345         * sysdeps/i386/elf/start.S: Moved to ...
43346         * sysdeps/i386/start.S: ...here.
43347         * sysdeps/i386/elf/configure.in: Merge into...
43348         * sysdeps/i386/configure.in: ...here.
43349         * sysdeps/i386/elf/configure.in: Delete file.
43350         * sysdeps/i386/elf/configure: Delete file.
43352         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43353         * debug/backtracesyms.c: ... here.
43354         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43355         * debug/backtracesymsfd.c: ... here.
43356         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43357         * sysdeps/generic/ifunc-sel.h: ... here.
43359         * sysdeps/unix/i386/start.c: Delete file.
43360         * sysdeps/unix/sparc/start.c: Delete file.
43361         * sysdeps/unix/start.c: Delete file.
43363         * sysdeps/sh/elf/configure.in: Moved to ...
43364         * sysdeps/sh/configure.in: ... here.
43365         * sysdeps/sh/elf/start.S: Moved to ...
43366         * sysdeps/sh/start.S: ... here.
43367         * sysdeps/sh/elf/configure: Delete file.
43369         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43370         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43371         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43372         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43373         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43374         * sysdeps/powerpc/powerpc64/start.S: here.
43375         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43376         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43377         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43378         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43379         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43381         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43382         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43383         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43384         * sysdeps/powerpc/powerpc32/start.S: ... here.
43385         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43386         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43387         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43389         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43390         * sysdeps/powerpc/ifunc-sel.h: ... here.
43391         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43392         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43394         * sysdeps/sparc/elf/configure.in: Moved to ...
43395         * sysdeps/sparc/configure.in: ... here.
43396         * sysdeps/sparc/elf/configure: Delete file.
43397         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43398         * sysdeps/sparc/sparc32/start.S: ... here.
43399         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43400         * sysdeps/sparc/sparc64/start.S: ... here.
43401         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43402         * sysdeps/sparc/sparc32/Makefile: ... this.
43403         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43404         * sysdeps/sparc/sparc64/Makefile: ... this.
43406         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43407         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43408         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43409         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43410         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43411         * sysdeps/s390/s390-32/setjmp.S: ... here.
43412         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43413         * sysdeps/s390/s390-32/configure.in: ... here.
43414         * sysdeps/s390/s390-32/elf/configure: Delete file.
43415         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43416         * sysdeps/s390/s390-32/start.S: ... here.
43418         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43419         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43420         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43421         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43422         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43423         * sysdeps/s390/s390-64/setjmp.S: ... here.
43424         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43425         * sysdeps/s390/s390-64/configure.in: ... here
43426         * sysdeps/s390/s390-64/elf/configure: Delete file.
43427         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43428         * sysdeps/s390/s390-64/start.S: ... here.
43429         * sysdeps/s390/s390-64/elf/configure: Delete.
43431         * configure.in: Remove support for elf directories in sysdeps.
43433         * configure: Regenerated.
43434         * sysdeps/i386/configure: Regenerated.
43435         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43436         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43437         * sysdeps/s390/s390-32/configure: Regenerated.
43438         * sysdeps/s390/s390-64/configure: Regenerated.
43439         * sysdeps/sh/configure: Regenerated.
43440         * sysdeps/sparc/configure: Regenerated.
43441         * sysdeps/x86_64/configure: Regenerated.
43443 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43447         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43448         denormal result into account.
43450 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43452         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43453         Reported by Allan McRae <allan@archlinux.org>.
43455 2012-03-23  Jeff Law  <law@redhat.com>
43457         * nss/getnssent.c (__nss_getent): Fix typo.
43459 2012-03-23  David S. Miller  <davem@davemloft.net>
43461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43463 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43465         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43466         to pad to uint64_t for each field.
43467         (dl_tls_index): Replace unsigned long with uint64_t.
43469 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43470         Paul Pluzhnikov  <ppluzhnikov@google.com>
43472         [BZ #6528]
43473         * grp/Makefile (otherlibs): Don't set it.
43474         * inet/Makefile (otherlibs): Likewise.
43475         * login/Makefile (otherlibs): Likewise.
43476         * nscd/Makefile (otherlibs): Likewise.
43477         * posix/Makefile (otherlibs): Likewise.
43478         * pwd/Makefile (otherlibs): Likewise.
43479         * rt/Makefile (otherlibs): Likewise.
43480         * sunrpc/Makefile (otherlibs): Likewise.
43481         * nss/Makefile (otherlibs): Likewise.
43482         Add libnss_files to routines and static-only-routines.
43483         ($(objpfx)getent): Remove rule.
43484         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43485         static-only-routines.
43487 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43489         [BZ #13892]
43490         * math/s_cexp.c: Include <float.h>.
43491         (__cexp): Handle exp result overflowing not necessarily
43492         overflowing both real and imaginary parts of result.
43493         * math/s_cexpf.c: Likewise.
43494         * math/s_cexpl.c: Likewise.
43495         * math/libm-test.inc (cexp_test): Add more tests.
43496         * sysdeps/i386/fpu/libm-test-ulps: Update.
43497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43499 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43501         * include/link.h (ELFW): New macro.
43502         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43503         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43505 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43507         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43508         with uint64_t.
43510 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43512         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43513         declaration.
43514         (struct La_x32_retval): Likewise.
43516 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43518         * sysdeps/x86_64/preconfigure.in: New file.
43519         * sysdeps/x86_64/preconfigure: New generated file.
43521 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43523         [BZ #13824]
43524         * math/e_exp2l.c: Include <float.h>.
43525         (__ieee754_exp2l): Handle overflow and underflow cases
43526         separately.  Only pass fractional part of argument to
43527         __ieee754_expl.
43528         * math/libm-test.inc (exp2_test): Add more tests.
43530         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43531         negating x to take absolute value.
43532         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43533         Likewise.
43534         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43535         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43536         Likewise.
43537         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43538         computing low part if x was negated.
43539         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43541 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43543         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43544         la_x32_gnu_pltexit.
43545         (pltexit): Cast int_retval to ptrdiff_t.
43546         * elf/tst-auditmod3b.c: Likewise.
43547         * elf/tst-auditmod4b.c: Likewise.
43548         * elf/tst-auditmod5b.c: Likewise.
43549         * elf/tst-auditmod6b.c: Likewise.
43550         * elf/tst-auditmod6c.c: Likewise.
43551         * elf/tst-auditmod7b.c: Likewise.
43553         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43554         and x32_gnu_pltexit.
43556         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43557         __ELF_NATIVE_CLASS.
43558         (La_x32_regs): New macro.
43559         (La_x32_retval): Likewise.
43560         (la_x32_gnu_pltenter): New function prototype.
43561         (la_x32_gnu_pltexit): Likewise.
43563 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43565         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43566         exponent.
43568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43570         * configure.in (libc_cv_cc_nofma): Check for option to disable
43571         generation of FMA instructions.
43572         * configure: Regenerate.
43573         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43574         * sysdeps/ieee754/dbl-64/Makefile: New file.
43575         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43576         Remove brandred-fma4.
43577         (CFLAGS-brandred-fma4.c): Remove.
43578         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43579         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43580         define.
43581         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43582         define.
43584 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43586         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43587         LLONG_MAX != LONG_MAX.
43588         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43589         (_fitoa_word): Likewise.
43590         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43591         LLONG_MAX != LONG_MAX.
43592         * stdio-common/_itowa.h: Include <_itoa.h>.
43593         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43594         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43595         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43596         only if not defined.
43597         (_ITOA_WORD_TYPE): Likewise.
43598         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43599         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43601 2012-03-21  David S. Miller  <davem@davemloft.net>
43603         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43605 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43607         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43608         of x86_64 when setting libc_cv_slibdir, libdir and
43609         libc_cv_localedir.
43610         * sysdeps/unix/sysv/linux/configure: Regenerated.
43612 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43614         * manual/lang.texi (Old Varargs): Remove section.
43615         (How Variadic): Update menu.
43616         (va_start): Do not mention varargs.h.
43618 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43619             Joseph Myers  <joseph@codesourcery.com>
43621         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43622         link test.
43623         * configure: Regenerated.
43625 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43627         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43628         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43629         conformtest.pl
43631 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43633         * NOTES: Remove.
43634         * Makefile (files-for-dist): Remove NOTES.
43635         (NOTES): Remove rule.
43636         * README: Don't refer to NOTES.
43637         * manual/creature.texi: Don't include macros.texi.
43638         * manual/intro.texi (creature.texi): Remove comment referring to
43639         NOTES.
43641         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43642         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43643         * configure: Regenerated.
43644         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43645         LIBC_TRY_CC_OPTION.
43646         (libc_cv_as_i686): Likewise.
43647         (libc_cv_cc_avx): Likewise.
43648         (libc_cv_cc_sse2avx): Likewise.
43649         (libc_cv_cc_fma4): Likewise.
43650         (libc_cv_cc_novzeroupper): Likewise.
43651         * sysdeps/i386/configure: Regenerated.
43653         [BZ #13883]
43654         * sysdeps/i386/fpu/s_cexp.S: Remove.
43655         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43656         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43657         * math/libm-test.inc (cexp_test): Add more tests.
43658         * sysdeps/i386/fpu/libm-test-ulps: Update.
43659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43661 2012-03-21  Allan McRae  <allan@archlinux.org>
43663         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43665 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43667         [BZ #13871]
43668         * math/w_exp2.c: Do not include <float.h>.
43669         (o_threshold, u_threshold): Remove.
43670         (__exp2): Calculate result before checking finiteness and calling
43671         __kernel_standard.
43672         * math/w_exp2f.c: Likewise.
43673         * math/w_exp2l.c: Likewise.
43674         * math/libm-test.inc (exp2_test): Require overflow exception for
43675         1e6 input.
43677         [BZ #3866]
43678         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43679         range of signed 64-bit integers before using fistpll.  Remove
43680         checks for whether integers fit in mantissa bits.
43681         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43682         the range of signed 32-bit integers before using fistpl.  Remove
43683         checks for whether integers fit in mantissa bits.
43684         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43685         (__ieee754_powl): Test for y outside the range of signed 64-bit
43686         integers before using fistpll.  Reduce 64-bit values to 63-bit
43687         ones as needed.
43688         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43689         divide-by-zero is raised for zero to large negative powers.
43690         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43691         (__ieee754_powl): Test for y outside the range of signed 64-bit
43692         integers before using fistpll.  Reduce 64-bit values to 63-bit
43693         ones as needed.
43694         * math/libm-test.inc (pow_test): Add more tests.
43696 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43698         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43699         <stdio-common/_itoa.h>.
43700         * debug/segfault.c: Likewise.
43701         * elf/dl-cache.c: Likewise.
43702         * elf/dl-minimal.c: Likewise.
43703         * elf/dl-misc.c: Likewise.
43704         * elf/dl-sysdep.c: Likewise.
43705         * elf/dl-version.c: Likewise.
43706         * elf/rtld.c: Likewise.
43707         * hurd/hurdsock.c: Likewise.
43708         * hurd/lookup-retry.c: Likewise.
43709         * malloc/malloc.c: Likewise.
43710         * malloc/mtrace.c: Likewise.
43711         * nscd/nscd_getgr_r.c: Likewise.
43712         * nscd/nscd_getpw_r.c: Likewise.
43713         * nscd/nscd_getserv_r.c: Likewise.
43714         * posix/getopt_init.c: Likewise.
43715         * posix/wordexp.c: Likewise.
43716         * stdio-common/_itoa.c: Likewise.
43717         * stdio-common/printf_fphex.c: Likewise.
43718         * stdio-common/vfprintf.c: Likewise.
43719         * string/_strerror.c: Likewise.
43720         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43721         * sysdeps/i386/i686/hp-timing.h: Likewise.
43722         * sysdeps/mach/_strerror.c: Likewise.
43723         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43724         * sysdeps/mach/hurd/sethostid.c: Likewise.
43725         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43726         * sysdeps/mach/xpg-strerror.c: Likewise.
43727         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43728         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43729         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43730         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43731         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43732         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43733         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43734         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43735         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43736         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43737         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43738         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43739         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43740         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43741         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43742         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43743         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43744         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43745         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43746         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43747         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43749         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43751         * stdio-common/_itoa.h: Moved to ...
43752         * sysdeps/generic/_itoa.h: Here.
43754         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43756         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43757         instead of "_itoa.h" and "_itowa.h".
43758         * stdio-common/vfprintf.: Likewise.
43760 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43762         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43763         <bits/wordsize.h>.
43764         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43765         (__signbit): Likwise.
43766         (llrintf): Likwise.
43767         (llrint): Likwise.
43769 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43771         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43772         __WORDSIZE != 64.
43774 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43776         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43777         OVERFLOW_EXCEPTION_OK.
43778         * math/libm-test.inc ("Philosophy"): Update comment about
43779         exception testing.
43780         (OVERFLOW_EXCEPTION): Define.
43781         (OVERFLOW_EXCEPTION_OK): Likewise.
43782         (INVALID_EXCEPTION_OK): Renumber.
43783         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43784         (IGNORE_ZERO_INF_SIGN): Likewise.
43785         (test_exceptions): Handle FE_OVERFLOW.
43786         (exp10_test): Expect overflow exceptions.
43787         (exp2_test): Likewise.
43788         (expm1_test): Likewise.
43789         (nextafter_test): Likewise.
43790         (pow_test): Likewise.
43791         (scalbn_test): Likewise.
43792         (scalbln_test): Likewise.
43794 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43796         * sysdeps/x86_64/bits/atomic.h
43797         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43798         64bit integer.
43799         (atomic_exchange_acq): Likewise.
43800         (__arch_exchange_and_add_body): Likewise.
43801         (__arch_add_body): Likewise.
43802         (atomic_add_negative): Likewise.
43803         (atomic_add_zero): Likewise.
43805 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43807         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43808         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43810 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43812         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43813         Check __x86_64__ instead of __WORDSIZE.
43815 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43817         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43819 2012-03-19  David S. Miller  <davem@davemloft.net>
43821         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43823         * sysdeps/sparc/fpu/fenv_private.h: New file.
43824         * sysdeps/sparc/fpu/math_private.h: Use it.
43825         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43826         Remove.
43827         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43828         (libc_feholdexcept_setroundl): Remove.
43829         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43830         Remove.
43831         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43832         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43834 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43836         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43837         int64_t instead of long int.
43838         (INSERT_WORDS64): Likwise.
43840 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43842         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43843         _Unwind_GetCFA return to _Unwind_Ptr first.
43845 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43847         [BZ #13629]
43848         * math/s_clog.c: Include <float.h>.
43849         (__clog): Scale large or subnormal inputs.
43850         * math/s_clogf.c: Likewise.
43851         * math/s_clogl.c: Likewise.
43852         * math/s_clog10.c: Include <float.h>.
43853         (M_LOG10_2): Define.
43854         (__clog10): Scale large or subnormal inputs.
43855         * math/s_clog10f.c: Likewise.
43856         * math/s_clog10l.c: Likewise.
43857         * math/libm-test.inc (clog_test): Add more tests.
43858         (clog10_test): Likewise.
43859         * sysdeps/i386/fpu/libm-test-ulps: Update.
43860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43862         [BZ #11451]
43863         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43864         x and y.
43865         * math/libm-test.inc (atan2_test): Add another test.
43867         * Makerules (common-objdir-compile): Remove.
43868         * sysdeps/unix/Makefile (config-generated): Do not add
43869         $(unix-generated) to variable.
43870         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43871         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43872         Remove rule.
43873         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43874         Likewise.
43875         [generic bits/local_lim.h] (before-compile): Do not append to
43876         variable.
43877         [generic bits/local_lim.h] (common-generated): Likewise.
43878         [generic sys/param.h] (before-compile): Do not append to variable.
43879         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43880         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43881         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43882         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43883         include.
43884         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43885         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43886         [generic sys/param.h] ($(addprefix
43887         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43888         [generic sys/param.h] (common-generated): Do not append to
43889         variable.
43890         [generic sys/param.h] (sysdep_headers): Likewise.
43891         [generic bits/errno.h] (before-compile): Do not append to
43892         variable.
43893         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43894         rule.
43895         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43896         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43897         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43898         [generic bits/errno.h] (common-generated): Do not append to
43899         variable.
43900         [generic bits/ioctls.h] (before-compile): Do not append to
43901         variable.
43902         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43903         rule.
43904         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43905         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43906         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43907         rule.
43908         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43909         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43910         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43911         [generic bits/ioctls.h] (common-generated): Do not append to
43912         variable.
43913         [generic sys/syscall.h] (syscall.h): Remove variable.
43914         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43915         rule.
43916         [generic sys/syscall.h] (before-compile): Do not append to
43917         variable.
43918         [generic sys/syscall.h] (common-generated): Likewise.
43919         * sysdeps/unix/errnos-tmpl.c: Remove file.
43920         * sysdeps/unix/errnos.awk: Likewise.
43921         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43922         * sysdeps/unix/ioctls.awk: Likewise.
43923         * sysdeps/unix/mk-local_lim.c: Likewise.
43924         * sysdeps/unix/snarf-ioctls: Likewise.
43926 2012-03-19  Richard Henderson  <rth@twiddle.net>
43928         * sysdeps/i386/fpu/fenv_private.h: New file.
43929         * sysdeps/i386/fpu/math_private.h: Use it.
43930         (math_opt_barrier, math_force_eval): Remove.
43931         (libc_feholdexcept_setround_53bit): Remove.
43932         (libc_feupdateenv_53bit): Remove.
43933         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43934         (math_opt_barrier, math_force_eval): Remove.
43935         (libc_feholdexcept): Remove.
43936         (libc_feholdexcept_setround): Remove.
43937         (libc_fetestexcept, libc_fesetenv): Remove.
43938         (libc_feupdateenv_test): Remove.
43939         (libc_feupdateenv, libc_feholdsetround): Remove.
43940         (libc_feresetround): Remove.
43942         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43943         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43945         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43946         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43947         (libc_feupdateenv_testl): New.
43948         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43949         (libc_feupdateenv_testf): New.
43950         (libc_feupdateenv): Use libc_feupdateenv_test.
43951         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43952         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43954         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43955         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43956         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43957         (libc_feresetround_noex): New.
43958         (libc_feresetround_noexf): New.
43959         (libc_feresetround_noexl): New.
43960         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43961         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43962         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43963         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43964         SET_RESTORE_ROUND.
43965         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43966         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43967         (__cos): Likewise.
43968         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43969         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43970         SET_RESTORE_ROUND_NOEX.
43971         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43972         SET_RESTORE_ROUND_NOEXF.
43973         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43974         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43975         (libc_feholdsetroundf): New.
43976         (libc_feresetround, libc_feresetroundf): New.
43978         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43979         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43980         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43982         * sysdeps/generic/math_private.h: Include <fenv.h>.
43983         (default_libc_feholdexcept): New.
43984         (default_libc_feholdexcept_setround): New.
43985         (default_libc_fesetenv, default_libc_feupdateenv): New.
43986         (libc_feholdexcept): Only define if undefined.
43987         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43988         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43989         (libc_feholdexcept_setroundl): Likewise.
43990         (libc_feholdexcept_setround_53bit): Likewise.
43991         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43992         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43993         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43994         (libc_feupdateenv_53bit): Likewise.
43995         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43996         (libc_feholdexcept): Convert from macro to inline function.
43997         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43998         (libc_fesetenv, libc_feupdateenv): Likewise.
44000         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44001         not previously defined.
44002         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44003         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44004         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44005         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44006         * sysdeps/ieee754/flt-32/math_private.h: New file.
44007         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44008         math_private.h below SET_FLOAT_WORD.
44009         (__isnan, __isinf_ns, __finite): Remove.
44010         (__isnanf, __isinf_nsf, __finitef): Remove.
44012 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44014         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44016 2012-03-17  David S. Miller  <davem@davemloft.net>
44018         [BZ #6471]
44019         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44020         for 2.16.
44022 2012-03-16  David S. Miller  <davem@davemloft.net>
44024         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44025         warnings.
44027         [BZ #6471]
44028         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44029         properly.
44030         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44031         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44032         sysdep_routines when subdir is sysvipc.
44033         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44034         __getshmlba helper.
44036         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44038 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44040         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44041         [__LP64__].
44043 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44045         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44046         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44047         (__lround): Renamed to ...
44048         (__llround): This.  Replace long int with long long int.
44049         Define lround functions as aliases of llround functions.
44050         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44052 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44054         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44055         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44056         adresses to uintptr_t.  Replace "long int" and "unsigned long
44057         int" with "greg_t" on va_arg.
44059 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44061         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44062         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44064         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44065         Move e_machine check before EI_CLASS check.  Handle x32
44066         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44067         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44068         SKIP_EM_IA_64 and include
44069         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44071         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44072         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44073         (add_system_dir): New macro.
44075         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44076         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44078 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44080         [BZ #2551]
44081         [BZ #2552]
44082         [BZ #2553]
44083         [BZ #2554]
44084         [BZ #2562]
44085         [BZ #2563]
44086         [BZ #2565]
44087         [BZ #2566]
44088         [BZ #2576]
44089         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44090         (y0): Likewise.
44091         * math/w_j0f.c (j0f): Likewise.
44092         (y0f): Likewise.
44093         * math/w_j0l.c (__j0l): Likewise.
44094         (__y0l): Likewise.
44095         * math/w_j1.c (j1): Likewise.
44096         (y1): Likewise.
44097         * math/w_j1f.c (j1f): Likewise.
44098         (y1f): Likewise.
44099         * math/w_j1l.c (__j1l): Likewise.
44100         (__y1l): Likewise.
44101         * math/w_jn.c (jn): Likewise.
44102         (yn): Likewise.
44103         * math/w_jnf.c (jnf): Likewise.
44104         (ynf): Likewise.
44105         * math/w_jnl.c (__jnl): Likewise.
44106         (__ynl): Likewise.
44107         * math/libm-test.inc (j0_test): Add more tests.
44108         (j1_test): Likewise.
44109         (jn_test): Likewise.  Add trailing semicolon to existing test.
44110         (y0_test): Likewise.
44111         (y1_test): Likewise.
44112         * sysdeps/i386/fpu/libm-test-ulps: Update.
44113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44115         [BZ #13851]
44116         [BZ #13854]
44117         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44118         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44119         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44120         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44121         (__tanl): Set errno for infinite argument.
44122         * sysdeps/i386/fpu/mptan.c: Remove.
44123         * sysdeps/i386/fpu/s_tan.S: Likewise.
44124         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44125         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44126         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44127         * math/libm-test.inc (tan_test): Add more tests and enable more
44128         tests for double and long double.
44129         * sysdeps/i386/fpu/libm-test-ulps: Update.
44130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44132 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44134         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44135         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44137 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44139         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44140         * configure.in: Use it for both main tree and add-ons.
44141         * configure: Regenerated.
44143 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44145         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44147 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44149         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44150         in comment.
44152         [BZ #13851]
44153         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44154         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44155         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44156         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44157         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44158         infinite argument.
44159         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44160         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44161         != 0 for prec == 2.
44162         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44163         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44164         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44165         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44166         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44167         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44168         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44169         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44170         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44171         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44172         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44173         * math/libm-test.inc (cos_test): Add more tests and enable more
44174         tests for long double.
44175         (sin_test): Likewise.
44176         (sincos_test): Likewise.
44177         * sysdeps/i386/fpu/libm-test-ulps: Update.
44178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44180 2012-03-16  David S. Miller  <davem@davemloft.net>
44182         * sysdeps/sparc/fpu/math_private.h: New file.
44184 2012-03-15  David S. Miller  <davem@davemloft.net>
44186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44187         file.
44188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44190         file.
44191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44192         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44193         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44194         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44195         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44196         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44197         sysdep routines.
44198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44200         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44201         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44203         * sysdeps/sparc/sparc-ifunc.h: New file.
44204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44205         sparc-ifunc.h
44206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44208         Likewise.
44209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44210         Likewise.
44211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44215         Likewise.
44216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44221         Likewise.
44222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44223         Likewise.
44224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44228         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44229         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44230         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44231         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44232         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44233         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44234         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44235         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44236         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44237         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44238         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44239         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44240         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44241         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44242         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44243         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44244         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44245         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44246         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44247         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44249 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44251         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44252         scaling.
44253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44255 2012-03-15  Andreas Jaeger  <aj@suse.de>
44257         [BZ #13852]
44258         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44259         ieee754/flt-32 implementation for sin, cos and sincos.
44260         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44261         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44262         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44263         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44264         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44265         ieee754/flt-32 implementation for tan.
44267         * math/libm-test.inc (cos_test): Enable some large input tests for
44268         float as well
44269         (sin_test): Likewise.
44270         (sincos_test): Likewise.
44271         (tan_test): Add tests for large input.
44273         * sysdeps/i386/fpu/libm-test-ulps: Update.
44275 2012-03-15  Andreas Jaeger  <aj@suse.de>
44277         [BZ #13658]
44278         * math/libm-test.inc (cos_test): Add more test cases.
44279         (sin_test): Likewise.
44280         (sincos_test): Likewise.
44282 2012-03-15  Andreas Jaeger  <aj@suse.de>
44284         [BZ #13837]
44285         * math/libm-test.inc (cos_test): Add a test case for large input
44286         value.
44287         (sin_test): Likewise.
44288         (sincos_test): Likewise.
44290 2012-03-15  Andreas Jaeger  <aj@suse.de>
44291             Joseph Myers  <joseph@codesourcery.com>
44293         [BZ #13658]
44294         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44295         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44296         * sysdeps/i386/fpu/branred.c: Likewise.
44297         * sysdeps/i386/fpu/dosincos.c: Likewise.
44298         * sysdeps/i386/fpu/mpa.c: Likewise.
44299         * sysdeps/i386/fpu/s_cos.S: Likewise.
44300         * sysdeps/i386/fpu/s_sin.S: Likewise.
44301         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44302         * sysdeps/i386/fpu/sincos32.c: Likewise.
44304         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44305         Define.
44306         (libc_feupdateenv_53bit): Define.
44307         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44308         Define.
44309         (libc_feupdateenv_53bit): Define.
44311         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44312         53 bit (without extend i386 double precision).
44314         * math/libm-test.inc (sincos_test): Add tests for large input.
44315         (sin): Likewise.
44316         (cos): Likewise.
44318         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44320 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44324 2012-03-15  David S. Miller  <davem@davemloft.net>
44326         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44327         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44328         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44329         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44331         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44332         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44333         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44334         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44335         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44336         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44337         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44338         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44339         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44340         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44342         file.
44343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44345         file.
44346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44348         file.
44349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44351         file.
44352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44353         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44354         fmin/fmax sysdep routines.
44355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44357 2012-03-14  David S. Miller  <davem@davemloft.net>
44359         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44360         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44361         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44362         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44363         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44364         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44365         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44366         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44367         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44368         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44369         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44370         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44371         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44372         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44373         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44374         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44375         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44376         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44377         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44378         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44379         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44380         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44381         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44382         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44383         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44384         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44385         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44386         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44387         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44388         routines.
44389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44390         file.
44391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44393         file.
44394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44396         file.
44397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44399         file.
44400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44402         file.
44403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44405         file.
44406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44407         file.
44408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44409         file.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44411         file.
44412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44413         New file.
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44415         file.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44417         file.
44418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44420         file.
44421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44423         file.
44424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44426         file.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44429         VIS3 routines.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44432         New file.
44434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44436         * sysdeps/sparc/configure.in: New file.
44437         * sysdeps/sparc/configure: Generate.
44438         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44439         * configure: Regenerate.
44440         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44441         * config.make.in (have-as-vis3): New.
44442         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44443         available use -Av9d instead of -Av9a.
44444         * sysdeps/sparc/sparc64/Makefile: Likewise.
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44447         New file.
44448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44449         file.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44451         New file.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44453         file.
44454         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44455         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44456         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44460         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44461         fzeros/fnegs to load 0x80000000 into a float register instead of
44462         using the stack.
44463         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44465 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44467         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44468         bits/syscall.h.
44469         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44470         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44471         ($(inst_includedir)/bits/syscall.h): Remove rule.
44472         ($(objpfx)bits/syscall.d): Include instead of
44473         $(objpfx)syscall-list.d.
44474         (generated): Change syscall-list.h and syscall-list.d to
44475         bits/syscall.h and bits/syscall.d.
44477 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44479         [BZ #13846]
44480         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44482 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44484         [BZ #13841]
44485         * math/s_csqrt.c: Include <float.h>.
44486         (__csqrt): Scale large or subnormal inputs.
44487         * math/s_csqrtf.c: Likewise.
44488         * math/s_csqrtl.c: Likewise.
44489         * math/libm-test.inc (csqrt_test): Add more tests.
44490         * sysdeps/i386/fpu/libm-test-ulps: Update.
44491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44493         [BZ #13840]
44494         * math/libm-test.inc (hypot_test): Add more tests.
44496 2012-03-13  David S. Miller  <davem@davemloft.net>
44498         [BZ #13840]
44499         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44500         double-precision for the calculation instead of scaling.
44502 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44504         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44505         manipulate bits before adding and subtracting TWO52[sx].
44506         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44507         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44508         Likewise.
44509         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44511 2012-03-13  David S. Miller  <davem@davemloft.net>
44513         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44514         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44515         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44516         rtld-global-offsets.h
44517         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44519         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44520         large parameters.
44522         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44524         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44525         'err' in the ifdef scope in which it is actually used.
44527         * nss/nss_db/db-init.c: Include string.h
44529 2012-03-12  David S. Miller  <davem@davemloft.net>
44531         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44532         masking out of the most significant byte of random value used.
44533         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44534         Fix coding style in previous change.
44536         * sysdeps/unix/sysv/linux/kernel-features.h
44537         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44538         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44539         expression.
44540         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44541         later.
44543 2012-03-11  David S. Miller  <davem@davemloft.net>
44545         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44546         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44547         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44548         for 'resultvar' otherwise things get truncated on 64-bit.
44550         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44551         Fix masking out of the most significant byte of random value used.
44553         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44555 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44559 2012-03-09  David S. Miller  <davem@davemloft.net>
44561         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44562         variables with appropriate CPP guards.
44563         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44564         from the frame pointer, not the stack pointer.  Correct layout
44565         comments.  Fix test on resulting framesize and the management of
44566         the outregs buffer for pltexit.  Preserve floating point return
44567         values across _dl_call_pltexit call.
44568         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44569         framesize and the management of the outregs buffer for pltexit.
44570         Preserve floating point return values across _dl_call_pltexit
44571         call.
44572         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44573         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44574         (la_sparc64_gnu_pltexit): New functions.
44575         (print_exit): Fix format string for return register value.
44577 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44579         * sunrpc/Makefile (others): Add rpcgen.
44580         ($(objpfx)rpcgen): Remove special build rule and dependency on
44581         libc.
44582         * sunrpc/rpcgen.c: New file.
44584 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44586         [BZ #13673]
44587         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44588         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44589         * sysdeps/i386/crti.S: Likewise.
44590         * sysdeps/i386/crtn.S: Likewise.
44591         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44592         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44593         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44594         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44595         * sysdeps/sh/crti.S: Likewise.
44596         * sysdeps/sh/crtn.S: Likewise.
44597         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44599         [BZ #13673]
44600         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44601         with URL.
44602         * locale/programs/locfile-kw.gperf: Likewise.
44603         * locale/programs/charmap-kw.h: Regenerated.
44604         * locale/programs/locfile-kw.h: Likewise.
44606         [BZ #13673]
44607         * intl/plural.y: Replace FSF snail mail address with URL.
44608         * intl/plural.c: Regenerated.
44610 2012-03-09  Richard Henderson  <rth@twiddle.net>
44612         * include/math_private.h: Remove file.
44613         * math/math_private.h: Move file ...
44614         * sysdeps/generic/math_private.h: ... here.
44616         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44617         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44618         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44620         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44621         and <math_private.h>.
44622         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44623         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44624         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44625         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44626         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44627         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44629         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44637         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44640         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44641         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44642         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44643         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44644         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44645         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44646         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44647         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44648         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44649         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44650         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44651         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44652         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44653         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44654         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44656         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44660         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44661         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44662         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44663         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44664         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44665         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44666         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44667         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44668         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44669         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44670         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44671         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44672         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44673         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44674         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44675         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44676         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44677         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44678         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44679         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44680         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44681         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44682         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44683         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44684         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44685         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44686         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44687         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44688         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44689         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44690         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44691         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44692         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44693         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44694         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44695         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44696         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44697         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44698         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44699         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44700         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44701         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44702         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44703         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44704         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44705         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44706         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44707         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44708         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44709         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44710         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44711         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44712         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44713         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44714         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44715         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44716         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44717         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44718         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44719         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44720         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44721         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44722         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44723         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44724         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44725         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44726         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44727         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44728         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44729         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44730         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44731         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44732         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44733         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44734         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44735         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44736         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44737         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44738         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44739         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44740         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44741         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44742         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44743         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44744         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44745         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44746         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44747         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44748         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44749         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44750         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44751         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44752         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44753         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44754         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44755         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44756         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44757         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44758         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44759         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44760         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44761         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44762         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44763         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44764         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44765         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44766         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44767         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44768         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44769         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44770         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44771         * sysdeps/ieee754/k_standard.c: Likewise.
44772         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44774         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44775         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44817         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44822         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44823         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44824         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44827         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44828         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44829         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44830         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44834         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44839         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44845         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44846         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44847         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44848         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44849         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44850         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44862         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44863         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44864         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44865         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44867         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44868         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44869         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44870         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44871         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44872         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44873         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44874         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44875         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44876         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44877         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44878         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44879         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44882         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44883         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44884         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44887         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44888         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44889         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44890         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44891         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44892         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44894         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44899         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44900         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44904         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44920         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44921         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44922         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44932         * sysdeps/ieee754/s_lib_version.c: Likewise.
44933         * sysdeps/ieee754/s_matherr.c: Likewise.
44934         * sysdeps/ieee754/s_signgam.c: Likewise.
44935         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44936         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44937         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44938         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44939         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44940         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44941         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44942         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44943         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44944         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44945         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44946         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44947         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44948         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44949         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44950         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44951         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44952         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44953         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44954         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44955         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44957 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44959         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44960         * sunrpc/rpc_main.c: Likewise.
44961         * sunrpc/rpc_svcout.c: Likewise.
44963 2012-03-09  David S. Miller  <davem@davemloft.net>
44965         * include/math_private.h: New file.
44967 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44969         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44970         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44971         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44972         from <bits/socket_type.h>.
44973         (enum __socket_type): Don't define here.
44974         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44975         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44976         bits/socket_type.h.
44978         [BZ #13566]
44979         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44980         checking __USE_GNU.
44982         * Makerules ($(inst_includedir)/%.h): New rule.
44983         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44984         (install-others): Remove variable setting.
44985         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44987 2012-03-08  Richard Henderson  <rth@twiddle.net>
44989         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44990         from macro to inline function; merge with the
44991         !__LIBC_INTERNAL_MATH_INLINES version.
44992         (__ieee754_sqrtf): Likewise.
44994         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44995         to inline function.
44996         (__rintf, __floor, __floorf): Likewise.
44998         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44999         macro to inline function.
45000         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45002         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45003         not <math/math_private.h>.
45005 2012-03-08  David S. Miller  <davem@davemloft.net>
45007         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45008         copyright year.
45009         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45011 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45013         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45014         normalization.
45015         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45016         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45018 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45020         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45021         be defined individually, they must be defined as a block.  Define
45022         S for printing a string instead of hidint the different by using a
45023         macro for adding the 'l'.
45024         * stdio-common/tst-fphex-wide.c: Adjust.
45026 2012-03-07  Marek Polacek  <polacek@redhat.com>
45028         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45030 2012-03-08  Marek Polacek  <polacek@redhat.com>
45032         [BZ #13806]
45033         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45034         * stdio-common/tst-fphex.c: Define a few macros to make the
45035         test reusable.  Use them.
45036         * stdio-common/tst-fphex-wide.c: New file.
45038 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45040         [BZ #6911]
45041         * manual/macros.texi (gnusystems): New macro.
45042         (nongnusystems): Likewise.
45043         (gnulinuxhurdsystems): Likewise.
45044         (gnuhurdsystems): Likewise..
45045         (gnulinuxsystems): Likewise.
45046         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45047         variants of the GNU system, not "GNU system".
45048         * manual/conf.texi: Likewise.
45049         * manual/errno.texi: Likewise.  Update example of errno macro
45050         expansion.
45051         * manual/filesys.texi: Likewise.
45052         (getumask): Document as specific to GNU/Hurd.
45053         * manual/install.texi: Likewise.  Reword some references to
45054         GNU/Linux.
45055         * manual/intro.texi: Likewise.
45056         * manual/io.texi: Likewise.
45057         (File Name Portability): Detail which constraints are inapplicable
45058         to all GNU systems and which are only inapplicable to GNU/Hurd.
45059         * manual/job.texi: Likewise.
45060         * manual/llio.texi: Likewise.
45061         (O_NOCTTY): Document as present on GNU/Linux.
45062         * manual/maint.texi: Likewise.
45063         * manual/memory.texi: Likewise.
45064         * manual/pattern.texi: Likewise.
45065         * manual/pipe.texi: Likewise.
45066         * manual/process.texi: Likewise.
45067         * manual/resource.texi: Likewise.
45068         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45069         child on GNU/Hurd.
45070         * manual/setjmp.texi: Likewise.
45071         * manual/signal.texi: Likewise.
45072         * manual/startup.texi: Likewise.
45073         * manual/stdio.texi: Likewise.
45074         * manual/terminal.texi: Likewise.
45075         (ONLCR): Document as POSIX.
45076         (OXTABS): Document availability on GNU/Linux as XTABS.
45077         (ONOEOT): Document availability separately from other bits.
45078         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45079         * manual/time.texi: Likewise.
45080         * manual/users.texi: Likewise.
45081         * INSTALL: Regenerated.
45082         * sysdeps/gnu/errlist.c: Regenerated.
45084         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45085         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45086         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45087         puts.
45088         * configure: Regenerated.
45090 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45092         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45093         default includes instead of AC_HEADER_CHECK.
45094         * sysdeps/i386/configure: Regenerated.
45096         [BZ #10716]
45097         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45098         * math/s_cacoshf.c (__cacoshf): Likewise.
45099         * math/s_cacoshl.c (__cacoshl): Likewise.
45100         * math/s_casinh.c (__casinh): Set signs of result from argument.
45101         * math/s_casinhf.c (__casinhf): Likewise.
45102         * math/s_casinhl.c (__casinhl): Likewise.
45103         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45104         (casinh_test): Add more tests.
45105         * sysdeps/i386/fpu/libm-test-ulps: Update.
45106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45108 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45110         * po/zh_TW.po: Update from translation team.
45112         * login/Makefile (distribute): Remove variable.
45113         * catgets/Makefile: Likewise.
45114         * mach/Makefile: Likewise.
45115         * malloc/Makefile: Likewise.
45116         * misc/Makefile: Likewise.
45117         * iconv/Makefile: Likewise.
45118         * nscd/Makefile: Likewise.
45119         * hurd/Makefile: Likewise.
45120         * manual/Makefile: Likewise.
45121         * locale/Makefile: Likewise.
45122         * intl/Makefile: Likewise.
45123         * conform/Makefile: Likewise.
45124         * nss/Makefile: Likewise.
45125         * time/Makefile: Likewise.
45126         * soft-fp/Makefile: Likewise.
45127         * dirent/Makefile: Likewise.
45128         * gmon/Makefile: Likewise.
45129         * po/Makefile: Likewise.
45130         * rt/Makefile: Likewise.
45131         * socket/Makefile: Likewise.
45132         * math/Makefile: Likewise.
45133         * signal/Makefile: Likewise.
45134         * debug/Makefile: Likewise.
45135         * elf/Makefile: Likewise.
45136         * timezone/Makefile: Likewise.
45137         * stdlib/Makefile: Likewise.
45138         * iconvdata/Makefile: Likewise.
45139         * sunrpc/Makefile: Likewise.
45140         * io/Makefile: Likewise.
45141         * argp/Makefile: Likewise.
45142         * inet/Makefile: Likewise.
45143         * hesiod/Makefile: Likewise.
45144         * grp/Makefile: Likewise.
45145         * csu/Makefile: Likewise.
45146         * wctype/Makefile: Likewise.
45147         * crypt/Makefile: Likewise.
45148         * libio/Makefile: Likewise.
45149         * string/Makefile: Likewise.
45150         * nis/Makefile: Likewise.
45151         * resolv/Makefile: Likewise.
45152         * stdio-common/Makefile: Likewise.
45153         * wcsmbs/Makefile: Likewise.
45154         * dlfcn/Makefile: Likewise.
45155         * posix/Makefile: Likewise.
45157         [BZ #6959]
45158         * timezone/Makefile: Don't install timezone files, just the programs
45159         and scripts.
45161 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45163         * nss/databases.def: Add missing gshadow entry.
45165         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45167 2012-03-06  Marek Polacek  <polacek@redhat.com>
45169         [BZ #13726]
45170         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45171         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45172         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45173         * stdio-common/tst-long-dbl-fphex.c: New file.
45175 2012-03-06  David S. Miller  <davem@davemloft.net>
45177         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45178         (set_obp_int): New function.
45179         (get_obp_int): New function.
45180         (__get_clockfreq_via_dev_openprom): Likewise.
45181         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45182         Avoid unused variable warnings on 'val' and use builtin_expect.
45183         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45184         __builtin_expect.
45185         (INLINE_CLONE_SYSCALL): Likewise.
45187 2012-03-05  David S. Miller  <davem@davemloft.net>
45189         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45191 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45195         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45196         only for |x| >= 40.
45197         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45199 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45201         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45202         Replace gettimeofday with __vdso_gettimeofday.
45204         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45205         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45206         __vdso_clock_gettime and __vdso_getcpu.
45208         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45209         time with __vdso_time.
45211 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45213         * manual/lang.texi (size_t): Note types to which size_t may be
45214         equivalent with the GNU C Library, but do not describe when
45215         differences between them are significant.
45217 2012-03-05  Andreas Jaeger  <aj@suse.de>
45219         * sysdeps/i386/fpu/libm-test-ulps: Update.
45221 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45223         [BZ #3976]
45224         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45225         (__ieee754_pow): Save and restore rounding mode and use
45226         round-to-nearest for main computations.
45227         * math/libm-test.inc (pow_test_tonearest): New function.
45228         (pow_test_towardzero): Likewise.
45229         (pow_test_downward): Likewise.
45230         (pow_test_upward): Likewise.
45231         (main): Call the new functions.
45232         * sysdeps/i386/fpu/libm-test-ulps: Update.
45233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45235         [BZ #3976]
45236         * math/libm-test.inc (cosh_test_tonearest): New function.
45237         (cosh_test_towardzero): Likewise.
45238         (cosh_test_downward): Likewise.
45239         (cosh_test_upward): Likewise.
45240         (sinh_test_tonearest): Likewise.
45241         (sinh_test_towardzero): Likewise.
45242         (sinh_test_downward): Likewise.
45243         (sinh_test_upward): Likewise.
45244         (main): Call the new functions.
45245         * sysdeps/i386/fpu/libm-test-ulps: Update.
45246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45248 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45250         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45251         default stack guard is set in last bytes.
45252         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45254 2012-03-05  Kees Cook  <keescook@chromium.org>
45256         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45258         [BZ #13656]
45259         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45260         possibly allocate from heap instead of stack.
45261         * stdio-common/bug-vfprintf-nargs.c: New file.
45262         * stdio-common/Makefile (tests): Add nargs overflow test.
45264 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45268 2012-03-03  Marek Polacek  <polacek@redhat.com>
45270         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45271         * math/math_private.h: Likewise.
45272         * stdlib/tst-strtod.c: Likewise.
45273         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45274         * sysdeps/x86_64/bits/atomic.h: Likewise.
45276 2012-03-02  David S. Miller  <davem@davemloft.net>
45278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45281         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45282         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45283         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45284         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45285         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45287 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45289         [BZ #13792]
45290         * manual/examples/README: New file, says the example source files
45291         can be used under GPL>=2.
45292         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45293         line containing just "*/".
45294         * manual/examples/add.c: Add copyright header (GPL>=2).
45295         * manual/examples/argp-ex1.c: Likewise.
45296         * manual/examples/argp-ex2.c: Likewise.
45297         * manual/examples/argp-ex3.c: Likewise.
45298         * manual/examples/argp-ex4.c: Likewise.
45299         * manual/examples/atexit.c: Likewise.
45300         * manual/examples/db.c: Likewise.
45301         * manual/examples/dir.c: Likewise.
45302         * manual/examples/dir2.c: Likewise.
45303         * manual/examples/execinfo.c: Likewise.
45304         * manual/examples/filecli.c: Likewise.
45305         * manual/examples/filesrv.c: Likewise.
45306         * manual/examples/fmtmsgexpl.c: Likewise.
45307         * manual/examples/genpass.c: Likewise.
45308         * manual/examples/inetcli.c: Likewise.
45309         * manual/examples/inetsrv.c: Likewise.
45310         * manual/examples/isockad.c: Likewise.
45311         * manual/examples/longopt.c: Likewise.
45312         * manual/examples/memopen.c: Likewise.
45313         * manual/examples/memstrm.c: Likewise.
45314         * manual/examples/mkfsock.c: Likewise.
45315         * manual/examples/mkisock.c: Likewise.
45316         * manual/examples/mygetpass.c: Likewise.
45317         * manual/examples/pipe.c: Likewise.
45318         * manual/examples/popen.c: Likewise.
45319         * manual/examples/rprintf.c: Likewise.
45320         * manual/examples/search.c: Likewise.
45321         * manual/examples/select.c: Likewise.
45322         * manual/examples/setjmp.c: Likewise.
45323         * manual/examples/sigh1.c: Likewise.
45324         * manual/examples/sigusr.c: Likewise.
45325         * manual/examples/stpcpy.c: Likewise.
45326         * manual/examples/strdupa.c: Likewise.
45327         * manual/examples/strftim.c: Likewise.
45328         * manual/examples/strncat.c: Likewise.
45329         * manual/examples/subopt.c: Likewise.
45330         * manual/examples/swapcontext.c: Likewise.
45331         * manual/examples/termios.c: Likewise.
45332         * manual/examples/testopt.c: Likewise.
45333         * manual/examples/testpass.c: Likewise.
45334         * manual/examples/timeval_subtract.c: Likewise.
45336         [BZ #13792]
45337         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45338         function to ...
45339         * manual/timeval_subtract.c.texi: ... here, new file.
45341 2012-03-02  David S. Miller  <davem@davemloft.net>
45343         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45345 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45347         [BZ #3976]
45348         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45349         (__sin): Save and restore rounding mode and use round-to-nearest
45350         for all computations.
45351         (__cos): Save and restore rounding mode and use round-to-nearest
45352         for all computations.
45353         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45354         <fenv.h>.
45355         (tan): Save and restore rounding mode and use round-to-nearest for
45356         all computations.
45357         * math/libm-test.inc (cos_test_tonearest): New function.
45358         (cos_test_towardzero): Likewise.
45359         (cos_test_downward): Likewise.
45360         (cos_test_upward): Likewise.
45361         (sin_test_tonearest): Likewise.
45362         (sin_test_towardzero): Likewise.
45363         (sin_test_downward): Likewise.
45364         (sin_test_upward): Likewise.
45365         (tan_test_tonearest): Likewise.
45366         (tan_test_towardzero): Likewise.
45367         (tan_test_downward): Likewise.
45368         (tan_test_upward): Likewise.
45369         (main): Call the new functions.
45370         * sysdeps/i386/fpu/libm-test-ulps: Update.
45371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45373         [BZ #10135]
45374         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45375         small n, then large n, before computing and testing k+n.
45376         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45377         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45378         Likewise.
45379         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45380         Likewise.
45381         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45382         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45383         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45384         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45385         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45386         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45387         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45388         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45389         * math/libm-test.inc (scalbn_test): Add more tests.
45390         (scalbln_test): Likewise.
45392         * manual/filesys.texi (mode_t): Describe constraints on size and
45393         signedness, not exact equivalence to a particular type.
45394         (ino_t): Likewise.
45395         (ino64_t): Likewise.
45396         (dev_t): Likewise.
45397         (nlink_t): Likewise.
45398         (blkcnt_t): Likewise.
45399         (blkcnt64_t): Likewise.
45400         * manual/llio.texi (off_t): Likewise.
45402         [BZ #3976]
45403         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45404         (__ieee754_exp): Save and restore rounding mode and use
45405         round-to-nearest for all computations.
45406         * math/libm-test.inc (exp_test_tonearest): New function.
45407         (exp_test_towardzero): Likewise.
45408         (exp_test_downward): Likewise.
45409         (exp_test_upward): Likewise.
45410         (main): Call the new functions.
45411         * sysdeps/i386/fpu/libm-test-ulps: Update.
45412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45414 2012-03-01  Chris Demetriou  <cgd@google.com>
45416         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45417         have predictable order.
45419 2012-03-01  David S. Miller  <davem@davemloft.net>
45421         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45423         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45424         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45425         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45426         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45428         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45429         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45430         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45432         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45433         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45434         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45435         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45436         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45438         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45440         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45441         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45442         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45444         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45445         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45446         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45447         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45448         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45449         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45450         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45451         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45452         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45453         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45454         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45455         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45456         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45457         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45458         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45459         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45460         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45461         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45462         * sysdeps/sparc/elf/configure: Regenerated.
45464 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45466         * configure.in (AS, LD): Require binutils 2.20 or later.
45467         * configure: Regenerated.
45468         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45469         as required minimum version.
45470         * INSTALL: Regenerated.
45472         [BZ #2541]
45473         [BZ #4108]
45474         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45475         before squaring exponent.
45476         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45477         bottom long double and 27 bits of top long double before squaring
45478         exponent.
45479         * math/libm-test.inc (erfc_test): Add more tests.
45480         * sysdeps/i386/fpu/libm-test-ulps: Update.
45481         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45484 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45486         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45487         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45488         containing bit-fields.
45489         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45490         * soft-fp/single.h (_FP_UNION_S): Likewise.
45491         * soft-fp/double.h (_FP_UNION_D): Likewise.
45493 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45495         [BZ #13786]
45496         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45497         not include ../strcmp.S.
45498         [USE_AS_STRNCASECMP_L]: Likewise.
45499         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45500         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45501         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45502         (__strncasecmp_l_ia32): Define as alias to
45503         __strncasecmp_l_nonascii.
45505         [BZ #5794]
45506         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45507         * sysdeps/i386/fpu/libm-test-ulps: Update.
45508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45510         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45513 2012-02-29  Jeff Law  <law@redhat.com>
45515         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45516         out of bounds read.
45518 2012-02-29  Marek Polacek  <polacek@redhat.com>
45520         [BZ #13706]
45521         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45522         * elf/Makefile: Add rules to run tst-unused-dep.out.
45524 2012-02-28  David S. Miller  <davem@davemloft.net>
45526         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45527         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45528         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45529         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45530         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45531         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45533 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45535         * math/libm-test.inc (llround_test): Move one test from
45536         lround_test.  Use TEST_f_L in moved test.
45537         (lround_test): Move misplaced test to llround_test.  Add testcase
45538         from bug 2561.
45540 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45542         * sysdeps/x86_64/fpu/e_expf.S: New file.
45543         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45545 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45547         [BZ #13637]
45548         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45549         of remain_len that may cause incomplete multi-byte character and
45550         false match.
45551         * posix/bug-regex33.c: New file.
45552         * posix/Makefile (tests): Add bug-regex33.
45554 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45556         * manual/macros.texi: New file.
45557         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45558         * manual/libc.texinfo: Include macros.texi.
45559         * manual/creatute.texi: Likewise.
45560         * manual/install.texi: Likewise.
45561         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45562         @glibcadj{} in references to the GNU C Library.
45563         * manual/charset.texi: Likewise.
45564         * manual/conf.texi: Likewise.
45565         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45566         when not using those macros.
45567         * manual/creature.texi: Likewise.
45568         * manual/crypt.texi: Likewise.
45569         * manual/errno.texi: Likewise.
45570         * manual/filesys.texi: Likewise.
45571         * manual/header.texi: Likewise.
45572         * manual/install.texi: Likewise.
45573         * manual/intro.texi: Likewise.
45574         * manual/io.texi: Likewise.
45575         * manual/job.texi: Likewise.
45576         * manual/lang.texi: Likewise.
45577         * manual/libc.texiinfo: Likewise.
45578         * manual/llio.texi: Likewise.
45579         * manual/locale.texi: Likewise.
45580         * manual/maint.texi: Likewise.
45581         * manual/math.texi: Likewise.
45582         * manual/memory.texi: Likewise.
45583         * manual/message.texi: Likewise.
45584         * manual/nss.texi: Likewise.
45585         * manual/pattern.texi: Likewise.
45586         * manual/process.texi: Likewise.
45587         * manual/resource.texi: Likewise.
45588         * manual/search.texi: Likewise.
45589         * manual/setjmp.texi: Likewise.
45590         * manual/signal.texi: Likewise.
45591         * manual/socket.texi: Likewise.
45592         * manual/startup.texi: Likewise.
45593         * manual/stdio.texi: Likewise.
45594         * manual/string.texi: Likewise.
45595         * manual/sysinfo.texi: Likewise.
45596         * manual/syslog.texi: Likewise.
45597         * manual/terminal.texi: Likewise.
45598         * manual/time.texi: Likewise.
45599         * manual/users.texi: Likewise.
45600         * INSTALL: Regenerated.
45601         * NOTES: Regenerated.
45602         * sysdeps/gnu/errlist.c: Regenerated.
45604 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45606         * include/dirent.h: Include <dirstream.h> before
45607         <dirent/dirent.h>.
45609 2012-02-28  David S. Miller  <davem@davemloft.net>
45611         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45612         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45613         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45614         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45616 2012-02-27  David S. Miller  <davem@davemloft.net>
45618         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45619         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45620         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45621         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45623         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45624         frame pointer instead of stack pointer relative arg slot.
45625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45626         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45627         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45629 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45631         [BZ #3992]
45632         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45634 2012-02-27  David S. Miller  <davem@davemloft.net>
45636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45637         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45639         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45640         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45641         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45642         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45643         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45645 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45647         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45648         later.  Allow versions 5-9.
45649         * configure: Regenerated.
45650         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45651         required minimum version and 4.6 as recommended version.  Do not
45652         mention bugs in GCC 2.7 and 2.8.
45653         * INSTALL: Regenerated.
45655 2012-02-27  David S. Miller  <davem@davemloft.net>
45657         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45658         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45659         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45661         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45662         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45663         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45664         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45666         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45667         manipulate bits before adding and subtracting TWO112[sx].
45668         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45670 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45672         [BZ #13775]
45673         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45674         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45675         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45676         being in POSIX, because they are in 1003.1-2008.
45678         * rt/tst-aio.c: Include <fcntl.h>.
45679         * rt/tst-aio7.c: Likewise.
45680         * rt/tst-aio64.c: Likewise.
45682         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45684 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45686         * manual/install.texi (--with-headers): Describe headers as
45687         interface headers, not private headers.
45688         (Specific advice for GNU/Linux systems): Describe use of headers
45689         from "make headers_install", not private headers from older
45690         kernels.
45691         * INSTALL: Regenerated.
45692         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45693         Change to 2.6.19.
45694         * sysdeps/unix/sysv/linux/configure: Regenerated.
45696         * manual/llio.texi (fclean): Remove documentation.
45698         * manual/Makefile (libc-texi-generated): New variable.  Include
45699         version.texi.
45700         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45701         $(libc-texi-generated), not duplicated list of files.
45702         (version.texi, stamp-version): New rules.
45703         (realclean): Remove $(libc-texi-generated), not individual files
45704         from that list.  Do not remove dir-add.texinfo.
45705         * manual/libc.texinfo: Comment out uses of edition numbers and
45706         references to printed manual.  Remove last-updated dates.
45707         (EDITION): Comment out.
45708         (ISBN): Likewise.
45709         (VERSION, UPDATED): Remove.
45710         (version.texi): Include.
45712 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45714         * sysdeps/posix/spawni.c: Include <signal.h>.
45715         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45716         * sysdeps/pthread/aio_fsync.c: Likewise.
45718 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45720         * conform/Makefile (tests): Run only when not cross-compiling and
45721         when fast-check is not defined.
45723         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45724         * conform/data/limits.h-data: Fixes for POSIX2008.
45725         * conform/run-conformtest.sh: Run all tests.
45726         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45727         headers.
45728         * include/bits/dlfcn.h: Likewise.
45729         * include/langinfo.h: Likewise.
45730         * include/monetary.h: Likewise.
45731         * include/sys/poll.h: Likewise.
45733         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45734         for __USE_GNU.
45735         * posix/spawn.h: Define __need_sigset_t.
45736         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45737         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45738         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45739         to get sigevent_t only.
45740         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45741         only for __USE_GNU.
45742         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45743         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45744         process_vm_writev only for __USE_GNU.
45745         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45747         * conform/Makefile: For now ignore errors from run-conformtest.
45748         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45749         POSIX to avoid namespace pollution.  Don't prepend headers.
45750         * conform/data/aio.h-data: Fixes for POSIX testing.
45751         * conform/data/fcntl.h-data: Likewise.
45752         * conform/data/glob.h-data: Likewise.
45753         * conform/data/grp.h-data: Likewise.
45754         * conform/data/pthread.h-data: Likewise.
45755         * conform/data/pwd.h-data: Likewise.
45756         * conform/data/signal.h-data: Likewise.
45757         * conform/data/spawn.h-data: Likewise.
45758         * conform/data/stdio.h-data: Likewise.
45759         * conform/data/stdlib.h-data: Likewise.
45760         * conform/data/stropts.h-data: Likewise.
45761         * conform/data/sys/mman.h-data: Likewise.
45762         * conform/data/sys/stat.h-data: Likewise.
45763         * conform/data/sys/types.h-data: Likewise.
45764         * conform/data/sys/wait.h-data: Likewise.
45765         * conform/data/time.h-data: Likewise.
45766         * conform/data/unistd.h-data: Likewise.
45767         * conform/data/utime.h-data: Likewise.
45769         * io/sys/stat.h: fchmod was always in POSIX.
45770         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45771         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45772         * rt/aio.h: Define __need_timespec before including <time.h>.
45773         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45774         struct.  Add forward declaration of pthread_attr_t and use it in
45775         sigevent.
45776         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45777         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45778         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45779         always remove CLK_TCK definition.
45781 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45783         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45785 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45787         * conform/run-conformtest.sh: New file.
45788         * conform/Makefile: Run run-conformtest for tests.
45789         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45790         support.
45792         * conform/data/uchar.h-data: New file.
45793         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45794         * conform/data/arpa/inet.h-data: Likewise.
45795         * conform/data/assert.h-data: Likewise.
45796         * conform/data/complex.h-data: Likewise.
45797         * conform/data/cpio.h-data: Likewise.
45798         * conform/data/ctype.h-data: Likewise.
45799         * conform/data/dirent.h-data: Likewise.
45800         * conform/data/dlfcn.h-data: Likewise.
45801         * conform/data/errno.h-data: Likewise.
45802         * conform/data/fcntl.h-data: Likewise.
45803         * conform/data/float.h-data: Likewise.
45804         * conform/data/fmtmsg.h-data: Likewise.
45805         * conform/data/fnmatch.h-data: Likewise.
45806         * conform/data/ftw.h-data: Likewise.
45807         * conform/data/glob.h-data: Likewise.
45808         * conform/data/grp.h-data: Likewise.
45809         * conform/data/iconv.h-data: Likewise.
45810         * conform/data/inttypes.h-data: Likewise.
45811         * conform/data/langinfo.h-data: Likewise.
45812         * conform/data/libgen.h-data: Likewise.
45813         * conform/data/limits.h-data: Likewise.
45814         * conform/data/locale.h-data: Likewise.
45815         * conform/data/math.h-data: Likewise.
45816         * conform/data/monetary.h-data: Likewise.
45817         * conform/data/mqueue.h-data: Likewise.
45818         * conform/data/ndbm.h-data: Likewise.
45819         * conform/data/net/if.h-data: Likewise.
45820         * conform/data/netdb.h-data: Likewise.
45821         * conform/data/netinet/in.h-data: Likewise.
45822         * conform/data/nl_types.h-data: Likewise.
45823         * conform/data/poll.h-data: Likewise.
45824         * conform/data/pthread.h-data: Likewise.
45825         * conform/data/pwd.h-data: Likewise.
45826         * conform/data/regex.h-data: Likewise.
45827         * conform/data/sched.h-data: Likewise.
45828         * conform/data/search.h-data: Likewise.
45829         * conform/data/semaphore.h-data: Likewise.
45830         * conform/data/setjmp.h-data: Likewise.
45831         * conform/data/signal.h-data: Likewise.
45832         * conform/data/spawn.h-data: Likewise.
45833         * conform/data/stdarg.h-data: Likewise.
45834         * conform/data/stdio.h-data: Likewise.
45835         * conform/data/stdlib.h-data: Likewise.
45836         * conform/data/string.h-data: Likewise.
45837         * conform/data/strings.h-data: Likewise.
45838         * conform/data/stropts.h-data: Likewise.
45839         * conform/data/sys/ipc.h-data: Likewise.
45840         * conform/data/sys/mman.h-data: Likewise.
45841         * conform/data/sys/msg.h-data: Likewise.
45842         * conform/data/sys/resource.h-data: Likewise.
45843         * conform/data/sys/select.h-data: Likewise.
45844         * conform/data/sys/sem.h-data: Likewise.
45845         * conform/data/sys/shm.h-data: Likewise.
45846         * conform/data/sys/socket.h-data: Likewise.
45847         * conform/data/sys/stat.h-data: Likewise.
45848         * conform/data/sys/statvfs.h-data: Likewise.
45849         * conform/data/sys/time.h-data: Likewise.
45850         * conform/data/sys/timeb.h-data: Likewise.
45851         * conform/data/sys/times.h-data: Likewise.
45852         * conform/data/sys/types.h-data: Likewise.
45853         * conform/data/sys/uio.h-data: Likewise.
45854         * conform/data/sys/un.h-data: Likewise.
45855         * conform/data/sys/utsname.h-data: Likewise.
45856         * conform/data/sys/wait.h-data: Likewise.
45857         * conform/data/syslog.h-data: Likewise.
45858         * conform/data/tar.h-data: Likewise.
45859         * conform/data/termios.h-data: Likewise.
45860         * conform/data/utime.h-data: Likewise.
45861         * conform/data/utmpx.h-data: Likewise.
45862         * conform/data/varargs.h-data: Likewise.
45863         * conform/data/wchar.h-data: Likewise.
45864         * conform/data/wctype.h-data: Likewise.
45865         * conform/data/wordexp.h-data: Likewise.
45867         * include/stropts.h: New file.
45868         * include/uchar.h: New file.
45869         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45870         * include/assert.h: Likewise.
45871         * include/ctype.h: Likewise.
45872         * include/dirent.h: Likewise.
45873         * include/dlfcn.h: Likewise.
45874         * include/fcntl.h: Likewise.
45875         * include/fnmatch.h: Likewise.
45876         * include/glob.h: Likewise.
45877         * include/grp.h: Likewise.
45878         * include/libio.h: Likewise.
45879         * include/locale.h: Likewise.
45880         * include/math.h: Likewise.
45881         * include/net/if.h: Likewise.
45882         * include/netdb.h: Likewise.
45883         * include/netinet/in.h: Likewise.
45884         * include/pthread.h: Likewise.
45885         * include/pwd.h: Likewise.
45886         * include/regex.h: Likewise.
45887         * include/sched.h: Likewise.
45888         * include/search.h: Likewise.
45889         * include/setjmp.h: Likewise.
45890         * include/signal.h: Likewise.
45891         * include/stdio.h: Likewise.
45892         * include/stdlib.h: Likewise.
45893         * include/string.h: Likewise.
45894         * include/sys/cdefs.h: Likewise.
45895         * include/sys/mman.h: Likewise.
45896         * include/sys/msg.h: Likewise.
45897         * include/sys/resource.h: Likewise.
45898         * include/sys/select.h: Likewise.
45899         * include/sys/socket.h: Likewise.
45900         * include/sys/stat.h: Likewise.
45901         * include/sys/statvfs.h: Likewise.
45902         * include/sys/time.h: Likewise.
45903         * include/sys/times.h: Likewise.
45904         * include/sys/uio.h: Likewise.
45905         * include/sys/utsname.h: Likewise.
45906         * include/sys/wait.h: Likewise.
45907         * include/termios.h: Likewise.
45908         * include/time.h: Likewise.
45909         * include/ulimit.h: Likewise.
45910         * include/unistd.h: Likewise.
45911         * include/utime.h: Likewise.
45912         * include/wchar.h: Likewise.
45913         * include/wctype.h: Likewise.
45914         * include/wordexp.h: Likewise.
45916         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45918         * time/time.h: TIME_UTC must be a macro.
45919         Make timespec_get available for ISO C11 only as well.
45921 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45923         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45924         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45926 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45928         * configure.in: Use -o not -a in test for unsupported multi-arch.
45930 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45932         * manual/texinfo.tex: Update to version 2012-01-19.16.
45934 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45936         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45938 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45940         [BZ #13738]
45941         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45942         * manual/fdl-1.3.texi: New file.
45943         * manual/fdl-1.1.texi: File removed.
45945         [BZ #13738]
45946         * manual/libc.texinfo (FDL_VERSION): New @set.
45947         Use it for mention of FDL in cover text.
45948         (Documentation License): Use it in @include file name.
45950 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45951             Roland McGrath  <roland@hack.frob.com>
45953         [BZ #5461]
45954         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45955         (not LONG_LONG_MAX and LONG_LONG_MIN.
45956         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45957         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45958         name.
45959         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45961 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45963         [BZ #2547]
45964         [BZ #11365]
45965         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45966         manipulate bits before adding and subtracting TWO23[sx].
45967         * math/libm-test.inc (nearbyint_test): Add more tests.
45969 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45971         [BZ #2548]
45972         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45973         bits before adding and subtracting TWO23[sx].
45974         * math/libm-test.inc (rint_test): Add more tests.
45975         (rint_test_tonearest): Likewise.
45976         (rint_test_towardzero): Likewise.
45977         (rint_test_downward): Likewise.
45978         (rint_test_upward: Likewise.
45980 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45982         [BZ #10110]
45983         * include/stdc-predef.h: New file.  Extracted from features.h.
45984         * include/features.h: Include stdc-predef.h.
45985         * Makefile (headers): Add stdc-predef.h.
45986         * CONFORMANCE (Compiler limitations): Update.
45988 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45990         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45992 2012-02-21  David S. Miller  <davem@davemloft.net>
45994         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45995         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45997 2012-02-20  David S. Miller  <davem@davemloft.net>
45999         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46000         using a normal save/restore sequence, rather than allocating a
46001         dummy stack frame just to store a frame pointer and restore.
46002         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46004 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46006         * manual/install.texi: Fix stray word in line-wrapped comment.
46008 2012-02-20  David S. Miller  <davem@davemloft.net>
46010         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46011         both binutils and gcc support GOTDATA.
46013         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46014         "rd %pc" in the PIC register setup sequences.
46016         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46017         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46018         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46019         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46020         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46021         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46022         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46023         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46024         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46025         (SYSCALL_ERROR_HANDLER): Likewise.
46026         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46027         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46028         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46029         (SYSCALL_ERROR_HANDLER): Likewise.
46031         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46032         (HAVE_GCC_GOTDATA): New.
46033         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46034         relocation support in both binutils and gcc.
46035         * sysdeps/sparc/elf/configure: Regenerate.
46037         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46038         * sysdeps/sparc/sparc32/elf/configure: Delete.
46039         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46040         * sysdeps/sparc/sparc64/elf/configure: Delete.
46041         * sysdeps/sparc/elf/configure.in: New file.
46042         * sysdeps/sparc/elf/configure: Generate.
46044         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46045         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46046         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46047         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46048         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46050 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46052         * manual/install.texi: Do not mention specific glibc version
46053         numbers.
46054         * manual/libc.texinfo (VERSION, UPDATED): Update.
46055         (@copying): Use @copyright{} and range of years.
46057 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46059         [BZ #13695]
46060         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46061         [crti.S not in sysdirs] (generated): Do not append.
46062         [crti.S not in sysdirs] (omit-deps): Likewise.
46063         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46064         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46065         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46066         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46067         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46068         Likewise.
46069         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46070         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46071         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46072         * csu/defs.awk: Remove file.
46073         * sysdeps/generic/initfini.c: Likewise.
46074         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46075         variable.
46076         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46077         Likewise.
46079 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46081         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46082         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46083         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46084         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46085         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46086         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46087         <bits/epoll.h>.
46088         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46089         (__EPOLL_PACKED): Define to empty if not defined by
46090         <bits/epoll.h>.
46091         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46092         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46093         bits/epoll.h.
46095 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46097         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46098         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46099         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46100         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46101         <bits/timerfd.h>.
46102         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46103         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46104         bits/timerfd.h.
46106 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46108         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46109         in C locale.
46110         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46111         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46112         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46115 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46117         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46118         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46120 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46122         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46123         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46124         defined.
46125         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46126         Likewise.
46127         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46128         entry for 2.16.
46130 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46132         * math/w_acos.c: Use non-signaling floating-point comparisons.
46133         * math/w_acosf.c: Likewise.
46134         * math/w_acosh.c: Likewise.
46135         * math/w_acoshf.c: Likewise.
46136         * math/w_acoshl.c: Likewise.
46137         * math/w_acosl.c: Likewise.
46138         * math/w_asin.c: Likewise.
46139         * math/w_asinf.c: Likewise.
46140         * math/w_asinl.c: Likewise.
46141         * math/w_atanh.c: Likewise.
46142         * math/w_atanhf.c: Likewise.
46143         * math/w_atanhl.c: Likewise.
46144         * math/w_exp2.c: Likewise.
46145         * math/w_exp2f.c: Likewise.
46146         * math/w_exp2l.c: Likewise.
46147         * math/w_j0.c: Likewise.
46148         * math/w_j0f.c: Likewise.
46149         * math/w_j0l.c: Likewise.
46150         * math/w_j1.c: Likewise.
46151         * math/w_j1f.c: Likewise.
46152         * math/w_j1l.c: Likewise.
46153         * math/w_jn.c: Likewise.
46154         * math/w_jnf.c: Likewise.
46155         * math/w_log.c: Likewise.
46156         * math/w_log10.c: Likewise.
46157         * math/w_log10f.c: Likewise.
46158         * math/w_log10l.c: Likewise.
46159         * math/w_log2.c: Likewise.
46160         * math/w_log2f.c: Likewise.
46161         * math/w_log2l.c: Likewise.
46162         * math/w_logf.c: Likewise.
46163         * math/w_logl.c: Likewise.
46164         * math/w_sqrt.c: Likewise.
46165         * math/w_sqrtf.c: Likewise.
46166         * math/w_sqrtl.c: Likewise.
46167         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46168         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46169         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46170         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46171         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46173 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46175         [BZ #9739]
46176         * manual/string.texi (strnlen): Use correct parameter name in
46177         equivalent expression.
46179 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46181         [BZ #11174]
46182         * manual/users.texi (seteuid): Consistently use neweuid for
46183         argument name.
46185 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46187         [BZ #13704]
46188         * manual/nss.texi (Services in the NSS configuration): Correct
46189         list of services in example configuration file.
46191 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46193         [BZ #11322]
46194         * manual/arith.texi: Remove statements about negative zero
46195         behaving identically to zero.
46197 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46199         [BZ #5993]
46200         * manual/install.texi: Do not document upgrading from libc5.
46202 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46204         [BZ #4596]
46205         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46207 2012-02-18  David S. Miller  <davem@davemloft.net>
46209         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46210         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46211         %o7 across the call.
46212         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46213         instead.
46214         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46215         SETUP_PIC_REG_LEAF.
46216         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46217         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46218         * sysdeps/sparc/crtn.S: Likewise.
46220 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46222         * aout/Makefile: Remove.
46224 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46226         [BZ #13058]
46227         * manual/examples/argp-ex1.c (main): Format definition in GNU
46228         style.
46229         * manual/examples/argp-ex2.c (main): Likewise.
46230         * manual/examples/argp-ex3.c (main): Likewise.
46231         * manual/examples/argp-ex4.c (main): Likewise.
46232         * manual/examples/longopt.c (main): Use new-style prototype
46233         definition.
46234         * manual/examples/strncat.c (main): Specify return type and use
46235         (void) for arguments.
46236         * manual/examples/subopt.c (main): Use char **argv argument.
46238 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46240         [BZ #5077]
46241         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46242         rounding modes.
46244 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46246         [BZ #6907]
46247         * manual/string.texi (strchr): Change when strchrnul is
46248         recommended.
46250 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46252         [BZ #174]
46253         * manual/locale.texi (setlocale): Document LOCPATH.
46255 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46257         [BZ #10210]
46258         * manual/process.texi (execle): Move @dots{} before last argument.
46260 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46262         [BZ #12047]
46263         * manual/charset.texi (Generic Charset Conversion): Fix typo
46264         (LC_TYPE -> LC_CTYPE).
46266 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46268         [BZ #5805]
46269         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46270         (scalbnf): Likewise.
46271         (scalbnl): Likewise.
46272         (scalbln): Likewise.
46273         (scalblnf): Likewise.
46274         (scalblnl): Likewise.
46275         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46276         (vwarnx): Likewise.
46277         (verr): Likewise.
46278         (verrx): Likewise.
46279         * manual/filesys.texi (telldir): Use braces around return type.
46280         * manual/llio.texi (mmap): Add space after comma.
46281         (mmap64): Likewise.
46282         * manual/math.texi (jn): Use @var{} on parameter names.
46283         (jnf): Likewise.
46284         (jnl): Likewise.
46285         (yn): Likewise.
46286         (ynf): Likewise.
46287         (ynl): Likewise.
46288         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46289         line.
46290         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46291         "...".
46292         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46293         (sched_get_priority_max): Likewise.
46294         * manual/signal.texi (sigvec): Add space after comma.
46295         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46296         names.
46297         (if_indextoname): Likewise.
46298         (if_freenameindex): Likewise.
46299         (sendto): Use ',' instead of '.' in prototype.
46300         * manual/startup.texi (syscall): Use @dots{} instead of literal
46301         "...".
46302         * manual/stdio.texi (__fpending): Separate initial words of
46303         paragraph from @deftypefun line.
46304         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46305         "...".
46306         (vsyslog): Use @var{} on parameter names.
46307         * manual/terminal.texi (stty): Use @var{} on parameter names.
46308         * manual/users.texi (getutmp): Use @var{} on parameter names.
46309         (getutmpx): Likewise.
46311 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46313         [BZ #6884]
46314         * manual/stdio.texi (fopen): Fix typos in description of
46315         ",ccs=STRING".
46317 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46319         [BZ #4026]
46320         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46321         get clock_id definition.
46323 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46325         [BZ #4822]
46326         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46327         (madvise): Cast every argument to void on its own.
46329 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46331         [BZ #9902]
46332         * manual/startup.texi (Exit Status): Fix typo.
46334 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46336         [BZ #10140]
46337         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46338         * manual/examples/argp-ex2.c: Likewise.
46339         * manual/examples/argp-ex3.c: Likewise.
46341 2012-02-16  Richard Henderson  <rth@redhat.com>
46343         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46344         * sysdeps/s390/s390-32/initfini.c: Remove.
46345         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46346         * sysdeps/s390/s390-64/initfini.c: Remove.
46348 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46350         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46351         compiler output for sysdeps/generic/initfini.c.
46352         * sysdeps/sh/elf/initfini.c: Remove file.
46354 2012-02-16  David S. Miller  <davem@davemloft.net>
46356         [BZ #11494]
46357         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46359         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46360         * sysdeps/sparc/crti.S: New file.
46361         * sysdeps/sparc/crtn.S: New file.
46362         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46363         * sysdeps/sparc/sparc64/Makefile: Likewise.
46365 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46367         [BZ #3335]
46368         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46370 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46372         [BZ #4822]
46373         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46375         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46376         (write, read, close): Likewise.
46377         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46379 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46381         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46382         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46383         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46384         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46385         <bits/signalfd.h>.
46386         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46387         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46388         bits/signalfd.h.
46390 2012-02-14  Marek Polacek  <polacek@redhat.com>
46392         * sysdeps/x86_64/crti.S: New file.
46393         * sysdeps/x86_64/crtn.S: New file.
46394         * sysdeps/x86_64/elf/initfini.c: Remove file.
46396 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46398         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46399         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46400         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46401         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46402         <bits/inotify.h>.
46403         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46404         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46405         bits/inotify.h.
46407 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46409         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46410         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46411         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46412         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46413         <bits/eventfd.h>.
46414         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46415         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46416         bits/eventfd.h.
46418 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46420         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46421         __feraiseexcept instead of feraiseexcept.
46423         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46424         nanosleep invocations.
46425         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46426         strings, and add error checking for a nanosleep invocations.
46428 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46430         Replace FSF snail mail address with URLs, as per GNU coding standards.
46431         Most of the snail mail addresses were wrong anyway, and omitting
46432         them makes the source code easier to maintain.  Almost all of the
46433         changes are to license notices and to locale LC_IDENTIFICATION
46434         addresses, except for this one:
46435         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46436         not its snail mail address.
46438 2012-02-09  Richard Henderson  <rth@twiddle.net>
46440         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46441         of kernel-features.h.
46443         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46445 2012-02-08  Marek Polacek  <polacek@redhat.com>
46447         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46448         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46449         * sysdeps/gnu/_G_config.h: Likewise.
46450         * sysdeps/generic/_G_config.h: Likewise.
46452 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46454         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46455         tests.
46456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46458         * sysdeps/powerpc/powerpc32/crti.S: New file.
46459         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46460         * sysdeps/powerpc/powerpc64/crti.S: New file.
46461         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46463         * Makeconfig (have-initfini): Don't set.
46464         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46465         * configure.in (nopic_initfini): Don't substitute.
46466         * config.h.in (HAVE_INITFINI): Don't #undef.
46467         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46468         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46470 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46472         Support crti.S and crtn.S provided directly by architectures.
46473         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46474         [crti.S in sysdirs] (omit-deps): Likewise.
46475         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46476         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46477         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46478         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46479         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46480         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46481         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46482         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46483         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46484         compiler output for sysdeps/generic/initfini.c.
46485         * sysdeps/i386/elf/Makefile: Remove file.
46486         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46488 2012-02-07  Marek Polacek  <polacek@redhat.com>
46490         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46491         * sysdeps/gnu/_G_config.h: Likewise.
46492         * sysdeps/mach/hurd/_G_config.h: Likewise.
46494 2012-02-07  Marek Polacek  <polacek@redhat.com>
46496         * math/Makefile (tests): Add tst-CMPLX2.
46497         * math/tst-CMPLX2.c: New file.
46499 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46501         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46503         * math/libm-test.inc (jn_test): Add missing L suffix.
46505 2012-02-06  Marek Polacek  <polacek@redhat.com>
46507         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46508         * sysdeps/i386/fpu/e_powf.S: Likewise.
46509         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46510         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46511         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46512         * sysdeps/i386/fpu/e_pow.S: Likewise.
46513         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46514         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46515         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46516         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46517         * sysdeps/i386/fpu/e_log2.S: Likewise.
46518         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46519         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46520         * sysdeps/i386/fpu/e_powl.S: Likewise.
46521         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46522         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46523         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46524         * sysdeps/i386/fpu/e_logl.S: Likewise.
46525         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46526         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46527         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46528         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46529         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46530         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46531         * sysdeps/i386/fpu/e_log.S: Likewise.
46532         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46533         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46534         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46535         * sysdeps/i386/fpu/e_logf.S: Likewise.
46536         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46537         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46538         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46539         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46540         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46541         * sysdeps/i386/fpu/e_log10.S: Likewise.
46542         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46543         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46544         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46545         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46546         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46547         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46548         * sysdeps/i386/asm-syntax.h: Likewise.
46549         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46550         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46551         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46552         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46553         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46554         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46555         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46556         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46557         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46558         * sysdeps/powerpc/sysdep.h: Likewise.
46559         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46560         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46562 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46564         [BZ #411]
46565         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46567 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46569         * sysdeps/i386/sysdep.h: Include <features.h>.
46570         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46571         version.
46573 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46575         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46576         Define.
46577         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46578         LOAD_PIC_REG_STR.
46580 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46582         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46583         (SETUP_PIC_REG): Use GET_PC_THUNK.
46584         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46585         macro.
46587 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46589         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46590         for non-PIC compilation.
46591         (SETUP_PIC_REG): Add .p2align directive.
46592         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46593         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46594         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46595         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46596         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46597         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46598         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46599         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46600         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46601         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46602         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46603         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46604         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46605         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46606         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46607         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46608         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46609         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46610         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46611         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46612         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46613         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46614         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46615         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46616         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46617         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46618         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46619         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46620         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46621         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46622         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46623         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46624         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46625         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46626         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46627         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46628         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46629         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46630         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46631         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46632         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46634 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46636         * math/tst-CMPLX.c: Include <stdio.h>.
46638 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46640         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46641         float.
46642         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46643         * sysdeps/sparc/bits/mathdef.h: Likewise.
46645 2012-01-31  Marek Polacek  <polacek@redhat.com>
46647         * libio/libio.h: Don't define _PARAMS.
46648         * locale/programs/config.h: Don't define PARAMS.
46649         * stdlib/strtol_l.c: Likewise.
46650         (__strtol_l): Remove PARAMS from the prototype.
46652 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46654         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46655         names.  Just use the correct names.  Remove unnecessary wrapper
46656         functions.
46657         * malloc/arena.c: Likewise.
46658         * malloc/hooks.c: Likewise.
46660         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46661         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46662         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46664 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46666         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46667         into tail calls.
46668         (update_get_addr): New function.
46669         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46670         GET_ADDR_MODULE parameter.
46672 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46674         * crypt/cert.c: Remove __STDC__ conditionals.
46675         * crypt/crypt-entry.c: Likewise.
46676         * crypt/crypt_util.c: Likewise.
46677         * libio/filedoalloc.c: Likewise.
46678         * libio/fileops.c: Likewise.
46679         * libio/genops.c: Likewise.
46680         * libio/iofclose.c: Likewise.
46681         * libio/iofdopen.c: Likewise.
46682         * libio/iofopen.c: Likewise.
46683         * libio/iofopen64.c: Likewise.
46684         * libio/iogetdelim.c: Likewise.
46685         * libio/iopopen.c: Likewise.
46686         * libio/obprintf.c: Likewise.
46687         * libio/oldfileops.c: Likewise.
46688         * libio/oldiofclose.c: Likewise.
46689         * libio/oldiofdopen.c: Likewise.
46690         * libio/oldiofopen.c: Likewise.
46691         * libio/oldiopopen.c: Likewise.
46692         * libio/wfiledoalloc.c: Likewise.
46693         * libio/wgenops.c: Likewise.
46694         * locale/programs/xmalloc.c: Likewise.
46695         * misc/syslog.c: Likewise.
46696         * stdio-common/xbug.c: Likewise.
46697         * string/memchr.c: Likewise.
46698         * string/memcmp.c: Likewise.
46699         * string/memrchr.c: Likewise.
46700         * string/rawmemchr.c: Likewise.
46701         * sysdeps/posix/getcwd.c: Likewise.
46702         * time/strftime_l.c: Likewise.
46704 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46706         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46707         * config.make.in (config-cflags-sse2avx): Define.
46708         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46709         Fix typo.
46711 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46713         * scripts/config.guess: Update from upstream config git repository.
46714         * scripts/config.sub: Likewise.
46716 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46718         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46719         (EM_NUM): Update.
46720         (R_TILEPRO_*, R_TILEGX_*): New macros.
46722         * scripts/firstversions.awk: Fix bug in version range handling.
46724         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46726         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46728         * include/sys/epoll.h: New file.
46729         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46730         libc_hidden_def.
46732 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46734         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46735         Avoid unnecessary __WORDSIZE == 64 test.
46736         (fmaxf): Use VEX format if possible.
46737         (fmax): Likewise.
46738         (fminf): Likewise.
46739         (fmin): Likewise.
46741         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46742         * math/math_private.h: Remove libc_fegetround* and
46743         libc_fesetround*.
46744         * sysdeps/i386/configure.in: Check for -msse2avx.
46745         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46746         also if SSE2AVX is defined.
46747         Remove libc_fegetround* and libc_fesetround*.
46748         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46749         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46750         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46751         of HAS_YMM_USABLE.
46752         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46753         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46754         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46755         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46756         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46758         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46760 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46762         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46763         size is not set.
46764         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46766 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46768         [BZ #13618]
46769         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46770         relocation.
46771         * Makeconfig (libm): Define.
46772         * elf/Makefile: Add rules to build and run tst-relsort1.
46773         * elf/tst-relsort1.c: New file.
46774         * elf/tst-relsort1mod1.c: New file.
46775         * elf/tst-relsort1mod2.c: New file.
46777 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46779         * math/s_ldexp.c: Remove __STDC__ conditionals.
46780         * math/s_ldexpf.c: Likewise.
46781         * math/s_ldexpl.c: Likewise.
46782         * math/s_nextafter.c: Likewise.
46783         * math/s_nexttowardf.c: Likewise.
46784         * math/s_significand.c: Likewise.
46785         * math/s_significandf.c: Likewise.
46786         * math/s_significandl.c: Likewise.
46787         * math/w_jnl.c: Likewise.
46788         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46789         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46790         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46791         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46792         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46793         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46794         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46795         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46796         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46807         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46808         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46809         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46810         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46811         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46812         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46813         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46814         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46815         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46816         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46817         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46818         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46819         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46820         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46821         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46822         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46823         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46824         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46825         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46826         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46827         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46828         * sysdeps/ieee754/k_standard.c: Likewise.
46829         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46830         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46831         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46832         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46833         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46834         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46835         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46836         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46837         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46838         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46839         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46840         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46841         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46842         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46843         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46844         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46845         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46846         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46847         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46848         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46849         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46850         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46851         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46852         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46853         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46854         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46855         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46856         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46857         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46858         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46859         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46860         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46861         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46863         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46864         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46865         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46866         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46867         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46868         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46869         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46870         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46871         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46872         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46873         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46874         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46875         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46876         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46877         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46878         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46879         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46886         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46889         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46890         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46892         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46893         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46894         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46895         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46897         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46899         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46901         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46902         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46903         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46904         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46908         * sysdeps/ieee754/s_matherr.c: Likewise.
46909         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46910         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46911         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46912         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46914 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46916         * crypt/md5.h: Remove __STDC__ conditionals.
46917         * libio/libioP.h: Likewise.
46918         * locale/programs/config.h: Likewise.
46919         * sysdeps/generic/sysdep.h: Likewise.
46920         * sysdeps/i386/asm-syntax.h: Likewise.
46921         * sysdeps/s390/asm-syntax.h: Likewise.
46922         * sysdeps/unix/sysdep.h: Likewise.
46923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46926 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46928         * libio/libio.h: Remove __STDC__ conditionals.
46929         * malloc/obstack.h: Likewise.
46930         * math/complex.h: Likewise.
46931         * math/math.h: Likewise.
46932         * sysdeps/generic/_G_config.h: Likewise.
46933         * sysdeps/gnu/_G_config.h: Likewise.
46934         * sysdeps/mach/hurd/_G_config.h: Likewise.
46935         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46936         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46937         * sysdeps/sparc/bits/mathdef.h: Likewise.
46939 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46941         [BZ #13583]
46942         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46943         Clean up HAS_* macros.
46944         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46945         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46946         possible.
46947         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46948         HAS_AVX.
46949         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46950         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46951         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46952         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46953         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46955 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46957         * elf/tst-unique3.cc (gets): Remove declaration.
46958         * elf/tst-unique3lib.cc (gets): Likewise.
46959         * elf/tst-unique3lib2.cc (gets): Likewise.
46960         * elf/tst-unique4.cc (gets): Likewise.
46962 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46964         * include/stdio.h: Add C++ protection.  Add gets declarations and
46965         definitions.
46966         * debug/tst-chk1.c: Don't declare gets here.
46967         * stdio-common/tst-gets.c: Likewise.
46969 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46971         * posix/glob: Remove directory.
46973 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46975         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46977 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46979         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46980         of the non-standard EPFNOSUPPORT.
46982 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46984         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46985         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46986         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46988 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46990         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46992 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46994         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46995         transient errors.
46996         * nscd/grpcache.c (cache_addgr): Likewise.
46997         * nscd/hstcache.c (cache_addhst): Likewise.
46998         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46999         * nscd/pwdcache.c (cache_addpw): Likewise.
47000         * nscd/servicescache.c (cache_addserv): Likewise.
47002 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47004         * malloc/malloc.c: Various cleanups.
47005         * malloc/hooks.c: Likewise.
47007         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47008         * stdlib/bug-fmtmsg1.c: New file.
47010         * stdlib/fmtmsg.c (init): Add missing unlock.
47011         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47013 2012-01-12  Marek Polacek  <polacek@redhat.com>
47015         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47016         and _GNU_SOURCE.
47018 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47020         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47021         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47022         macro to ensure uniqueness of label name.
47023         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47024         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47026 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47028         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47030         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47031         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47032         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47033         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47035 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47037         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47039         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47040         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47041         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47043         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47045         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47046         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47048         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47050         * math/bits/math-finite.h: Add ldexp support.
47052 2012-01-10  Marek Polacek  <polacek@redhat.com>
47054         * locale/programs/localedef.h (show_archive_content): Add noreturn
47055         attribute.
47057 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47059         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47061 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47063         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47065         * io/Makefile (headers): Add bits/poll2.h.
47067 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47070         typo #include statement.
47072 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47074         * include/sys/cdefs.h: Define __attribute_alloc_size.
47075         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47076         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47077         * elf/pldd.c: Likewise.
47078         * iconv/iconv_charmap.c: Likewise.
47079         * iconv/iconvconfig.c: Likewise.
47080         * iconv/strtab.c: Likewise.
47081         * locale/programs/locale.c: Likewise.
47082         * locale/programs/localedef.h: Likewise.
47083         * locale/programs/simple-hash.c: Likewise.
47084         * nscd/nscd.h: Likewise.
47085         * nss/makedb.c: Likewise.
47086         * sysdeps/generic/ldconfig.h: Likewise.
47087         * locale/programs/localedef.c: Remove xmalloc prototype.
47088         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47090 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47092         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47093         appropriate.
47095 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47097         * math/Makefile (tests): Add tst-CMPLX.
47098         * math/tst-CMPLX.c: New file.
47100         * math/complex.h (CMPLXL): Fix typo.
47102         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47103         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47104         GLIBC_2.16.
47105         * debug/tst-chk1.c: Add poll and ppoll tests.
47106         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47107         * include/sys/poll.h: Add hidden proto for ppoll.
47108         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47109         * sysdeps/mach/hurd/ppoll.c: Likewise.
47110         * io/ppoll.c: Likewise.
47111         * debug/poll_chk.c: New file.
47112         * debug/ppoll_chk.c: New file.
47113         * include/bits/poll2.h: New file.
47114         * io/bits/poll2.h: New file.
47116         [BZ #1350]
47117         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47119         * configure.in: static is always set to yes.  Remove.
47120         * config.make.in: Don't set build-static.
47121         * Makeconfig: Remove use of build-static.
47122         * dlfcn/Makefile: Likewise.
47123         * elf/Makefile: Likewise.
47124         * math/Makefile: Likewise.
47125         * misc/Makefile: Likewise.
47126         * nptl/Makefile: Likewise.
47127         * sysdeps/mach/hurd/Makefile: Likewise.
47129         * configure.in: PWD_P is not used anymore.
47130         * config.make.in: Remove PWD_P entry.
47132         * configure.in: Remove last remnants of RANLIB.
47133         No need to check for signed size_t anymore.
47134         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47135         and IA-64.
47136         Remove __builtin_expect test because we require at least gcc 3.4.
47137         * aclocal.m4: Likewise.
47139         * wcsmbs/mbrtoc16.c: Implement using towc function.
47140         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47141         * wcsmbs/wcsmbsload.c: Likewise.
47142         * iconv/gconv_simple.c: Likewise.
47143         * iconv/gconv_int.h: Likewise.
47144         * iconv/gconv_builtin.h: Likewise.
47145         * iconv/iconv_prog.c: Remove CHAR16 handling.
47147         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47149         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47151         * configure.in: Remove --with-elf and --enable-bounded options.
47152         Dont set base_machine for ia64.  More non-ELF conditions removed.
47153         Remove testing and setting of leading underscore information.
47154         * config.make.in (build-bounded): Set to no.
47155         * config.h.in: Remove NO_UNDERSCORES entry.
47156         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47157         them.
47158         * csu/start.c: Remove !NO_UNDERSCORE code.
47159         * locale/localeinfo.h: Likewise.
47160         * sysdeps/generic/machine-gmon.h: Likewise.
47161         * sysdeps/generic/sysdep.h: Likewise.
47162         * sysdeps/i386/sysdep.h: Likewise.
47163         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47164         * sysdeps/mach/sysdep.h: Likewise.
47165         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47166         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47167         * sysdeps/sh/sysdep.h: Likewise.
47168         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47169         * sysdeps/unix/i386/sysdep.S: Likewise.
47170         * sysdeps/unix/sparc/start.c: Likewise.
47171         * sysdeps/unix/sparc/sysdep.S: Likewise.
47172         * sysdeps/unix/sparc/sysdep.h: Likewise.
47173         * sysdeps/unix/start.c: Likewise.
47174         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47175         * sysdeps/x86_64/sysdep.h: Likewise.
47177 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47179         [BZ #13553]
47180         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47181         for non-gcc.
47182         * argp/argp-fmtstream.h: Use const instead __const.
47183         * argp/argp.h: Likewise.
47184         * assert/assert.h: Likewise.
47185         * bits/fenv.h: Likewise.
47186         * bits/sched.h: Likewise.
47187         * bits/sigset.h: Likewise.
47188         * bits/sigthread.h: Likewise.
47189         * catgets/nl_types.h: Likewise.
47190         * conform/data/pthread.h-data: Likewise.
47191         * crypt/crypt-private.h: Likewise.
47192         * crypt/crypt.h: Likewise.
47193         * crypt/crypt_util.c: Likewise.
47194         * ctype/ctype.h: Likewise.
47195         * debug/execinfo.h: Likewise.
47196         * debug/mbsnrtowcs_chk.c: Likewise.
47197         * debug/mbsrtowcs_chk.c: Likewise.
47198         * debug/wcsnrtombs_chk.c: Likewise.
47199         * debug/wcsrtombs_chk.c: Likewise.
47200         * debug/wcstombs_chk.c: Likewise.
47201         * dirent/dirent.h: Likewise.
47202         * dlfcn/dlfcn.h: Likewise.
47203         * elf/neededtest4.c: Likewise.
47204         * grp/grp.h: Likewise.
47205         * gshadow/gshadow.h: Likewise.
47206         * iconv/gconv.h: Likewise.
47207         * iconv/gconv_int.h: Likewise.
47208         * iconv/gconv_simple.c: Likewise.
47209         * iconv/iconv.h: Likewise.
47210         * iconv/loop.c: Likewise.
47211         * iconv/skeleton.c: Likewise.
47212         * include/aio.h: Likewise.
47213         * include/aliases.h: Likewise.
47214         * include/argz.h: Likewise.
47215         * include/arpa/inet.h: Likewise.
47216         * include/assert.h: Likewise.
47217         * include/dirent.h: Likewise.
47218         * include/dlfcn.h: Likewise.
47219         * include/execinfo.h: Likewise.
47220         * include/fcntl.h: Likewise.
47221         * include/fenv.h: Likewise.
47222         * include/glob.h: Likewise.
47223         * include/grp.h: Likewise.
47224         * include/libintl.h: Likewise.
47225         * include/mntent.h: Likewise.
47226         * include/netdb.h: Likewise.
47227         * include/pwd.h: Likewise.
47228         * include/rpc/netdb.h: Likewise.
47229         * include/sched.h: Likewise.
47230         * include/search.h: Likewise.
47231         * include/shadow.h: Likewise.
47232         * include/signal.h: Likewise.
47233         * include/stdio.h: Likewise.
47234         * include/stdlib.h: Likewise.
47235         * include/string.h: Likewise.
47236         * include/sys/socket.h: Likewise.
47237         * include/sys/stat.h: Likewise.
47238         * include/sys/statfs.h: Likewise.
47239         * include/sys/statvfs.h: Likewise.
47240         * include/sys/syslog.h: Likewise.
47241         * include/sys/time.h: Likewise.
47242         * include/sys/uio.h: Likewise.
47243         * include/time.h: Likewise.
47244         * include/unistd.h: Likewise.
47245         * include/utmp.h: Likewise.
47246         * include/wchar.h: Likewise.
47247         * include/wctype.h: Likewise.
47248         * inet/aliases.h: Likewise.
47249         * inet/arpa/inet.h: Likewise.
47250         * inet/netinet/ether.h: Likewise.
47251         * inet/netinet/in.h: Likewise.
47252         * intl/libintl.h: Likewise.
47253         * io/bits/fcntl2.h: Likewise.
47254         * io/fcntl.h: Likewise.
47255         * io/ftw.h: Likewise.
47256         * io/sys/poll.h: Likewise.
47257         * io/sys/stat.h: Likewise.
47258         * io/sys/statfs.h: Likewise.
47259         * io/sys/statvfs.h: Likewise.
47260         * io/utime.h: Likewise.
47261         * libio/bits/stdio.h: Likewise.
47262         * libio/bits/stdio2.h: Likewise.
47263         * libio/libio.h: Likewise.
47264         * libio/libioP.h: Likewise.
47265         * libio/stdio.h: Likewise.
47266         * locale/lc-ctype.c: Likewise.
47267         * locale/locale.h: Likewise.
47268         * login/utmp.h: Likewise.
47269         * malloc/arena.c: Likewise.
47270         * malloc/malloc.c: Likewise.
47271         * malloc/malloc.h: Likewise.
47272         * malloc/mcheck.c: Likewise.
47273         * malloc/mtrace.c: Likewise.
47274         * math/bits/mathcalls.h: Likewise.
47275         * math/fenv.h: Likewise.
47276         * math/math_private.h: Likewise.
47277         * misc/bits/error.h: Likewise.
47278         * misc/bits/syslog.h: Likewise.
47279         * misc/err.h: Likewise.
47280         * misc/error.h: Likewise.
47281         * misc/fstab.h: Likewise.
47282         * misc/mntent.h: Likewise.
47283         * misc/regexp.h: Likewise.
47284         * misc/search.h: Likewise.
47285         * misc/sgtty.h: Likewise.
47286         * misc/sys/mman.h: Likewise.
47287         * misc/sys/syslog.h: Likewise.
47288         * misc/sys/uio.h: Likewise.
47289         * misc/sys/xattr.h: Likewise.
47290         * misc/ttyent.h: Likewise.
47291         * nis/rpcsvc/ypclnt.h: Likewise.
47292         * nss/nss.h: Likewise.
47293         * posix/bits/unistd.h: Likewise.
47294         * posix/fnmatch.h: Likewise.
47295         * posix/glob.h: Likewise.
47296         * posix/sched.h: Likewise.
47297         * posix/spawn.h: Likewise.
47298         * posix/sys/wait.h: Likewise.
47299         * posix/unistd.h: Likewise.
47300         * posix/wordexp.h: Likewise.
47301         * pwd/pwd.h: Likewise.
47302         * resolv/netdb.h: Likewise.
47303         * resource/sys/resource.h: Likewise.
47304         * rt/aio.h: Likewise.
47305         * rt/bits/mqueue2.h: Likewise.
47306         * rt/mqueue.h: Likewise.
47307         * shadow/shadow.h: Likewise.
47308         * signal/signal.h: Likewise.
47309         * socket/send.c: Likewise.
47310         * socket/sendto.c: Likewise.
47311         * socket/sys/socket.h: Likewise.
47312         * stdio-common/printf.h: Likewise.
47313         * stdlib/bits/stdlib.h: Likewise.
47314         * stdlib/fmtmsg.h: Likewise.
47315         * stdlib/monetary.h: Likewise.
47316         * stdlib/stdlib.h: Likewise.
47317         * stdlib/ucontext.h: Likewise.
47318         * streams/stropts.h: Likewise.
47319         * string/argz.h: Likewise.
47320         * string/bits/string2.h: Likewise.
47321         * string/string.h: Likewise.
47322         * string/strings.h: Likewise.
47323         * sunrpc/rpc/auth.h: Likewise.
47324         * sunrpc/rpc/auth_des.h: Likewise.
47325         * sunrpc/rpc/clnt.h: Likewise.
47326         * sunrpc/rpc/netdb.h: Likewise.
47327         * sunrpc/rpc/pmap_clnt.h: Likewise.
47328         * sunrpc/rpc/xdr.h: Likewise.
47329         * sysdeps/generic/inttypes.h: Likewise.
47330         * sysdeps/generic/net/if.h: Likewise.
47331         * sysdeps/generic/sys/swap.h: Likewise.
47332         * sysdeps/gnu/net/if.h: Likewise.
47333         * sysdeps/gnu/utmpx.h: Likewise.
47334         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47335         * sysdeps/i386/i486/bits/string.h: Likewise.
47336         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47337         * sysdeps/s390/bits/string.h: Likewise.
47338         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47339         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47340         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47341         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47342         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47343         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47344         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47345         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47346         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47347         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47348         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47349         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47350         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47351         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47352         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47353         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47354         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47355         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47356         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47357         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47358         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47359         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47360         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47361         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47362         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47363         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47364         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47365         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47366         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47367         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47368         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47369         * sysvipc/sys/ipc.h: Likewise.
47370         * sysvipc/sys/msg.h: Likewise.
47371         * sysvipc/sys/sem.h: Likewise.
47372         * sysvipc/sys/shm.h: Likewise.
47373         * termios/termios.h: Likewise.
47374         * time/sys/time.h: Likewise.
47375         * time/time.h: Likewise.
47376         * wcsmbs/bits/wchar2.h: Likewise.
47377         * wcsmbs/uchar.h: Likewise.
47378         * wcsmbs/wchar.h: Likewise.
47379         * wctype/wctype.h: Likewise.
47381         [BZ #13551]
47382         * Makeconfig: Remove all but ELF support including AIX support.
47383         * Makerules: Likewise.
47384         * config.h.in: Likewise.
47385         * config.make.in: Likewise.
47386         * configure: Likewise.
47387         * configure.in: Likewise.
47388         * csu/Makefile: Likewise.
47389         * csu/version.c: Likewise.
47390         * debug/Makefile: Likewise.
47391         * dlfcn/Makefile: Likewise.
47392         * elf/Makefile: Likewise.
47393         * extra-lib.mk: Likewise.
47394         * iconv/Makefile: Likewise.
47395         * include/libc-symbols.h: Likewise.
47396         * include/shlib-compat.h: Likewise.
47397         * resolv/Makefile: Likewise.
47398         * resolv/res_libc.c: Likewise.
47399         * rt/Makefile: Likewise.
47400         * sysdeps/i386/asm-syntax.h: Likewise.
47401         * sysdeps/i386/sysdep.h: Likewise.
47402         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47403         * sysdeps/mach/sysdep.h: Likewise.
47404         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47405         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47406         * sysdeps/s390/asm-syntax.h: Likewise.
47407         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47408         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47409         * sysdeps/sh/sysdep.h: Likewise.
47410         * sysdeps/unix/sparc/sysdep.h: Likewise.
47411         * sysdeps/wordsize-32/divdi3.c: Likewise.
47412         * sysdeps/x86_64/sysdep.h: Likewise.
47414         * argp/Versions: Remove _argp_unlock_xxx.
47416         [BZ #13559]
47417         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47418         * abilist/libBrokenLocale.abilist: Likewise.
47419         * abilist/libanl.abilist: Likewise.
47420         * abilist/libc.abilist: Likewise.
47421         * abilist/libcrypt.abilist: Likewise.
47422         * abilist/libdl.abilist: Likewise.
47423         * abilist/libm.abilist: Likewise.
47424         * abilist/libnsl.abilist: Likewise.
47425         * abilist/libpthread.abilist: Likewise.
47426         * abilist/libresolv.abilist: Likewise.
47427         * abilist/librt.abilist: Likewise.
47428         * abilist/libthread_db.abilist: Likewise.
47429         * abilist/libutil.abilist: Likewise.
47430         * abilist/libnss_db.abilist: New file.
47432         * scripts/abilist.awk: Add support for indirect functions.
47434         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47436         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47438         * shlib-versions: Remove entries for ports architectures.
47440         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47441         files in ports.
47442         * elf/stackguard-macros.h: Remove support for IA-64.
47443         * elf/tst-auditmod1.c: Likewise.
47444         * sysdeps/generic/ldsodefs.h: Likewise.
47446         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47447         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47448         configure files.
47450         [BZ #13552]
47451         * configure.in: Remove --enable-omitfp support.
47452         * FAQ.in: Adjust.
47453         * config.make.in: Likewise.
47454         * Makeconfig: Likewise.
47455         * manual/install.texi: Likewise.
47457         In case anyone cares, the IA-64 architecture could move to ports.
47458         * sysdeps/ia64/*: Removed.
47459         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47460         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47462         [BZ #13555]
47463         * configure.in: Remove entries for unsupported architectures.
47465         [BZ #13533]
47466         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47467         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47468         routines.
47469         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47470         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47471         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47472         fall back to using wcrtomb.
47473         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47474         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47475         renaming.
47476         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47477         * wcsmbs/tst-c16c32-1.c: New file.
47479         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47480         local variable.
47482         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47484         * elf/tst-unique3.cc: Add explicit declaration of gets.
47485         * elf/tst-unique3lib.cc: Likewise.
47486         * elf/tst-unique3lib2.cc: Likewise.
47487         * elf/tst-unique4.cc: Likewise.
47489         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47491 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47493         [BZ #13566]
47494         * assert/assert.h (static_assert): Don't define for C++.
47495         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47496         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47498 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47500         * iconv/loop.c (single loop): Fix assertion in storing of
47501         remaining bytes.
47503         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47505 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47507         * posix/getconf.c: Update copyright year.
47508         * nss/getent.c: Likewise.
47509         * nss/makedb.c: Likewise.
47510         * iconv/iconvconfig.c: Likewise.
47511         * iconv/iconv_prog.c: Likewise.
47512         * elf/ldconfig.c: Likewise.
47513         * elf/pldd.c: Likewise.
47514         * elf/sotruss.ksh: Likewise.
47515         * catgets/gencat.c: Likewise.
47516         * csu/version.c: Likewise.
47517         * elf/ldd.bash.in: Likewise.
47518         * elf/sprof.c (print_version): Likewise.
47519         * locale/programs/locale.c: Likewise.
47520         * locale/programs/localedef.c: Likewise.
47521         * login/programs/pt_chown.c: Likewise.
47522         * nscd/nscd.c (print_version): Likewise.
47523         * debug/xtrace.sh: Likewise.
47524         * malloc/memusage.sh: Likewise.
47525         * malloc/mtrace.pl: Likewise.
47526         * debug/catchsegv.sh: Likewise.
47528 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47530         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47531         pure attribute.
47533 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47535         [BZ #13533]
47536         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47537         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47538         transformations.
47539         * iconv/gconv_int.h: Likewise.
47540         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47541         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47542         from libc for GLIBC_2.16.
47543         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47544         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47545         * wcsmbs/uchar.h: Really define mbstate_t.
47546         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47547         * wcsmbs/c16rtomb.c: New file.
47548         * wcsmbs/mbrtoc16.c: New file.
47549         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47550         for C/POSIX locale.
47551         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47552         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47554         * wcsmbs/wchar.h: Add missing __restrict.
47556 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47558         [BZ #13532]
47559         * time/Makefile (routines): Add timespec_get.
47560         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47561         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47562         timespec for ISO C11.
47563         * time/timespec_get.c: New file.
47564         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47565         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47567         [BZ #13531]
47568         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47569         * stdlib/stdlib.h: Declare aligned_alloc.
47570         * Versions.def: Add GLIBC_2.16 for libc.
47571         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47573         [BZ 13527]
47574         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47575         ISO C11.
47577         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47578         code.
47580         [BZ #13528]
47581         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47583         [BZ #13529]
47584         * assert/assert.h (static_assert): Define.
47586         * version.h: Update for 2.16 development version.
47588         [BZ #13526]
47589         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47590         _ISOC11_SOURCE.
47592         * version.h (RELEASE): Bump for 2.15 release.
47593         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47595         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47596         Patch by Marek Polacek <mpolacek@redhat.com>.
47598         * bits/byteswap.h: Protect long long constants with __extension__.
47599         * sysdeps/i386/bits/byteswap.h: Likewise.
47600         * sysdeps/ia64/bits/byteswap.h: Likewise.
47601         * sysdeps/s390/bits/byteswap.h: Likewise.
47602         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47604 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47606         [BZ #13540]
47607         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47608         destination buffer.
47609         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47611 2011-12-23  Marek Polacek  <polacek@redhat.com>
47613         * elf/dl-addr.c (determine_info): Add inline keyword.
47614         * elf/tst-auditmod4b.c (check_avx): Likewise.
47615         * elf/tst-auditmod6b.c (check_avx): Likewise.
47616         * elf/tst-auditmod6c.c (check_avx): Likewise.
47617         * elf/tst-auditmod7b.c (check_avx): Likewise.
47619 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47621         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47622         !__SSE_MATH__.
47624 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47626         [BZ #13540]
47627         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47628         processing for last bytes.
47630 2011-08-06  Bruno Haible  <bruno@clisp.org>
47632         [BZ #13061]
47633         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47634         U+0385, not to U+1FEE.
47636         [BZ #13062]
47637         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47638         entry for U+00A5 U+0301.
47640 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47642         [BZ #13166]
47643         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47644         buffer for the output is too small.
47646         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47647         optimization.
47649         [BZ #13185]
47650         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47651         SSE flags if possible.
47653 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47655         [BZ #13540]
47656         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47657         processing for last bytes.
47659 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47661         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47662         (syscall-list-default-options, syscall-list-default-condition)
47663         (syscall-list-includes): Define.
47664         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47665         list of ABIs and options and #if conditions for each ABI.  Do not
47666         handle common syscalls between ABIs specially.
47667         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47668         Remove.
47669         (syscall-list-variants, syscall-list-32bit-options)
47670         (syscall-list-32bit-condition, syscall-list-64bit-options)
47671         (syscall-list-64bit-condition): Define.
47672         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47673         (syscall-list-variants, syscall-list-32bit-options)
47674         (syscall-list-32bit-condition, syscall-list-64bit-options)
47675         (syscall-list-64bit-condition): Define.
47676         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47677         Remove.
47678         (syscall-list-variants, syscall-list-32bit-options)
47679         (syscall-list-32bit-condition, syscall-list-64bit-options)
47680         (syscall-list-64bit-condition): Define.
47681         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47682         Remove.
47683         (syscall-list-variants, syscall-list-32bit-options)
47684         (syscall-list-32bit-condition, syscall-list-64bit-options)
47685         (syscall-list-64bit-condition): Define.
47687 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47689         * locale/iso-639.def: Add brx entry.
47691         [BZ #13328]
47692         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47693         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47695         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47696         __feraiseexcept_renamed.
47698 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47700         [BZ #13538]
47701         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47702         EPOLLET with unsigned values.
47703         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47704         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47706         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47707         to large cancellation.
47708         * math/s_cacoshf.c: Likewise.
47709         * math/s_cacoshl.c: Likewise.
47711 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47713         [BZ #13305]
47714         [BZ #12786]
47715         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47716         * math/s_cacoshf.c: Likewise.
47717         * math/s_cacoshl.c: Likewise.
47719 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47721         [BZ #13439]
47722         * iconv/gconv.h: Define __GCONV_SWAP.
47723         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47724         * iconvdata/utf-16.c: Likewise.
47725         * iconvdata/utf-32.c: Likewise.
47727 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47729         [BZ #13524]
47730         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47731         numerator after shifting it by one limb.
47733 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47735         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47736         under [__USE_EXTERN_INLINES].
47738 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47740         [BZ #13446]
47741         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47743 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47745         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47746         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47747         optimized code.
47748         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47749         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47750         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47751         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47752         for strncasecmp/strncasecmp_l compilation.
47753         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47754         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47756 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47758         [BZ #13484]
47759         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47760         of __asm__.
47762 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47764         [BZ #13506]
47765         * time/tzfile.c (__tzfile_read): Check values from file header.
47767 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47769         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47770         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47771         * powerpc/powerpc32/dl-start.S: Likewise.
47772         * powerpc/powerpc32/elf/start.S: Likewise.
47773         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47774         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47775         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47776         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47777         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47778         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47779         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47780         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47781         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47782         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47783         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47784         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47785         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47786         * powerpc/powerpc32/memset.S: Likewise.
47787         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47788         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47789         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47790         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47791         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47792         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47793         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47794         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47795         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47796         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47797         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47798         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47799         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47801 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47803         * math/libm-test.inc: Added more nearbyint tests.
47804         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47805         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47806         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47807         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47809 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47811         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47812         FD_CLOEXEC.
47814 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47816         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47817         Add wcscpy-ssse3 wcscpy-c.
47818         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47819         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47820         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47821         * sysdeps/x86_64/wcschr.S: New file.
47822         * sysdeps/x86_64/wcsrchr.S: New file.
47823         * string/test-strcmp.c: Remove checking of wcscmp function for
47824         wrong alignments.
47825         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47826         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47827         wcsrchr-sse2 wcsrchr-c.
47828         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47829         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47830         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47831         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47832         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47833         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47834         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47835         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47836         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47837         * wcsmbc/wcschr.c (WCSCHR): New macro.
47839 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47841         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47842         * wcsmbs/test-wcsrchr.c: New file.
47843         * string/test-strrchr.c: Add wcsrchr support.
47844         (WIDE): New macro.
47845         * wcsmbs/test-wcscpy.c: New file.
47846         * string/test-strcpy.c: Add wcscpy support.
47847         (WIDE): New macro.
47849 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47851         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47852         the inner loop.
47854 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47856         [BZ #13472]
47857         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47859 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47861         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47862         Minor optimizations.
47864         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47865         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47866         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47868 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47870         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47871         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47872         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47873         for gcc to avoid warnings.
47874         * inet/Makefile (tests): Add tst-checks.
47875         * inet/tst-checks.c: New file.
47877         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47878         warning.
47880         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47881         __wmemcmp_sse2.
47883         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47884         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47886         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47888 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47890         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47891         problem.
47893         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47895 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47897         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47898         conditional on GCC version.
47899         (__arch_compare_and_exchange_val_8_acq)
47900         (__arch_compare_and_exchange_val_16_acq)
47901         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47902         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47903         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47905 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47907         * sysdeps/sh/backtrace.c: New file.
47909 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47911         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47912         parenthesis.
47914 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47916         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47917         falling back to utime.
47919 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47921         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47922         expectations for float.
47924 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47926         * locale/weight.h (findidx): Add parameter len.
47927         * locale/weightwc.h (findidx): Likewise.
47928         * posix/fnmatch_loop.c (FCT): Adjust caller.
47929         * posix/regcomp.c (build_equiv_class): Likewise.
47930         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47931         * posix/regexec.c (check_node_accept_bytes): Likewise.
47932         * string/strcoll_l.c (STRCOLL): Likewise.
47933         * string/strxfrm_l.c (STRXFRM): Likewise.
47935 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47937         * Makefile.in: Remove CVSOPT handling.
47938         * configure.in: Remove use of AC_REVISION.
47939         * iconvdata/Makefile (distribute): No need to filter out CVS.
47940         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47941         handling.
47943 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47945         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47946         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47947         [USE_AS_STRNCASECMP_L]: Likewise.
47948         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47949         NO_TLS_DIRECT_SEG_REFS.
47950         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47951         Fix argument offsets for non-PIC.
47952         [USE_AS_STRNCASECMP_L]: Likewise.
47953         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47954         NO_TLS_DIRECT_SEG_REFS.
47956 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47958         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47959         O_CLOEXEC.
47960         * locale/loadlocale.c (_nl_load_locale): Likewise.
47962 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47964         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47965         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47966         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47967         (SYSCALL_GETTIME): Set errno on error.
47969         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47970         count references to noai6ai_cached.
47972 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47974         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47976         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47977         FD_CLOEXEC for /proc/self/maps.
47979         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47980         FD_CLOEXEC for /proc/meminfo.
47982         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47983         gai.conf.
47985         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47986         FD_CLOEXEC for given file.
47988         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47990         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47991         FD_CLOEXEC for /etc/hosts.
47992         (_gethtent): Likewise.
47994         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47996         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47997         cancellation and set FD_CLOEXEC for /etc/netgroup.
47999         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48000         reading /etc/publickey.
48002         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48003         allow cancellation when reading /etc/group.
48005         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48006         cancellation.
48007         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48009         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48010         when using data file.
48012         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48014         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48015         (write_nis_obj): Use "c" and "e" in fopen.
48017         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48019         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48021         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48023         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48025         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48026         locale.alias.
48028         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48030         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48032         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48034         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48035         file parsing and set FD_CLOEXEC.
48037 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48039         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48041 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48043         * malloc/arena.c (arena_get2): Don't call reused_arena when
48044         _int_new_arena failed.
48046 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48048         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48049         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48050         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48051         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48052         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48053         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48054         to compile strcasecmp and strncasecmp.
48055         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48056         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48058         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48060 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48062         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48063         locale-defines.sym to gen-as-const-headers.
48064         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48065         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48066         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48067         to compile strcasecmp and strncasecmp.
48068         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48069         strcasecmp_l and strncasecmp_l.
48070         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48071         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48072         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48073         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48074         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48075         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48076         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48077         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48078         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48079         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48080         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48082 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48084         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48085         result of SYSDEP_GETTIME_CPU to retval.
48086         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48087         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48089         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48090         variable.
48092         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48093         mantissa words.
48094         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48096         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48097         from unused variable.
48099         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48100         DWARF definitions.
48101         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48102         for assembling.
48104         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48105         over namespaces.
48107         * sunrpc/rpc_prot.c (rejected): Fix case value.
48109         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48110         unsigned long long int to avoid warnings in shift.
48112         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48113         of use of trans.
48114         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48115         variable tmp.
48117         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48118         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48119         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48121         * nis/nis_table.c (nis_list): Use variable of correct type for
48122         result of __follow_path call.
48124 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48126         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48127         of math functions ceil, trunc, floor, round, and sqrt, when
48128         avaliable on the platform.
48129         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48130         name clash.
48131         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48132         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48133         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48135 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48137         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48138         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48140 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48142         * include/unistd.h: Fix __readlink return type.
48143         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48145 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48147         * stdlib/ucontext.h: Undo last change for makecontext.
48149 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48151         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48153         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48154         * setjmp/setjmp.h: Mark functions as non-leaf.
48155         * setjmp/bits/setjmp2.h: Likewise.
48156         * stdlib/ucontext.h: Likewise.
48158 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48160         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48161         (reused_arena): Don't check arena limit.
48162         (arena_get2): Atomically check arena limit.
48164 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48166         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48167         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48169         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48170         instructions.
48172 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48174         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48175         handler when locking.
48177         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48178         Fix size of allocated buffer.
48180 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48182         [BZ #10103]
48183         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48184         declarations for long double functions.
48185         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48187         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48189 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48191         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48192         installed.
48194         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48195         is disabled.
48197 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48199         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48201 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48203         * include/alloca.h (stackinfo_alloca_round): Define.
48204         (extend_alloca): Use it.
48205         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48206         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48207         here.
48209         * scripts/check-local-headers.sh: Ignore libaudit.h.
48211         * nscd/Makefile (extra-objs): Make recursively expanded.
48213 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48215         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48216         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48218         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48219         * posix/tst-rfc3484-2.c: Likewise.
48220         * posix/tst-rfc3484-3.c: Likewise.
48222         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48223         process_vm_writev.
48224         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48225         process_vm_writev.
48226         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48227         process_vm_writev from libc using GLIBC_2.15 version.
48229         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48231 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48233         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48234         stack usage.
48236 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48238         [BZ #13367]
48239         * nss/getent.c (initgroups_keys): Show error message in case no group
48240         names are given.
48242         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48243         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48244         __bump_nl_timestamp.
48245         * nscd/connections (nscd_init): When host database is served open
48246         netlink socket and request notification about configuration changes.
48247         (main_loop_poll): Track netlink file descriptor and bump timestamp
48248         in case data becomes available.
48249         (main_loop_epoll): Likewise.
48250         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48251         (database_pers_head): Add extra_data fileds.
48252         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48253         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48254         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48255         Adjust caller.
48256         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48257         in6ai data, call __free_in6ai.
48258         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48259         Add -DHAVE_NETLINK.
48260         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48261         interface information.  Reuse previous data if netlink timestamp
48262         is not changed.
48263         (__bump_nl_timestamp): New function.
48264         (__free_in6ai): New function.
48266 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48268         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48269         close_not_cancel_no_status here.
48270         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48272 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48274         [BZ #13276]
48275         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48276         return value.
48278         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48279         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48280         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48282 2011-07-03  Andreas Jaeger  <aj@suse.de>
48284         [BZ #10709]
48285         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48286         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48287         * math/libm-test.inc (sin_test): Add test case.
48289 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48291         [BZ #13337]
48292         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48293         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48295         * elf/chroot_canon.c (chroot_canon): Cleanups.
48297         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48299         [BZ #13335]
48300         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48301         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48303         * string/test-strchr.c: Make usable for strchrnul testing.
48304         * string/test-strchrnul.c: New file.
48305         * string/Makefile (strop-tests): Add strchrnul.
48307         * po/it.po: Update from translation team.
48308         * po/es.po: Likewise.
48310 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48312         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48313         the three constants needed as parameters.  Drop the others.
48314         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48315         __m128i_strloadu_tolower.
48316         Create and initialize variable zero and use it in all the places
48317         where _mm_setzero_si128 was used.
48319         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48320         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48321         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48322         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48323         anymore.
48324         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48325         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48326         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48327         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48328         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48329         __mpranred, __mptan.
48330         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48331         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48332         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48333         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48334         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48335         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48336         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48337         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48338         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48340 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48342         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48343         redefine if SHARED.
48344         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48346         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48347         wide char related routines to wcsmbs subdir.
48349 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48351         [BZ #13344]
48352         * misc/sys/cdefs.h (__THROWNL): Define.
48353         * posix/unistd.h: Use __THREADNL instead of __THREAD
48354         for memory synchronization functions.
48356 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48358         [BZ #13349]
48359         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48360         doesn't exist.
48361         * manual/stdio.texi (Obstack Streams): Node removed.
48363 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48365         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48366         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48367         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48369         * math/math_private.h (math_force_eval): Allow non-addressable
48370         arguments.
48371         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48373 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48375         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48376         file is not needed.
48378         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48379         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48380         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48381         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48382         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48383         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48384         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48385         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48386         Add AVX variants.
48387         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48388         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48389         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48390         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48391         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48392         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48393         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48394         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48395         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48396         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48397         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48398         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48399         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48400         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48401         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48402         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48403         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48404         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48405         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48407         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48408         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48410         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48411         place.  Use VEX encoding when compiling for AVX.
48413 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48415         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48416         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48418         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48420 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48422         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48423         useless if() expression.
48424         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48425         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48426         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48427         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48428         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48429         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48430         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48431         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48432         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48433         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48434         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48435         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48436         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48437         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48438         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48439         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48440         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48441         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48442         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48444         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48446 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48448         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48449         condition.
48450         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48452 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48454         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48455         .text section.  Avoid duplicate constants.
48456         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48458         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48459         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48460         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48461         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48462         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48466         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48468         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48471         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48472         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48473         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48474         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48475         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48477         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48479         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48480         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48481         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48482         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48483         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48484         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48485         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48486         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48487         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48488         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48489         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48490         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48491         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48492         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48493         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48494         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48495         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48496         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48497         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48498         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48499         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48500         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48502 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48504         * sysdeps/x86_64/dla.h: Move to ...
48505         * sysdeps/x86_64/fpu/dla.h: ...here.
48506         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48507         situations.  Use __builtin_fma only for gcc 4.6 and up.
48509         * config.make.in: Add have-mfma4 entry.
48510         * configure.in: Substitute libc_cv_cc_fma4.
48511         * math/Makefile (dbl-only-routines): Add sincostab.
48512         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48513         Use __sincostab not sincos.
48514         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48515         name is a macro.
48516         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48520         using __copysign.
48521         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48522         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48523         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48524         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48525         and __inv.
48526         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48527         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48528         __copysign.
48529         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48530         define aliases when function name is a macro.
48531         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48532         sysdeps/ieee754/dbl-64/sincos.tbl.
48533         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48534         fma4-enabled routines.
48535         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48536         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48537         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48538         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48539         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48540         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48541         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48542         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48543         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48544         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48545         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48546         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48547         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48548         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48549         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48550         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48551         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48552         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48553         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48554         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48555         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48556         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48557         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48558         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48559         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48560         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48561         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48562         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48563         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48564         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48566         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48567         rename.
48568         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48569         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48577 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48579         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48581 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48583         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48585         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48586         prediction.
48587         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48589         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48590         Remove unused variable magic_bits.
48591         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48593         * string/strnlen.c: Define and use STRNLEN macro.
48594         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48595         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48596         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48597         * wcsmbs/wcslen.c: Define and use WCSLEN.
48598         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48599         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48600         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48601         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48602         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48603         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48604         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48606 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48608         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48609         strnlen-sse2-no-bsf.
48610         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48611         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48612         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48613         Add strnlen support.
48614         (USE_AS_STRNLEN): New macro.
48615         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48616         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48617         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48618         * sysdeps/x86_64/wcslen.S: New file.
48620 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48622         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48623         XMM-moves are used for copying on small sizes.
48625 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48627         * wcsmbs/Makefile (strop-tests): Add wcschr.
48628         * wcsmbs/test-wcschr.c: New file.
48629         * string/test-strchr.c: Update.
48630         Add wcschr support.
48631         (WIDE): New macro.
48633 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48635         * wcsmbs/Makefile (strop-tests): Add wcslen.
48636         * wcsmbs/test-wcslen.c: New file.
48637         * string/test-strlen.c: Update.
48638         Add wcslen support.
48639         (WIDE): New macro.
48641 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48643         * po/it.po: Update from translation team.
48645 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48647         * sysdeps/x86_64/wcscmp.S: Update.
48648         Fix wrong comparison semantics.
48649         wcscmp shall use signed comparison not unsigned.
48650         Don't use substraction to avoid overflow bug.
48651         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48652         * wcsmbc/wcscmp.c: Likewise.
48653         * string/test-strcmp.c: Likewise.
48654         Add new tests to check cases with negative values.
48656 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48658         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48659         * sysdeps/x86_64/dla.h: ...here.  New file.
48660         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48661         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48662         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48663         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48664         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48665         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48666         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48667         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48668         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48670 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48672         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48673         __ynl_finite aliases.
48675 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48677         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48679         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48680         define DLA_FMA.
48681         [DLA_FMA] (EMULV): Use DLA_FMA.
48682         [DLA_FMA] (MUL12): Use EMULV.
48683         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48684         that are not needed.
48685         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48693 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48695         * math/s_nan.c: Undef __nan.
48696         * math/s_nanf.c: Undef __nanf.
48697         * math/s_nanl.c: Undef __nanl.
48698         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48699         "math_private.h".
48701 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48703         * math/s_catan.c: Add branch predictions.
48704         * math/s_catanf.c: Likewise.
48705         * math/s_catanh.c: Likewise.
48706         * math/s_catanhf.c: Likewise.
48707         * math/s_catanhl.c: Likewise.
48708         * math/s_catanl.c: Likewise.
48709         * math/s_cexp.c: Likewise.
48710         * math/s_cexpf.c: Likewise.
48711         * math/s_cexpl.c: Likewise.
48712         * math/s_clog.c: Likewise.
48713         * math/s_clog10.c: Likewise.
48714         * math/s_clog10f.c: Likewise.
48715         * math/s_clog10l.c: Likewise.
48716         * math/s_clogf.c: Likewise.
48717         * math/s_clogl.c: Likewise.
48718         * math/s_csqrt.c: Likewise.
48719         * math/s_csqrtf.c: Likewise.
48720         * math/s_csqrtl.c: Likewise.
48721         * math/s_ctanf.c: Likewise.
48722         * math/s_ctanh.c: Likewise.
48723         * math/s_ctanhf.c: Likewise.
48724         * math/s_ctanhl.c: Likewise.
48725         * math/s_ctanl.c: Likewise.
48727         * math/math_private.h: Define __nan, __nanf, __nanl.
48728         * math/s_cacosh.c: Include <math_private.h>.
48729         * math/s_cacoshl.c: Likewise.
48730         * math/s_casinh.c: Likewise.
48731         * math/s_casinhf.c: Likewise.
48732         * math/s_casinhl.c: Likewise.
48733         * math/s_ccos.c: Rely entire on ccosh.
48734         * math/s_ccosf.c: Rely entire on ccoshf.
48735         * math/s_ccosl.c: Rely entirely on ccoshl.
48736         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48737         Remove tests for FE_INVALID.
48738         * math/s_ccoshf.c: Likewise.
48739         * math/s_ccoshl.c: Likewise.
48740         * math/s_csin.c: Likewise.
48741         * math/s_csinf.c: Likewise.
48742         * math/s_csinh.c Likewise.
48743         * math/s_csinhf.c: Likewise.
48744         * math/s_csinhl.c: Likewise.
48745         * math/s_csinl.c: Likewise.
48746         * math/s_ctan.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48748         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48749         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48751 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48753         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48754         compilation problems.
48756         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48757         __builtin_expect.
48759 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48761         * sysdeps/i386/configure.in: Test for -mfma4 option.
48762         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48763         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48764         COMMON_CPUID_INDEX_80000001.
48765         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48766         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48767         use it if FMA3 is not supported.
48768         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48770         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48771         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48773 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48775         [BZ #12892]
48776         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48777         it would create a cycle with a link time dependency.
48779 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48781         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48782         instruction.
48783         * string/Makefile (strop-tests): Add rawmemchr.
48784         * string/test-rawmemchr.c: New file.
48786         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48787         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48788         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48789         when compiling str{,n}casecmp and when AVX is available.  Hook up
48790         new optimized code in initializers.
48792 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48794         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48795         __feraiseexcept instead of feraiseexcept.
48797 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48799         * math/math_private.h: Define defaults for libc_fetestexcept and
48800         libc_feupdateenv.
48801         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48802         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48803         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48804         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48805         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48806         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48807         libc_fetestexcept and libc_feupdateenv.
48809         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48810         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48811         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48812         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48813         libc_feholdexcept_setround.
48815         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48816         Add s_nearbyint-c and s_nearbyintf-c.
48817         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48818         nearbyintf inlines.
48819         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48820         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48821         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48822         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48824         * math/math_private.h: Define defaults for libc_fegetround,
48825         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48826         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48827         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48828         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48829         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48830         standard functions.
48831         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48832         Remove comments and hacks for old compiler versions.
48833         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48834         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48835         libc_feholdexceptl.
48837 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48839         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48840         (__feraiseexcept_renamed): Add __NTH.
48841         (feraiseexcept): Add __NTH.  Rename local variables to fix
48842         namespace violations.
48844 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48846         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48848         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48850         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48851         recently added interfaces.
48852         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48854         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48855         about macro parameter expansion.
48857         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48858         __NO_MATH_INLINES is defined.  Cleanups.
48860         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48861         and __floorf is target has SSE4.1.
48862         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48863         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48864         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48865         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48867         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48868         name.
48869         (floorf): Likewise.
48871         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48873 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48875         * misc/sys/cdefs.h: Fix last change.
48877         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48878         database lookup.
48880 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48882         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48884         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48885         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48886         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48887         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48888         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48889         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48890         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48891         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48892         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48893         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48894         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48895         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48896         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48897         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48898         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48899         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48900         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48901         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48902         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48903         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48904         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48905         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48907         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48908         ceil, ceilf, floor, floorf.
48910         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48911         Perform IRELATIVE relocations last.
48913         * elf/do-rel.h: Add another parameter nrelative, replacing the
48914         local variable with the same name.  Change name of the function
48915         to end in Rel or Rela (uppercase).
48916         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48917         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48918         elf_dynamic_do_##reloc function.
48920 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48922         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48923         is sufficient, at least on modern CPUs.
48925         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48927         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48928         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48930         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48931         __expl_finite.
48932         * math/bits/math-finite.h: Add entries for exp.
48933         * math/e_expl.c: Add __*_finite alias.
48934         * sysdeps/i386/fpu/e_exp.S: Likewise.
48935         * sysdeps/i386/fpu/e_expf.S: Likewise.
48936         * sysdeps/i386/fpu/e_expl.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48938         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48941         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48942         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48943         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48945         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48946         is sufficient, at least on modern CPUs.
48948         * ctype/ctype-info.c (__ctype_init): Define.
48949         * include/ctype.h (__ctype_init): Declare.
48950         (__ctype_b_loc): The variable is always initialized.
48951         (__ctype_toupper_loc): Likewise.
48952         (__ctype_tolower_loc): Likewise.
48953         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48954         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48956 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48958         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48960         * configure.in: Also look in $cxxmachine/include for C++ system
48961         headers.
48963 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48965         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48966         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48967         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48968         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48969         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48970         (USE_AS_WMEMCMP): New macro.
48971         Fixing indents.
48972         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48973         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48974         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48975         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48976         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48977         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48978         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48979         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48980         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48981         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48982         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48983         (USE_AS_WMEMCMP): New macro.
48984         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48985         * sysdeps/string/test-memcmp.c: Update.
48986         Fix simple_wmemcmp.
48987         Add new tests.
48988         * wcsmbs/wmemcmp.c: Update.
48989         (WMEMCMP): New macro.
48990         Fix overflow bug.
48992 2011-10-12  Andreas Jaeger  <aj@suse.de>
48994         [BZ #13268]
48995         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48997 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48999         * libio/iofwide.c (do_length): Avoid warning.
49001         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49003 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49005         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49007         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49008         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49009         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49010         * sysdeps/i386/i686/fpu/e_log.S: New file.
49011         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49012         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49014         * ctype/ctype.h: Add support for inlined isXXX functions when
49015         compiling C++ code.
49017 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49019         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49021         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49023 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49025         [BZ #13291]
49026         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49028 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49030         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49031         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49032         feraiseexcept.
49034         * sysdeps/x86_64/memrchr.S: Check for zero size.
49036         * string/stratcliff.c: Add memrchr tests.
49038 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49040         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49041         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49042         rawmemchr-sse2 rawmemchr-sse2-bsf.
49043         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49044         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49045         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49046         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49047         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49048         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49049         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49050         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49051         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49052         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49053         * string/memrchr.c (MEMRCHR): New macro.
49055 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49057         Add integration with gcc's -ffinite-math-only and optimize wrapper
49058         functions in libm.
49059         * Versions.def: Define GLIBC_2.15 version for libm.
49060         * math/Makefile (headers): Add bits/math-finite.h.
49061         * math/bits/math-finite.h: New file.
49062         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49063         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49064         * math/e_acoshl.c: Add __*_finite alias.
49065         * math/e_acosl.c: Likewise.
49066         * math/e_asinl.c: Likewise.
49067         * math/e_atan2l.c: Likewise.
49068         * math/e_atanhl.c: Likewise.
49069         * math/e_coshl.c: Likewise.
49070         * math/e_exp10.c: Likewise.
49071         * math/e_exp10f.c: Likewise.
49072         * math/e_exp10l.c: Likewise.
49073         * math/e_exp2l.c: Likewise.
49074         * math/e_fmodl.c: Likewise.
49075         * math/e_gammal_r.c: Likewise.
49076         * math/e_hypotl.c: Likewise.
49077         * math/e_j0l.c: Likewise.
49078         * math/e_j1l.c: Likewise.
49079         * math/e_jnl.c: Likewise.
49080         * math/e_lgammal_r.c: Likewise.
49081         * math/e_log10l.c: Likewise.
49082         * math/e_log2l.c: Likewise.
49083         * math/e_logl.c: Likewise.
49084         * math/e_powl.c: Likewise.
49085         * math/e_sinhl.c: Likewise.
49086         * math/e_sqrtl.c: Likewise.
49087         * math/e_scalb.c: Completely rewritten and optimized.
49088         * math/e_scalbf.c: Likewise.
49089         * math/e_scalbl.c: Likewise.
49090         * math/w_acos.c: Likewise.
49091         * math/w_acosf.c: Likewise.
49092         * math/w_acosl.c: Likewise.
49093         * math/w_acosh.c: Likewise.
49094         * math/w_acoshf.c: Likewise.
49095         * math/w_acoshl.c: Likewise.
49096         * math/w_asin.c: Likewise.
49097         * math/w_asinf.c: Likewise.
49098         * math/w_asinl.c: Likewise.
49099         * math/w_atan2.c: Likewise.
49100         * math/w_atan2f.c: Likewise.
49101         * math/w_atan2l.c: Likewise.
49102         * math/w_atanh.c: Likewise.
49103         * math/w_atanhf.c: Likewise.
49104         * math/w_atanhl.c: Likewise.
49105         * math/w_exp10.c: Likewise.
49106         * math/w_exp10f.c: Likewise.
49107         * math/w_exp10l.c: Likewise.
49108         * math/w_fmod.c: Likewise.
49109         * math/w_fmodf.c: Likewise.
49110         * math/w_fmodl.c: Likewise.
49111         * math/w_j0.c: Likewise.
49112         * math/w_j0f.c: Likewise.
49113         * math/w_j0l.c: Likewise.
49114         * math/w_j1.c: Likewise.
49115         * math/w_j1f.c: Likewise.
49116         * math/w_j1l.c: Likewise.
49117         * math/w_jn.c: Likewise.
49118         * math/w_jnf.c: Likewise.
49119         * math/w_log.c: Likewise.
49120         * math/w_logf.c: Likewise.
49121         * math/w_logl.c: Likewise.
49122         * math/w_log10.c: Likewise.
49123         * math/w_log10f.c: Likewise.
49124         * math/w_log10l.c: Likewise.
49125         * math/w_log2.c: Likewise.
49126         * math/w_log2f.c: Likewise.
49127         * math/w_log2l.c: Likewise.
49128         * math/w_pow.c: Likewise.
49129         * math/w_powf.c: Likewise.
49130         * math/w_powl.c: Likewise.
49131         * math/w_remainder.c: Likewise.
49132         * math/w_remainderf.c: Likewise.
49133         * math/w_remainderl.c: Likewise.
49134         * math/w_scalb.c: Likewise.
49135         * math/w_scalbf.c: Likewise.
49136         * math/w_scalbl.c: Likewise.
49137         * math/w_sqrt.c: Likewise.
49138         * math/w_sqrtf.c: Likewise.
49139         * math/w_sqrtl.c: Likewise.
49140         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49141         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49142         used.
49143         * math/math_private.h: Declare __kernel_standard_f.
49144         * math/w_cosh.c: Remove cruft and optimize a bit.
49145         * math/w_coshf.c: Likewise.
49146         * math/w_coshl.c: Likewise.
49147         * math/w_exp2.c: Likewise.
49148         * math/w_exp2f.c: Likewise.
49149         * math/w_exp2l.c: Likewise.
49150         * math/w_hypot.c: Likewise.
49151         * math/w_hypotf.c: Likewise.
49152         * math/w_hypotl.c: Likewise.
49153         * math/w_lgamma.c: Likewise.
49154         * math/w_lgamma_r.c: Likewise.
49155         * math/w_lgammaf.c: Likewise.
49156         * math/w_lgammaf_r.c: Likewise.
49157         * math/w_lgammal.c: Likewise.
49158         * math/w_lgammal_r.c: Likewise.
49159         * math/w_sinh.c: Likewise.
49160         * math/w_sinhf.c: Likewise.
49161         * math/w_sinhl.c: Likewise.
49162         * math/w_tgamma.c: Likewise.
49163         * math/w_tgammaf.c: Likewise.
49164         * math/w_tgammal.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49166         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49167         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49168         Minor optimizations.  Pretty printing.  Remove cruft.
49169         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49170         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49171         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49172         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49173         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49174         * sysdeps/i386/fpu/e_asin.S: Likewise.
49175         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49176         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49177         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49178         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49179         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49180         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49181         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49182         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49183         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49184         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49185         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49186         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49187         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49188         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49189         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49190         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49191         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49192         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49193         * sysdeps/i386/fpu/e_log.S: Likewise.
49194         * sysdeps/i386/fpu/e_log10.S: Likewise.
49195         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49196         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49197         * sysdeps/i386/fpu/e_log2.S: Likewise.
49198         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49199         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49200         * sysdeps/i386/fpu/e_logf.S: Likewise.
49201         * sysdeps/i386/fpu/e_logl.S: Likewise.
49202         * sysdeps/i386/fpu/e_pow.S: Likewise.
49203         * sysdeps/i386/fpu/e_powf.S: Likewise.
49204         * sysdeps/i386/fpu/e_powl.S: Likewise.
49205         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49206         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49207         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49208         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49209         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49210         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49211         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49212         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49213         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49214         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49215         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49216         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49217         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49218         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49219         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49221         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49222         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49223         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49224         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49225         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49226         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49227         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49228         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49229         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49230         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49231         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49232         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49233         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49234         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49235         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49236         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49237         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49238         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49239         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49240         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49241         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49242         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49243         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49244         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49245         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49246         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49247         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49248         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49249         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49250         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49251         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49252         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49253         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49254         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49255         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49256         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49257         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49258         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49259         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49260         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49261         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49262         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49263         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49264         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49265         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49266         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49267         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49268         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49269         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49270         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49271         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49272         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49273         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49274         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49275         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49276         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49277         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49278         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49279         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49280         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49281         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49282         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49283         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49284         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49285         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49291         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49292         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49294         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49295         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49296         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49297         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49298         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49299         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49300         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49301         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49302         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49303         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49304         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49305         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49306         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49307         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49308         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49309         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49310         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49311         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49312         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49313         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49314         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49315         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49316         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49317         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49318         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49319         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49320         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49321         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49322         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49323         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49324         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49325         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49326         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49327         (__isnanf): Likewise.
49328         (__isinf_ns): Likewise.
49329         (__isinf_nsf): Likewise.
49330         (__finite): Likewise.
49331         (__finitef): Likewise.
49332         (__ieee754_sqrt): Define as macro.
49333         (__ieee754_sqrtf): Define as macro.
49334         (__ieee754_sqrtl): Define as macro.
49335         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49336         inlined copy.
49337         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49338         __FINITE_MATH_ONLY__ consistent.
49339         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49341 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49343         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49344         of rawmemchr.
49346         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49348 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49350         * po/ja.po: Update from translation team.
49352 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49354         * locale/programs/locarchive.c (prepare_address_space): New function.
49355         (create_archive, enlarge_archive, open_archive): Use it.
49357         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49358         inside [SHARED], where it is used.
49360         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49362         * nss/getent.c (netgroup_keys): Remove unused variable.
49363         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49365 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49367         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49368         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49369         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49370         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49371         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49372         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49373         * math/Makefile (libm-calls): Add s_isinf_ns.
49374         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49375         * math/multc3.c: Likewise.
49376         * math/s_casin.c: Likewise.
49377         * math/s_casinf.c: Likewise.
49378         * math/s_casinl.c: Likewise.
49379         * math/s_ccos.c: Likewise.
49380         * math/s_ccosf.c: Likewise.
49381         * math/s_ccosl.c: Likewise.
49382         * math/s_ctan.c: Likewise.
49383         * math/s_ctanf.c: Likewise.
49384         * math/s_ctanh.c: Likewise.
49385         * math/s_ctanhf.c: Likewise.
49386         * math/s_ctanhl.c: Likewise.
49387         * math/s_ctanl.c: Likewise.
49388         * math/w_fmod.c: Likewise.
49389         * math/w_fmodf.c: Likewise.
49390         * math/w_fmodl.c: Likewise.
49391         * math/w_remainder.c: Likewise.
49392         * math/w_remainderf.c: Likewise.
49393         * math/w_remainderl.c: Likewise.
49394         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49395         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49396         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49397         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49398         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49399         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49400         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49401         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49403         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49404         of the number.
49405         * stdio-common/printf_fphex.c: Likewise.
49406         * stdio-common/printf_size.c: Likewise.
49408         * math/e_exp10.c: Include math_private.h using <...> not "...".
49409         * math/e_exp10f.c: Likewise.
49410         * math/e_exp10l.c: Likewise.
49411         * math/e_exp2l.c: Likewise.
49412         * math/e_j0l.c: Likewise.
49413         * math/e_j1l.c: Likewise.
49414         * math/e_jnl.c: Likewise.
49415         * math/e_lgammal_r.c: Likewise.
49416         * math/e_rem_pio2l.c: Likewise.
49417         * math/e_scalb.c: Likewise.
49418         * math/e_scalbf.c: Likewise.
49419         * math/e_scalbl.c: Likewise.
49420         * math/k_cosl.c: Likewise.
49421         * math/k_sinl.c: Likewise.
49422         * math/k_tanl.c: Likewise.
49423         * math/s_cacoshf.c: Likewise.
49424         * math/s_catan.c: Likewise.
49425         * math/s_catanf.c: Likewise.
49426         * math/s_catanh.c: Likewise.
49427         * math/s_catanhf.c: Likewise.
49428         * math/s_catanhl.c: Likewise.
49429         * math/s_catanl.c: Likewise.
49430         * math/s_ccosh.c: Likewise.
49431         * math/s_ccoshf.c: Likewise.
49432         * math/s_ccoshl.c: Likewise.
49433         * math/s_cexp.c: Likewise.
49434         * math/s_cexpf.c: Likewise.
49435         * math/s_cexpl.c: Likewise.
49436         * math/s_clog.c: Likewise.
49437         * math/s_clog10.c: Likewise.
49438         * math/s_clog10f.c: Likewise.
49439         * math/s_clog10l.c: Likewise.
49440         * math/s_clogf.c: Likewise.
49441         * math/s_clogl.c: Likewise.
49442         * math/s_csin.c: Likewise.
49443         * math/s_csinf.c: Likewise.
49444         * math/s_csinh.c: Likewise.
49445         * math/s_csinhf.c: Likewise.
49446         * math/s_csinhl.c: Likewise.
49447         * math/s_csinl.c: Likewise.
49448         * math/s_csqrt.c: Likewise.
49449         * math/s_csqrtf.c: Likewise.
49450         * math/s_csqrtl.c: Likewise.
49451         * math/s_ctan.c: Likewise.
49452         * math/s_ctanf.c: Likewise.
49453         * math/s_ctanh.c: Likewise.
49454         * math/s_ctanhf.c: Likewise.
49455         * math/s_ctanhl.c: Likewise.
49456         * math/s_ctanl.c: Likewise.
49457         * math/s_ldexp.c: Likewise.
49458         * math/s_ldexpf.c: Likewise.
49459         * math/s_ldexpl.c: Likewise.
49460         * math/s_significand.c: Likewise.
49461         * math/s_significandf.c: Likewise.
49462         * math/s_significandl.c: Likewise.
49463         * math/w_acos.c: Likewise.
49464         * math/w_acosf.c: Likewise.
49465         * math/w_acosh.c: Likewise.
49466         * math/w_acoshf.c: Likewise.
49467         * math/w_acoshl.c: Likewise.
49468         * math/w_acosl.c: Likewise.
49469         * math/w_asin.c: Likewise.
49470         * math/w_asinf.c: Likewise.
49471         * math/w_asinl.c: Likewise.
49472         * math/w_atan2.c: Likewise.
49473         * math/w_atan2f.c: Likewise.
49474         * math/w_atan2l.c: Likewise.
49475         * math/w_atanh.c: Likewise.
49476         * math/w_atanhf.c: Likewise.
49477         * math/w_atanhl.c: Likewise.
49478         * math/w_cosh.c: Likewise.
49479         * math/w_coshf.c: Likewise.
49480         * math/w_coshl.c: Likewise.
49481         * math/w_dremf.c: Likewise.
49482         * math/w_exp10.c: Likewise.
49483         * math/w_exp10f.c: Likewise.
49484         * math/w_exp10l.c: Likewise.
49485         * math/w_exp2.c: Likewise.
49486         * math/w_exp2f.c: Likewise.
49487         * math/w_fmod.c: Likewise.
49488         * math/w_fmodf.c: Likewise.
49489         * math/w_fmodl.c: Likewise.
49490         * math/w_hypot.c: Likewise.
49491         * math/w_hypotf.c: Likewise.
49492         * math/w_hypotl.c: Likewise.
49493         * math/w_j0.c: Likewise.
49494         * math/w_j0f.c: Likewise.
49495         * math/w_j0l.c: Likewise.
49496         * math/w_j1.c: Likewise.
49497         * math/w_j1f.c: Likewise.
49498         * math/w_j1l.c: Likewise.
49499         * math/w_jn.c: Likewise.
49500         * math/w_jnf.c: Likewise.
49501         * math/w_jnl.c: Likewise.
49502         * math/w_lgamma.c: Likewise.
49503         * math/w_lgamma_r.c: Likewise.
49504         * math/w_lgammaf.c: Likewise.
49505         * math/w_lgammaf_r.c: Likewise.
49506         * math/w_lgammal.c: Likewise.
49507         * math/w_lgammal_r.c: Likewise.
49508         * math/w_log.c: Likewise.
49509         * math/w_log10.c: Likewise.
49510         * math/w_log10f.c: Likewise.
49511         * math/w_log10l.c: Likewise.
49512         * math/w_log2.c: Likewise.
49513         * math/w_log2f.c: Likewise.
49514         * math/w_log2l.c: Likewise.
49515         * math/w_logf.c: Likewise.
49516         * math/w_logl.c: Likewise.
49517         * math/w_pow.c: Likewise.
49518         * math/w_powf.c: Likewise.
49519         * math/w_powl.c: Likewise.
49520         * math/w_remainder.c: Likewise.
49521         * math/w_remainderf.c: Likewise.
49522         * math/w_remainderl.c: Likewise.
49523         * math/w_scalb.c: Likewise.
49524         * math/w_scalbf.c: Likewise.
49525         * math/w_scalbl.c: Likewise.
49526         * math/w_sinh.c: Likewise.
49527         * math/w_sinhf.c: Likewise.
49528         * math/w_sinhl.c: Likewise.
49529         * math/w_sqrt.c: Likewise.
49530         * math/w_sqrtf.c: Likewise.
49531         * math/w_sqrtl.c: Likewise.
49532         * math/w_tgamma.c: Likewise.
49533         * math/w_tgammaf.c: Likewise.
49534         * math/w_tgammal.c: Likewise.
49536         * po/ja.po: Update from translation team.
49538 2011-09-29  Andreas Jaeger  <aj@suse.de>
49540         [BZ #13179]
49541         * sunrpc/netname.c (netname2host): Fix logic.
49543         [BZ #6779]
49544         [BZ #6783]
49545         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49546         correctly.
49547         * math/w_remainder.c (__remainder): Likewise.
49548         * math/w_remainderf.c (__remainderf): Likewise.
49549         * math/libm-test.inc (remainder_test): Add test cases.
49551 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49553         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49554         sdiv_qrnnd.
49556 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49558         * string/test-memcmp.c: Avoid unncessary #defines.
49559         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49561 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49563         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49564         Use new sse2 version for core i3 - i7 as it's faster
49565         than sse42 version.
49566         (bit_Prefer_PMINUB_for_stringop): New.
49567         * sysdeps/x86_64/rawmemchr.S: Update.
49568         Replace with faster SSE2 version.
49569         * sysdeps/x86_64/memrchr.S: New file.
49570         * sysdeps/x86_64/memchr.S: Update.
49571         Replace with faster SSE2 version.
49573 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49575         * elf/dl-load.c (lose): Add cast to avoid warning.
49577 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49579         * po/ca.po: Update from translation team.
49581         * inet/getnetgrent_r.c: Hook up nscd.
49582         * nscd/Makefile (routines): Add nscd_netgroup.
49583         (nscd-modules): Add netgroupcache.
49584         (CFLAGS-netgroupcache.c): Define.
49585         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49586         (cache_search): Add const to second parameter.
49587         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49588         INNETGR.
49589         (dbs): Add netgrdb entry.
49590         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49591         (verify_persistent_db): Handle netgrdb.
49592         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49593         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49594         GETFDNETGR.
49595         (netgroup_response_header): Define.
49596         (innetgroup_response_header): Define.
49597         (datahead): Add netgroup_response_header and innetgroup_response_header
49598         elements.
49599         * nscd/nscd.conf: Add entries for netgroup cache.
49600         * nscd/nscd.h (dbtype): Add netgrdb.
49601         (_PATH_NSCD_NETGROUP_DB): Define.
49602         (netgroup_iov_disabled): Declare.
49603         (xmalloc, xcalloc, xrealloc): Move declarations here.
49604         (cache_search): Adjust prototype.
49605         Add netgroup-related prototypes.
49606         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49607         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49608         (__nscd_innetgr): Declare.
49609         * nscd/selinux.c (perms): Use access_vector_t as element type and
49610         add netgroup-related initializers.
49611         * nscd/netgroupcache.c: New file.
49612         * nscd/nscd_netgroup.c: New file.
49613         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49614         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49615         For four parameters use innetgr.
49616         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49617         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49618         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49619         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49621         * nscd/connections.c (register_traced_file): Don't register file
49622         for disabled databases.
49624 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49626         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49628         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49629         from tree and freeing node.
49631 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49633         * nss/nsswitch.c (__nss_database_lookup): Handle
49634         nss_parse_service_list out of memory case.
49636 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49638         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49639         out of memory case.
49641 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49643         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49644         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49645         pass it down.
49646         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49647         elf_machine_rela, elf_machine_lazy_rel.
49648         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49649         (ELF_DYNAMIC_DO_REL): Likewise.
49650         (ELF_DYNAMIC_DO_RELA): Likewise.
49651         (ELF_DYNAMIC_RELOCATE): Likewise.
49652         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49653         to ELF_DYNAMIC_DO_REL.
49654         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49655         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49656         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49657         elf_machine_rela.
49658         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49659         skip_ifunc, don't call ifunc function if non-zero.
49660         (elf_machine_rela): Likewise.
49661         (elf_machine_lazy_rel): Likewise.
49662         (elf_machine_lazy_rela): Likewise.
49663         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49664         (elf_machine_lazy_rel): Likewise.
49665         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49666         Likewise.
49667         (elf_machine_lazy_rel): Likewise.
49668         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49669         Likewise.
49670         (elf_machine_lazy_rel): Likewise.
49671         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49672         (elf_machine_lazy_rel): Likewise.
49673         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49674         (elf_machine_lazy_rel): Likewise.
49675         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49676         (elf_machine_lazy_rel): Likewise.
49677         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49678         (elf_machine_lazy_rel): Likewise.
49679         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49680         (elf_machine_lazy_rel): Likewise.
49681         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49682         (elf_machine_lazy_rel): Likewise.
49684 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49686         * nss/nss_files/files-init.c (_nss_files_init): Use static
49687         initialization for all the *_traced_file variables.
49689 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49691         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49693 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49695         [BZ #13226]
49696         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49698 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49700         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49701         Reread the line before reparsing it.
49703 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49705         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49707 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49708             Maxim Kuvyrkov  <maxim@codesourcery.com>
49709             Joseph Myers  <joseph@codesourcery.com>
49711         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49712         if needed for __stack_chk_guard.
49714 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49716         * sysdeps/posix/spawni.c (script_execute): Always define it.
49717         It will be optimized away if unused.
49718         (maybe_script_execute): New function.
49719         (__spawni): Call it.
49721         * Makerules: Don't include tls.make.
49722         (config-tls): Always set to thread.
49723         * tls.make.c: File removed.
49725 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49727         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49728         * config.make.in (CPPFLAGS-config): New substituted variable.
49730 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49732         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49734         [BZ #13192]
49735         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49736         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49738 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49740         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49741         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49742         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49743         (CALL_FAIL): Likewise.
49744         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49745         (CALL_FAIL): Macro removed.
49746         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49748 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49750         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49751         for __FINITE_MATH_ONLY__ == 1.
49753 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49755         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49756         __ieee754_sqrt instead of sqrt.
49757         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49758         __ieee754_sqrtf instead of sqrtf.
49759         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49760         __floorf instead of floorf.
49761         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49762         __floorf, __truncf instead of floorf, truncf.
49764 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49766         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49768         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49769         __extern_always_inline.
49770         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49771         32-bit.
49773 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49775         * elf/rtld.c (dl_main): Also relocate in dependency order when
49776         doing symbol dependency testing.
49778 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49780         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49781         Always define `refsym'.
49783 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49785         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49786         (__FD_ELT): Renamed from __FDELT.
49787         * misc/bits/select2.h (__FD_ELT): Likewise.
49788         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49789         __FD_MASK instead of __FDELT, __FDMASK.
49790         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49791         Likewise.
49792         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49793         Likewise.
49795         * elf/Makefile (gen-ldd): Fix pattern.
49797         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49798         (init_tls): Likewise.
49800 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49802         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49804 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49806         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49807         `struct cmsghdr *' instead of `void *'.
49808         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49809         Likewise.
49811 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49813         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49814         if non-absolute.
49815         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49816         ldd_rewrite_script.
49818 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49820         * configure.in: Remove --with-tls option.
49821         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49822         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49823         out in case it is missing.
49824         * sysdeps/ia64/elf/configure.in: Likewise.
49825         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49826         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49827         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49828         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49829         * sysdeps/sh/elf/configure.in: Likewise.
49830         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49831         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49832         * sysdeps/x86_64/elf/configure.in: Likewise.
49833         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49834         * sysdeps/mach/hurd/tls.h: Likewise.
49836         [BZ #13067]
49837         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49839         [BZ #13090]
49840         * configure.in: Fix use of AC_INIT.
49842         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49844 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49846         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49847         __set_errno.
49848         * malloc/hooks.c: Likewise.
49850         [BZ #11929]
49851         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49852         variables statically.
49853         (narenas): Initialize.
49854         (list_lock): Initialize.
49855         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49856         initializtion of main_arena and list_lock.  Small cleanups.
49857         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49858         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49859         Add initializers to main_arena and mp_.
49860         (malloc_state): Remove pagesize member.  Change all users to use
49861         GLRO(dl_pagesize).
49863         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49864         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49865         is always initialized.
49867         * malloc/malloc.c: Removed unused configurations and dead code.
49868         * malloc/arena.c: Likewise.
49869         * malloc/hooks.c: Likewise.
49870         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49872         * include/tls.h: Removed.  USE___THREAD must always be defined.
49873         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49874         * elf/dl-libc.c: Likewise.
49875         * elf/dl-tsd.c: Likewise.
49876         * include/errno.h: Likewise.
49877         * include/netdb.h: Likewise.
49878         * include/resolv.h: Likewise.
49879         * inet/herrno-loc.c: Likewise.
49880         * inet/herrno.c: Likewise.
49881         * malloc/arena.c: Likewise.
49882         * malloc/hooks.c: Likewise.
49883         * malloc/malloc.c: Likewise.
49884         * resolv/res-state.c: Likewise.
49885         * resolv/res_libc.c: Likewise.
49886         * sysdeps/i386/dl-machine.h: Likewise.
49887         * sysdeps/ia64/dl-machine.h: Likewise.
49888         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49889         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49890         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49891         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49892         * sysdeps/sh/dl-machine.h: Likewise.
49893         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49894         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49895         * sysdeps/unix/i386/sysdep.S: Likewise.
49896         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49897         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49898         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49899         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49900         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49901         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49902         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49903         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49904         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49905         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49906         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49907         * sysdeps/x86_64/dl-machine.h: Likewise.
49908         * tls.make.c: Likewise.
49910         * configure.in: Remove --with-__thread option.  Make tests for
49911         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49912         tls_model attribute fail if no support is available.  Remove
49913         USE_IN_LIBIO.
49914         * Makeconfig: Adjust for dropped configure option.  All features are
49915         now mandatory.
49916         * Makerules: Likewise.
49917         * Versions.def: Likewise.
49918         * argp/argp-fmtstream.c: Likewise.
49919         * argp/argp-fmtstream.h: Likewise.
49920         * argp/argp-help.c: Likewise.
49921         * assert/assert.c: Likewise.
49922         * config.h.in: Likewise.
49923         * config.make.in: Likewise.
49924         * configure: Likewise.
49925         * configure.in: Likewise.
49926         * csu/Versions: Likewise.
49927         * csu/init.c: Likewise.
49928         * elf/tst-audit2.c: Likewise.
49929         * elf/tst-tls10.c: Likewise.
49930         * elf/tst-tls10.h: Likewise.
49931         * elf/tst-tls11.c: Likewise.
49932         * elf/tst-tls12.c: Likewise.
49933         * elf/tst-tls14.c: Likewise.
49934         * elf/tst-tlsmod11.c: Likewise.
49935         * elf/tst-tlsmod12.c: Likewise.
49936         * elf/tst-tlsmod13.c: Likewise.
49937         * elf/tst-tlsmod13a.c: Likewise.
49938         * elf/tst-tlsmod14a.c: Likewise.
49939         * elf/tst-tlsmod15b.c: Likewise.
49940         * elf/tst-tlsmod16a.c: Likewise.
49941         * elf/tst-tlsmod16b.c: Likewise.
49942         * elf/tst-tlsmod7.c: Likewise.
49943         * elf/tst-tlsmod8.c: Likewise.
49944         * elf/tst-tlsmod9.c: Likewise.
49945         * gmon/gmon.c: Likewise.
49946         * grp/fgetgrent_r.c: Likewise.
49947         * grp/putgrent.c: Likewise.
49948         * hurd/fopenport.c: Likewise.
49949         * include/libc-symbols.h: Likewise.
49950         * include/tls.h: Likewise.
49951         * intl/gettextP.h: Likewise.
49952         * intl/loadinfo.h: Likewise.
49953         * locale/global-locale.c: Likewise.
49954         * locale/localeinfo.h: Likewise.
49955         * mach/devstream.c: Likewise.
49956         * malloc/arena.c: Likewise.
49957         * malloc/set-freeres.c: Likewise.
49958         * misc/err.c: Likewise.
49959         * misc/getttyent.c: Likewise.
49960         * misc/mntent_r.c: Likewise.
49961         * posix/getopt.c: Likewise.
49962         * posix/wordexp.c: Likewise.
49963         * pwd/fgetpwent_r.c: Likewise.
49964         * resolv/Versions: Likewise.
49965         * resolv/res_hconf.c: Likewise.
49966         * shadow/fgetspent_r.c: Likewise.
49967         * shadow/putspent.c: Likewise.
49968         * stdio-common/printf_fphex.c: Likewise.
49969         * stdio-common/tmpfile.c: Likewise.
49970         * stdlib/abort.c: Likewise.
49971         * stdlib/fmtmsg.c: Likewise.
49972         * sunrpc/auth_unix.c: Likewise.
49973         * sunrpc/clnt_perr.c: Likewise.
49974         * sunrpc/clnt_tcp.c: Likewise.
49975         * sunrpc/clnt_udp.c: Likewise.
49976         * sunrpc/clnt_unix.c: Likewise.
49977         * sunrpc/openchild.c: Likewise.
49978         * sunrpc/svc_simple.c: Likewise.
49979         * sunrpc/svc_tcp.c: Likewise.
49980         * sunrpc/svc_udp.c: Likewise.
49981         * sunrpc/svc_unix.c: Likewise.
49982         * sunrpc/xdr.c: Likewise.
49983         * sunrpc/xdr_array.c: Likewise.
49984         * sunrpc/xdr_rec.c: Likewise.
49985         * sunrpc/xdr_ref.c: Likewise.
49986         * sunrpc/xdr_stdio.c: Likewise.
49988 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49990         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49992 2011-07-03  Andreas Jaeger  <aj@suse.de>
49994         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49995         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49996         regenerate with gen-libm-tests.pl.
49998 2010-05-12  Petr Baudis  <pasky@suse.cz>
50000         [BZ #11589]
50001         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50002         around j0() zero points by switching to j1().
50003         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50004         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50005         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50006         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50008 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50010         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50011         instead of 0.
50012         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50013         instead of 0.
50014         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50015         Patch in part by Pavel Roskin <proski@gnu.org>.
50017         [BZ #13138]
50018         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50019         realloc.
50020         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50021         Free memory block if necessary.
50023         [BZ #12847]
50024         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50025         be NULL.  Don't lock in this case.
50027 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50029         * elf/elf.h (ELFOSABI_GNU): New macro.
50030         (ELFOSABI_LINUX): Define to that.
50032 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50034         * string/strncat.c (strncat): Undef the symbol in case it has been
50035         defined in bits/string.h.
50037 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50039         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50041         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50042         link map.
50044 2011-08-17  Andreas Jaeger  <aj@suse.de>
50046         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50048 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50049             Ian Lance Taylor  <iant@google.com>
50051         * math/libm-test.inc (lround_test): New testcase.
50052         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50054 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50056         * Makefile: Remove support for automatic cvs check-ins.
50057         * Makerules: Likewise.
50058         * config.make.in: Likewise.
50059         * configure.in: Likewise.
50060         * intl/Makefile: Likewise.
50061         * locale/Makefile: Likewise.
50062         * po/Makefile: Likewise.
50063         * posix/Makefile: Likewise.
50064         * sysdeps/gnu/Makefile: Likewise.
50065         * sysdeps/mach/hurd/Makefile: Likewise.
50066         * sysdeps/sparc/sparc32/Makefile: Likewise.
50068         [BZ #13118]
50069         * posix/Makefile (bug-regex32-ENV): Define.
50070         Patch by John Stanley <jpsinthemix@verizon.net>.
50072         * misc/Makefile (headers): Add bits/select2.h.
50073         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50074         * misc/bits/select2.h: New file.
50075         * include/bits/select2.h: New file.
50076         * debug/Makefile (routines): Add fdelt_chk.
50077         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50078         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50079         FD_ISSET.
50080         * debug/fdelt_chk.c: New file.
50082         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50083         * wcsmbs/test-wmemcmp.c: Likewise.
50084         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50085         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50087 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50089         * string/Makefile (strop-tests): Add memcmp.
50090         * string/test-wmemcmp.c: New file.
50091         * string/test-memcmp.c: Add wmemcmp support.
50093 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50095         [BZ #13153]
50096         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50097         2011-07-19 change.
50099         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50100         garbage value in a __mach_port_mod_refs call in the cases of the
50101         task-self and thread-self ports.
50103 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50105         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50107 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50109         * elf/dl-load.c (lose): Check for non-null L.
50111 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50113         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50115         * elf/dl-libc.c (dlerror_run): Pass back error code from
50116         dl_catch_error.
50118         [BZ #13123]
50119         * elf/dl-load.c (lose): Free l_origin if it is valid.
50121         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50122         names.
50123         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50124         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50125         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50126         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50127         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50128         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50130 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50132         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50133         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50134         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50135         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50136         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50137         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50138         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50139         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50140         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50141         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50143 2011-08-15  Alan Modra  <amodra@gmail.com>
50145         [BZ #13092]
50146         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50147         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50148         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50149         ppc_mcount to static-only-routines.
50150         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50151         __mcount_internal.
50152         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50153         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50155 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50157         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50158         for finite and infinity parameters.
50160 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50162         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50163         and add nop instructions for throughput optimization.
50164         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50166 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50168         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50169         aligned copy for power7 with vector-scalar instructions.
50170         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50172 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50174         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50175         AVX check.
50177 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50179         [BZ #13144]
50180         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50181         last change.
50183 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50185         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50186         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50187         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50188         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50189         clock_gettime.
50191 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50193         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50194         Forgot to demangle the pointer.
50196         * sysdeps/i386/sysdep.h: Define atom_text_section.
50197         * sysdeps/x86_64/sysdep.h: Likewise.
50198         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50199         section with atom_text_section.
50200         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50201         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50202         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50203         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50204         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50206         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50207         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50208         already be defined.  Change to take two parameters and don't assign
50209         result to variable.  Adjust all users.
50210         Define INTERNAL_GETTIME if not already defined.
50211         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50212         call.
50213         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50214         HAVE_CLOCK_GETTIME_VSYSCALL.
50215         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50217         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50218         gettimeofday vsyscall, just use time.
50220 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50222         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50223         <errno.h>.
50225 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50227         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50228         syscall on x86-64.
50229         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50230         syscall.
50231         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50232         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50233         syscall if possible.
50235 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50237         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50238         e_ident.  Don't pass to find_mapsXX.
50239         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50241 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50243         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50244         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50245         * sysdeps/x86_64/multiarch/strchr.S: Update.
50246         Check bit_slow_BSF bit.
50247         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50248         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50249         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50251 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50253         [BZ #13134]
50254         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50255         before glibc 2.15.
50256         (tryshell): Define.
50257         (__spawni): Change last parameter to be flag.  Test
50258         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50259         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50260         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50261         * posix/spawni.c: Likewise.
50262         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50263         * posix/spawnp.c: Likewise.  Change normal version to use
50264         SPAWN_XFLAGS_USE_PATH.
50265         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50266         SPAWN_XFLAGS_TRY_SHELL.
50268         [BZ #13150]
50269         * posix/glob.h: Remove gcc 1.x support.
50271         [BZ #13068]
50272         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50274 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50276         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50277         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50278         strrchr-sse2-bsf
50279         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50280         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50281         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50282         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50283         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50284         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50286 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50288         * sysdeps/x86_64/wcscmp.S: New file.
50290         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50291         wcscmp-c wcscmp-sse2
50292         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50293         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50294         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50295         * wcsmbs/wcscmp.c: Allow renaming.
50297 2011-09-05  David S. Miller  <davem@davemloft.net>
50299         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50300         stack slot, rather than the struct return pointer slot.
50301         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50302         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50304         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50306 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50308         * po/ja.po: Update from translation team.
50310         [BZ #13144]
50311         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50312         kernel in 64-bit binaries.
50314 2011-09-01  David S. Miller  <davem@davemloft.net>
50316         * elf/elf.h (HWCAP_SPARC_*): Move to..
50317         * sysdeps/sparc/sysdep.h: this new file and add new values.
50318         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50319         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50320         _DL_HWCAP_COUNT to 24.
50321         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50322         entries.
50323         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50324         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50325         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50326         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50327         instead of magic constants.
50328         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50330 2011-08-31  David S. Miller  <davem@davemloft.net>
50332         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50333         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50334         Reimplement to do errno handling inline.
50335         (SYSCALL_ERROR_HANDLER): New macro.
50336         (__SYSCALL_STRING): Do not do errno handling in asm.
50337         (__CLONE_SYSCALL_STRING): Delete.
50338         (__INTERNAL_SYSCALL_STRING): Delete.
50339         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50340         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50341         (PSEUDO): Reimplement to do errno handling inline.
50342         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50343         (SYSCALL_ERROR_HANDLER): New macro.
50344         (__SYSCALL_STRING): Do not do errno handling in asm.
50345         (__CLONE_SYSCALL_STRING): Delete.
50346         (__INTERNAL_SYSCALL_STRING): Delete.
50347         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50348         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50349         i386.
50350         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50351         (inline_syscall*): Add 'err' argument.
50352         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50353         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50354         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50355         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50357         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50358         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50360 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50362         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50364 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50366         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50367         directive.
50369 2011-08-24  David S. Miller  <davem@davemloft.net>
50371         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50373 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50375         * elf/Makefile: Add rules to build and run unload8 test.
50376         * elf/unload8.c: New file.
50377         * elf/unload8mod1.c: New file.
50378         * elf/unload8mod1x.c: New file.
50379         * elf/unload8mod2.c: New file.
50380         * elf/unload8mod3.c: New file.
50382         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50383         it wasn't used.
50385 2011-08-23  David S. Miller  <davem@davemloft.net>
50387         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50388         subtract stack bias.
50389         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50390         %sp not %fp in calculations.
50391         (_JMPBUF_UNWINDS_ADJ): Likewise.
50393         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50394         (aio_suspend): Call it to force an exception region around the
50395         AIO_MISC_WAIT() invocation.
50397 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50399         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50400         backslash.
50402 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50404         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50405         protection macro.
50406         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50407         and <dl-machine.h>.
50408         (Elf64_FuncDesc): Remove.
50410 2011-08-22  David S. Miller  <davem@davemloft.net>
50412         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50413         sigaltstack check, add missing cfi directives.
50414         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50415         missing cfi directives, and sigaltstack handling.
50417 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50419         [BZ #11724]
50420         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50421         object is seen twice.
50422         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50424         * elf/Makefile (distribute): Add tst-initorder2.c.
50425         (tests): Add tst-initorder2.
50426         (modules-names): Add tst-initorder2a tst-initorder2b
50427         tst-initorder2c tst-initorder2d.  Add rules to build them.
50428         ($(objpfx)tst-initorder2.out): New rule.
50429         * elf/tst-initorder2.c: New file.
50430         * elf/tst-initorder2.exp: New file.
50432 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50434         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50436         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50437         dependencies back to end of function.
50439         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50440         $(elfobjdir)/ld.so.
50442 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50444         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50445         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50446         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50447         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50448         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50449         of __vdso_gettimeofday.
50450         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50451         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50452         attribute_hidden.
50453         (_libc_vdso_platform_setup): Remove initialization of
50454         __vdso_gettimeofday and __vdso_time.
50456 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50458         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50459         and fgetc_unlocked.
50460         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50461         getc_unlocked.
50463         * elf/dl-open.c (add_to_global): Report additions to the global scope
50464         for LD_DEBUG=scopes.
50465         (dl_open_worker): Also print scope of newly loaded dependencies.
50466         (_dl_show_scope): Indicate if there is no scope.
50468         [BZ #13114]
50469         * stdio-common/Makefile (tests): Add bug24.
50470         * stdio-common/bug24.c: New file.
50472 2011-08-19  Andreas Jaeger  <aj@suse.de>
50474         [BZ #13114]
50475         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50476         non-existant file when using close-on-exec mode.
50478 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50480         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50481         the very first instruction.
50483         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50484         the CFI state in the end.
50485         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50486         inclusion of dl-trampoline.h.
50487         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50489 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50491         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50492         expectations for long double.
50494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50495         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50497 2011-08-14  David S. Miller  <davem@davemloft.net>
50499         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50500         artificual limit depends upon the system page size.
50502 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50504         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50505         * resolv/Makefile: Define CFLAGS-libresolv.
50507 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50509         * nss/makedb.c (compute_tables): Make variables used in nested
50510         function static.
50512 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50514         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50515         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50516         if buffer was too small.
50518         * elf/pldd.c (main): Attach to all threads in the process.
50519         Rewrite /proc handling to use *at functions.
50521 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50523         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50524         specifies first scope to show.
50525         (dl_open_worker): Update callers.  Move printing scope of new
50526         object to before the relocation.
50527         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50528         * sysdeps/generic/ldsodefs.h: Update declaration.
50530         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50531         string for the scope number.
50533 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50535         * nscd/servicescache.c (cache_addserv): Make sure written is always
50536         initialized.
50538 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50540         * sysdeps/i386/i486/bits/atomic.h
50541         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50542         statement expression, so as to suppress "set but not used" warning.
50543         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50545         * string/strncat.c (STRNCAT): Use prototype definition.
50547         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50548         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50549         -Iprograms here.
50550         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50551         (localedef-modules): Add localedef.
50552         (locale-modules): Add locale.
50554         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50555         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50556         to avoid a warning.
50558 2011-08-14  David S. Miller  <davem@davemloft.net>
50560         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50561         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50563 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50565         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50566         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50567         * elf/rtld.c (dl_main): Set l_name of vDSO.
50568         Call _dl_show_scope when DL_DEBUG_SCOPES.
50569         (process_dl_debug): Recognize scopes flag and also set it for all.
50570         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50571         Declare _dl_show_scope.
50573         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50574         (do_dlopen): Pass caller_dlopen to dl_open.
50575         (__libc_dlopen_mode): Initialize caller_dlopen.
50577         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50578         of libc.  Make tolower call locale-independent.  Optimize a bit by
50579         using isdigit instead of isalnum.
50580         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50582 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50584         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50585         was a dependency or dynamically loaded.
50587 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50589         * intl/l10nflist.c: Allow architecture-specific pop function.
50590         * sysdeps/x86_64/l10nflist.c: New file.
50592         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50593         classification.
50595 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50597         * include/dirent.h: Add libc_hidden_proto for scandirat and
50598         scandirat64.  Don't declare __scandirat64.
50599         * dirent/scandirat.c: Add libc_hidden_def.
50600         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50601         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50603 2011-08-10  David S. Miller  <davem@davemloft.net>
50605         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50606         enum.
50607         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50608         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50609         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50611 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50613         * Versions.def [libc]: Add GLIBC_2.15.
50614         * dirent/Makefile (routines): Add scandirat and scandirat64.
50615         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50616         GLIBC_2.15.
50617         * dirent/dirent.h: Declare scandirat and scandirat64.
50618         * dirent/scandirat.c: New file.
50619         * dirent/scandirat64.c: New file.
50620         * sysdeps/wordsize-64/scandirat.c: New file.
50621         * sysdeps/wordsize-64/scandirat64.c: New file.
50622         * dirent/opendir.c: Define opendirat.
50623         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50624         using scandirat.
50625         * dirent/scandir64.c: Adjust for scandir.c change.
50626         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50627         __scandirat64, and __scandir_cancel_handler.
50628         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50629         additional parameter and use openat instead of open (outside of ld.so).
50630         Add new __opendir as wrapper around __opendirat.
50631         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50632         here without requiring old scandirat implementation.
50634 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50636         * dirent/scandir.c (cancel_handler): Renamed to
50637         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50638         defined.  Adjust users.
50639         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50640         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50642 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50644         * string/test-string.h (IMPL): Use __STRING to expand name and then
50645         stringify it.
50647         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50648         of cleanups.
50650 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50652         * string/Makefile: Update.
50653         (strop-tests): Append strncat.
50654         * string/test-wcscmp.c: New file.
50655         New comprehensive test for wcscmp.
50656         * string/test-strcmp.c: Update.
50657         (WIDE): New define.
50659 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50661         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50662         line.
50664 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50666         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50667         encoding to ACE if AI_IDN.
50669 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50671         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50672         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50674 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50676         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50677         Fix overflow bug in strncat.
50678         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50680         * string/test-strncat.c: Update.
50681         Add new tests for checking overflow bugs.
50683 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50685         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50686         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50687         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50688         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50689         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50690         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50691         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50692         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50693         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50695         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50696         (USE_AS_STRCAT): Define.
50697         Add strcat and strncat support.
50698         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50700 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50702         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50703         __n bigger than INT_MAX+1.
50704         (__strncmp_g): Likewise.
50706 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50708         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50709         * libio/stido.h: Likewise.
50711         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50712         (AF_NFC): Define.
50713         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50714         (AF_NFC): Define.
50716         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50717         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50718         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50719         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50720         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50722         [BZ #13021]
50723         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50724         installed.
50726         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50727         typo.
50728         (_dl_x86_64_save_sse): Likewise.
50730 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50732         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50733         OSXSAVE.
50734         (_dl_x86_64_save_sse): Likewise.
50736         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50738         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50740 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50742         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50743         change.
50744         (_dl_x86_64_save_sse): Use correct AVX check.
50746 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50748         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50749         bug in strncpy/strncat.
50750         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50752 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50754         * string/tester.c (test_strcat): Add tests for different alignments
50755         of source and destination.
50756         (test_strncat): Likewise.
50758 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50760         [BZ #12852]
50761         * posix/glob.c (glob): Check passed in values before using them in
50762         expressions to avoid some overflows.
50763         (glob_in_dir): Likewise.
50765         [BZ #13007]
50766         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50767         check for AVX enablement so that we don't crash with old kernels and
50768         new hardware.
50769         * elf/tst-audit4.c: Add same checks here.
50770         * elf/tst-audit6.c: Likewise.
50772         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50774 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50776         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50778 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50780         * po/cs.po: Update from translation team.
50781         * po/bg.po: Likewise.
50783 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50785         * misc/sys/cdefs.h: Add support for const attribute.
50786         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50787         to gnu_dev_{major,minor,makedev} functions.
50789 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50791         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50793 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50795         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50796         strlen results.
50798 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50800         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50801         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50802         register in order to avoid conflicts with the soft frame pointer
50803         being held in r11 when necessary.
50804         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50805         (INTERNAL_VSYSCALL_NCS): Likewise.
50807 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50809         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50810         * elf/dl-fini.c (_dl_fini): Adjust caller.
50811         * elf/dl-close.c (_dl_close_worker): Likewise.
50812         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50814 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50816         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50817         "aux_cache->nlibs < 0".
50819         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50820         in the reload-count case.
50822 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50824         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50825         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50826         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50827         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50828         * sysdeps/x86_64/multiarch/strcat.S: New file.
50829         * sysdeps/x86_64/multiarch/strncat.S: New file.
50830         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50831         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50832         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50833         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50834         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50835         (USE_AS_STRCAT): Define.
50836         Add strcat and strncat support.
50837         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50838         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50839         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50840         * string/strncat.c: Update.
50841         (USE_AS_STRNCAT): Define.
50842         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50843         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50844         and i7.
50845         * sysdeps/x86_64/multiarch/init-arch.h
50846         (bit_Prefer_PMINUB_for_stringop): New.
50847         (index_Prefer_PMINUB_for_stringop): Likewise.
50848         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50849         bit_Prefer_PMINUB_for_stringop.
50851 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50853         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50854         buffer64.
50855         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50856         of casting of buffer.
50857         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50858         buffer32 and buffer64.
50859         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50860         writes instead of casting of buffer.
50861         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50862         buffer32.
50863         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50864         casting of buffer.
50866 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50868         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50870 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50872         * nscd/nscd.c (termination_handler): Don't do anything for a database
50873         if it has not yet been initialized.
50875 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50877         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50879 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50881         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50883 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50885         * po/nl.po: Update from translation team.
50886         * po/sv.po: Likewise.
50888 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50890         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50891         now disallowed by GCC.
50893         * configure.in (use-default-link): Default to yes if a test -shared
50894         link meets our qualifications.
50895         * configure: Regenerated.
50897         * config.make.in (output-format): New variable.
50898         * configure.in: Check for ld --print-output-format support.
50899         * configure: Regenerated.
50900         * Makerules ($(common-objpfx)format.lds)
50901         [$(output-format) != unknown]: Just use $(output-format),
50902         instead of the linker-script munging.
50904 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50906         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50907         of $(common-objpfx)shlib.lds.
50908         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50910         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50911         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50913         * configure.in (-z relro check): Adjust test code to add a large
50914         writable data section after it.
50915         * configure: Regenerated.
50917 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50919         * configure.in (-z relro check): Fix test code to make the variable
50920         truly const.
50921         * configure: Regenerated.
50923 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50925         * nscd/nscd.h (struct traced_file): Define.
50926         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50927         elements.  Add traced_files.
50928         (inotify_fd): Declare.
50929         (register_traced_file): Declare.
50930         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50931         (inotify_fd): Export.
50932         (resolv_conf_descr): Remove.
50933         (nscd_init): Move inotify descriptor creation to main.
50934         Don't register files for notification here.
50935         (register_traced_file): New function.
50936         (invalidate_cache): Don't use reset_res to determine whether to call
50937         res_init, go through the list of registered files.
50938         (main_loop_poll): The inotify descriptors are now stored in the
50939         structures for the traced files.
50940         (main_loop_epoll): Likewise
50941         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50942         to __nss_disable_nscd.
50943         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50944         for a database anymore.  Check the records for all the registered
50945         files instead.
50946         * nss/Makefile (libnss_files-routines): Add files-init.
50947         (libnss_db-routines): Add db-init.
50948         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50949         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50950         * nss/nss_db/db-init.c: New file.
50951         * nss/nss_files/files-init.c: New file.
50952         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50953         __nss_lookup_function.
50954         (__nss_lookup_function): Call nss_load_library.
50955         (nss_load_all_libraries): New function.
50956         (__nss_disable_nscd): Take parameter with callback function for files
50957         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50958         used for the cached services.
50959         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50960         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50961         options for features to all the files in nscd.
50963         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50965 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50967         * csu/elf-init.c (__libc_csu_init): Comment typo.
50969 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50971         * po/pl.po: Update from translation team.
50972         * po/ja.po: Likewise.
50973         * po/ru.po: Likewise.
50974         * po/ko.po: Likewise.
50975         * po/fr.po: Likewise.
50977 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50979         * configure.in (.ctors/.dtors header and trailer check):
50980         Use an empirical test on a built program.
50981         * configure: Regenerated.
50983         * configure.in (-z relro check): Use an empirical test on a built DSO.
50984         Detect, but do not require, on ia64.
50985         * configure: Regenerated.
50987         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50988         Update tests that use readelf to use $READELF instead.
50989         * configure: Regenerated.
50991 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50993         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50994         if the result is not used.
50996 2011-07-05  Andreas Jaeger  <aj@suse.de>
50998         [BZ#9696]
50999         * stdlib/tst-strtod.c: Add testcase.
51001 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51003         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51004         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51005         The latter has a higher limit.  Take additional parameter to pass to
51006         the new function.
51007         (__pathconf): Pass file to __statfs_link_max.
51008         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51009         __statfs_link_max.
51010         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51011         __statfs_link_max.
51013         [BZ #12868]
51014         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51015         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51016         Handle Lustre.
51017         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51018         (__statfs_filesize_max): Likewise.
51019         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51021 2011-07-05  Andreas Jaeger  <aj@suse.de>
51023         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51025 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51027         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51028         `status' variable.
51029         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51030         Likewise.
51032 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51034         * Makefile (strop-tests): Add strncat.
51035         * string/test-strncat.c: New file.
51037 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51039         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51041 2011-06-21  Andreas Jaeger  <aj@suse.de>
51043         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51044         Copy rule from iconvdata/Makefile.
51046 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51048         [BZ #12922]
51049         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51050         but no long options are defined, just return 'W'.
51052 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51054         [BZ #9696]
51055         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51057 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51059         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51060         netgroups to read.
51061         (innetgr): Likewise.
51063 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51065         * config.make.in (install_root): Default to $(DESTDIR).
51067 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51069         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51071 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51073         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51075         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51076         containing directory rather than embedding absolute directory names.
51078         * scripts/check-local-headers.sh: Rewritten using awk.
51079         Match by word, not by line.  Print error messages for matches.
51080         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51082         * Makerules [shlib-lds-flags empty]:
51083         ($(common-objpfx)libc_pic.opts): New target.
51084         ($(common-objpfx)libc_pic.os.clean): New target.
51085         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51087         * config.make.in (OBJCOPY): New variable.
51088         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51089         * configure: Regenerated.
51091         * config.make.in (use-default-link): New variable.
51092         * configure.in (use_default_link): Grok --with-default-link to set it.
51093         * configure: Regenerated.
51094         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51095         (shlib-lds, shlib-lds-flags): Define to empty.
51097         * Makerules (shlib-lds): New variable.
51098         (shlib-lds-flags): New variable.
51099         (build-shlib, build-moduile, build-module-asneeded): Use it.
51100         ($(common-objpfx)libc.so): Use $(shlib-lds).
51101         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51102         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51104         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51105         DT_FLAGS/DT_FLAGS_1 with zero flags.
51107         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51108         linker script munging.
51110 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51112         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51113         as 128-bit value.
51114         * crypt/sha512.c (sha512_process_block): Perform total addition using
51115         128-bit if possible.
51116         (__sha512_finish_ctx): Likewise.
51117         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51118         as 64-bit value.
51119         * crypt/sha256.c (SWAP64): Define.
51120         (sha256_process_block): Perform total addition using 64-bit if
51121         possible.
51122         (__sha256_finish_ctx): Likewise.
51124 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51126         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51127         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51128         * nscd/hstcache.c (cache_addhst): Likewise.
51129         * nscd/grpcache.c (cache_addgr): Likewise.
51130         * nscd/aicache.c (addhstaiX): Likewise
51131         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51133 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51135         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51136         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51137         * nscd/hstcache.c (cache_addhst): Likewise.
51138         * nscd/grpcache.c (cache_addgr): Likewise.
51139         * nscd/aicache.c (addhstaiX): Likewise
51141 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51143         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51144         domain only when needed.
51146 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51148         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51149         is always restored.
51151 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51153         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51154         are re-adding the entry.
51155         * nscd/servicescache.c (cache_addserv): Likewise.
51157 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51159         * sysdeps/generic/dl-irel.h: fix protection against multiple
51160         inclusions.
51161         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51163 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51165         [BZ #12935]
51166         * malloc/memusage.sh: Fix quoting in message.
51167         * debug/xtrace.sh: Likewise.
51169         * configure.in: Remove support for --experimental-malloc option, make
51170         it the default.
51171         * config.make.in: Likewise.
51172         * malloc/Makefile: Likewise.
51174 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51176         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51177         two-byte characters.
51179 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51181         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51182         AC_CACHE_CHECK invocation.
51183         * configure: Regenerated.
51185         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51187 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51189         [BZ #12350]
51190         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51191         bit from old_res_options.
51193         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51195         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51196         value type for setfct.
51198 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51200         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51201         __gettimeofday instead of gettimeofday.
51203 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51205         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51207 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51209         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51211         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51212         info.
51214 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51216         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51217         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51218         strcpy-sse2-unaligned strncpy-sse2-unaligned
51219         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51220         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51221         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51222         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51223         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51224         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51225         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51226         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51227         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51228         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51229         (STRCPY): Support SSE2 and SSSE3 versions.
51231 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51233         [BZ #12874]
51234         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51235         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51236         kernels which artificially limit size of requests.
51238 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51240         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51241         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51242         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51243         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51244         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51245         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51246         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51247         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51248         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51249         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51250         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51251         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51252         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51253         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51254         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51255         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51256         Enable unaligned load optimization for Intel Core i3, i5 and i7
51257         processors.
51258         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51259         Define.
51260         (index_Fast_Unaligned_Load): Define.
51261         (HAS_FAST_UNALIGNED_LOAD): Define.
51263 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51265         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51267 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51269         [BZ #12907]
51270         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51271         until it is clear that the information is realy needed.
51272         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51274 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51276         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51278 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51280         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51281         /sys/devices/system/cpu/online if it is usable.
51283         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51284         reading the information from the /proc filesystem to once a second.
51286 2011-06-21  Andreas Jaeger  <aj@suse.de>
51288         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51289         NULL after inclusion of kernel headers.
51291 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51293         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51294         calls to internal_setent.
51296         [BZ #12885]
51297         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51298         addresses using gethostbyname4_r ignore IPv4 addresses.
51300         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51301         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51303         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51305 2011-06-20  David S. Miller  <davem@davemloft.net>
51307         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51308         inclusions.
51309         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51311         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51312         (elf_irel): Use it.
51313         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51314         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51315         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51316         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51317         * sysdeps/x86_64/dl-irel.h: Likewise.
51319         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51320         * elf/dl-sym.c: Likewise.
51322 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51324         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51325         need to dereference resplen2.
51327 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51329         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51331 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51333         * Makeconfig: Define vardbdir and inst_vardbdir.
51334         * nss/Makefile: Add rules to install db-Makefile.
51336         * nss/nss_db/db-XXX.c: Cleanup.
51338         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51339         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51340         GLIBC_PRIVATE.
51341         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51342         * nss/makedb.c: Implement -g option to specify that value strings
51343         are generated and should not be added to table iterated over for
51344         get*ent calls.
51345         * nss/nss_db/db-initgroups.c: New file.
51347         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51348         interface.
51350         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51351         (internal_getgrouplist): Adjust to name change.
51352         Update use_initgroups_entry if this is not the first call.
51353         * nss/databases.def: Add initgroups entry.
51355         * nss/makedb.c (compute_tables): Check result of multiple hash table
51356         sizes to minimize maximum chain length.
51358 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51360         * Versions.def: Add entry for libnss_db.
51361         * shlib-versions: Likewise.
51362         * nss/Makefile: Add rules to build libnss_db.
51363         * nss/Versions: Add libnss_db information.  Organize libnss_files
51364         entries better.
51365         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51366         makedb progra.  Some minor improvements to generate smaller files.
51367         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51368         here from...
51369         * nss/makedb.c: ...here.
51370         Improve database format to be smaller and require less memory at
51371         runtime.
51372         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51373         db anymore.
51374         * nss/nss_db/db-netgrp.c: Likewise.
51375         * nss/nss_db/db-open.c: Likewise.
51376         * nss/nss_files/flies-XXX.x: Adjust comments.
51377         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51378         * nss/nss_files/files-grp.c: Likewise.
51379         * nss/nss_files/files-hosts.c: Likewise.
51380         * nss/nss_files/files-network.c: Likewise.
51381         * nss/nss_files/files-proto.c: Likewise.
51382         * nss/nss_files/files-pwd.c: Likewise.
51383         * nss/nss_files/files-rpc.c: Likewise.
51384         * nss/nss_files/files-service.c: Likewise.
51385         * nss/nss_files/files-sgrp.c: Likewise.
51386         * nss/nss_files/files-spwd.c: Likewise.
51387         * nss/nss_db/db-alias.c: Removed.
51388         * nss/nss_db/dummy-db.h: Removed.
51390 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51392         * nss/makedb.c: Rewritten to not use database library.
51393         * nss/Makefile: Update to build new makedb program.
51395 2011-06-14  Andreas Jaeger  <aj@suse.de>
51397         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51398         memset declaration.
51400 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51402         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51403         tmpbuf.
51405 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51407         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51408         * elf/Makefile ($(objpfx)ld.so): Likewise.
51410         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51411         Don't list ld.so twice in dependencies.
51413         * posix/bug-regex31.c: Include <stdlib.h>.
51415         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51417         * nis/nss_compat/compat-spwd.c
51418         (getspent_next_nss_netgr): Remove unused variable.
51419         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51421         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51422         nonmembers" output to use the right array.
51424         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51426         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51428         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51429         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51430         * catgets/gencat.c (read_input_file): Likewise.
51431         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51433         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51434         variable definition inside #if's controlling its use.
51436         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51438         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51440         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51442         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51443         unreachable code.
51445         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51447         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51448         * configure: Regenerated.
51450         * Makerules: Revert last change.
51451         * elf/Makefile: Likewise.
51453 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51455         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51456         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51457         (reloc-link): Likewise.
51459 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51461         * elf/Makefile: Add rules to build pldd.
51462         * elf/pldd.c: New file.
51463         * elf/pldd-xx.c: New file.
51465 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51467         * version.h: Update for 2.15 development version.
51469 2011-06-07  David S. Miller  <davem@davemloft.net>
51471         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51472         ifuncs.
51473         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51474         elf_machine_lazy_rel): Likewise.
51475         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51476         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51477         elf_machine_lazy_rel): Likewise.
51478         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51479         dl_hwcap via passed in argument.
51480         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51481         Likewise.
51483 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51485         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51487 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51489         [BZ #12849]
51490         * manual/fdl-1.1.texi: New file, verbatim from:
51491         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51492         * manual/lgpl-2.1.texi: New file, verbatim from:
51493         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51494         * manual/Makefile (licenses): New variable, list those new file names.
51495         (texis): Use it.
51496         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51498         * manual/fdl.texi: File removed.
51499         * manual/lesser.texi: File removed.
51500         * manual/libc.texinfo (Copying, Documentation License):
51501         Use new @include file names, put @appendix directive before @include.
51503 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51505         [BZ #12841]
51506         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51507         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51508         (mq_open): Add __NTH.
51510 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51512         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51513         Assume Intel Core i3/i5/i7 processor if AVX is available.
51515 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51517         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51518         typo.
51520 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51522         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51523         memory.  Use alloca_account.  Fix memory leak when retrying.
51525 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51527         * version.h (RELEASE): Bump for 2.14 release.
51528         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51530         * config.make.in (RANLIB): Remove entry.
51532 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51534         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51535         (libc.pot): Work around missing support for .ksh extension in xgettext.
51537         [BZ #12684]
51538         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51539         if both request failed.
51540         (send_dg): In case of server errors clear resplen or *resplen2.
51542         [BZ #12454]
51543         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51544         when there are multiple maps.
51545         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51546         (_dl_fini): Remove test here.
51548         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51550 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51552         [BZ #12350]
51553         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51554         bit from old_res_options.
51555         (gaih_inet): Likewise.
51557         [BZ #11099]
51558         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51559         as signed.
51561         * resolv/res_init.c (res_setoptions): Make the code more compact.
51563         [BZ #11558]
51564         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51565         set RES_USEVC.
51567         [BZ #11634]
51568         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51570         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51572         [BZ #11781]
51573         * malloc/malloc.h: Declare malloc hook variables as volatile.
51575         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51576         in last patch.
51578         [BZ #11799]
51579         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51580         raise in the comment.
51581         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51582         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51583         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51585 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51587         [BZ #12811]
51588         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51589         grow the buffers more if it already has to be sufficient.
51590         (build_wcs_upper_buffer): Likewise.
51591         * posix/regexec.c (check_matching): Likewise.
51592         (clean_state_log_if_needed): Likewise.
51593         (extend_buffers): Don't enlarge buffers beyond size of the input
51594         buffer.
51595         Patches mostly by Emil Wojak <emil@wojak.eu>.
51596         * posix/bug-regex32.c: New file.
51597         * posix/Makefile (tests): Add bug-regex32.
51599         * locale/findlocale.c (_nl_find_locale): Return right away if
51600         _nl_explode_name failed.
51601         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51603         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51605         * debug/xtrace.sh: Unify messages.
51606         * malloc/memusage.sh: Likewise.
51608         [BZ #12813]
51609         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51610         time symbol from vDSO.  Substitute with vsyscall if not available.
51611         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51612         __vdso_time.
51614         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51615         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51616         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51617         Add sendmmsg and internal_sendmmsg.
51618         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51619         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51620         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51622         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51623         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51624         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51626 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51628         [BZ #12813]
51629         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51630         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51631         available.
51632         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51633         __vdso_getcpu.
51635         [BZ #12814]
51636         * iconvdata/Makefile (tests): Add bug-iconv9.
51637         * iconvdata/bug-iconv9.c: New file.
51639 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51641         [BZ #12814]
51642         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51644 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51646         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51647         (struct user_regs_struct): Change intcs field back to cs.
51649 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51651         * po/ja.po: Update from translation team.
51653 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51655         [BZ #12795]
51656         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51657         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51659 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51661         * stdlib/longlong.h: Update from GCC.
51663 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51665         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51666         parameter name.
51667         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51668         Add parameter name.
51669         (__sysconf): Pass it down.
51671 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51673         [BZ #12671]
51674         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51675         some situations.
51676         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51677         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51678         add in in __libc_use_alloca calls.  Adjust callers.
51679         (glob): Use malloc in some situations.
51681         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51682         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51683         pltexit.
51685 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51687         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51688         and CLOCK_BOOTTIME_ALARM.
51690         [BZ #12782]
51691         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51692         is returned.
51694         * string/_strerror.c (__strerror_r): Print negative errors as signed
51695         numbers.
51697         [BZ #12777]
51698         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51699         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51700         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51702         * configure.in: Fix typo in redirection and correct removal of test
51703         files in two cases.
51705         [BZ #12788]
51706         * locale/setlocale.c (new_composite_name): Fix test to check for
51707         identical name of all categories.
51709         [BZ #12792]
51710         * libio/filedoalloc.c (local_isatty): New function.
51711         (_IO_file_doallocate): Use local_isatty.
51712         * stdio-common/perror.c (perror): In case a new stream is used
51713         forward the stream error.
51714         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51715         error flag.
51717 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51719         [BZ #11869]
51720         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51721         alloca.
51722         * include/alloca.h (extend_alloca_account): Define.
51724         [BZ #11857]
51725         * posix/regex.h: Fix comments with documentation of user-accessible
51726         fields after compilation and describe correct free'ing of pattern
51727         after re_compile_pattern.
51728         Patch by Reuben Thomas <rrt@sc3d.org>.
51730 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51732         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51733         and -mno-altivec to prevent the compiler from using Altivec and/or
51734         VSX instructions when the corresponding registers are not available.
51736 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51738         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51740 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51742         * libio/freopen.c (freopen): Use __dup2, not dup2.
51743         * libio/freopen64.c (freopen64): Likewise.
51745 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51747         [BZ #12775]
51748         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51749         * math/Makefile (tests): Add test-powl.
51750         (CFLAGS-test-powl.c): Define.
51751         * math/test-powl.c: New file.
51753 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51755         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51757 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51759         [BZ #11837]
51760         * iconvdata/gb18030.c: Update to GB18020-2005.
51762 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51764         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51765         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51766         Patch by Aharon Robbins <arnold@skeeve.com>.
51768         [BZ #11892]
51769         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51770         on the stack.
51772         [BZ #11895]
51773         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51774         through underflows.
51776         [BZ #12766]
51777         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51778         point to strings before performing equality test for error_one_per_line
51779         mode.
51781         [BZ #11697]
51782         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51784         [BZ #11820]
51785         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51786         (struct user_fpregs_struct): Avoid __uint*_t types.
51788         [BZ #6420]
51789         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51790         symbol info.  Use it instead of calling _dl_addr locally.
51791         (lock_and_info): New function.
51792         (tr_freehook): Call lock_and_info and pass symbol info as additional
51793         parameter to tr_where.
51794         (tr_mallochook): Likewise.
51795         (tr_reallochook): Likewise.
51796         (tr_memalignhook): Likewise.
51798         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51799         used and couldn't be at all thread-safe.
51801 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51803         * libio/freopen.c (freopen): Don't close old file descriptor
51804         before the new one is opened.  Instead dup the new file descriptor
51805         to the old one after the new stream is created.
51806         * libio/freopen64.c (freopen64): Likewise.
51807         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51808         * libio/fileops.c (_IO_new_file_close_it): Handle new
51809         _IO_FLAGS2_NOCLOSE flag.
51810         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51811         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51812         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51813         _IO_FLAGS2_NOCLOSE flag.
51814         * include/unistd.h: Add hidden_proto for dup3.
51815         Define __have_dup3.
51816         * io/dup3.c: Define hidden symbol.
51817         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51819         [BZ #7101]
51820         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51821         when an incomplete long option is used.
51822         * posix/tst-getopt_long1.c: New file.
51823         * posix/Makefile (tests): Add tst-getopt_long1.
51825         [BZ #10138]
51826         * scripts/config.guess: Update from autoconf-2.68.
51827         * scripts/config.sub: Likewise.
51829         [BZ #10157]
51830         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51831         tests into ...
51832         (has_cpuclock): ...this.  New function.
51833         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51834         macro here based on has_cpuclock code.
51836         [BZ #10149]
51837         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51838         First byte (not low byte) is now always NUL.
51839         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51841         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51842         Use non-cancelable interfaces.
51844         [BZ #9809]
51845         * locale/iso-639.def: Add entry for Sorani.
51847         [BZ #11901]
51848         * include/stdlib.h: Move include protection to the right place.
51849         Define abort_msg_s.  Declare __abort_msg with it.
51850         * stdlib/abort.c (__abort_msg): Adjust type.
51851         * assert/assert.c (__assert_fail_base): New function.  Majority
51852         of code from __assert_fail.  Allocate memory for __abort_msg with
51853         mmap.
51854         (__assert_fail): Now call __assert_fail_base.
51855         * assert/assert-perr.c: Remove bulk of implementation.  Use
51856         __assert_fail_base.
51857         * include/assert.hL Declare __assert_fail_base.
51858         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51859         mmap.
51860         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51862 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51864         [BZ #11952]
51865         [BZ #12453]
51866         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51867         until all modules are registered in the DTV.
51868         * elf/Makefile: Add rules to build and run tst-tls19.
51869         * elf/tst-tls19.c: New file.
51870         * elf/tst-tls19mod1.c: New file.
51871         * elf/tst-tls19mod2.c: New file.
51872         * elf/tst-tls19mod3.c: New file.
51873         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51875         [BZ #12083]
51876         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51877         correctly.
51879         [BZ #12601]
51880         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51881         two-byte sequence errors.
51882         * iconvdata/Makefile (tests): Add bug-iconv8.
51883         * iconvdata/bug-iconv8.c: New file.
51885         [BZ #12626]
51886         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51887         buf2 definition.
51889         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51891         [BZ #12432]
51892         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51893         (dummy_getcfa): New function.
51894         (init): Get _Unwind_GetCFA address, use dummy if not found.
51895         (backtrace_helper): In recursion check, also check whether CFA changes.
51896         (__backtrace): Completely initialize arg.
51898         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51899         storing incomplete byte sequence in state object.  Avoid testing for
51900         guaranteed too small input if we know there is enough data available.
51902 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51904         * Makeconfig (+link-pie): Indent.
51905         * Rules (binaries-pie): Define if $(have-fpie) and
51906         $(build-shared).
51907         (binaries-shared): Also filter out $(binaries-pie).
51908         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51909         * nscd/Makefile (others-pie): Add nscd.
51910         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51911         ($(objpfx)nscd): Remove command override.
51912         * login/Makefile (others-pie): Add pt_chown.
51913         ($(objpfx)pt_chown): Remove command override.
51914         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51915         remove command overrides.
51917 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51919         * libio/tst_putwc.c: Fix error messages.
51921         [BZ #12724]
51922         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51923         currently writing and seek to current position when not.
51924         * libio/Makefile (tests): Add bug-fclose1.
51925         * libio/bug-fclose1.c: New file.
51927 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51929         [BZ #12511]
51930         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51931         don't set DF_1_NODELETE here.
51932         (do_lookup_x): When entering new entry test for copy relocation
51933         and if necessary set DF_1_NODELETE flag.
51934         * elf/tst-unique4.cc: New file.
51935         * elf/tst-unique4.h: New file.
51936         * elf/tst-unique4lib.cc: New file.
51937         * elf/Makefile: Add rules to build and run tst-unique4.
51938         Patch by Piotr Bury <pbury@goahead.com>.
51940 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51942         [BZ #12052]
51943         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51945         [BZ #12625]
51946         * misc/mntent_r.c (addmntent): Flush the stream after the output
51948         [BZ #12393]
51949         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51950         (is_trusted_path_normalize): Skip initial colon.  Append slash
51951         to empty buffer.  Duplicate is_trusted_path code but allow
51952         constructed patch to be prefix.
51953         (is_dst): Allow $ORIGIN followed by /.
51954         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51955         Correct testing of result of is_trusted_path_normalize
51956         (decompose_rpath): Fix warning.
51958 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51960         [BZ #11257]
51961         * grp/initgroups.c (internal_getgrouplist): When we found the service
51962         list through the initgroups entry in nsswitch.conf do not always
51963         continue on a successful lookup.  Don't always use the
51964         __nss_group_database value if it is set.
51965         * nss/nsswitch.conf (initgroups): Change action for successful db
51966         lookup to continue for compatibility.
51968 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51970         [BZ #11532]
51971         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51972         and CP774 modules.
51973         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51974         and CP774 modules.
51975         * iconvdata/tst-tables.sh: Likewise.
51976         * iconvdata/cp770.c: New file.
51977         * iconvdata/cp771.c: New file.
51978         * iconvdata/cp772.c: New file.
51979         * iconvdata/cp773.c: New file.
51980         * iconvdata/cp774.c: New file.
51981         * iconvdata/testdata/CP770: New file.
51982         * iconvdata/testdata/CP770..UTF8: New file.
51983         * iconvdata/testdata/CP771: New file.
51984         * iconvdata/testdata/CP771..UTF8: New file.
51985         * iconvdata/testdata/CP772: New file.
51986         * iconvdata/testdata/CP772..UTF8: New file.
51987         * iconvdata/testdata/CP773: New file.
51988         * iconvdata/testdata/CP773..UTF8: New file.
51989         * iconvdata/testdata/CP774: New file.
51990         * iconvdata/testdata/CP774..UTF8: New file.
51992         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51993         END CHARMAP line.
51994         * iconvdata/gen-8bit-gap.sh: Likewise.
51995         * iconvdata/gen-8bit.sh: Likewise.
51997         * locale/iso-639.def: Add ary entry.
51999         [BZ #11258]
52000         * locale/C-translit.h.in: Add U20A1 transliteration.
52002         [BZ #12178]
52003         * locale/iso-639.def: Add wae entry.
52004         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52006         [BZ #12545]
52007         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52008         for n.
52010         [BZ #12711]
52011         * locale/C-translit.h.in: Add entry for U20B9.
52012         Patch by pravin.d.s@gmail.com.
52014 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52016         [BZ #12713]
52017         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52018         ENAMETOOLONG use generic getcwd.
52019         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52020         in rtld.  Use *stat64.
52021         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52022         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52023         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52024         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52025         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52026         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52027         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52028         __fstatat64 macros.
52029         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52030         * dirent/rewinddir.c: Add libc_hidden_def.
52031         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52032         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52034         * include/dirent.h (__alloc_dir): Add flags parameter.
52035         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52036         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52037         __alloc_dir.
52038         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52039         from fdopendir if O_CLOEXEC is already set.
52041 2011-03-15  Alan Modra  <amodra@gmail.com>
52043         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52044         l_tls_firstbyte_offset non-zero.  Save padding offset in
52045         l_tls_firstbyte_offset for later use.
52046         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52047         freeing static tls block.
52049 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52051         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52052         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52053         being defined by the kernel headers.
52055 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52057         [BZ #12734]
52058         * resolv/resolv.h: Define RES_NOTLDQUERY.
52059         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52060         no-tld-query and set RES_NOTLDQUERY.
52061         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52062         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52063         modern BIND to search name as TLD unless forbidden.
52065 2011-05-07  Petr Baudis  <pasky@suse.cz>
52066             Ulrich Drepper  <drepper@gmail.com>
52068         [BZ #12393]
52069         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52070         (is_trusted_path): ...to here.
52071         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52072         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52073         using is_trusted_path_normalize() in setuid scripts.
52075 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52077         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52078         __BEGIN/__END_DECLS.
52080 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52082         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52083         NSS_STATUS_NOTFOUND if no record was found.
52085 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52087         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52088         (headers-not-in-tirpc): Remove rpc/netdb.h
52089         * resolv/netdb.h: Revert last change.
52091 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52093         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52094         circular dependency between libgcc.a and libc.a.
52096 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52098         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52099         * nis/Makefile: Don't install rpcsvc/*.
52100         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52101         instead of <rpc/types.h>.
52102         (MAXHOSTNAMELEN): Define.
52104 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52106         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52108 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52110         [BZ #12714]
52111         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52112         gethostbyname4_r when IPv6 results are possible.
52114 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52116         [BZ #12723]
52117         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52118         _PC_PIPE_BUF handling.
52120 2011-04-30  Bruno Haible  <bruno@clisp.org>
52122         [BZ #12717]
52123         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52124         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52125         to 'int'.
52126         * inet/getnameinfo.c (getnameinfo): Likewise.
52128 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52130         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52131         to groups setting in database lookup.
52132         * nss/nsswitch.conf: Add initgroups entry.
52134 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52136         [BZ #12685]
52137         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52138         mode string.
52139         Patch by Eric Blake <eblake@redhat.com>.
52141 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52143         * sunrpc/Makefile (need-export-routines): Add svc_run.
52144         (routines): Remove svc_run.
52145         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52146         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52147         * sunrpc/svc_run.c (svc_run): Likewise.
52148         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52150 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52152         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52153         problem in reallocation in last patch.
52155 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52157         * sunrpc/Makefile: Move inclusion of Rules.
52159 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52161         * nss/nss_files/files-initgroups.c: New file.
52162         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52163         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52164         _nss_files_initgroups_dyn.
52166 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52168         * elf/elf.h (R_ARM_IRELATIVE): Define.
52170 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52172         * po/ru.po: Update from translation team.
52174 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52176         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52177         dependencies.
52179 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52181         [BZ #12653]
52182         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52183         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52184         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52185         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52186         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52188 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52190         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52191         differing bytes.
52192         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52193         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52194         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52196 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52198         [BZ #12420]
52199         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52200         storing it.
52201         * stdlib/bug-getcontext.c: New file.
52202         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52204 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52206         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52207         instructions into .machine "z9-109".
52208         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52209         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52211 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52213         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52214         between environment variables and auxiliary vector.
52216 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52218         * Makefile: Add rules to build linkobj/libc.so.
52219         * include/libc-symbols.h: Define libc_hidden_nolink.
52220         * include/rpc/auth.h: Mark functions which are to be hidden.
52221         * include/rpc/auth_des.h: Likewise.
52222         * include/rpc/auth_unix.h: Likewise.
52223         * include/rpc/clnt.h: Likewise.
52224         * include/rpc/des_crypt.h: Likewise.
52225         * include/rpc/key_prot.h: Likewise.
52226         * include/rpc/pmap_clnt.h: Likewise.
52227         * include/rpc/pmap_prot.h: Likewise.
52228         * include/rpc/pmap_rmt.h: Likewise.
52229         * include/rpc/rpc_msg.h: Likewise.
52230         * include/rpc/svc.h: Likewise.
52231         * include/rpc/svc_auth.h: Likewise.
52232         * include/rpc/xdr.h: Likewise.
52233         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52234         * nss/Makefile: Likewise.
52235         * sunrpc/Makefile: Don't install headers.  Build library with normal
52236         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52237         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52238         for the compat linking library.  Remove use of INTDEF/INTUSE.
52239         * sunrpc/auth_none.c: Likewise.
52240         * sunrpc/auth_unix.c: Likewise.
52241         * sunrpc/authdes_prot.c: Likewise.
52242         * sunrpc/authuxprot.c: Likewise.
52243         * sunrpc/clnt_gen.c: Likewise.
52244         * sunrpc/clnt_perr.c: Likewise.
52245         * sunrpc/clnt_raw.c: Likewise.
52246         * sunrpc/clnt_simp.c: Likewise.
52247         * sunrpc/clnt_tcp.c: Likewise.
52248         * sunrpc/clnt_udp.c: Likewise.
52249         * sunrpc/clnt_unix.c: Likewise.
52250         * sunrpc/des_crypt.c: Likewise.
52251         * sunrpc/des_soft.c: Likewise.
52252         * sunrpc/get_myaddr.c: Likewise.
52253         * sunrpc/key_call.c: Likewise.
52254         * sunrpc/key_prot.c: Likewise.
52255         * sunrpc/netname.c: Likewise.
52256         * sunrpc/pm_getmaps.c: Likewise.
52257         * sunrpc/pm_getport.c: Likewise.
52258         * sunrpc/pmap_clnt.c: Likewise.
52259         * sunrpc/pmap_prot.c: Likewise.
52260         * sunrpc/pmap_prot2.c: Likewise.
52261         * sunrpc/pmap_rmt.c: Likewise.
52262         * sunrpc/publickey.c: Likewise.
52263         * sunrpc/rpc_cmsg.c: Likewise.
52264         * sunrpc/rpc_common.c: Likewise.
52265         * sunrpc/rpc_dtable.c: Likewise.
52266         * sunrpc/rpc_prot.c: Likewise.
52267         * sunrpc/rpc_thread.c: Likewise.
52268         * sunrpc/rtime.c: Likewise.
52269         * sunrpc/svc.c: Likewise.
52270         * sunrpc/svc_auth.c: Likewise.
52271         * sunrpc/svc_authux.c: Likewise.
52272         * sunrpc/svc_raw.c: Likewise.
52273         * sunrpc/svc_run.c: Likewise.
52274         * sunrpc/svc_simple.c: Likewise.
52275         * sunrpc/svc_tcp.c: Likewise.
52276         * sunrpc/svc_udp.c: Likewise.
52277         * sunrpc/svc_unix.c: Likewise.
52278         * sunrpc/svcauth_des.c: Likewise.
52279         * sunrpc/xcrypt.c: Likewise.
52280         * sunrpc/xdr.c: Likewise.
52281         * sunrpc/xdr_array.c: Likewise.
52282         * sunrpc/xdr_float.c: Likewise.
52283         * sunrpc/xdr_intXX_t.c: Likewise.
52284         * sunrpc/xdr_mem.c: Likewise.
52285         * sunrpc/xdr_rec.c: Likewise.
52286         * sunrpc/xdr_ref.c: Likewise.
52287         * sunrpc/xdr_sizeof.c: Likewise.
52288         * sunrpc/xdr_stdio.c: Likewise.
52290 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52292         [BZ #12650]
52293         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52294         * sysdeps/ia64/dl-tls.h: Likewise.
52295         * sysdeps/powerpc/dl-tls.h: Likewise.
52296         * sysdeps/s390/dl-tls.h: Likewise.
52297         * sysdeps/sh/dl-tls.h: Likewise.
52298         * sysdeps/sparc/dl-tls.h: Likewise.
52299         * sysdeps/x86_64/dl-tls.h: Likewise.
52300         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52302 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52304         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52305         rpath element also skip the following colon.
52306         (expand_dynamic_string_token): Add is_path parameter and pass
52307         down to DL_DST_REQUIRED and _dl_dst_substitute.
52308         (decompose_rpath): Call expand_dynamic_string_token with
52309         non-zero is_path.  Ignore empty rpaths.
52310         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52311         with zero is_path.
52313 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52316         Make cancelable.
52318 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52320         [BZ #12655]
52321         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52322         Patch by Filipe David Manana <fdmanana@apache.org>.
52324 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52326         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52327         Maintain aligned stack.
52328         (CHECK_RSP): Remove unused macro.
52330 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52332         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52333         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52335 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52337         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52339         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52341 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52343         [BZ #12518]
52344         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52345         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52346         * sysdeps/x86_64/memmove.c: New file.
52347         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52348         (memcpy): Renamed to ...
52349         (__new_memcpy): This.
52350         (memcpy): Provide GLIBC_2_14 memcpy.
52351         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52352         (memcpy): Provide GLIBC_2_2_5 memcpy.
52354 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52356         [BZ #12631]
52357         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52359 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52361         * misc/syncfs.c: New file.
52362         * misc/Makefile (routines): Add syncfs.
52363         * posix/unistd.h: Declare syncfs.
52364         * sysdeps/unix/syscalls.list: Add syncfs.
52366 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52368         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52369         open_by_handle_at.
52370         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52371         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52372         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52373         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52374         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52375         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52376         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52378 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52380         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52381         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52382         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52383         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52384         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52386         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52388         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52389         sync_file_range.c with -fexceptions.
52390         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52391         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52392         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52393         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52394         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52395         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52396         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52397         sync_file_range as cancellation point
52398         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52399         now a wrapper around __call_sync_file_range with cancellation handling.
52400         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52401         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52402         function name to __call_sync_file_range.
52403         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52404         Add call_sync_file_range.
52406 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52408         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52409         bits/timex.h.
52411 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52413         * iconv/iconv.h: Fix typo in comment.
52414         * io/fcntl.h: Likewise.
52415         * libio/stdio.h: Likewise.
52416         * posix/spawn.h: Likewise.
52417         * posix/unistd.h: Likewise.
52418         * stdlib/stdlib.h: Likewise.
52419         * time/time.h: Likewise.
52420         * wcsmbs/wchar.h: Likewise.
52422         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52423         open_by_handle): Add.
52424         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52425         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52426         Augment a few comments.
52427         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52428         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52429         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52430         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52431         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52432         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52433         open_by_handle.
52435         * io/fcntl.h (AT_EMPTY_PATH): Define.
52437 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52439         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52440         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52441         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52442         to...
52443         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52444         * Versions.def: Add GLIBC_2.14.
52445         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52446         Export.
52448 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52450         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52451         round counter.
52452         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52454 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52456         [BZ #12597]
52457         * string/test-strncmp.c (do_page_test): New function.
52458         (check2): Likewise.
52459         (test_main): Call check2.
52460         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52462 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52464         [BZ #12587]
52465         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52466         Handle cache information in CPU leaf 4.
52467         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52469 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52471         [BZ #12583]
52472         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52473         character representation.
52474         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52476 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52478         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52479         END(__isnan) to END(__isnanf) to match function entry point/label
52480         EALIGN(__isnanf,...).
52482 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52484         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52486 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52488         [BZ #12510]
52489         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52490         copy from the symbol referenced in the relocation to initialize the
52491         used variable.
52492         Patch by Piotr Bury <pbury@goahead.com>.
52493         * elf/Makefile: Add rules to build and tst-unique3.
52494         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52495         * elf/tst-unique3.cc: New file.
52496         * elf/tst-unique3.h: New file.
52497         * elf/tst-unique3lib.cc: New file.
52498         * elf/tst-unique3lib2.cc: New file.
52500         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52502 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52504         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52505         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52506         to _start.
52508 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52510         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52511         to-be-loaded object along a path to loader is ld.so.
52513 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52514             Ulrich Drepper  <drepper@gmail.com>
52516         * sysdeps/x86_64/memset.S: After aligning destination, code
52517         branches to different locations depending on the value of
52518         misalignment, when multiarch is enabled. Fix this.
52520 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52522         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52523         Set _x86_64_preferred_memory_instruction for AMD processsors.
52524         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52525         Set bit_Prefer_SSE_for_memop for AMD processors.
52527 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52529         * libio/fmemopen.c (fmemopen): Optimize a bit.
52531 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52533         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52535 2011-03-03  Roland McGrath  <roland@redhat.com>
52537         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52539 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52541         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52542         __bzero_ultra1 instead of __memset_ultra1.
52544 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52545             Ulrich Drepper  <drepper@gmail.com>
52547         [BZ #12509]
52548         * include/link.h (struct link_map): Add l_orig_initfini.
52549         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52550         returning unsuccessfully.
52551         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52552         close of a file loaded at startup, restore the original l_initfini
52553         list.
52554         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52555         list, store the pointer.
52556         * elf/Makefile ($(objpfx)noload-mem): New rule.
52557         (noload-ENV): Define.
52558         (tests): Add $(objpfx)noload-mem.
52559         * elf/noload.c: Include <memcheck.h>.
52560         (main): Call mtrace.  Close all opened handles.
52562 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52564         [BZ #12454]
52565         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52566         dependencies are missing.
52568 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52570         Fix __if_freereq crash: Unlike the generic version which uses free,
52571         Hurd needs munmap.
52572         * sysdeps/mach/hurd/ifreq.h: New file.
52574 2011-01-27  Petr Baudis  <pasky@suse.cz>
52575             Ulrich Drepper  <drepper@gmail.com>
52577         [BZ 12445]#
52578         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52579         to extend_alloca().
52580         * stdio-common/bug23.c: New file.
52581         * stdio-common/Makefile (tests): Add bug23.
52583 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52584             Ulrich Drepper  <drepper@gmail.com>
52586         [BZ #12489]
52587         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52588         before performing relro protection.  At old place add assertion
52589         to make sure nothing changed.
52591 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52592             Glauber de Oliveira Costa  <glommer@gmail.com>
52594         * elf/elf.h: Add new ARM TLS relocs.
52596 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52599         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52600         cast from r3.
52601         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52602         'tests' variable.
52603         * sysdeps/wordsize-64/tst-writev.c: New file.
52605 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52607         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52608         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52609         insns in _dl_start to prevent a TOC reference before relocs are
52610         resolved.
52612 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52614         [BZ #12469]
52615         * Makeconfig: Remove RANLIB definition.
52616         * Makerules: Don't use RANLIB.
52617         * aclocal.m4: Remove ranlib test.
52618         * configure.in: No need to check for ranlib.
52619         * elf/rtld-Rules: Don't use RANLIB.
52621 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52623         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52624         protection macro.
52625         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52626         inclusion protection macro.
52628         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52629         SIGRTMIN and SIGRTMAX and print information in that case only when
52630         SIGRTMIN is defined.
52632 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52634         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52635         arginfo fn returning -1.
52637         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52638         and thousands string is zero terminated.
52640 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52642         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52643         sysdeps/unix/sysv/linux/bits/socket.h.
52645 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52647         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52648         (__CPU_COUNT): Remove old macros.
52649         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52650         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52651         (__CPU_ALLOC, __CPU_FREE): Add macros.
52652         (__sched_cpualloc, __sched_cpufree): Add declarations.
52654 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52656         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52657         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52658         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52659         (readdhstai): Return value of addhstaiX call.
52660         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52661         (addgrbyX): Return value returned by cache_addgr.
52662         (readdgrbyname): Return value returned by addgrbyX.
52663         (readdgrbygid): Likewise.
52664         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52665         (addpwbyX): Return value returned by cache_addpw.
52666         (readdpwbyname): Return value returned by addhstbyX.
52667         (readdpwbyuid): Likewise.
52668         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52669         (addservbyX): Return value returned by cache_addserv.
52670         (readdservbyname): Return value returned by addservbyX:
52671         (readdservbyport): Likewise.
52672         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52673         (addhstbyX): Return value returned by cache_addhst.
52674         (readdhstbyname): Return value returned by addhstbyX.
52675         (readdhstbyaddr): Likewise.
52676         (readdhstbynamev6): Likewise.
52677         (readdhstbyaddrv6): Likewise.
52678         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52679         (readdinitgroups): Return value returned by addinitgroupsX.
52680         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52681         (prune_cache): Keep track of timeout value of re-added entries.
52682         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52683         * nscd/nscd.h: Adjust prototypes of readd* functions.
52685 2011-02-04  Roland McGrath  <roland@redhat.com>
52687         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52688         (nis_stats): Likewise.
52689         * nis/nis_modify.c (nis_modify): Likewise.
52690         * nis/nis_remove.c (nis_remove): Likewise.
52691         * nis/nis_add.c (nis_add): Likewise.
52693         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52695         * posix/fnmatch_loop.c: Add some consts.
52697         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52699 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52701         [BZ #12460]
52702         * config.make.in (config-cflags-novzeroupper): Define.
52703         * configure.in: Substitute libc_cv_cc_novzeroupper.
52704         * elf/Makefile (AVX-CFLAGS): Define.
52705         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52706         (CFLAGS-tst-auditmod4a.c): Likewise.
52707         (CFLAGS-tst-auditmod4b.c): Likewise.
52708         (CFLAGS-tst-auditmod6b.c): Likewise.
52709         (CFLAGS-tst-auditmod6c.c): Likewise.
52710         (CFLAGS-tst-auditmod7b.c): Likewise.
52711         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52713 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52715         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52716         function to the callback.
52717         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52719 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52721         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52722         of errno.
52724 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52726         [BZ #11724]
52727         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52728         of constructors.
52729         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52730         of destructors.
52731         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52733         [BZ #11724]
52734         * elf/Makefile: Add rules to build and run new test.
52735         * elf/tst-initorder.c: New file.
52736         * elf/tst-initorder.exp: New file.
52737         * elf/tst-initordera1.c: New file.
52738         * elf/tst-initordera2.c: New file.
52739         * elf/tst-initordera3.c: New file.
52740         * elf/tst-initordera4.c: New file.
52741         * elf/tst-initorderb1.c: New file.
52742         * elf/tst-initorderb2.c: New file.
52743         * elf/tst-order-a1.c: New file.
52744         * elf/tst-order-a2.c: New file.
52745         * elf/tst-order-a3.c: New file.
52746         * elf/tst-order-a4.c: New file.
52747         * elf/tst-order-b1.c: New file.
52748         * elf/tst-order-b2.c: New file.
52749         * elf/tst-order-main.c: New file.
52750         New test case by George Gensure <werkt0@gmail.com>.
52752 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52754         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52755         decoding ACE if AI_CANONIDN.
52757 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52759         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52761 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52763         * version.h (RELEASE): Bump for 2.13 release.
52764         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52766         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52768         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52769         MADV_NOHUGEPAGE.
52770         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52771         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52772         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52773         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52774         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52775         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52777         * posix/getconf.c: Update copyright year.
52778         * catgets/gencat.c: Likewise.
52779         * csu/version.c: Likewise.
52780         * debug/catchsegv.sh: Likewise.
52781         * debug/xtrace.sh: Likewise.
52782         * elf/ldconfig.c: Likewise.
52783         * elf/ldd.bash.in: Likewise.
52784         * elf/sprof.c (print_version): Likewise.
52785         * iconv/iconv_prog.c: Likewise.
52786         * iconv/iconvconfig.c: Likewise.
52787         * locale/programs/locale.c: Likewise.
52788         * locale/programs/localedef.c: Likewise.
52789         * malloc/memusage.sh: Likewise.
52790         * malloc/mtrace.pl: Likewise.
52791         * nscd/nscd.c (print_version): Likewise.
52792         * nss/getent.c: Likewise.
52794         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52795         PF_CAIF, and PF_ALG.
52796         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52798 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52800         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52801         (modules-names): Use them.
52802         (ifunc-test-modules, ifunc-pie-tests): Define.
52803         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52804         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52805         (test-extras): Likewise.
52806         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52807         $(compile-command.c).
52808         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52809         (all-built-dso): Define.
52810         (check-textrel.out, check-execstack.out): Depend on it.
52812         * configure.in: Don't override --enable-multi-arch.
52814 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52816         [BZ #6812]
52817         * nscd/hstcache.c (tryagain): Define.
52818         (cache_addhst): Return tryagain not notfound for temporary errors.
52819         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52820         failed.
52822 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52824         [BZ #10563]
52825         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52826         to make the syscall.
52827         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52829         [BZ #12378]
52830         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52831         and fall back to matching as normal character if the string ends before
52832         the matching ']' is found.  This is what POSIX requires.
52833         * posix/testfnm.c: Adjust test result.
52834         * posix/globtest.sh: Adjust test result.  Add new test.
52835         * posix/tst-fnmatch.input: Likewise.
52836         * posix/tst-fnmatch2.c: Add new test.
52838 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52840         * elf/Makefile (check-execstack): Revert last change.  Depend on
52841         check-execstack.h.
52842         (check-execstack.h): New target.
52843         (generated): Add check-execstack.h.
52844         * elf/check-execstack.c: Include "check-execstack.h".
52845         (main): Revert last change.
52846         (handle_file): Return zero if GNU_STACK is absent and
52847         DEFAULT_STACK_PERMS doesn't include PF_X.
52849 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52851         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52852         in child fails because the descriptor is already closed.
52853         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52854         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52855         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52857         [BZ #12397]
52858         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52859         syscall.
52861         [BZ #10484]
52862         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52863         temporary buffer used to handle multi lookups locally.
52864         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52866 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52868         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52869         loader is ld.so.
52871 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52873         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52874         alignment for SSE2.
52876 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52878         [BZ #12394]
52879         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52880         characters.  When rounding increased number of integer digits recompute
52881         number of groups.
52882         * stdio-common/tst-grouping.c: New file.
52883         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52885 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52887         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52888         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52890         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52891         void.
52892         * bits/select.h: Likewise.
52894 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52896         * po/ja.po: Update from translation team.
52898 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52900         [BZ #11155]
52901         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52902         implementation just like for lxstat, fxstatat, et al.
52904 2010-12-27  Jim Meyering  <meyering@redhat.com>
52906         [BZ #12348]
52907         * posix/regexec.c (build_trtable): Return failure indication upon
52908         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52910 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52912         [BZ #12201]
52913         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52914         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52915         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52916         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52918         [BZ #12207]
52919         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52921         [BZ #12204]
52922         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52923         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52925 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52927         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52928         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52929         script has SORT_BY_INIT_PRIORITY.
52930         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52931         NO_CTORS_DTORS_SECTIONS is defined.
52932         * elf/soinit.c: Likewise.
52933         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52934         NO_CTORS_DTORS_SECTIONS is defined.
52935         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52936         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52937         * sysdeps/sh/init-first.c: Likewise.
52938         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52940 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52942         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52943         always use the slow path.
52945 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52947         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52948         similar rule which adds the sysdep directories to the header search in
52949         order to pick up the correct platform stackinfo.h.
52950         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52951         perform test if it is, otherwise return successfully without testing.
52952         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52953         DEFAULT_STACK_PERMS define in stackinfo.h.
52954         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52955         defined in stackinfo.h.
52956         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52957         DEFAULT_STACK_PERMS defined in stackinfo.h.
52958         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52959         * sysdeps/ia64/stackinfo.h: Likewise.
52960         * sysdeps/s390/stackinfo.h: Likewise.
52961         * sysdeps/sh/stackinfo.h: Likewise.
52962         * sysdeps/sparc/stackinfo.h: Likewise.
52963         * sysdeps/x86_64/stackinfo.h: Likewise.
52964         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52965         PF_X for powerpc64.  Retain PF_X for powerpc32.
52967 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52969         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52970         accurately.
52971         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52972         GETDENTS_64BIT_ALIGNED.
52974 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52976         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52978 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52980         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52981         _GNU_SOURCE.
52983         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52984         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52985         Remove __restrict.
52986         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52987         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52989 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52991         [BZ #11655]
52992         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52993         are initialized.
52995 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52997         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52999 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53001         * po/it.po: Update from translation team.
53003 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53005         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53006         unused codes.
53008 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53010         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53012 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53014         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53015         specially.
53016         (gaih_getanswer_slice): Likewise.
53018 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53020         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53022 2010-05-31  Petr Baudis  <pasky@suse.cz>
53024         [BZ #11149]
53025         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53026         silently even in the chroot mode.
53028 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53030         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53031         last patch a bit.  Pretty printing
53033 2010-05-31  Petr Baudis <pasky@suse.cz>
53035         [BZ #10085]
53036         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53037         initialization of skip_initgroups_dyn.
53039 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53041         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53042         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53044 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53046         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53048 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53050         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53051         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53052         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53053         ($(objpfx)tst-fnmatch-mem): New rule.
53054         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53055         * posix/tst-fnmatch.c (main): Call mtrace.
53057 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53059         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53060         Support Intel processor model 6 and model 0x2c.
53062 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53064         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53065           signed comparison.
53067 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53069         [BZ #12205]
53070         * string/test-strncasecmp.c (check_result): New function.
53071         (do_one_test): Use it.
53072         (check1): New function.
53073         (test_main): Use it.
53074         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53075         Support strcasecmp and strncasecmp.
53077 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53079         [BZ #12194]
53080         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53081         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53083 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53085         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53086         IFUNC support.
53087         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53088         memset-x86-64.
53089         * sysdeps/x86_64/multiarch/bzero.S: New file.
53090         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53091         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53092         * sysdeps/x86_64/multiarch/memset.S: New file.
53093         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53094         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53095         Set bit_Prefer_SSE_for_memop for Intel processors.
53096         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53097         Define.
53098         (index_Prefer_SSE_for_memop): Define.
53099         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53101 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53103         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53104         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53106 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53108         [BZ #12191]
53109         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53110         (__x86_64_raw_data_cache_size_half): Likewise.
53111         (__x86_64_raw_shared_cache_size): Likewise.
53112         (__x86_64_raw_shared_cache_size_half): Likewise.
53114         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53115         (__x86_64_raw_data_cache_size_half): Likewise.
53116         (__x86_64_raw_shared_cache_size): Likewise.
53117         (__x86_64_raw_shared_cache_size_half): Likewise.
53118         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53119         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53120         and __x86_64_raw_shared_cache_size_half.  Round
53121         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53122         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53123         to multiple of 256 bytes.
53125 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53127         [BZ #12167]
53128         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53129         of inacessible symlinks.  Verify result of symlink before returning it.
53130         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53131         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53133 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53135         * math/math.h (isinf): Fix typo in comment.
53137 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53139         * po/da.po: Update from translation team.
53141 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53143         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53144         is added to the list.
53146 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53147             Ulrich Drepper  <drepper@gmail.com>
53149         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53150         the global list here.  Move code to...
53151         (_dl_add_to_namespace_list): ...here.  New function.
53152         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53153         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53154         * elf/dl-load.c (lose): Don't remove the element from the list.
53155         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53156         (_dl_map_object): Likewise.
53158 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53160         [BZ #12159]
53161         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53162         into all bytes of SSE register.
53163         Patch by Richard Li <richardpku@gmail.com>.
53165 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53167         [BZ #12140]
53168         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53169         perturbing.
53171 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53173         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53174         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53175         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53176         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53178         submachine.
53179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53181 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53183         * include/dlfcn.h (__RTLD_SECURE): Define.
53184         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53185         mode & __RTLD_SECURE instead.
53186         (open_path): Rename preloaded parameter to secure.
53187         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53188         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53189         * elf/dl-deps.c (openaux): Likewise.
53190         * elf/rtld.c (struct map_args): Remove is_preloaded.
53191         (map_doit): Don't use it.
53192         (dl_main): Likewise.
53193         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53194         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53196 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53198         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53199         (sysd-rules-targets): Remove duplicates.
53200         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53201         rtld-%.$o dependency.
53203 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53205         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53206         _dl_map_object do it.
53208 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53210         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53211         fast fma builtins, define the macros in the C99 standard.
53212         (FP_FAST_FMAF): Likewise.
53213         (FP_FAST_FMAL): Likewise.
53214         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53216         * bits/mathdef.h: Update copyright year.
53217         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53219 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53221         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53222         builtins, define the macros in the C99 standard.
53223         (FP_FAST_FMAF): Likewise.
53224         (FP_FAST_FMAL): Likewise.
53225         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53226         multiply/add.
53227         (FP_FAST_FMAF): Likewise.
53229 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53231         [BZ #3268]
53232         * math/libm-test.inc (fma_test): Some new testcases.
53233         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53234         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53235         y and infinite z.  Do multiplication by C already in long double.
53236         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53237         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53238         y and infinite z.  Do bitwise or of inexact bit into u.d.
53239         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53240         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53241         * sysdeps/i386/fpu/s_fma.S: Removed.
53242         * sysdeps/i386/fpu/s_fmal.S: Removed.
53244 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53246         [BZ #3268]
53247         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53248         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53249         computation is not scheduled after fetestexcept.  Fix value
53250         of minimum denormal long double.
53252 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53254         [BZ #3268]
53255         * math/libm-test.inc (fma_test): Add some more tests.
53256         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53257         correctly.
53259 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53261         * scripts/data/localplt-s390-linux-gnu.data: New file.
53262         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53264 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53266         [BZ #3268]
53267         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53268         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53269         instead of dbl-64.
53270         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53271         inlines.
53272         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53273         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53274         if one of x and y is very large and the other is subnormal.
53275         * sysdeps/s390/fpu/s_fmaf.c: New file.
53276         * sysdeps/s390/fpu/s_fma.c: New file.
53277         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53278         * sysdeps/powerpc/fpu/s_fma.S: New file.
53279         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53280         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53281         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53283 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53285         [BZ #3268]
53286         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53287         fma tests.
53288         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53289         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53290         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53291         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53292         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53293         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53294         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53296 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53298         [BZ #12078]
53299         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53300         * posix/bug-regex31.input: Add test case.
53302 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53304         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53305         * posix/bug-regex31.input: New file.
53307         [BZ #12078]
53308         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53309         (parse_sub_exp): Fix last change, use postorder.
53311         * posix/bug-regex31.c: New file.
53312         * posix/Makefile: Add rules to build and run bug-regex31.
53314         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53316         [BZ #12078]
53317         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53319         [BZ #12108]
53320         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53321         to have entries in sys_siglist.
53323         [BZ #12093]
53324         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53325         be NULL.
53327 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53329         [BZ #3268]
53330         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53331         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53332         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53333         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53334         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53335         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53336         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53337         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53338         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53339         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53340         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53341         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53342         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53343         * math/ftestexcept.c (fetestexcept): Likewise.
53344         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53345         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53346         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53347         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53348         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53349         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53350         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53352 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53354         [BZ #12107]
53355         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53356         newline.
53358 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53360         * string/bug-strstr1.c: New file.
53361         * string/Makefile: Add rules to build and run bug-strstr1.
53363 2010-10-05  Eric Blake  <eblake@redhat.com>
53365         [BZ #12092]
53366         * string/str-two-way.h (two_way_long_needle): Always clear memory
53367         when skipping input due to the shift table.
53369 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53371         [BZ #12005]
53372         * malloc/mcheck.c: Handle large requests.
53374         [BZ #12077]
53375         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53376         for strncmp and strncasecmp.
53377         * string/stratcliff.c: Add tests for strcmp and strncmp.
53378         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53380 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53382         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53383         __set_fpscr.
53385 2010-09-30  Andreas Jaeger  <aj@suse.de>
53387         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53388         (CGROUP_SUPER_MAGIC): Define.
53389         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53390         Handle btrfs and cgroup file systems.
53391         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53392         Likewise.
53394 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53396         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53397         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53399 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53401         [BZ #12067]
53402         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53403         trying to locate the ELF header.
53405 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53407         [BZ #11611]
53408         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53409         Mask out sign-bit copies when constructing f_fsid.
53411 2010-09-24  Petr Baudis <pasky@suse.cz>
53413         * debug/stack_chk_fail_local.c: Add missing licence exception.
53414         * debug/warning-nop.c: Likewise.
53416 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53418         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53419         implementing getdents64 using getdents syscall, set d_type if
53420         __ASSUME_GETDENTS32_D_TYPE.
53422 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53424         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53425         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53427 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53429         [BZ #12037]
53430         * posix/unistd.h: Undo change of feature selection for ftruncate from
53431         2010-01-11.
53433 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53435         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53436         detection.
53438 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53440         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53441         fanotify_mark.
53442         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53444 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53446         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53447         variables after CHECK_SP call.
53448         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53450 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53451             Ulrich Drepper  <drepper@redhat.com>
53453         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53454         re-relocationg ld.so.
53455         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53456         _dl_init_paths call.
53457         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53458         here anymore.
53460 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53462         * resolv/res_init.c (__res_vinit): Count the default server we added.
53464 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53465             Ulrich Drepper  <drepper@redhat.com>
53467         [BZ #11968]
53468         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53469         (____longjmp_chk): Use %ebx for saving value across system call.
53470         Add unwind info.
53472 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53474         * manual/Makefile: Don't mix pattern rules with normal rules.
53476 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53478         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53479         operation.
53480         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53481         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53482         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53483         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53484         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53485         Likewise.
53487 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53489         [BZ #11979]
53490         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53491         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53493 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53495         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53496         * sysdeps/x86_64/addmul_1.S: Likewise.
53497         * sysdeps/x86_64/lshift.S: Likewise.
53498         * sysdeps/x86_64/mul_1.S: Likewise.
53499         * sysdeps/x86_64/rshift.S: Likewise.
53500         * sysdeps/x86_64/sub_n.S: Likewise.
53501         * sysdeps/x86_64/submul_1.S: Likewise.
53503 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53505         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53506         Define __sched_param instead of SCHED_* and sched_param when
53507         <bits/sched.h> is included with __need_schedparam defined.
53508         * bits/sched.h [__need_schedparam]
53509         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53510         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53511         (__defined_schedparam): Define to 1.
53512         (__sched_param): New structure, identical to sched_param.
53513         (__need_schedparam): Undefine.
53515 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53517         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53518         (epoll_create1): Declare.
53520         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53522 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53524         [BZ #7066]
53525         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53526         shifting retval into place.
53528 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53530         * nis/rpcsvc/nis.h: Update copyright notice.
53531         * nis/rpcsvc/nis.x: Likewise.
53532         * nis/rpcsvc/nis_callback.h: Likewise.
53533         * nis/rpcsvc/nis_callback.x: Likewise.
53534         * nis/rpcsvc/nis_object.x: Likewise.
53535         * nis/rpcsvc/nis_tags.h: Likewise.
53536         * nis/rpcsvc/yp.h: Likewise.
53537         * nis/rpcsvc/yp.x: Likewise.
53538         * nis/rpcsvc/ypupd.h: Likewise.
53539         * nis/yp_xdr.c: Likewise.
53540         * nis/ypupdate_xdr.c: Likewise.
53542         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53543         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53544         (pmap_getport): Use __libc_rpc_getport.
53545         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53546         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53547         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53549 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53552         fanotify_mark.
53554 2010-08-27  Roland McGrath  <roland@redhat.com>
53556         * sysdeps/i386/i686/multiarch/Makefile
53557         (CFLAGS-varshift.c): New variable.
53559 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53561         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53562         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53564         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53566         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53568 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53570         * sysdeps/x86_64/strlen.S: Unroll the loop.
53571         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53572         strlen-sse2 strlen-sse2-bsf.
53573         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53574         __strlen_no_bsf if bit_Slow_BSF is set.
53575         (__strlen_sse42): Removed.
53576         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53577         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53579 2010-08-25  Roland McGrath  <roland@redhat.com>
53581         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53582         * sysdeps/x86_64/multiarch/varshift.c: New file.
53583         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53584         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53585         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53586         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53588 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53590         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53591         strlen-sse2 strlen-sse2-bsf.
53592         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53593         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53594         (__strlen_sse2): Removed.
53595         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53596         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53597         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53598         bit_Slow_BSF for Atom.
53599         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53600         (index_Slow_BSF): Define.
53601         (HAS_SLOW_BSF): Define.
53603 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53605         [BZ #10851]
53606         * resolv/res_init.c (__res_vinit): When no server address at all
53607         is given default to loopback.
53609 2010-08-24  Roland McGrath  <roland@redhat.com>
53611         * configure.in: Remove config-name.h generation.
53612         * configure: Regenerated.
53613         * config-name.in: File removed.
53614         * scripts/config-uname.sh: New file.
53615         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53616         ($(objdir)config-name.h): New target.
53618         * sunrpc/rpc_parse.h: Avoid nested comment.
53620 2010-08-24  Richard Henderson  <rth@redhat.com>
53621             Ulrich Drepper  <drepper@redhat.com>
53622             H.J. Lu  <hongjiu.lu@intel.com>
53624         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53625         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53626         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53627         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53628         _mm_alignr_epi8 with _mm_loadu_si128.
53629         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53630         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53631         (__m128i_shift_right): Removed.
53632         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53633         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53634         * sysdeps/x86_64/multiarch/varshift.h: New file.
53635         * sysdeps/x86_64/multiarch/varshift.S: New file.
53637 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53639         * configure.in: Move assembler checks to before sysdep dir checking.
53641 2010-08-20  Petr Baudis  <pasky@suse.cz>
53643         * LICENSES: Sync the sunrpc license.
53645 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53647         * sunrpc/auth_des.c: Update copyright notice once again.
53648         * sunrpc/auth_none.c: Likewise.
53649         * sunrpc/auth_unix.c: Likewise.
53650         * sunrpc/authdes_prot.c: Likewise.
53651         * sunrpc/authuxprot.c: Likewise.
53652         * sunrpc/bindrsvprt.c: Likewise.
53653         * sunrpc/clnt_gen.c: Likewise.
53654         * sunrpc/clnt_perr.c: Likewise.
53655         * sunrpc/clnt_raw.c: Likewise.
53656         * sunrpc/clnt_simp.c: Likewise.
53657         * sunrpc/clnt_tcp.c: Likewise.
53658         * sunrpc/clnt_udp.c: Likewise.
53659         * sunrpc/clnt_unix.c: Likewise.
53660         * sunrpc/des_crypt.c: Likewise.
53661         * sunrpc/des_soft.c: Likewise.
53662         * sunrpc/get_myaddr.c: Likewise.
53663         * sunrpc/getrpcport.c: Likewise.
53664         * sunrpc/key_call.c: Likewise.
53665         * sunrpc/key_prot.c: Likewise.
53666         * sunrpc/openchild.c: Likewise.
53667         * sunrpc/pm_getmaps.c: Likewise.
53668         * sunrpc/pm_getport.c: Likewise.
53669         * sunrpc/pmap_clnt.c: Likewise.
53670         * sunrpc/pmap_prot.c: Likewise.
53671         * sunrpc/pmap_prot2.c: Likewise.
53672         * sunrpc/pmap_rmt.c: Likewise.
53673         * sunrpc/rpc/auth.h: Likewise.
53674         * sunrpc/rpc/auth_unix.h: Likewise.
53675         * sunrpc/rpc/clnt.h: Likewise.
53676         * sunrpc/rpc/des_crypt.h: Likewise.
53677         * sunrpc/rpc/key_prot.h: Likewise.
53678         * sunrpc/rpc/netdb.h: Likewise.
53679         * sunrpc/rpc/pmap_clnt.h: Likewise.
53680         * sunrpc/rpc/pmap_prot.h: Likewise.
53681         * sunrpc/rpc/pmap_rmt.h: Likewise.
53682         * sunrpc/rpc/rpc.h: Likewise.
53683         * sunrpc/rpc/rpc_des.h: Likewise.
53684         * sunrpc/rpc/rpc_msg.h: Likewise.
53685         * sunrpc/rpc/svc.h: Likewise.
53686         * sunrpc/rpc/svc_auth.h: Likewise.
53687         * sunrpc/rpc/types.h: Likewise.
53688         * sunrpc/rpc/xdr.h: Likewise.
53689         * sunrpc/rpc_clntout.c: Likewise.
53690         * sunrpc/rpc_cmsg.c: Likewise.
53691         * sunrpc/rpc_common.c: Likewise.
53692         * sunrpc/rpc_cout.c: Likewise.
53693         * sunrpc/rpc_dtable.c: Likewise.
53694         * sunrpc/rpc_hout.c: Likewise.
53695         * sunrpc/rpc_main.c: Likewise.
53696         * sunrpc/rpc_parse.c: Likewise.
53697         * sunrpc/rpc_parse.h: Likewise.
53698         * sunrpc/rpc_prot.c: Likewise.
53699         * sunrpc/rpc_sample.c: Likewise.
53700         * sunrpc/rpc_scan.c: Likewise.
53701         * sunrpc/rpc_scan.h: Likewise.
53702         * sunrpc/rpc_svcout.c: Likewise.
53703         * sunrpc/rpc_tblout.c: Likewise.
53704         * sunrpc/rpc_util.c: Likewise.
53705         * sunrpc/rpc_util.h: Likewise.
53706         * sunrpc/rpcinfo.c: Likewise.
53707         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53708         * sunrpc/rpcsvc/key_prot.x: Likewise.
53709         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53710         * sunrpc/rpcsvc/mount.x: Likewise.
53711         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53712         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53713         * sunrpc/rpcsvc/rex.x: Likewise.
53714         * sunrpc/rpcsvc/rstat.x: Likewise.
53715         * sunrpc/rpcsvc/rusers.x: Likewise.
53716         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53717         * sunrpc/rpcsvc/spray.x: Likewise.
53718         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53719         * sunrpc/rtime.c: Likewise.
53720         * sunrpc/svc.c: Likewise.
53721         * sunrpc/svc_auth.c: Likewise.
53722         * sunrpc/svc_authux.c: Likewise.
53723         * sunrpc/svc_raw.c: Likewise.
53724         * sunrpc/svc_run.c: Likewise.
53725         * sunrpc/svc_simple.c: Likewise.
53726         * sunrpc/svc_tcp.c: Likewise.
53727         * sunrpc/svc_udp.c: Likewise.
53728         * sunrpc/svc_unix.c: Likewise.
53729         * sunrpc/svcauth_des.c: Likewise.
53730         * sunrpc/xcrypt.c: Likewise.
53731         * sunrpc/xdr.c: Likewise.
53732         * sunrpc/xdr_array.c: Likewise.
53733         * sunrpc/xdr_float.c: Likewise.
53734         * sunrpc/xdr_mem.c: Likewise.
53735         * sunrpc/xdr_rec.c: Likewise.
53736         * sunrpc/xdr_ref.c: Likewise.
53737         * sunrpc/xdr_sizeof.c: Likewise.
53738         * sunrpc/xdr_stdio.c: Likewise.
53740         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53741         handling.
53743 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53745         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53747 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53749         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53750         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53751         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53752         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53753         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53754         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53755         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53756         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53757         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53758         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53759         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53760         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53761         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53762         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53764 2010-07-26  Anton Blanchard  <anton@samba.org>
53766         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53767         * malloc/arena.c (heap_trim): Likewise.
53769 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53771         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53772         here.  Not...
53773         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53774         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53776 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53778         * sysdeps/i386/elf/Makefile: New file.
53780 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53782         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53783         from fanotify_init.
53784         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53785         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53787 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53789         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53790         of strncasecmp_l.
53791         * sysdeps/multiarch/strcmp.S: Likewise.
53793 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53795         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53796         strncase_l-nonascii.
53797         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53798         Add strncase_l-ssse3.
53799         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53800         * sysdeps/x86_64/strcmp.S: Likewise.
53801         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53802         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53803         * sysdeps/x86_64/strncase.S: New file.
53804         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53805         * sysdeps/x86_64/strncase_l.S: New file.
53806         * string/Makefile (strop-tests): Add strncasecmp.
53807         * string/test-strncasecmp.c: New file.
53809         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53810         warning.
53812         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53813         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53815 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53817         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53819 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53821         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53822         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53823         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53825 2010-05-01  Alan Modra  <amodra@gmail.com>
53827         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53828         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53829         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53830         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53831         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53832         tidying.  Don't tail-call __sigjmp_save for static lib.
53833         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53834         save location.
53835         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53836         (CALL_MCOUNT): Add eh info, and nop after bl.
53837         (TAIL_CALL_SYSCALL_ERROR): New macro.
53838         (PSEUDO_RET): Use it.
53839         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53840         Correct save location of integer regs and cr.
53841         (_dl_profile_resolve): Correct cr save location.  Delete nops
53842         after bl when SHARED.  Reduce cfi size a little by better
53843         placement of cfi directives.
53844         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53845         make a stack frame.  Instead use parm save area as a temp.
53846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53847         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53849         Don't make a stack frame for parent, use parm save area.
53850         Increase child stack frame to 112 bytes.  Don't save unused reg,
53851         and adjust reg usage.  Set up cfi on error recovery and
53852         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53854         (__makecontext): Add dummy nop after jump to exit.
53855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53856         Use correct parm save area and cr save, reduce stack frame.
53857         Correct cfi for possible PSEUDO_RET frame setup.
53858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53859         Branch to local label emitted by PSEUDO_RET rather than
53860         __syscall_error.
53862 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53864         [BZ #11904]
53865         * locale/programs/locale.c (print_assignment): New function.
53866         (show_locale_vars): Use it.
53868 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53870         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53871         field.
53872         (struct statfs64): Likewise.
53873         (_STATFS_F_FLAGS): Define.
53874         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53875         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53876         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53877         (ST_VALID): Define locally.
53878         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53879         __statvfs_getflags, use the provided value.
53880         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53881         __ASSUME_STATFS_F_FLAGS.
53883         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53885         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53886         Add sys/fanotify.h.
53887         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53888         fanotify_mask for GLIBC_2.13.
53889         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53890         fanotify_init and fanotify_mark.
53891         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53892         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53894         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53895         Add prlimit.
53896         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53897         prlimit64 for GLIBC_2.13.
53898         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53899         prlimit64.
53900         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53901         syscall.
53902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53903         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53904         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53905         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53906         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53907         add prlimit alias.
53908         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53910         [BZ #11903]
53911         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53912         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53914         * nss/Makefile: Add rules to build and run tst-nss-test1.
53915         * shlib-versions: Add entry for libnss_test1.
53916         * nss/nss_test1.c: New file.
53917         * nss/tst-nss-test1.c: New file.
53919         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53920         (__nss_configure_lookup): Set appropriate entry in
53921         __nss_configure_lookup to true.
53922         * nss/nsswitch.h: Define enum with indeces of databases in
53923         databases and __nss_database_custom arrays.  Declare
53924         __nss_database_custom.
53925         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53926         to avoid using nscd when custom rules are installed.
53927         * nss/getXXbyYY_r.c: Likewise.
53928         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53930         * nss/nss_files/files-parse.c: Whitespace fixes.
53932 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53934         [BZ #11883]
53935         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53936         * posix/fnmatch_loop.c: Likewise.
53938 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53940         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53941         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53942         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53943         * Versions.def [GLIBC_2.13]: Add.
53945 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53947         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53948         Also fail if tpwd after pwuid call is NULL.
53950 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53952         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53953         when converting to ms.
53955 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53957         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53958         EOPNOTSUPP errors with ENOTTY.
53959         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53960         EOPNOTSUPP errors with ENOTTY.
53962 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53964         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53965         Add strcasecmp_l-ssse3.
53966         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53967         strcasecmp.
53968         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53969         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53970         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53972 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53974         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53976         * string/Makefile (strop-tests): Add strcasecmp.
53977         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53978         strcasecmp_l-nonascii.
53979         (gen-as-const-headers): Add locale-defines.sym.
53980         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53981         * sysdeps/x86_64/strcasecmp.S: New file.
53982         * sysdeps/x86_64/strcasecmp_l.S: New file.
53983         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53984         * sysdeps/x86_64/locale-defines.sym: New file.
53985         * string/test-strcasecmp.c: New file.
53987         * string/test-strcasestr.c: Test both ends of the range of characters.
53988         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53990 2010-07-29  Roland McGrath  <roland@redhat.com>
53992         [BZ #11856]
53993         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53995 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53997         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53998         for ld.so.
54000 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54002         * manual/memory.texi (Malloc Tunable Parameters): Document
54003         M_PERTURB.
54005 2010-07-26  Roland McGrath  <roland@redhat.com>
54007         [BZ #11840]
54008         * configure.in (-fgnu89-inline check): Set and substitute
54009         gnu89_inline, not libc_cv_gnu89_inline.
54010         * configure: Regenerated.
54011         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54013 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54015         * string/test-strnlen.c: New file.
54016         * string/Makefile (strop-tests): Add strnlen.
54017         * string/tester.c (test_strnlen): Add a few more test cases.
54018         * string/tst-strlen.c: Better error reporting.
54020         * sysdeps/x86_64/strnlen.S: New file.
54022 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54024         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54025         lower-latency instructions.
54027 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54029         * string/test-strcasestr.c: New file.
54030         * string/test-strstr.c: New file.
54031         * string/Makefile (strop-tests): Add strstr and strcasestr.
54032         * string/str-two-way.h: Don't undefine MAX.
54033         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54035 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54037         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54038         strcasestr-nonascii.
54039         (CFLAGS-strcasestr-nonascii.c): Define.
54040         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54041         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54042         Remove unused attribute.
54044 2010-07-20  Roland McGrath  <roland@redhat.com>
54046         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54047         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54048         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54049         like LD_HWCAP_MASK can disable hwcaps.
54051 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54053         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54055 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54057         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54058         call in strcasestr.
54059         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54060         __strcasestr_sse42_nonascii.
54061         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54062         strcasestr-nonascii.c.
54063         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54065 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54067         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54068         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54069         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54070         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54072 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54074         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54075         fcntl.
54077 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54079         [BZ #11577]
54080         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54081         dl_signal_cerror.
54083 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54085         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54086         _PC_PIPE_BUF using F_GETPIPE_SZ.
54088 2010-07-05  Roland McGrath  <roland@redhat.com>
54090         * manual/arith.texi (Rounding Functions): Fix rint description
54091         implicit in round description.
54093 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54095         * elf/Makefile: Fix linking for a few tests to make recent linker
54096         happy.
54098 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54100         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54101         $(common-objpfx)libc_nonshared.a.
54103 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54105         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54106         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54107         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54108         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54109         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54110         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54111         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54112         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54127         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54128         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54129         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54130         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54131         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54132         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54133         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54134         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54135         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54136         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54137         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54138         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54154 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54156         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54157         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54158         * string/memmove.c (memmove): Renamed to ...
54159         (MEMMOVE): ...this.  Default to memmove.
54160         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54161         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54162         (END_CHK): Define.
54163         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54164         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54165         mempcpy-ssse3-back memmove-ssse3-back.
54166         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54167         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54168         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54169         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54170         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54171         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54172         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54173         * sysdeps/x86_64/multiarch/memmove.c: New file.
54174         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54175         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54176         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54177         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54178         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54179         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54180         Define.
54181         (index_Fast_Copy_Backward): Define.
54182         (HAS_ARCH_FEATURE): Define.
54183         (HAS_FAST_REP_STRING): Define.
54184         (HAS_FAST_COPY_BACKWARD): Define.
54186 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54188         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54189         Restore proper fallback handling.
54191 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54193         [BZ #11701]
54194         * posix/group_member.c (__group_member): Correct checking loop.
54196         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54197         OOM in getpwuid_r correctly.  Return error number when the caller
54198         should return, otherwise -1.
54199         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54200         call returning > 0 value.
54201         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54203 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54205         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54206         libc_nonshared.a from targets in modules-names.
54208 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54210         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54211         requires it.
54213 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54215         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54216         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54217         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54218         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54220 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54222         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54224 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54226         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54227         and F_GETPIPE_SZ.
54228         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54229         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54230         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54231         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54232         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54233         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54235 2010-06-14  Roland McGrath  <roland@redhat.com>
54237         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54239 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54241         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54242         __REDIRECT followed by __THROW.
54243         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54244         * posix/getopt.h (getopt): Likewise.
54246 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54248         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54249         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54250         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54251         in AT_FLAGS.
54252         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54253         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54255 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54257         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54259 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54261         [BZ #11640]
54262         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54263         Properly check family and model.
54265 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54267         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54269 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54271         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54273 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54275         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54276         symbol reference.
54278 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54280         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54281         symbol reference.
54283 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54285         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54286         and internal_recvmmsg.
54287         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54288         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54289         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54290         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54292         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54293         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54294         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54296 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54298         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54300 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54302         POWER7 optimizations.
54303         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54304         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54306 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54308         * version.h: Update for 2.13 development version.
54310 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54312         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54313         exceptions.  Return 0.
54315 2010-05-07  Roland McGrath  <roland@redhat.com>
54317         * elf/ldconfig.c (main): Add a const.
54319 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54321         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54322         (args_options): Add no-idn option.
54323         (ahosts_keys_int): Add idn_flags to ai_flags.
54324         (parse_option): Handle 'i' option to clear idn_flags.
54326         * malloc/malloc.c (_int_free): Possible race in the most recently
54327         added check.  Only act on the data if no current modification
54328         happened.
54330 See ChangeLog.17 for earlier changes.