Remove explicit inline on malloc perturb functions.
[glibc.git] / ChangeLog
blob634166dbbae1beb175b3561b9717afd7546b0955
1 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
5 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
7         [BZ #17725]
8         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
9         __profil_counter.
10         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
11         Likewise.
12         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
13         Likewise.
14         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
15         Likewise.
16         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
17         (profil_counter): Likewise.
18         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
19         (profil_counter): Likewise.
20         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
21         Likewise.
22         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
23         Likewise.
24         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
25         (profil_counter): Likewise.
26         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
27         Likewise.
28         [!__profil_counter] (profil_counter): Define as weak alias of
29         __profil_counter.
30         * sysdeps/unix/sysv/linux/sparc/sparc32/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/unix/sysv/linux/sparc/sparc64/profil-counter.h
35         (profil_counter): Rename to __profil_counter.
36         [!__profil_counter] (profil_counter): Define as weak alias of
37         __profil_counter.
38         * sysdeps/posix/profil.c: Update comment referring to
39         profil_counter.
40         (__profil): Use __profil_counter instead of profil_counter.
41         * sysdeps/posix/sprofil.c (profil_counter): Rename to
42         __profil_counter.  Use __profil_counter_ushort and
43         __profil_counter_uint in definitions.
44         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
45         instead of profil_counter_uint and profil_counter_ushort.
47         [BZ #17722]
48         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
49         define as weak alias of __inet_makeaddr.
50         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
51         as weak alias of __inet_addr.
52         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
53         as weak alias of __inet_pton.  Use libc_hidden_weak.
54         * include/arpa/inet.h (__inet_pton): Declare.  Use
55         libc_hidden_proto.
56         (inet_makeaddr): Don't use libc_hidden_proto.
57         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
58         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
59         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
60         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
61         Remove variable.
62         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
63         (test-xfail-POSIX/time.h/linknamespace): Likewise.
65 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
67         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
69 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
71         * stdio-common/bug-vfprintf-nargs.c (do_test):
72         Cast value to intptr_t to avoid format warning
73         for usage with PRIdPTR printing macro.
75 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
77         * libio/tst-widetext.c (do_test):
78         Use format type %td instead of %Zd for ptrdiff_t
79         in order to avoid format warning.
81 2014-12-17  Andreas Schwab  <schwab@suse.de>
83         * nscd/mem.c (gc): Add size_t cast to match printf format.
85 2014-12-16  Roland McGrath  <roland@hack.frob.com>
87         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
88         (init): Apply PTR_MANGLE to pointers before storing them.
89         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
90         before using them.
92 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
94         [BZ #17719]
95         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
96         define as weak alias of __memrchr.
97         (__memrchr): Do not define as strong alias of memrchr.
98         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
99         Remove variable.
100         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
101         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
102         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
104         [BZ #17717]
105         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
106         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
107         (if_indextoname): Rename to __if_indextoname and define as weak
108         alias of __if_indextoname.  Use libc_hidden_weak.
109         (if_freenameindex): Rename to __if_freenameindex and define as
110         weak alias of __if_freenameindex.
111         (if_nameindex): Rename to __if_nameindex and define as weak alias
112         of __if_nameindex.
113         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
114         __if_nametoindex and define as weak alias of __if_nametoindex.
115         Use libc_hidden_weak.
116         (if_freenameindex): Rename to __if_freenameindex and define as
117         weak alias of __if_freenameindex.
118         (if_nameindex): Rename to __if_nameindex and define as weak alias
119         of __if_nameindex.
120         (if_indextoname): Rename to __if_indextoname and define as weak
121         alias of __if_indextoname.  Use libc_hidden_weak.
122         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
123         __if_nametoindex and define as weak alias of __if_nametoindex.
124         Use libc_hidden_weak.
125         (if_freenameindex): Rename to __if_freenameindex and define as
126         weak alias of __if_freenameindex.  Use libc_hidden_weak.
127         (if_nameindex_netlink): Use __if_freenameindex instead of
128         if_freenameindex.
129         (if_nameindex): Rename to __if_nameindex and define as weak alias
130         of __if_nameindex.  Use libc_hidden_weak.
131         (if_indextoname): Rename to __if_indextoname and define as weak
132         alias of __if_indextoname.  Use libc_hidden_weak.
133         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
134         libc_hidden_proto.
135         [!_ISOMAC] (__if_freenameindex): Likewise.
136         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
137         if_nametoindex.
138         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
139         variable.
140         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
141         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
142         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
143         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
144         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
145         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
146         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
148         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
149         Remove variable.
150         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
151         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
153 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
155         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
156         subscript above bounds'
158         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
159         bounds.
161 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
163         * libio/tst-fopenloc.c: Use test-skeleton.c.
165         * stdlib/tst-bsearch.c: Use test-skeleton.c.
166         (entry): Rename to ITEM.
167         (do_test, comp): Adjust.
169         * stdio-common/tst-fseek.c: Use test-skeleton.c.
171 2014-12-16  Torvald Riegel  <triegel@redhat.com>
173         * string/tester.c: Include <libc-internal.h>.
174         (test_memset): Ignore -Wmemset-transposed-args.
176 2014-12-16  Torvald Riegel  <triegel@redhat.com>
178         * misc/tst-mntent2.c (do_test): Fix warning.
180 2014-12-16  Torvald Riegel  <triegel@redhat.com>
182         * elf/tst-unique4lib.cc(a): Mark as used.
184 2014-12-16  Florian Weimer  <fweimer@redhat.com>
186         [BZ #17630]
187         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
188         names.
190 2014-12-16  Allan McRae  <allan@archlinux.org>
192         * stdio-common/Makefile (tests): Re-add bug26.
194 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
196         [BZ #17657]
197         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
198         static array.
200 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
202         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
203         (__lll_lock_wait): Likewise.
204         (__lll_timedlock_wait): Likewise.
205         (__lll_timedwait_tid): Likewise.
206         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
207         (__lll_robust_timedlock_wait): Likewise.
208         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
209         (lll_cond_trylock): Likewise.
210         (__lll_lock): Likewise.
211         (__lll_robust_lock): Likewise.
212         (__lll_cond_lock): Likewise.
213         (lll_robust_cond_lock): Likewise.
214         (__lll_timedlock): Likewise.
215         (__lll_robust_timedlock): Likewise.
216         (__lll_unlock): Likewise.
217         (__lll_robust_unlock): Likewise.
218         (lll_wait_tid): Likewise.
219         (lll_timedwait_tid): Likewise.
221 2014-12-15  Torvald Riegel  <triegel@redhat.com>
223         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
225 2014-12-15  Torvald Riegel  <triegel@redhat.com>
227         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
229 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
231         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
232         * stdio-common/tst-sprintf.c: Likewise.
234 2014-12-15  Torvald Riegel  <triegel@redhat.com>
236         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
238 2014-12-15  Jeff Law  <law@redhat.com>
240         [BZ #16617]
241         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
242         on the heap.  (CVE-2012-3406)
243         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
244         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
245         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
247 2014-12-15  Will Newton  <will.newton@linaro.org>
249         * manual/install.texi: Bump required version of texinfo
250         to 4.7 from 4.5.
251         * INSTALL: Regenerated.
252         * configure.ac: Check for makeinfo version 4.7 and above.
253         * configure: Regenerated.
255 2014-12-12  Roland McGrath  <roland@hack.frob.com>
257         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
258         PREFIX, string constant to insert between directory and name.
259         * sysdeps/posix/shm_open.c: Update caller.
260         * sysdeps/posix/shm_unlink.c: Likewise.
261         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
262         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
263         (SEM_SHM_PREFIX): New macro.
264         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
265         [$(have-thread-library) = no].
266         * nptl/Makefile (libpthread-routines): Add shm-directory.
267         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
268         * sysdeps/nptl/shm-directory.h: New file.
269         * sysdeps/posix/shm-directory.c
270         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
271         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
272         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
273         INTERNAL_SYSCALL.
274         (__where_is_shmfs): Function removed.
275         (mountpoint, defaultmount, defaultdir, __namedsem_once):
276         Variables removed.
277         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
278         Use SHM_GET_NAME.
279         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
281         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
282         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
283         unconditional for use inside libpthread.
284         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
286 2014-12-12  Roland McGrath  <roland@hack.frob.com>
288         * nptl/pthread_getaffinity.c: New file.
289         * nptl/pthread_setaffinity.c: New file.
290         * nptl/pthread_getname.c: New file.
291         * nptl/pthread_setname.c: New file.
293         * nptl/pthread_create.c (START_THREAD_DEFN)
294         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
296 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
297             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
299         * resolv/res_send.c (send_vc): Disable warning resplen may
300         be used uninitialized.
302 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
304         * nptl/tst-mutex6.c
305         (ATTR_NULL): New define checks ATTR against NULL.
306         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
307         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
309 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
311         [BZ #17581]
312         * malloc/hooks.c
313         (mem2mem_check): Revert my previous change.
314         (malloc_check_get_size): Revert my previous change.
315         (mem2chunk_check): Revert my previous change.
317 2014-12-11  Roland McGrath  <roland@hack.frob.com>
319         * sysdeps/posix/shm-directory.c: New file.
320         * sysdeps/posix/shm-directory.h: New file.
321         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
322         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
323         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
324         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
325         Transmute EPERM to EACCES.
326         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
327         from ...
328         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
329         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
331 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
333         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
334         pointer and cast to uintptr_t.
335         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
336         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
337         Add cast to avoid warning.
338         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
340 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
342         * nptl/semaphore.h: Move to ...
343         * sysdeps/pthread/semaphore.h: ... here.
344         * Makefile (installed-headers): Change nptl/semaphore.h to
345         sysdeps/pthread/semaphore.h.
347 2014-12-11  Roland McGrath  <roland@hack.frob.com>
349         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
350         generated error format strings.
352         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
353         -Wformat-extra-args warnings for scanf formats.
354         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
355         test of zero-length format (duh).
356         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
357         corner-case scanf format test.
358         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
359         generated fprintf format string.
360         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
361         corner-case sprintf format tests.
362         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
363         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
364         -Wformat-extra-args warnings throughout.
365         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
366         (CFLAGS-scanf4.c): Likewise.
367         (CFLAGS-scanf7.c): Likewise.
368         (CFLAGS-tst-sprintf.c): Likewise.
369         (CFLAGS-tst-printf.c): Likewise.
370         (CFLAGS-tst-printfsz.c): Likewise.
372 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
374         * include/cpio.h: New file.
375         * include/fmtmsg.h: Likewise.
377         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
378         corresponding format argument to size_t.
379         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
380         arguments.
381         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
382         corresponding format argument to size_t.
383         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
384         arguments.
385         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
386         corresponding format argument to size_t.
387         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
388         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
389         (CFLAGS-tst-mbswcs2.c): Likewise.
390         (CFLAGS-tst-mbswcs3.c): Likewise.
391         (CFLAGS-tst-mbswcs4.c): Likewise.
392         (CFLAGS-tst-mbswcs5.c): Likewise.
393         (CFLAGS-tst-trans.c): Likewise
395 2014-12-11  Roland McGrath  <roland@hack.frob.com>
397         * posix/regexbug1.c (main): Use "%s" format with regerror results,
398         rather than assuming they won't contain any '%'s.
400 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
402         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
403         inhibit_loop_to_libcall to avoid recursive calls.
404         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
405         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
407 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
409         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
410         prototype.
412 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
414         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
415         integer value instead of boolean.
417 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
419         * malloc/malloc.c: Fix powerof2 check.
421 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
423         * locale/programs/locfile.h (maybe_swap_uint32):
424         Remove inline and add unused attribute.
426 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
428         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
429         Truncating assembler expression to a .long expression.
431 2014-12-11  Andreas Schwab  <schwab@suse.de>
433         * elf/rtld.c (struct map_args): Constify str member.
434         (do_preload): Constify fname argument.
436 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
438         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
439         constants definition.
441 2014-12-11  Andreas Schwab  <schwab@suse.de>
443         [BZ #16657]
444         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
445         FORCE_ELISION instead of DO_ELISION.
446         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
447         Remove.
448         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
449         Likewise.
451         * iconvdata/gconv-modules: Remove duplicate entry.
453 2014-12-11  Will Newton  <will.newton@linaro.org>
455         Merge gettext 0.19.3 into intl/.
457         This involves a number of cosmetic changes to comments
458         and ANSI function definitions and prototypes throughout
459         all the files. The gettext copyright header is used but
460         with the date ranges taken from the glibc copy.
462         * NEWS: Add gettext merge to 2.21.
463         * intl/bindtextdom.c: Switch to gettext copyright.
464         Use ANSI definitions and prototypes.
465         Use gl_* locking primitives rather than __libc_* ones.
466         Use __builtin_expect rather than __glibc_likely/unlikely.
467         * intl/dcgettext.c: Switch to gettext copyright.
468         Use ANSI definitions and prototypes.
469         * intl/dcigettext.c: Switch to gettext copyright.
470         Use ANSI definitions and prototypes.
471         (INTDIV0_RAISES_SIGFPE): New define.
472         Use gl_* locking primitives rather than __libc_* ones.
473         Include eval-plural.h instead of plural-eval.c.
474         Use __builtin_expect rather than __glibc_likely/unlikely.
475         * intl/dcngettext.c: Switch to gettext copyright.
476         Use ANSI definitions and prototypes.
477         * intl/dgettext.c: Likewise.
478         * intl/dngettext.c: Likewise.
479         * intl/plural-eval.c: Renamed to...
480         * intl/eval-plural.h: ...this.
481         * intl/explodename.c: Switch to gettext copyright.
482         Use ANSI definitions and prototypes.
483         (_nl_explode_name): Use strchr instead of __rawmemchr.
484         * intl/finddomain.c: Switch to gettext copyright.
485         Use ANSI definitions and prototypes.
486         Use gl_* locking primitives rather than __libc_* ones.
487         (_nl_find_domain): Use malloc rather than alloca for
488         allocation of temporary locale name.
489         * intl/gettext.c: Switch to gettext copyright.
490         Use ANSI definitions and prototypes.
491         * intl/gettextP.h: Switch to gettext copyright.
492         Use ANSI definitions and prototypes.
493         Use gl_* locking primitives rather than __libc_* ones.
494         * intl/gmo.h: Switch to gettext copyright.
495         (struct sysdep_string): Move struct segment_pair outside of
496         struct definition.
497         * intl/hash-string.c: Use ANSI definitions and prototypes.
498         * intl/hash-string.h: Switch to gettext copyright.
499         Use ANSI definitions and prototypes.
500         * intl/l10nflist.c: Switch to gettext copyright.
501         Use ANSI definitions and prototypes.
502         (_nl_normalize_codeset): Avoid integer overflow.
503         * intl/loadinfo.h: Switch to gettext copyright.
504         Use ANSI definitions and prototypes.
505         (LIBINTL_DLL_EXPORTED): New define.
506         (PATH_SEPARATOR): New define.
507         * intl/loadmsgcat.c: Switch to gettext copyright.
508         * intl/localealias.c: Switch to gettext copyright.
509         Use ANSI definitions and prototypes.
510         (_nl_expand_alias): Use PATH_SEPARATOR.
511         * intl/ngettext.c: Switch to gettext copyright.
512         Use ANSI definitions and prototypes.
513         * intl/plural-exp.c: Likewise.
514         * intl/plural-exp.h: Switch to gettext copyright.
515         Use ANSI definitions and prototypes.
516         (struct expression): Move definition of enum operator outside
517         of struct definition.
518         * intl/plural.c: Regenerate.
519         * intl/plural.y: Switch to gettext copyright.
520         Use ANSI definitions and prototypes.
521         Port to bison 3.0.
522         * intl/textdomain.c: Switch to gettext copyright.
523         Use ANSI definitions and prototypes.
524         Use gl_* locking primitives rather than __libc_* ones.
526 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
528         * debug/warning-nop.c: Add used atrribute.
530 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
532         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
534         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
535         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
536         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
538 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
539             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
541         [BZ #17634]
542         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
543         Undefine after defining function.  Define as weak alias of
544         __wcschr.  Use libc_hidden_weak.
545         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
546         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
547         (libc_hidden_def): Also define __GI___wcschr alias.
548         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
549         __wcschr and define as weak alias of __wcschr.
550         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
551         __wcschr.
552         [!WCSCHR] (DEFAULT_WCSCHR): Define.
553         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
554         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
555         libc_hidden_weak.  Do not use libc_hidden_def.
556         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
557         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
558         __GI___wcschr alias.
559         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
560         [IS_IN (libc)] (wcschr): Define as macro expanding to
561         __redirect_wcschr.
562         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
563         [IS_IN (libc)] (__wcschr_power6): Likewise.
564         [IS_IN (libc)] (__wcschr_power7): Likewise.
565         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
566         instead of wcschr.
567         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
568         __libc_wcschr.
569         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
570         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
571         __wcschr and define as weak alias of __wcschr.  Use
572         libc_hidden_builtin_def.
573         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
574         as weak alias of __wcschr.  Use libc_hidden_weak.
575         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
576         wcschr.
577         * time/era.c (_nl_init_era_entries): Likewise.
578         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
579         variable.
580         (test-xfail-XPG3/time.h/linknamespace): Likewise.
581         (test-xfail-XPG4/time.h/linknamespace): Likewise.
583 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
585         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
586         format for long int variable.
588 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
590         [BZ #10672]
591         * manual/search.texi: (Array Sort Function): Remove claim how to make
592         qsort stable.
594 2014-12-10  Andreas Schwab  <schwab@suse.de>
596         [BZ #12847]
597         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
598         user-controlled locks.
600 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
602         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
603         register.
605 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
607         * configure.ac (--disable-werror): New configure option.
608         (enable_werror): New AC_SUBST.
609         * configure: Regenerated.
610         * config.make.in (enable-werror): New variable.
611         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
612         -Wno-error=undef.
613         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
614         * manual/install.texi (Configuring and compiling): Document
615         --disable-werror.
616         * INSTALL: Regenerated.
617         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
618         (CFLAGS-tst-chk2.c): Likewise.
619         (CFLAGS-tst-chk3.c): Likewise.
620         (CFLAGS-tst-chk4.cc): Likewise.
621         (CFLAGS-tst-chk5.cc): Likewise.
622         (CFLAGS-tst-chk6.cc): Likewise.
623         (CFLAGS-tst-lfschk1.c): Likewise.
624         (CFLAGS-tst-lfschk2.c): Likewise.
625         (CFLAGS-tst-lfschk3.c): Likewise.
626         (CFLAGS-tst-lfschk4.cc): Likewise.
627         (CFLAGS-tst-lfschk5.cc): Likewise.
628         (CFLAGS-tst-lfschk6.cc): Likewise.
630         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
631         (main): Disable -Wdeprecated-declarations around calls to
632         register_printf_function.
634         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
635         (do_test): Disable -Wdiv-by-zero around some calls to
636         fwrite_unlocked and fread_unlocked.
638         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
639         (DIAG_POP_NEEDS_COMMENT): Likewise.
640         (_DIAG_STR1): Likewise.
641         (_DIAG_STR): Likewise.
642         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
643         * stdio-common/bug21.c: Include <libc-internal.h>.
644         (do_test): Disable -Wformat around call to sscanf.
645         * stdio-common/scanf14.c: Include <libc-internal.h>.
646         (main): Disable -Wformat around some calls to scanf functions.
648 2014-12-09  Torvald Riegel  <triegel@redhat.com>
650         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
652 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
654         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
655         stack variable alignment.
657 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
659         [BZ #17682]
660         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
661         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
662         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
663         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
664         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
665         __getrlimit instead of getrlimit.
666         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
667         __gettimeofday instead of gettimeofday.
668         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
669         Likewise.
670         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
671         Likewise.
672         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
673         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
674         Remove variable.
675         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
676         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
678 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
680         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
681         for wide-character tests.
683 2014-12-04  Roland McGrath  <roland@hack.frob.com>
685         * io/openat64.c: #include <libc-internal.h>
686         (__openat64): Prototypify.  Use ignore_value on MODE.
687         * io/openat.c: Likewise.
688         * misc/reboot.c: #include <libc-internal.h>
689         (reboot): Prototypify.  Use ignore_value on HOWTO.
690         * misc/ptrace.c: #include <libc-internal.h>
691         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
693 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
695         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
696         XPG4, UNIX98 and XOPEN2K.
697         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
698         Remove variable.
699         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
701 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
703         * libio/fileops.c: Use ISO C style for function definitions.
704         * libio/iofopen.c: Likewise.
705         * libio/wfileops.c: Likewise.
707         [BZ #17653]
708         * libio/fileops.c (_IO_new_file_underflow): Unset cached
709         offset on EOF.
710         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
711         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
712         (fgets_func): Function pointer to fgets and fgetws.
713         (do_ftell_test): Add test to verify ftell value after read
714         EOF.
715         (do_test): Set fgets_func.
717         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
718         O_TRUNC flag for w and w+ modes.
719         (do_rewind_test): Likewise.
720         (do_ftell_test): Likewise.
721         (do_write_test): Likewise.
723         [BZ #17647]
724         * libio/fileops.c (do_ftell): Seek only when there are
725         unflushed writes.
726         * libio/wfileops.c (do_ftell_wide): Likewise.
727         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
728         test case.
729         (do_one_test): Call it.
731 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
733         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
734         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
735         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
736         Remove variable.
737         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
738         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
739         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
741 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
743         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
744         Remove variable.
745         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
747         [BZ #17668]
748         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
749         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/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
753         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
754         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
755         __freeifaddrs.  Use libc_hidden_weak.
756         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
757         __getifaddrs and define as weak alias of __getifaddrs.  Use
758         libc_hidden_weak.
759         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
760         __freeifaddrs.  Use libc_hidden_weak.
761         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
762         Remove variable.
763         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
764         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
766 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
768         [BZ #17601]
769         * sysdeps/mips/start.S (__start): Use indirect jump to call
770         __libc_start_main.
772 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
774         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
776         * nptl/tst-mutex1.c: Include <stdbool.h>.
777         [!ATTR] (ATTR_NULL): New macro.
778         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
779         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
780         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
782         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
783         to char *.
785         [BZ #17665]
786         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
787         Change conditional to [__USE_MISC].
789         [BZ #17664]
790         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
791         fgets_unlocked.
792         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
793         __fgets_unlocked.
794         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
795         fgets_unlocked.
796         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
797         Remove variable.
798         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
799         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
800         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
801         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
802         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
803         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
804         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
805         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
806         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
808         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
810 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
812         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
813         Remove strpbrk objects.
814         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
815         (__libc_ifunc_impl_list): Remove strpbrk implementation.
816         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
817         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
818         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
819         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
821         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
822         Remove strcspn objects.
823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
824         (__libc_ifunc_impl_list): Remove strcspn implementation.
825         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
826         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
827         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
828         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
830         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
831         Remove strspn objetcs.
832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
833         (__libc_ifunc_impl_list): Remove strspn implementation.
834         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
835         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
836         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
837         * sysdeps/powerpc/powerpc64/strspn.S: New file.
839 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
841         [BZ #17581]
842         * malloc/hooks.c
843         (mem2mem_check): Add a terminator to the chain of checking blocks.
844         (malloc_check_get_size): Use it here.
845         (mem2chunk_check): Ditto.
847 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
849         * sysdeps/powerpc/powerpc64/strtok.S: New file.
850         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
852 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
854         * bits/ioctl-types.h: Indent preprocessor directives correctly.
856         * nptl/nptl-init.c: Include libc-internal.h.
857         (__pthread_initialize_minimal_internal): Use ROUND_UP.
859         * elf/ldconfig.c (search_dir): Expand comment.
861 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
863         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
864         variable.
865         (linknamespace-symlist-stdlibs-tests): Likewise.
866         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
867         instead of $(objpfx)symlist-stdlibs.
868         (linknamespace-libs-isoc): New variable.
869         (linknamespace-libs): Use $(linknamespace-libs-isoc).
870         (linknamespace-libs-ISO): New variable.
871         (linknamespace-libs-ISO99): Likewise.
872         (linknamespace-libs-ISO11): Likewise.
873         (linknamespace-libs-XPG3): Likewise.
874         (linknamespace-libs-XPG4): Likewise.
875         (linknamespace-libs-POSIX): Likewise.
876         (linknamespace-libs-UNIX98): Likewise.
877         (linknamespace-libs-XOPEN2K): Likewise.
878         (linknamespace-libs-POSIX2008): Likewise.
879         (linknamespace-libs-XOPEN2K8): Likewise.
880         ($(objpfx)symlist-stdlibs): Replace by
881         $(linknamespace-symlist-stdlibs-tests).  Use
882         $(linknamespace-libs-$*) as set of libraries.
883         ($(linknamespace-header-tests)): Update dependencies.  Use
884         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
885         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
886         * conform/linknamespace.pl: Remove comment about considering
887         definitions of symbols from irrelevant libraries.
889 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
891         [BZ #13862]
892         * elf/dl-tls.c: Include <atomic.h>.
893         (oom): Remove #ifdef SHARED/#endif.
894         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
895         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
896         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
897         big enough.
898         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
899         * nptl/Makefile (tests): Add tst-stack4.
900         (modules-names): Add tst-stack4mod.
901         ($(objpfx)tst-stack4): New.
902         (tst-stack4mod.sos): Likewise.
903         ($(objpfx)tst-stack4.out): Likewise.
904         ($(tst-stack4mod.sos)): Likewise.
905         (clean): Likewise.
906         * nptl/tst-stack4.c: New file.
907         * nptl/tst-stack4mod.c: Likewise.
909 2014-11-27  J. Brown  <jb999@gmx.de>
911         * sysdeps/x86/bits/string.h: Add recent CPUs.
913 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
915         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
916         sigblock.
918         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
919         feof.
921         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
922         variable.
924 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
926         * nscd/connections.c: Include libc-internal.h because of macro
927         usage ignore_value.
929 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
931         * string/bits/string3.h (__warn_memset_zero_len): Don't
932         declare for gcc newer than 5.0.
933         (memset): Don't test for zero-length __LEN for gcc newer than
934         5.0.
936 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
938         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
939         size_t for %zu format.
941         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
942         difference, not %ju.
944 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
946         * include/libc-internal.h (ignore_value): New macro.
947         * nscd/connections.c (restart): Wrap calls to setuid and setgid
948         with ignore_value.
950         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
951         definition.
953         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
954         pthread_cleanup_push to void *.
956         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
957         Undefine.
959         [BZ #16619]
960         [BZ #16740]
961         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
962         instead of 1L << 52.
964         * libio/bug-rewind.c (do_test): Check fwscanf return values.
965         * libio/bug-rewind2.c (do_test): Likewise.
967         * debug/test-stpcpy_chk-ifunc.c: Remove file.
968         * debug/test-strcpy_chk-ifunc.c: Likewise.
969         * wcsmbs/test-wcschr-ifunc.c: Likewise.
970         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
971         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
972         * wcsmbs/test-wcslen-ifunc.c: Likewise.
973         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
974         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
975         * Rules [$(multi-arch) = no] (tests): Do not filter out
976         $(tests-ifunc).
977         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
978         * debug/Makefile (tests-ifunc): Remove variable.
979         (tests): Do not add $(tests-ifunc).
980         * wcsmbs/Makefile (tests-ifunc): Remove variable.
981         (tests): Do not add $(tests-ifunc).
982         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
983         [TEST_IFUNC]: Remove conditionals.
984         * string/test-string.h (TEST_IFUNC): Remove macro.
985         [TEST_IFUNC]: Remove conditionals.
987         * string/test-strchr.c [!WIDE] (L): New macro.
988         [WIDE] (L): Likewise.
989         (check1): Use CHAR instead of char.  Use L on string and character
990         constants.
992 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
994         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
995         tests.
996         * sysdeps/powerpc/bits/atomic.h
997         (__arch_atomic_exchange_and_add_32_acq): Add definition.
998         (__arch_atomic_exchange_and_add_32_rel): Likewise.
999         (atomic_exchange_and_add_acq): Likewise.
1000         (atomic_exchange_and_add_rel): Likewise.
1001         * sysdeps/powerpc/powerpc32/bits/atomic.h
1002         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1003         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1004         * sysdeps/powerpc/powerpc64/bits/atomic.h
1005         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1006         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1008 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1010         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1011         Change synchronization of __sched_fifo_min_prio and
1012         __sched_fifo_max_prio.
1013         * nptl/pthread_mutexattr_getprioceiling.c
1014         (pthread_mutexattr_getprioceiling): Likewise.
1015         * nptl/pthread_mutexattr_setprioceiling.c
1016         (pthread_mutexattr_setprioceiling): Likewise.
1017         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1018         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1019         Likewise.
1021 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1023         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1024         void.
1026 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1028         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1029         third argument const.
1031 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1033         fnmatch: work around GCC compiler warning bug with uninit var
1034         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1035         This works around a bug with x86-64 GCC 4.9.2 and earlier
1036         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1037         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1038         used uninitialized in this function [-Wmaybe-uninitialized]".
1040 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1042         * posix/bug-regex31.c (main): Return RES not 0.
1044 2014-11-25  Anton Blanchard <anton@samba.org>
1046         * sysdeps/powerpc/bits/atomic.h
1047         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1049 2014-11-24  Sterling Augustine  <saugustine@google.com>
1051         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1053 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1055         [BZ #17608]
1056         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1058 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1060         [BZ #17633]
1061         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1062         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1063         variable.
1064         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1065         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1067 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1069         * string/strncpy.c (strncpy): Improve performance by using memset.
1071 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1073         * string/strcpy.c (strcpy):
1074         Improve performance by using strlen and memcpy.
1076 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1078         * string/strcoll_l.c (get_next_seq): __always_inline.
1079         * string/strcoll_l.c (do_compare): __always_inline.
1081 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1083         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1084         defined.
1085         * include/mqueue.h: Likewise.
1086         * include/stdlib.h: Likewise.
1088         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1089         (get_null_defines): Adjust.
1090         * sunrpc/Makefile: Adjust comment.
1091         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1092         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1093         (CFLAGS-interp.c): Likewise.
1094         (CFLAGS-ldconfig.c): Likewise.
1095         (CPPFLAGS-.os): Likewise.
1096         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1097         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1098         * extra-modules.mk (extra-modules.mk): Likewise.
1099         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1100         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1101         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1102         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1103         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1104         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1105         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1106         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1107         * iconvdata/Makefile (CPPFLAGS): Likewise.
1108         (cpp-srcs-left): Add libof for all iconvdata routines.
1109         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1110         * include/assert.h: Likewise.
1111         * include/ctype.h: Likewise.
1112         * include/errno.h: Likewise.
1113         * include/libc-symbols.h: Likewise.
1114         * include/math.h: Likewise.
1115         * include/netdb.h: Likewise.
1116         * include/resolv.h: Likewise.
1117         * include/stdio.h: Likewise.
1118         * include/stdlib.h: Likewise.
1119         * include/string.h: Likewise.
1120         * include/sys/stat.h: Likewise.
1121         * include/wctype.h: Likewise.
1122         * intl/l10nflist.c: Likewise.
1123         * libidn/idn-stub.c: Likewise.
1124         * libio/libioP.h: Likewise.
1125         * nptl/libc_multiple_threads.c: Likewise.
1126         * nptl/pthreadP.h: Likewise.
1127         * posix/regex_internal.h: Likewise.
1128         * resolv/res_hconf.c: Likewise.
1129         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1130         * sysdeps/arm/memmove.S: Likewise.
1131         * sysdeps/arm/sysdep.h: Likewise.
1132         * sysdeps/generic/_itoa.h: Likewise.
1133         * sysdeps/generic/symbol-hacks.h: Likewise.
1134         * sysdeps/gnu/errlist.awk: Likewise.
1135         * sysdeps/gnu/errlist.c: Likewise.
1136         * sysdeps/i386/i586/memcpy.S: Likewise.
1137         * sysdeps/i386/i586/memset.S: Likewise.
1138         * sysdeps/i386/i686/memcpy.S: Likewise.
1139         * sysdeps/i386/i686/memmove.S: Likewise.
1140         * sysdeps/i386/i686/mempcpy.S: Likewise.
1141         * sysdeps/i386/i686/memset.S: Likewise.
1142         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1143         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1144         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1145         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1146         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1147         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1148         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1149         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1150         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1151         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1152         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1153         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1154         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1155         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1156         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1157         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1158         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1159         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1160         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1161         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1162         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1163         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1164         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1165         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1166         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1167         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1168         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1169         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1170         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1171         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1172         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1173         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1174         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1175         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1176         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1177         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1178         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1179         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1180         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1181         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1182         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1183         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1184         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1185         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1186         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1187         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1188         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1189         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1190         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1191         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1192         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1193         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1194         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1195         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1196         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1197         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1198         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1199         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1200         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1201         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1202         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1203         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1204         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1205         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1206         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1207         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1208         * sysdeps/posix/closedir.c: Likewise.
1209         * sysdeps/posix/opendir.c: Likewise.
1210         * sysdeps/posix/readdir.c: Likewise.
1211         * sysdeps/posix/rewinddir.c: Likewise.
1212         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1213         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1214         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1215         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1216         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1217         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1218         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1219         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1220         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1221         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1222         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1223         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1224         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1225         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1226         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1227         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1228         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1229         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1230         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1231         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1232         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1233         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1234         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1235         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1236         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1237         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1238         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1239         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1240         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1241         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1242         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1243         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1244         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1245         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1246         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1247         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1248         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1249         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1250         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1251         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1252         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1253         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1254         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1255         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1256         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1257         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1258         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1259         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1260         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1261         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1262         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1263         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1264         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1265         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1266         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1267         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1268         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1269         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1270         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1271         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1272         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1273         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1274         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1275         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1276         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1277         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1278         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1279         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1280         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1281         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1282         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1283         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1284         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1285         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1286         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1287         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1288         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1289         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1290         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1291         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1292         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1293         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1294         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1295         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1296         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1297         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1298         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1299         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1300         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1301         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1302         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1303         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1304         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1305         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1306         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1307         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1308         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1309         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1310         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1311         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1312         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1313         * sysdeps/unix/alpha/sysdep.S: Likewise.
1314         * sysdeps/unix/alpha/sysdep.h: Likewise.
1315         * sysdeps/unix/make-syscalls.sh: Likewise.
1316         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1317         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1318         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1319         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1320         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1321         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1322         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1323         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1324         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1325         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1326         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1327         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1328         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1329         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1330         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1331         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1332         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1333         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1334         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1335         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1336         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1337         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1338         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1339         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1340         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1341         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1342         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1345         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1346         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1347         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1348         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1349         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1350         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1351         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1352         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1353         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1354         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1355         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1356         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1357         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1358         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1359         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1360         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1361         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1362         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1363         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1364         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1365         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1366         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1367         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1368         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1369         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1370         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1371         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1372         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1373         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1374         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1375         * sysdeps/x86_64/memcpy.S: Likewise.
1376         * sysdeps/x86_64/memmove.c: Likewise.
1377         * sysdeps/x86_64/memset.S: Likewise.
1378         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1379         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1380         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1381         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1382         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1383         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1384         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1385         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1386         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1387         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1388         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1389         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1390         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1391         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1392         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1393         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1394         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1395         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1396         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1397         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1398         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1399         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1400         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1401         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1402         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1403         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1404         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1405         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1406         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1407         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1408         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1409         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1410         * sysdeps/x86_64/strcmp.S: Likewise.
1412         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1414         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1415         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1416         * elf/rtld-Rules: Likewise.
1417         * elf/setup-vdso.h: Likewise.
1418         * include/assert.h: Likewise.
1419         * include/bits/stdlib-float.h: Likewise.
1420         * include/errno.h: Likewise.
1421         * include/sys/stat.h: Likewise.
1422         * include/unistd.h: Likewise.
1423         * sysdeps/aarch64/setjmp.S: Likewise.
1424         * sysdeps/alpha/setjmp.S: Likewise.
1425         * sysdeps/arm/__longjmp.S: Likewise.
1426         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1427         * sysdeps/arm/setjmp.S: Likewise.
1428         * sysdeps/arm/sysdep.h: Likewise.
1429         * sysdeps/generic/_itoa.h: Likewise.
1430         * sysdeps/generic/dl-sysdep.h: Likewise.
1431         * sysdeps/generic/ldsodefs.h: Likewise.
1432         * sysdeps/i386/dl-tls.h: Likewise.
1433         * sysdeps/i386/setjmp.S: Likewise.
1434         * sysdeps/m68k/setjmp.c: Likewise.
1435         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1436         * sysdeps/mach/hurd/opendir.c: Likewise.
1437         * sysdeps/posix/getcwd.c: Likewise.
1438         * sysdeps/posix/opendir.c: Likewise.
1439         * sysdeps/posix/profil.c: Likewise.
1440         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1441         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1442         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1443         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1444         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1445         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1446         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1447         * sysdeps/s390/dl-tls.h: Likewise.
1448         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1449         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1450         * sysdeps/sh/sh3/setjmp.S: Likewise.
1451         * sysdeps/sh/sh4/setjmp.S: Likewise.
1452         * sysdeps/unix/alpha/sysdep.h: Likewise.
1453         * sysdeps/unix/arm/sysdep.S: Likewise.
1454         * sysdeps/unix/i386/sysdep.S: Likewise.
1455         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1456         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1457         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1458         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1459         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1460         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1461         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1462         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1463         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1464         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1465         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1466         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1467         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1470         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1471         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1472         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1473         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1474         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1475         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1476         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1477         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1478         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1479         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1480         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1481         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1482         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1483         * sysdeps/x86_64/setjmp.S: Likewise.
1485         * include/math.h: Use IS_IN instead of IS_IN_libm.
1486         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1487         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1488         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1489         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1490         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1491         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1492         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1493         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1494         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1495         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1496         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1497         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1498         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1499         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1500         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1501         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1502         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1503         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1504         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1505         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1506         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1507         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1508         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1509         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1510         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1511         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1512         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1513         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1514         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1515         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1516         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1517         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1518         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1520         Likewise.
1521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1522         Likewise.
1523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1524         Likewise.
1525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1526         Likewise.
1527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1528         Likewise.
1529         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1530         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1531         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1532         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1533         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1534         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1540         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1541         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1542         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1543         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1544         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1545         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1546         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1547         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1548         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1549         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1550         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1551         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1552         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1553         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1554         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1555         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1557         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1558         * nptl/pthreadP.h: Likewise.
1559         * nptl_db/structs.def: Likewise.
1560         * sysdeps/arm/sysdep.h: Likewise.
1561         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1562         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1563         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1564         * sysdeps/unix/alpha/sysdep.h: Likewise.
1565         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1566         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1567         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1568         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1569         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1570         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1571         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1572         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1573         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1574         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1575         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1576         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1577         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1578         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1581         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1583         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1584         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1585         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1586         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1587         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1589         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1590         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1592         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1593         * nptl/pthreadP.h: Likewise.
1594         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1595         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1597         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1598         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1600         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1601         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1602         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1603         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1604         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1605         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1607         Likewise.
1608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1609         Likewise.
1610         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1611         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1612         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1613         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1614         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1615         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1616         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1617         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1619         * dlfcn/dladdr.c: Use IS_IN.
1620         * dlfcn/dladdr1.c: Likewise.
1621         * dlfcn/dlclose.c: Likewise.
1622         * dlfcn/dlerror.c: Likewise.
1623         * dlfcn/dlinfo.c: Likewise.
1624         * dlfcn/dlmopen.c: Likewise.
1625         * dlfcn/dlopen.c: Likewise.
1626         * dlfcn/dlsym.c: Likewise.
1627         * dlfcn/dlvsym.c: Likewise.
1629         * include/ifaddrs.h: Use IS_IN.
1630         * inet/check_pf.c: Likewise.
1631         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1632         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1634         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1635         IS_IN_ldconfig.
1636         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1637         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1639         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1640         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1641         IS_IN (libc).
1643         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1645         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1646         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1647         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1648         * include/libc-symbols.h (IS_IN_LIB): New macro.
1649         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1650         * include/netdb.h: Likewise.
1651         * include/stap-probe.h: Remove all uses of IN_LIB.
1653         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1654         instead of IN_MODULE.
1655         * include/libc-symbols.h (IN_MODULE): Define using
1656         MODULE_NAME.
1657         (PASTE_NAME, PASTE_NAME1): New macros.
1658         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1659         of IN_LIB.
1660         (STAP_PROBE_ASM): Likewise.
1662 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1664         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1665         __mach_init in dlopened libc.
1667 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1669         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1670         * sysdeps/arm/preconfigure: Regenerate.
1672 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1674         * nptl/pthread_create.c (__pthread_create_2_1): Set
1675         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1676         when copying values from IATTR into PD.
1678 2014-11-21  Will Newton  <will.newton@linaro.org>
1679             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1681         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1682         Refactor inline-asm.  Also add comment.
1684         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1685         ElfW macro instead of hardcoded Elf64 types.
1686         (la_aarch64_gnu_pltenter): Likewise.
1687         * sysdeps/aarch64/dl-machine.h
1688         (elf_machine_runtime_setup): Use ElfW(Addr).
1690         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1691         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1692         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1693         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1694         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1695         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1696         (R_AARCH64_TLS_DTPMOD): This.
1697         (R_AARCH64_TLS_DTPREL64): Rename to ...
1698         (R_AARCH64_TLS_DTPREL): This.
1699         (R_AARCH64_TLS_TPREL64): Rename to ...
1700         (R_AARCH64_TLS_TPREL): This.
1701         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1702         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1703         R_AARCH64_TLS_TPREL64.
1704         (elf_machine_rela): Likewise.
1706 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1708         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1709         by setting it to 0.  64b atomics are not supported currently.
1711 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1713         [BZ #16469]
1714         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1715         search domain names.
1717 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1719         [BZ #16469]
1720         * NEWS: Update.
1721         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1722         trailing dot.
1723         * posix/tst-getaddrinfo5.c: New.
1724         * posix/Makefile (tests): Add it.
1726 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1728         [BZ #14498]
1729         * NEWS: Fixed.
1730         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1731         after parsing line but before break_if_match.
1732         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1733         if there is a protocol mismatch.
1735 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1737         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1738         because the potential race is on the user-supplied stream.
1740 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1742         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1743         string literal if not passed a buffer.
1744         * manual/job.texi (ctermid): Update reasoning, note deviation
1745         from posix, suggest mtasurace when not passed a buffer, for
1746         future non-preliminary safety notes.
1748 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1750         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1751         of not passing it a buffer.
1752         Reported by Peng Haitao.
1754 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1756         * manual/Makefile ($(objpfx)stamp-summary): Require
1757         check-safety.sh to pass.
1758         * manual/check-safety.sh: Wish for verification that every
1759         @deftypefn and @deftypefun is followed by a @safety remark.
1761 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1763         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1765         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1766         PTHREAD_CANCEL_ASYNCHRONOUS.
1767         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1768         send SIGCANCEL.
1770         * nptl/default-sched.h: New file.
1771         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1772         * nptl/pthread_create.c: Include it.
1773         (__pthread_create_2_1): Use collect_default_sched instead of making
1774         Linux syscalls here directly.
1776 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1778         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1779         __pthread_once): Use C11 atomics.
1781 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1783         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1785 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1787         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1788         atomic_thread_fence_acquire, atomic_thread_fence_release,
1789         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1790         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1791         atomic_compare_exchange_weak_relaxed,
1792         atomic_compare_exchange_weak_acquire,
1793         atomic_compare_exchange_weak_release,
1794         atomic_exchange_acquire, atomic_exchange_release,
1795         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1796         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1797         atomic_fetch_and_acquire,
1798         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1800 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1802         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1803         USE_ATOMIC_COMPILER_BUILTINS): Define.
1804         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1805         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1806         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1807         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1808         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1809         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1810         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1811         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1812         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1813         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1814         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1815         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1816         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1817         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1818         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1819         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1820         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1821         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1822         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1823         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1824         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1825         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1826         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1827         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1828         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1829         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1830         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1831         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1832         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1833         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1834         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1835         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1836         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1837         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1838         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1839         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1840         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1841         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1842         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1843         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1845 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1847         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1848         the sched_priority value here.  It was already checked when the user
1849         called pthread_attr_setschedparam.
1851         * nptl/tst-bad-schedattr.c: New file.
1852         * nptl/Makefile (tests): Add it.
1854 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1855             Florian Weimer  <fweimer@redhat.com>
1856             Joseph Myers  <joseph@codesourcery.com>
1857             Adam Conrad  <adconrad@0c3.net>
1858             Andreas Schwab  <schwab@suse.de>
1859             Brooks  <bmoses@google.com>
1861         [BZ #17625]
1862         * wordexp-test.c (__dso_handle): Add prototype.
1863         (__register_atfork): Likewise.
1864         (__app_register_atfork): New function.
1865         (registered_forks): New global.
1866         (register_fork): New function.
1867         (test_case): Add 3 new tests for WRDE_CMDSUB.
1868         (main): Call __app_register_atfork.
1869         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1870         fork count is non-zero fail the test.
1871         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1872         is set.
1873         (parse_dollars): Remove check for WRDE_NOCMD.
1874         (parse_dquote): Likewise.
1876 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1878         * Makeconfig (built-modules): List non-library modules to be
1879         built.
1880         (module-cppflags): Include libc-modules.h for
1881         everything except shlib-versions.v.i.
1882         (CPPFLAGS): Use it.
1883         (before-compile): Add libc-modules.h.
1884         ($(common-objpfx)libc-modules.h,
1885         $(common-objpfx)libc-modules.stmp): New targets.
1886         (common-generated): Add libc-modules.h and libc-modules.stmp.
1887         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1888         * include/libc-symbols.h: Don't include libc-modules.h.
1889         * include/libc-modules.h: Remove file.
1890         * scripts/gen-libc-modules.awk: New script to generate
1891         libc-modules.h.
1892         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1893         Depend on libc-modules.stmp.
1895         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1897         * Makeconfig (in-module): Get value of libof set for the
1898         translation unit.
1899         (CPPFLAGS): Use $(in-module).
1900         * Makerules: Don't suffix routine names for nonlib.
1901         * include/libc-modules.h: New file.
1902         * include/libc-symbols.h: Include libc-modules.h
1903         (IS_IN): New macro to replace IS_IN_* macros.
1904         * elf/Makefile: Set libof-* for each routine.
1905         * elf/rtld-Rules: Likewise.
1906         * extra-modules.mk: Likewise.
1907         * iconv/Makefile: Likewise.
1908         * iconvdata/Makefile: Likewise.
1909         * locale/Makefile: Likewise.
1910         * malloc/Makefile: Likewise.
1911         * nss/Makefile: Likewise.
1912         * sysdeps/gnu/Makefile: Likewise.
1913         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1914         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1915         * sysdeps/s390/s390-64/Makefile: Likewise.
1916         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1917         CPPFLAGS for nscd instead of nonlib.
1919 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1921         * nptl/createthread.c: New file.
1923         * nptl/createthread.c: Moved ...
1924         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1926         * nptl/createthread.c: Add proper top-line comment.
1927         (do_clone): Folded into ...
1928         (create_thread): ... here.  Take new arguments STOPPED_START and
1929         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1930         increment __nptl_threads, do event-reporting logic, do
1931         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1932         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1933         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1934         just send SIGCANCEL.
1935         * nptl/pthread_create.c: Forward-declare create_thread before
1936         including createthread.c.
1937         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1938         declaration, and new macro START_THREAD_SELF to replace argument.
1939         Remove return statement.
1940         (report_thread_creation): New function.
1941         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1942         synchronization logic, and __nptl_nthreads increment here, around
1943         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1944         PD->parent_cancelhandling here, before create_thread.  When
1945         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1946         __deallocate_stack, and ENOMEM translation here.
1948 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1950         [BZ #17616]
1951         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1952         (mptwo): Rename to __mptwo.
1953         (__inv): Use __mptwo instead of mptwo.
1954         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1955         (mptwo): Rename to __mptwo.
1956         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1957         of mpone and __mptwo instead of mptwo.
1958         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1959         instead of mpone.
1960         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1961         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1962         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1963         of mpone and __mptwo instead of mptwo.
1964         (__mpranred): Use __mpone instead of mpone.
1965         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1966         variable.
1967         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1968         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1969         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1970         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1971         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1972         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1973         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1974         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1975         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1976         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1977         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1978         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1979         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1980         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1981         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1982         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1983         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1984         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1985         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1987 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1989         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1990         replace BSD Handler xref with BSD Signal Handling.
1992 2014-11-17  Richard Henderson  <rth@redhat.com>
1994         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1995         (_FP_PACK_RAW_2): Remove.
1996         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1997         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1998         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1999         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2000         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2001         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2002         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2003         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2004         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2005         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2006         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2007         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2008         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2009         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2010         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2011         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2013 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2015         * signal/signal.h [__USE_MISC]
2016         (struct sigvec): Remove type.
2017         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2018         (sigvec): Remove declaration.
2019         * sysdeps/posix/sigvec.c: Moved ...
2020         * signal/sigvec.c: ... here, replacing old file.
2021         (struct sigvec): New type, copied from old signal.h definition.
2022         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2023         (__sigvec): Convert definition to prototype.
2024         (sigvec): Replace weak_alias with compat_symbol.
2025         * signal/Versions (libc: GLIBC_2.21): New version set.
2026         * include/signal.h: Remove __sigvec declaration.
2027         * sysdeps/unix/bsd/sigvec.c: Remove file.
2028         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2029         * manual/signal.texi (BSD Handler): Remove subsection.
2030         Move siginterrupt up to ...
2031         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2032         (Blocking in BSD): Fold subsection into its parent.
2033         * NEWS: Mention sigvec removal.
2035 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2037         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2038         (DLA_FMS): Make definition conditional only on [__FMA4__].
2039         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2040         definition.
2042         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2043         Make definition conditional only on [PROF].
2044         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2045         definition.
2046         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2047         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2049         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2050         !__GNUC__].
2051         * include/signal.h (__sigpause): Move declaration above call to
2052         libc_hidden_proto.
2053         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2054         variable.
2055         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2056         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2058 2014-11-14  David S. Miller  <davem@davemloft.net>
2060         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2061         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2063 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2065         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2066         * configure: Regenerated.
2067         * manual/install.texi (Tools for Compilation): Document a
2068         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2069         compiler verified to work.
2070         * INSTALL: Regenerated.
2072         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2073         redeclare with asm name.
2074         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2075         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2076         including <string.h>.
2077         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2078         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2079         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2080         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2081         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2082         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2083         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2085 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2087         * stdlib/strtol.c (__strtol): Use prototype definition.
2089         [BZ #17594]
2090         * stdlib/strtol.c (SYM__): New macro.
2091         (SYM__1): Likewise.
2092         (__strtol): Likewise.
2093         (strtol): Rename to __strtol and define as weak alias of
2094         __strtol.  Use libc_hidden_weak.
2096 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2098         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2099         Use numbered labels in inline assembly.
2101 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2103         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2104         Add setjmp LIBC_PROBE.
2105         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2106         Likewise.
2107         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2108         Add longjmp, longjmp_target LIBC_PROBE.
2109         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2110         Likewise.
2112 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2114         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2115         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2116         to get rid of unused variable warning.
2118 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2120         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2121         Check for unwind_backtrace ==  NULL only in SHARED case.
2122         (__backchain_backtrace): Compile only in SHARED case.
2123         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2124         Likewise.
2125         (__backchain_backtrace): Declare as static.
2127 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2129         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2130         (__libc_multiple_threads_ptr): Variable moved ...
2131         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2133 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2135         * conform/GlibcConform.pm: New file.
2136         * conform/conformtest.pl: Use GlibcConform module.
2137         * conform/linknamespace.pl: New file.
2138         * conform/list-header-symbols.pl: Likewise.
2139         * conform/Makefile (linknamespace-symlists-base): New variable.
2140         (linknamespace-symlists-tests): Likewise.
2141         (linknamespace-header-base): Likewise.
2142         (linknamespace-header-tests): Likewise.
2143         (tests-special): Add new tests.
2144         ($(linknamespace-symlists-tests)): New rule.
2145         (linknamespace-libs): New variable.
2146         ($(objpfx)symlist-stdlibs): New rule.
2147         ($(linknamespace-header-tests)): Likewise.
2148         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2149         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2150         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2151         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2152         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2153         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2154         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2155         (test-xfail-ISO/math.h/linknamespace): Likewise.
2156         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2157         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2158         (test-xfail-ISO/time.h/linknamespace): Likewise.
2159         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2160         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2161         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2162         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2163         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2164         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2165         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2166         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2167         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2168         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2169         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2170         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2171         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2172         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2173         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2174         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2175         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2176         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2177         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2178         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2179         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2180         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2181         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2182         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2183         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2184         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2185         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2186         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2187         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2188         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2189         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2190         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2191         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2192         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2193         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2194         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2195         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2196         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2197         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2198         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2199         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2200         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2201         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2202         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2203         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2204         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2205         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2206         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2207         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2208         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2209         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2210         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2211         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2212         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2213         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2214         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2215         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2216         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2217         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2218         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2219         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2220         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2221         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2222         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2223         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2224         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2225         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2226         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2227         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2228         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2229         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2230         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2231         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2232         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2233         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2234         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2235         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2236         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2237         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2238         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2239         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2240         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2241         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2242         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2243         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2244         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2245         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2246         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2247         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2248         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2249         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2250         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2251         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2252         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2253         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2254         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2255         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2256         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2257         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2258         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2259         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2260         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2261         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2262         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2263         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2264         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2265         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2266         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2267         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2268         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2269         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2270         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2271         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2272         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2273         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2274         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2275         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2276         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2277         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2278         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2279         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2280         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2281         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2282         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2283         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2284         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2285         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2286         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2287         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2288         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2289         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2290         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2291         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2292         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2293         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2294         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2295         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2296         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2297         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2298         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2299         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2300         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2301         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2302         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2303         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2304         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2305         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2306         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2307         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2308         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2310         [BZ #17589]
2311         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2312         of fgets_unlocked.
2314         [BZ #17585]
2315         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2316         (memmem): Rename to __memmem and define as weak alias of
2317         __memmem.  Use libc_hidden_weak.
2318         (__memmem): Use libc_hidden_def.
2319         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2320         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2321         memmem.
2323         [BZ #17582]
2324         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2325         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2326         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2327         and define as weak alias of __fgets_unlocked.  Use
2328         libc_hidden_weak.
2329         (__fgets_unlocked): Use libc_hidden_def.
2330         * include/stdio.h (__fgets_unlocked): Declare.  Use
2331         libc_hidden_proto.
2332         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2333         __fgets_unlocked instead of fgets_unlocked.
2334         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2335         (GET_NPROCS_CONF_PARSER): Likewise.
2336         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2337         (GET_NPROCS_CONF_PARSER): Likewise.
2339         [BZ #17574]
2340         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2341         weak alias of __wmemset.  Use libc_hidden_weak.
2342         (__wmemset): Use libc_hidden_def.
2343         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2344         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2345         of wmemset.
2347         [BZ #17573]
2348         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2349         with asm name __mempcpy.
2350         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2352         [BZ #17572]
2353         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2354         and define as weak alias of __rawmemchr.
2355         (__rawmemchr): Do not define as strong alias of rawmemchr.
2357         [BZ #17571]
2358         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2359         alias of __qsort_r.
2360         (qsort): Call __qsort_r instead of qsort_r.
2361         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2362         (__qsort_r): Declare.  Call libc_hidden_proto.
2363         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2364         instead of qsort_r.
2365         * nscd/gai.c (__qsort_r): Define to qsort_r.
2366         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2367         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2368         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2370         [BZ #17570]
2371         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2372         define as weak alias of __malloc_info.
2374         [BZ #17584]
2375         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2376         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2377         (__rewinddir): Use libc_hidden_def.
2378         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2379         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2380         (__rewinddir): Use libc_hidden_def.
2381         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2382         weak alias of __rewinddir.  Don't use libc_hidden_def.
2383         (__rewinddir): Use libc_hidden_def.
2384         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2385         (__rewinddir): Use libc_hidden_proto.
2386         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2387         rewinddir.
2388         (__getcwd): Use __rewinddir instead of rewinddir.
2390         [BZ #17583]
2391         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2392         alias of __fileno.  Use libc_hidden_weak.
2393         (__fileno): Use libc_hidden_def.
2394         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2395         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2396         alias of __ftello.
2397         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2398         __ftello.
2399         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2400         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2401         libc_hidden_def.
2402         (fread_unlocked): Don't use libc_hidden_ver.
2403         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2404         and define as weak alias of __fread_unlocked.  Don't use
2405         libc_hidden_def.
2406         (__fread_unlocked): Use libc_hidden_def.
2407         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2408         (ftello): Don't use libc_hidden_proto.
2409         (__ftello): Declare.  Use libc_hidden_proto.
2410         (fread_unlocked): Don't use libc_hidden_proto.
2411         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2412         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2413         and __ftello instead of fileno, fread_unlocked and ftello.
2415 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2417         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2418         GOT12.
2419         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2420         Likewise.
2421         (_dl_start_user): Likewise.
2422         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2424 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2425             Siddhesh Poyarekar  <siddhesh@redhat.com>
2427         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2428         Move argv and envp down instead of moving argc up.
2429         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2431 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2433         [BZ #17506]
2434         * test-skeleton.c (main): Return successful if one of
2435         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2436         * string/tst-strcoll-overflow.c: Define expected status.
2438 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2440         [BZ #17475]
2441         * locale/iso-639.def: Define Bhili and Tulu language codes.
2443 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2445         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2447 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2449         [BZ #17555]
2450         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2452 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2454         * configure.ac: Updated check of minimal required version to
2455         2.22.
2456         * manual/install.texi (Tools for Compilation): Updated version
2457         number.
2458         * configure: Regenerated.
2459         * INSTALL: Likewise.
2461 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2463         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2464         __tls_get_addr.
2466 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2468         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2469         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2470         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2471         libc_hidden_weak.
2472         (waitpid): Define as alias of __waitpid.
2473         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2474         __waitpid.
2475         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2476         libc_hidden_weak.
2477         (waitpid): Define as alias of __waitpid.
2478         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2479         __libc_waitpid alias.
2480         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2481         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2482         Likewise.
2483         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2484         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2485         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2486         alias.
2487         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2488         __waitpid.
2489         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2490         libc_hidden_weak.
2491         (waitpid): Define as alias of __waitpid.
2493 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2495         * manual/llio.texi: Add comment that write safety has been
2496         fixed in Linux.
2498         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2499         (localplt-build-dso): Add elf/ld.so.
2500         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2501         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2502         and free for ld.so.
2503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2504         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2506         Likewise.
2507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2508         Likewise.
2509         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2510         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2511         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2512         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2513         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2514         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2515         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2516         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2517         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2518         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2519         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2521 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2523         [BZ #14132]
2524         * include/libc-symbols.h (INTUSE): Remove macro.
2525         (INTDEF): Likewise.
2526         (INTVARDEF): Likewise.
2527         (_INTVARDEF): Likewise.
2528         (INTDEF2): Likewise.
2529         (INTVARDEF2): Likewise.
2530         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2531         rtld_hidden_def instead of INTVARDEF.
2532         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2533         (_dl_starting_up_internal): Remove declaration.
2534         (_dl_starting_up): Use rtld_hidden_proto.
2535         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2536         declaration.
2537         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2538         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2539         _dl_starting_up.
2540         * elf/dl-writev.h (_dl_writev): Likewise.
2541         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2542         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2543         _dl_starting_up_internal.
2545 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2547         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2548         test-skeleton.c.
2550 2014-11-05  Will Newton  <will.newton@linaro.org>
2552         * benchtests/Makefile: (bench-malloc): Add malloc thread
2553         scalability benchmark.
2554         * benchtests/bench-malloc-threads.c: New file.
2556 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2558         * sysdeps/aarch64/strchrnul.S: New file.
2560 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2562         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2563         definition.
2564         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2565         Likwise.
2566         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2567         Likewise.
2568         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2569         Likewise.
2570         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2571         Likewise.
2572         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2573         Likewise.
2575 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2577         * catgets/test-gencat.c: Use test-skeleton.c.
2578         * catgets/tst-catgets.c: Likewise.
2579         * csu/tst-empty.c: Likewise.
2580         * elf/tst-audit2.c: Likewise.
2581         * elf/tst-global1.c: Likewise.
2582         * elf/tst-pathopt.c: Likewise.
2583         * elf/tst-piemod1.c: Likewise.
2584         * elf/tst-tls10.c: Likewise.
2585         * elf/tst-tls11.c: Likewise.
2586         * elf/tst-tls12.c: Likewise.
2587         * gnulib/tst-gcc.c: Likewise.
2588         * iconvdata/tst-e2big.c: Likewise.
2589         * iconvdata/tst-loading.c: Likewise.
2590         * iconv/tst-iconv1.c: Likewise.
2591         * iconv/tst-iconv2.c: Likewise.
2592         * inet/test-inet6_opt.c: Likewise.
2593         * inet/tst-gethnm.c: Likewise.
2594         * inet/tst-network.c: Likewise.
2595         * inet/tst-ntoa.c: Likewise.
2596         * intl/tst-codeset.c: Likewise.
2597         * intl/tst-gettext2.c: Likewise.
2598         * intl/tst-gettext3.c: Likewise.
2599         * intl/tst-ngettext.c: Likewise.
2600         * intl/tst-translit.c: Likewise.
2601         * io/test-stat.c: Likewise.
2602         * libio/test-fmemopen.c: Likewise.
2603         * libio/tst-freopen.c: Likewise.
2604         * libio/tst-sscanf.c: Likewise.
2605         * libio/tst-ungetwc1.c: Likewise.
2606         * libio/tst-ungetwc2.c: Likewise.
2607         * libio/tst-widetext.c: Likewise.
2608         * localedata/tst-ctype.c: Likewise.
2609         * localedata/tst-digits.c: Likewise.
2610         * localedata/tst-leaks.c: Likewise.
2611         * localedata/tst-mbswcs1.c: Likewise.
2612         * localedata/tst-mbswcs2.c: Likewise.
2613         * localedata/tst-mbswcs3.c: Likewise.
2614         * localedata/tst-mbswcs4.c: Likewise.
2615         * localedata/tst-mbswcs5.c: Likewise.
2616         * localedata/tst-setlocale.c: Likewise.
2617         * localedata/tst-trans.c: Likewise.
2618         * localedata/tst-wctype.c: Likewise.
2619         * localedata/tst-xlocale1.c: Likewise.
2620         * login/tst-grantpt.c: Likewise.
2621         * malloc/tst-calloc.c: Likewise.
2622         * malloc/tst-malloc.c: Likewise.
2623         * malloc/tst-mallocstate.c: Likewise.
2624         * malloc/tst-mcheck.c: Likewise.
2625         * malloc/tst-mtrace.c: Likewise.
2626         * malloc/tst-obstack.c: Likewise.
2627         * math/atest-exp2.c: Likewise.
2628         * math/atest-exp.c: Likewise.
2629         * math/atest-sincos.c: Likewise.
2630         * math/test-matherr.c: Likewise.
2631         * math/test-misc.c: Likewise.
2632         * math/test-powl.c: Likewise.
2633         * math/tst-definitions.c: Likewise.
2634         * misc/tst-dirname.c: Likewise.
2635         * misc/tst-efgcvt.c: Likewise.
2636         * misc/tst-fdset.c: Likewise.
2637         * misc/tst-hsearch.c: Likewise.
2638         * misc/tst-mntent2.c: Likewise.
2639         * nptl/tst-sem7.c: Likewise.
2640         * nptl/tst-sem8.c: Likewise.
2641         * nptl/tst-sem9.c: Likewise.
2642         * nss/test-netdb.c: Likewise.
2643         * posix/tst-fnmatch.c: Likewise.
2644         * posix/tst-getlogin.c: Likewise.
2645         * posix/tst-gnuglob.c: Likewise.
2646         * posix/tst-mmap.c: Likewise.
2647         * pwd/tst-getpw.c: Likewise.
2648         * resolv/tst-inet_ntop.c: Likewise.
2649         * rt/tst-timer.c: Likewise.
2650         * stdio-common/test-fseek.c: Likewise.
2651         * stdio-common/test-popen.c: Likewise.
2652         * stdio-common/test-vfprintf.c: Likewise.
2653         * stdio-common/tst-cookie.c: Likewise.
2654         * stdio-common/tst-fileno.c: Likewise.
2655         * stdio-common/tst-gets.c: Likewise.
2656         * stdio-common/tst-obprintf.c: Likewise.
2657         * stdio-common/tst-perror.c: Likewise.
2658         * stdio-common/tst-sprintf2.c: Likewise.
2659         * stdio-common/tst-sprintf3.c: Likewise.
2660         * stdio-common/tst-sprintf.c: Likewise.
2661         * stdio-common/tst-swprintf.c: Likewise.
2662         * stdio-common/tst-tmpnam.c: Likewise.
2663         * stdio-common/tst-unbputc.c: Likewise.
2664         * stdio-common/tst-wc-printf.c: Likewise.
2665         * stdlib/tst-environ.c: Likewise.
2666         * stdlib/tst-fmtmsg.c: Likewise.
2667         * stdlib/tst-limits.c: Likewise.
2668         * stdlib/tst-rand48-2.c: Likewise.
2669         * stdlib/tst-rand48.c: Likewise.
2670         * stdlib/tst-random2.c: Likewise.
2671         * stdlib/tst-random.c: Likewise.
2672         * stdlib/tst-strtol.c: Likewise.
2673         * stdlib/tst-strtoll.c: Likewise.
2674         * stdlib/tst-tls-atexit.c: Likewise.
2675         * stdlib/tst-xpg-basename.c: Likewise.
2676         * string/test-ffs.c: Likewise.
2677         * string/tst-bswap.c: Likewise.
2678         * string/tst-inlcall.c: Likewise.
2679         * string/tst-strtok.c: Likewise.
2680         * string/tst-strxfrm.c: Likewise.
2681         * sysdeps/x86_64/tst-audit10.c: Likewise.
2682         * sysdeps/x86_64/tst-audit3.c: Likewise.
2683         * sysdeps/x86_64/tst-audit4.c: Likewise.
2684         * sysdeps/x86_64/tst-audit5.c: Likewise.
2685         * time/tst-ftime_l.c: Likewise.
2686         * time/tst-getdate.c: Likewise.
2687         * time/tst-mktime3.c: Likewise.
2688         * time/tst-mktime.c: Likewise.
2689         * time/tst-posixtz.c: Likewise.
2690         * time/tst-strptime2.c: Likewise.
2691         * time/tst-strptime3.c: Likewise.
2692         * wcsmbs/tst-btowc.c: Likewise.
2693         * wcsmbs/tst-mbrtowc.c: Likewise.
2694         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2695         * wcsmbs/tst-wchar-h.c: Likewise.
2696         * wcsmbs/tst-wcpncpy.c: Likewise.
2697         * wcsmbs/tst-wcrtomb.c: Likewise.
2698         * wcsmbs/tst-wcsnlen.c: Likewise.
2699         * wcsmbs/tst-wcstof.c: Likewise.
2701 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2703         [BZ #14132]
2704         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2705         INTDEF.
2706         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2707         declaration.
2708         (_dl_mcount): Use rtld_hidden_proto.
2709         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2710         _dl_mcount.
2711         * elf/rtld.c (_rtld_global_ro): Likewise.
2713         [BZ #14132]
2714         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2715         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2716         of _dl_init_internal.
2717         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2718         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2719         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2720         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2721         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2722         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2723         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2724         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2725         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2726         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2727         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2728         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2729         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2730         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2731         * sysdeps/tile/dl-start.S (_start): Likewise.
2732         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2733         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2735         [BZ #14132]
2736         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2737         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2738         (rtld_progname): Make macro definition unconditional.
2739         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2740         INTDEF.
2741         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2742         (dl_main): Likewise.
2743         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2744         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2745         instead of _dl_argv_internal.
2746         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2747         __GI__dl_argv instead of INTUSE(_dl_argv).
2748         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2749         __GI__dl_argv instead of _dl_argv_internal.
2751         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2752         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2753         macro.
2754         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2755         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2756         New macro.
2757         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2758         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2759         macro.
2760         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2761         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2763 2014-11-04  Andreas Schwab  <schwab@suse.de>
2765         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2767 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2769         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2770         mtvsrd instruction in binary form.
2772 2014-11-03  Andreas Schwab  <schwab@suse.de>
2774         [BZ #17522]
2775         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2776         for less than MB_LEN_MAX use a local buffer of that size.
2777         * libio/tst-fputws.c: New file.
2778         * libio/Makefile (tests): Add tst-fputws.
2780 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2782         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2783         the size of the fpu_fr.fpu_dregs[] array.
2785 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2787         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2788         (__nanosleep): Do not define as alias.
2789         (nanosleep): Define as alias of __nanosleep.
2790         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2791         __libc_nanosleep name.
2793 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2795         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2796         install.texi in comment.
2798 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2800         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2801         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2802         ... add here and use lwsync or sync ...
2803         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2804         ... and add here using lwsync.
2806 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2808         * elf/dl-machine-reject-phdr.h: New file.
2809         * elf/dl-load.c: #include that.
2810         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2811         if that returned true.
2813 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2815         [BZ #17496]
2816         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2817         gen-as-const-headers chunk.  Add a big scare comment after the last
2818         safe place to touch before-compile.
2820 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2822         * manual/install.texi (Tools for Compilation): Update autoconf
2823         version requirements.
2824         * INSTALL: Regenerated.
2826         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2827         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2828         (__libc_pselect): Likewise.
2830         [BZ #14138]
2831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2836 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2838         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2839         correct barrier instruction.
2840         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2841         Likewise.
2842         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2843         Likewise.
2845 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2847         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2848         after defining inlines.  Instead, just use parens to defeat macro
2849         expansion of __isctype in its declaration.
2851 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2853         * include/sys/uio.h (__libc_readv): Remove declaration.
2854         (__libc_writev): Likewise.
2855         * misc/readv.c (__libc_readv): Rename to __readv.
2856         (__readv): Do not define as alias.
2857         (readv): Define as alias of __readv.
2858         * misc/writev.c (__libc_writev): Rename to __writev.
2859         (__writev): Do not define as alias.
2860         (writev): Define as alias of __writev.
2861         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2862         (__readv): Do not define as alias.
2863         (readv): Define unconditionally as alias of __readv.
2864         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2865         (__writev): Do not define as alias.
2866         (writev): Define unconditionally as alias of __writev.
2867         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2868         name.
2869         (writev): Do not define __libc_writev name.
2871 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2873         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2874         (convert_charseq): New function, broken out of ...
2875         (use_from_charmap): ... here.  Call it.
2876         (use_to_charmap): Use convert_charseq and free instead of duplicating
2877         its code with a variable-length stack struct.
2879 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2881         * include/fcntl.h (__libc_creat): Remove declaration.
2882         * io/creat.c (__libc_creat): Rename to creat.
2883         (creat): Do not define as alias.
2884         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2885         of creat instead of __libc_creat.
2886         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2887         to creat.
2888         (creat): Do not define as alias.
2889         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2890         __libc_creat.
2891         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2892         __libc_creat name.
2893         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2894         Likewise.
2896 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2898         * manual/llio.texi: Add comments discussing why write() may be
2899         considered MT-unsafe on Linux.
2901 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2903         * dl-load.c (local_strdup): Remove.
2904         (expand_dynamic_string_token): Use __strdup.
2905         (decompose_rpath): Likewise.
2906         (_dl_map_object): Likewise.
2908 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2910         [BZ #14132]
2911         * sysdeps/generic/unwind-dw2-fde.c
2912         (__register_frame_info_bases_internal): Do not declare.
2913         (__register_frame_info_table_bases_internal): Likewise.
2914         (__deregister_frame_info_bases_internal): Likewise.
2915         (__register_frame_info_bases): Declare and use hidden_proto before
2916         definition.  Use hidden_def instead of INTDEF.
2917         (__register_frame_info_table_bases): Likewise.
2918         (__deregister_frame_info_bases): Likewise.
2919         (__register_frame_info): Do not use INTUSE.
2920         (__register_frame): Likewise.
2921         (__register_frame_info_table): Likewise.
2922         (__register_frame_table): Likewise.
2923         (__deregister_frame_info): Likewise.
2924         (__deregister_frame): Likewise.
2926 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2928         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2929         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2930         not undefine.
2931         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2932         Likewise.
2933         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2934         Likewise.
2936 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2938         [BZ #14138]
2939         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2940         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2941         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2942         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2943         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2944         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2945         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2946         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2947         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2948         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2949         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2950         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2951         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2952         syscall.
2953         (setfsuid): Likewise.
2954         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2955         (setfsuid): Likewise.
2956         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2957         (setfsuid): Likewise.
2958         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2959         Likewise.
2960         (setfsuid): Likewise.
2961         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2962         (setfsuid): Likewise.
2963         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2964         Likewise.
2965         (setfsuid): Likewise.
2967 2014-10-27  Andreas Schwab  <schwab@suse.de>
2969         [BZ #17501]
2970         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2971         check for Slow_SSE4_2 feature bit.
2972         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2973         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2974         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2975         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2977 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2979         * configure.ac: Validate compiler version with a empirical test of
2980         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2981         $CC -v output.
2982         * configure: Regenerated.
2984         * inet/htons.c (htons): Prototypify.
2985         * inet/htonl.c (htonl): Likewise.
2987 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2989         * string/strncat.c (strncat): Improve performance by using strlen.
2991 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2993         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2995 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2997         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2998         Call libc_fetestexcept_aarch64.
3000 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3002         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3003         Call libc_feholdexcept_aarch64.
3005 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3007         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3008         Call get_rounding_mode.
3010 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3012         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3013         Simplify logic.
3015 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3017         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3018         Simplify logic.
3020 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3022         [BZ #14138]
3023         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3024         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3025         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3026         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3027         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3028         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3029         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3030         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3031         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3032         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3033         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3034         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3035         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3036         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3037         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3038         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3039         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3040         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3041         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3042         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3043         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3044         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3045         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3046         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3047         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3048         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3050         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3051         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3052         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3053         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3054         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3055         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3056         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3057         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3058         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3060         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3061         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3062         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3063         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3064         syscall.
3065         (geteuid): Likewise.
3066         (getgid): Likewise.
3067         (getuid): Likewise.
3068         (getresgid): Likewise.
3069         (getresuid): Likewise.
3070         (getgroups): Likewise.
3071         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3072         (geteuid): Likewise.
3073         (getgid): Likewise.
3074         (getuid): Likewise.
3075         (getresgid): Likewise.
3076         (getresuid): Likewise.
3077         (getgroups): Likewise.
3078         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3079         (geteuid): Likewise.
3080         (getgid): Likewise.
3081         (getuid): Likewise.
3082         (getresgid): Likewise.
3083         (getresuid): Likewise.
3084         (getgroups): Likewise.
3085         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3086         Likewise.
3087         (geteuid): Likewise.
3088         (getgid): Likewise.
3089         (getuid): Likewise.
3090         (getresgid): Likewise.
3091         (getresuid): Likewise.
3092         (getgroups): Likewise.
3093         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3094         (geteuid): Likewise.
3095         (getgid): Likewise.
3096         (getuid): Likewise.
3097         (getresgid): Likewise.
3098         (getresuid): Likewise.
3099         (getgroups): Likewise.
3100         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3101         Likewise.
3102         (geteuid): Likewise.
3103         (getgid): Likewise.
3104         (getuid): Likewise.
3105         (getgroups): Likewise.
3107         [BZ #14138]
3108         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3109         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3110         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3111         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3112         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3113         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3114         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3115         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3116         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3117         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3118         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3119         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3120         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3121         __chown.
3122         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3123         (lchown): Likewise.
3124         (fchown): Likewise.
3125         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3126         Likewise.
3127         (lchown): Likewise.
3128         (fchown): Likewise.
3129         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3130         (lchown): Likewise.
3131         (fchown): Likewise.
3132         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3133         Likewise.
3134         (lchown): Likewise.
3135         (fchown): Likewise.
3137 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3139         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3140         Simplify logic.
3142 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3144         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3145         Cleanup logic.
3147 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3149         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3150         Remove unused include.
3152 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3154         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3155         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3156         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3157         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3159 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3160             Helge Deller <deller@gmx.de>
3162         [BZ #17508]
3163         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3164         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3165         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3167 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3169         [BZ #14132]
3170         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3171         Remove macro definition.
3172         (__ashrdi3_v_glibc20): Likewise.
3173         (__lshrdi3_v_glibc20): Likewise.
3174         (__cmpdi2_v_glibc20): Likewise.
3175         (__ucmpdi2_v_glibc20): Likewise.
3176         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3177         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3178         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3179         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3180         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3181         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3183 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3185         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3186         old GNU extension [0] syntax.
3187         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3188         alloca rather than an array member with variable length.
3189         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3190         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3191         (parse_opt): ... here.  Likewise use alloca there.
3192         Validate the -i argument before checking for rootness.
3193         (send_shutdown): New function, broken out of ...
3194         (parse_opt): ... here.
3196 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3198         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3199         macro to get at the _rt_local_ro field.
3200         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3201         ([PIC] case) or _dl_hwcap ([!PIC] case).
3202         * sysdeps/arm/setjmp.S: Likewise.
3204         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3205         * sysdeps/arm/configure.ac: New check to define it.
3206         * sysdeps/arm/configure: Regenerated.
3207         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3208         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3209         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3210         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3211         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3212         Use move/movt pair instead of a load.
3213         (LDST_GLOBAL): Macro removed.
3214         (LDR_GLOBAL): New macro replaces it.
3215         (LDR_HIDDEN): New macro.
3216         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3217         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3219         * setjmp/tst-setjmp-static.c: New file.
3220         * setjmp/Makefile (tests): Add it.
3221         (tests-static): New variable.
3223 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3225         [BZ #17485]
3226         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3228 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3230         [BZ #14132]
3231         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3233 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3235         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3237 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3239         * io/fts.c (dirent_not_directory): New function.
3240         (fts_build): Call it.
3242 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3244         * nptl/version.c (__nptl_main): Use normal __write rather than
3245         INTERNAL_SYSCALL.
3246         (banner): Update copyright years.
3248         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3249         gettimeofday.
3250         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3251         * nptl/pthread_cond_timedwait.c: Likewise.
3252         * nptl/pthread_mutex_timedlock.c: Likewise.
3253         * nptl/sem_timedwait.c: Likewise.
3255         * sysdeps/nptl/bits/libc-lock.h
3256         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3257         (__libc_lock_init_recursive): Return void, not 0.
3258         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3259         (__libc_rwlock_init): Likewise.
3260         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3262 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3264         [BZ #15215]
3265         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3266         (__pthread_once_slow): ... here.
3267         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3268         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3270 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3272         [BZ #15215]
3273         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3274         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3275         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3276         * nptl/pthread_once.c (__pthread_once): Likewise.
3277         Update comments.
3279 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3281         [BZ #14138]
3282         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3283         name.
3284         (writev): Use __libc_writev as strong name.
3285         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3286         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3288 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3290         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3292         * sysdeps/i386/nptl/tls.h
3293         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3294         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3295         New macros.
3296         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3297         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3298         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3299         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3300         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3301         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3303         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3304         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3305         on [__NR_futex].
3306         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3307         broken out of ...
3308         (__pthread_mutex_init): ... here.  Call it.
3309         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3310         Conditionalize PI cases on [__NR_futex].
3311         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3312         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3313         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3315         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3316         conditional on [SIGSETXID].
3317         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3318         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3319         is defined.  Likewise for SIGSETXID.
3320         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3321         Conditionalize definitions on [SIGSETXID].
3322         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3323         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3324         unblocking on [SIGCANCEL].
3326         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3327         [__NR_set_robust_list].
3329 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3331         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3332         (do_compare): Likewise.
3334 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3336         [BZ #15884]
3337         * string/strcoll_l.c: Don't include stdio.h.
3338         (coll_seq): Remove members idxarr and rulearr.
3339         (get_next_seq_cached): Remove function.
3340         (get_next_seq): Likewise.
3341         (get_next_seq_nocache): Rename to get_next_seq.
3342         (do_compare): Remove function.
3343         (do_compare_nocache): Rename to do_compare.
3344         (STRCOLL): Remove weight and rules cache.
3346 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3348         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3349         * sysdeps/arm/sfp-machine.h: ... to here.
3350         * sysdeps/arm/Implies: Remove arm/soft-fp.
3352 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3354         * conform/data/sys/utsname.h-data (*_t): Allow.
3355         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3356         [POSIX] (WEXITED): Do not expect constant.
3357         [POSIX] (WSTOPPED): Likewise.
3358         [POSIX] (WNOHANG): Likewise.
3359         [POSIX] (WNOWAIT): Likewise.
3360         [POSIX] (siginfo_t): Do not expect type or elements.
3361         [POSIX] (pid_t): Do not expect type.
3362         [POSIX] (signal.h): Do not allow header.
3363         [POSIX] (sys/resource.h): Likewise.
3364         [POSIX] (si_*): Do not allow pattern.
3365         [POSIX] (W*): Likewise.
3366         [POSIX] (P_*): Likewise.
3367         [POSIX] (BUS_*): Likewise.
3368         [POSIX] (CLD_*): Likewise.
3369         [POSIX] (FPE_*): Likewise.
3370         [POSIX] (ILL_*): Likewise.
3371         [POSIX] (POLL_*): Likewise.
3372         [POSIX] (SEGV_*): Likewise.
3373         [POSIX] (SI_*): Likewise.
3374         [POSIX] (TRAP_*): Likewise.
3375         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3376         variable.
3378 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3380         [BZ #12926]
3381         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3382         infinite loop when __recvmsg returns 0.
3384 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3386         * CANCEL-FCT-WAIVE: Remove file.
3387         * CANCEL-FILE-WAIVE: Likewise.
3389         [BZ #14132]
3390         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3391         instead of INTVARDEF.
3392         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3393         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3394         rtld_hidden_data_def instead of INTVARDEF.
3395         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3396         * elf/dl-deps.c (expand_dst): Likewise.
3397         * elf/dl-load.c (_dl_dst_count): Likewise.
3398         (_dl_dst_substitute): Likewise.
3399         (decompose_rpath): Likewise.
3400         (_dl_init_paths): Likewise.
3401         (open_path): Likewise.
3402         (_dl_map_object): Likewise.
3403         * elf/rtld.c (dl_main): Likewise.
3404         (process_dl_audit): Likewise.
3405         (process_envvars): Likewise.
3406         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3407         Remove declaration.
3408         (__libc_enable_secure): Use rtld_hidden_proto.
3410 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3412         * elf/dl-load.c
3413         (add_path): New function broken out of _dl_rtld_di_serinfo.
3414         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3416 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3418         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3419         parentheses around macro arguments.
3420         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3421         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3422         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3423         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3424         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3425         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3426         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3427         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3428         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3429         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3430         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3431         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3432         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3433         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3434         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3435         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3436         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3437         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3438         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3439         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3440         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3441         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3442         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3443         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3444         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3445         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3446         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3447         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3448         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3449         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3450         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3451         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3452         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3453         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3454         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3455         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3456         Likewise.
3457         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3458         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3459         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3460         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3461         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3462         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3463         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3464         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3465         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3466         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3467         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3468         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3469         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3470         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3476         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3477         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3478         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3479         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3480         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3481         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3482         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3483         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3484         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3485         (_FP_FRAC_SRS_1): Likewise.
3486         (_FP_FRAC_CLZ_1): Likewise.
3487         (_FP_MUL_MEAT_1_imm): Likewise.
3488         (_FP_MUL_MEAT_1_wide): Likewise.
3489         (_FP_MUL_MEAT_1_hard): Likewise.
3490         (_FP_SQRT_MEAT_1): Likewise.
3491         (_FP_FRAC_ASSEMBLE_1): Likewise.
3492         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3493         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3494         (__FP_CLZ_2): Likewise.
3495         (_FP_MUL_MEAT_2_wide): Likewise.
3496         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3497         (_FP_MUL_MEAT_2_gmp): Likewise.
3498         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3499         (_FP_SQRT_MEAT_2): Likewise.
3500         (_FP_FRAC_ASSEMBLE_2): Likewise.
3501         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3502         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3503         (_FP_FRAC_CLZ_4): Likewise.
3504         (_FP_MUL_MEAT_4_wide): Likewise.
3505         (_FP_MUL_MEAT_4_gmp): Likewise.
3506         (_FP_SQRT_MEAT_4): Likewise.
3507         (_FP_FRAC_ASSEMBLE_4): Likewise.
3508         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3509         * soft-fp/op-common.h (_FP_CMP): Likewise.
3510         (_FP_CMP_EQ): Likewise.
3511         (_FP_CMP_UNORD): Likewise.
3512         (_FP_TO_INT): Likewise.
3513         (_FP_FROM_INT): Likewise.
3514         [!__FP_CLZ] (__FP_CLZ): Likewise.
3515         (_FP_DIV_HELP_imm): Likewise.
3516         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3517         Likewise.
3518         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3519         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3520         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3521         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3522         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3523         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3524         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3525         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3526         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3527         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3528         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3529         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3530         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3531         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3532         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3533         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3534         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3535         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3536         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3537         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3538         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3539         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3540         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3541         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3542         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3543         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3544         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3545         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3546         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3547         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3548         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3549         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3550         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3551         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3552         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3553         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3554         (FP_UNPACK_RAW_SP): Likewise.
3555         (FP_PACK_RAW_S): Likewise.
3556         (FP_PACK_RAW_SP): Likewise.
3557         (FP_UNPACK_S): Likewise.
3558         (FP_UNPACK_SP): Likewise.
3559         (FP_UNPACK_SEMIRAW_S): Likewise.
3560         (FP_UNPACK_SEMIRAW_SP): Likewise.
3561         (FP_PACK_S): Likewise.
3562         (FP_PACK_SP): Likewise.
3563         (FP_PACK_SEMIRAW_S): Likewise.
3564         (FP_PACK_SEMIRAW_SP): Likewise.
3565         (_FP_SQRT_MEAT_S): Likewise.
3566         (FP_CMP_S): Likewise.
3567         (FP_CMP_EQ_S): Likewise.
3568         (FP_CMP_UNORD_S): Likewise.
3569         (FP_TO_INT_S): Likewise.
3570         (FP_FROM_INT_S): Likewise.
3572         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3574         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3575         (FP_EX_INVALID_IMZ): Likewise.
3576         (FP_EX_INVALID_IMZ_FMA): Likewise.
3577         (FP_EX_INVALID_ISI): Likewise.
3578         (FP_EX_INVALID_ZDZ): Likewise.
3579         (FP_EX_INVALID_IDI): Likewise.
3580         (FP_EX_INVALID_SQRT): Likewise.
3581         (FP_EX_INVALID_CVI): Likewise.
3582         (FP_EX_INVALID_VC): Likewise.
3583         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3584         "invalid" exceptions.
3585         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3586         (_FP_ADD_INTERNAL): Likewise.
3587         (_FP_MUL): Likewise.
3588         (_FP_FMA): Likewise.
3589         (_FP_DIV): Likewise.
3590         (_FP_CMP_CHECK_NAN): Likewise.
3591         (_FP_SQRT): Likewise.
3592         (_FP_TO_INT): Likewise.
3593         (FP_EXTEND): Likewise.
3595 2014-10-09  Allan McRae  <allan@archlinux.org>
3597         * po/fr.po: Update French translation from translation project.
3599 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3601         [BZ #14132]
3602         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3603         of INTDEF.
3604         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3605         (__cxa_atexit): Use libc_hidden_proto.
3606         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3608         [BZ #14132]
3609         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3610         declaration.
3611         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3612         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3613         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3614         [!_ISOMAC] (__iswctype_internal): Likewise.
3615         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3616         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3617         alias.
3618         (fcntl): Remove __fcntl_internal alias.
3619         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3620         __connect_internal alias.
3621         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3622         Likewise.
3624         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3625         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3626         FP_DENORM_ZERO.
3627         (_FP_CHECK_FLUSH_ZERO): New macro.
3628         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3629         (_FP_CMP): Likewise.
3630         (_FP_CMP_EQ): Likewise.
3631         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3632         FP_DENORM_ZERO.
3633         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3634         (FP_TRUNC): Likewise.
3636         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3637         treated as invalid conversion, not as normal exponent.
3639         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3640         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3641         (_FP_CMP_EQ): Likewise.
3642         (_FP_CMP_UNORD): Likewise.
3643         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3644         (FP_CMP_EQ_D): Likewise.
3645         (FP_CMP_UNORD_D): Likewise.
3646         * soft-fp/extended.h (FP_CMP_E): Likewise.
3647         (FP_CMP_EQ_E): Likewise.
3648         (FP_CMP_UNORD_E): Likewise.
3649         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3650         (FP_CMP_EQ_Q): Likewise.
3651         (FP_CMP_UNORD_Q): Likewise.
3652         * soft-fp/single.h (FP_CMP_S): Likewise.
3653         (FP_CMP_EQ_S): Likewise.
3654         (FP_CMP_UNORD_S): Likewise.
3655         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3656         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3657         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3658         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3659         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3660         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3661         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3662         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3663         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3664         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3665         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3666         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3667         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3668         to FP_CMP_Q.
3669         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3670         FP_CMP_Q.
3671         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3672         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3673         FP_CMP_EQ_Q.
3674         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3675         FP_CMP_Q.
3676         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3677         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3678         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3679         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3680         FP_CMP_EQ_Q.
3681         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3682         FP_CMP_Q.
3683         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3684         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3685         FP_CMP_EQ_Q.
3686         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3687         FP_CMP_Q.
3688         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3689         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3690         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3691         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3692         FP_CMP_EQ_Q.
3694         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3695         a subnormal result, set the underflow exception if trapping on
3696         underflow is enabled.
3697         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3698         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3699         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3700         redefine to 0.
3701         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3702         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3703         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3704         * soft-fp/extendxftf2.c (__extendxftf2): Use
3705         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3707         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3708         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3709         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3710         FP_HANDLE_EXCEPTIONS.
3711         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3712         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3713         FP_HANDLE_EXCEPTIONS.
3714         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3715         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3716         FP_HANDLE_EXCEPTIONS.
3717         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3718         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3719         FP_HANDLE_EXCEPTIONS.
3721 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3723         [BZ #14132]
3724         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3725         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3726         use INTUSE.
3727         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3728         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3729         Remove alias.
3730         (__adjtimex): Define using libc_hidden_ver.
3731         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3732         Remove declaration.
3733         (ntp_gettime): Call __adjtimex directly.
3734         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3735         Remove declaration.
3736         (ntp_gettimex): Call __adjtimex directly.
3737         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3738         __adjtimex_internal alias.
3740 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3742         [BZ #17460]
3743         * nscd/nscd.c (more_help): Rewrite list of tables collection
3744         using xstrdup and asprintf.
3746         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3748 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3749             Roland McGrath  <roland@hack.frob.com>
3751         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3752         (do_lookup_unique): ... local function 'enter' here; update callers.
3754 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3756         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3757         compat_symbol calls on [SHARED].
3758         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3759         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3760         Remove.
3761         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3762         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3763         (oldsetrlimit): Remove.
3764         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3766         (lchown): New syscall entry.
3767         (oldsetrlimit): Remove.
3768         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3769         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3770         (oldsetrlimit): Remove.
3771         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3773         [BZ #14138]
3774         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3775         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3776         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3777         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3778         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3779         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3780         (fchown): Likewise.
3781         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3782         (fchown): Likewise.
3783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3784         Likewise.
3786 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3788         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3789         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3790         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3791         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3792         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3793         Likewise.
3794         (__old_sem_post): Likewise.
3796 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3798         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3799         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3800         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3801         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3802         Use INLINE_VSYSCALL macro.
3803         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3804         __vdso_clock_gettime.
3805         * sysdeps/unix/sysv/linux/tile/init-first.c
3806         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3807         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3808         __vdso_clock_gettime.
3810         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3811         to set up frame more cleanly.
3813         * sysdeps/tile/memcmp.c: New file.
3815         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3817         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3818         * sysdeps/tile/tilegx/strcasestr.c: New file.
3819         * sysdeps/tile/tilegx/strnlen.c: New file.
3820         * sysdeps/tile/tilegx/strstr.c: New file.
3822         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3824 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3826         * nptl/tst-setuid3.c: Write errors to stdout.
3828 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3830         * elf/dl-deps.c
3831         (preload): New functions broken out of _dl_map_object_deps.
3832         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3834 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3836         [BZ #14138]
3837         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3838         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3840 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3842         * sysdeps/mips/strcmp.S: New.
3844 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3846         [BZ #14138]
3847         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3848         (linkat): Likewise.
3849         (mkdirat): Likewise.
3850         (readlinkat): Likewise.
3851         (renameat): Likewise.
3852         (symlinkat): Likewise.
3853         (unlinkat): Likewise.
3854         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3855         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3856         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3857         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3858         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3859         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3860         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3862 2014-09-30  Will Newton  <will.newton@linaro.org>
3864         * math/math.h: Define long double math functions if
3865         _LIBC_TEST is defined.
3866         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3868         * localedata/Makefile: Move assignment to tests-special
3869         into an ifdef testing run-built-tests.
3870         * timezone/Makefile: Likewise.
3872 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3874         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3875         with $(BASH) not $(SHELL).
3877 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3878             Matthew LeGendre  <legendre1@llnl.gov>
3880         [BZ #17411]
3881         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3882         l_reloc_result.
3884 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3886         * stdio-common/printf_fp.c
3887         (hack_digit): New function, broken out of ...
3888         (__printf_fp): ... local function here.  Update call sites.
3889         hack_digit now takes an additional parameter that is a pointer
3890         to a struct of the referenced locals.  Those locals moved inside
3891         the struct and references updated.
3893 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3895         * aclocal.m4: Require autoconf 2.69.
3896         * configure: Regenerated.
3897         * sysdeps/aarch64/configure: Likewise.
3898         * sysdeps/alpha/configure: Likewise.
3899         * sysdeps/arm/armv7/configure: Likewise.
3900         * sysdeps/arm/configure: Likewise.
3901         * sysdeps/ia64/configure: Likewise.
3902         * sysdeps/mach/configure: Likewise.
3903         * sysdeps/mips/configure: Likewise.
3904         * sysdeps/s390/configure: Likewise.
3905         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3908         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3909         file.
3910         * sysdeps/ia64/configure.ac: Likewise.
3912 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3915         specify symbol version for ld.so.  Do not include entry for
3916         libpthread.
3917         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3918         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3919         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3921         [BZ #14171]
3922         * Makeconfig [$(build-shared) = yes]
3923         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3924         makefiles.
3925         [$(build-shared) = yes && $(soversions.mk-done) = t]
3926         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3927         [$(build-shared) = yes && $(soversions.mk-done) = t]
3928         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3929         to Makerules.
3930         [$(build-shared) = yes && $(soversions.mk-done) = t]
3931         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3932         here.
3933         [$(build-shared) = yes && $(soversions.mk-done) = t]
3934         (common-generated): Don't append gnu/lib-names.h and
3935         gnu/lib-names.stmp here.
3936         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3937         (lib-names-h-abi): New variable.
3938         [$(build-shared) = yes && $(soversions.mk-done) = t]
3939         (lib-names-stmp-abi): Likewise.
3940         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3941         abi-variants] (before-compile): Append
3942         $(common-objpfx)$(lib-names-h-abi).
3943         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3944         abi-variants] (common-generated): Append gnu/lib-names.h.
3945         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3946         abi-variants] (install-others-nosubdir): Depend on
3947         $(inst_includedir)/$(lib-names-h-abi).
3948         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3949         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3950         [$(build-shared) = yes && $(soversions.mk-done) = t]
3951         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3952         [$(build-shared) = yes && $(soversions.mk-done) = t]
3953         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3954         [$(build-shared) = yes && $(soversions.mk-done) = t]
3955         (common-generated): Append $(lib-names-h-abi) and
3956         $(lib-names-stmp-abi).
3957         * scripts/lib-names.awk: Do not handle multi being set.
3958         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3959         Remove variable.
3960         (abi-lp64_be-ld-soname): Likewise.
3961         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3962         Likewise.
3963         (abi-hard-ld-soname): Likewise.
3964         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3965         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3966         Remove variable.
3967         (abi-o32_hard-ld-soname): Likewise.
3968         (abi-o32_soft_2008-ld-soname): Likewise.
3969         (abi-o32_hard_2008-ld-soname): Likewise.
3970         (abi-n32_soft-ld-soname): Likewise.
3971         (abi-n32_hard-ld-soname): Likewise.
3972         (abi-n32_soft_2008-ld-soname): Likewise.
3973         (abi-n32_hard_2008-ld-soname): Likewise.
3974         (abi-n64_soft-ld-soname): Likewise.
3975         (abi-n64_hard-ld-soname): Likewise.
3976         (abi-n64_soft_2008-ld-soname): Likewise.
3977         (abi-n64_hard_2008-ld-soname): Likewise.
3978         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3979         Likewise.
3980         (abi-64-v2-ld-soname): Likewise.
3981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3982         ld.so entries.
3983         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3984         variable.
3985         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3986         entry.
3987         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3988         variable.
3989         (abi-64-ld-soname): Likewise.
3990         (abi-x32-ld-soname): Likewise.
3991         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3992         entry.
3993         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3995 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3997         [BZ #14138]
3998         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3999         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4000         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4001         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4002         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4003         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4004         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4005         syscall entry for GLIBC_2.2 symbol version.
4006         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4007         Likewise.
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4009         (setrlimit): Likewise.
4010         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4011         Likewise.
4013 2014-09-23  Will Newton  <will.newton@linaro.org>
4015         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4016         _LINUX_ARM_SYSDEP_H include guard too.
4017         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4018         define.
4020 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4022         * sysdeps/unix/sysv/linux/eventfd.c:
4023         Make first argument unsigned.
4024         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4025         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4027 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4029         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4030         * socket/sys/socket.h: Likewise
4031         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4033 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4035         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4037 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4039         * time/tst-ftime.c: New test.
4040         * time/Makefile (tests): Add tst-ftime.
4042 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4044         * soft-fp/extended.h: Fix comment formatting.
4045         * soft-fp/op-1.h: Likewise.
4046         * soft-fp/op-2.h: Likewise.
4047         * soft-fp/op-4.h: Likewise.
4048         * soft-fp/op-8.h: Likewise.
4049         * soft-fp/op-common.h: Likewise.
4050         * soft-fp/soft-fp.h: Likewise.
4052         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4054 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4056         [BZ #6652]
4057         * Makeconfig (soversions-default-setname): Remove variable.
4058         ($(common-objpfx)soversions.i): Don't pass default_setname to
4059         soversions.awk.
4060         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4061         oldest_abi to abi-versions.awk.
4062         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4063         * config.make.in (oldest-abi): Remove variable.
4064         * configure.ac (--enable-oldest-abi): Remove configure option.
4065         * configure: Regenerated.
4066         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4067         text.
4068         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4069         * scripts/soversions.awk: Do not handle default_setname variable.
4070         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4071         variable.
4072         * sysdeps/mach/hurd/configure: Regenerated.
4073         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4074         variable.
4075         * sysdeps/unix/sysv/linux/configure: Regenerated.
4077 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4079         * elf/Makefile (CFLAGS-interp.c): Remove.
4080         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4081         path string.
4082         * elf/interp.c: Include generated runtime-linker.h
4084         * Makerules (lib%.so): Don't include $(+interp) in
4085         prerequisites.
4086         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4087         * dlfcn/eval.c: Remove file.
4089         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4090         macros.
4092         [BZ #17266]
4093         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4094         4.2 and newer.
4096         [BZ #17370]
4097         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4099 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4100             Jakub Jelinek  <jakub@redhat.com>
4102         [BZ #17266]
4103         * libio/stdio.h: Check definition of __fortify_function
4104         instead of __extern_always_inline to include bits/stdio2.h.
4105         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4106         check if __extern_always_inline is defined.
4107         [__USE_MISC || __USE_XOPEN]: Likewise.
4108         [__USE_ISOC99] Likewise.
4109         * misc/sys/cdefs.h (__fortify_function): Define only if
4110         __extern_always_inline is defined.
4111         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4112         __extern_always_inline and __extern_inline only for g++-4.3
4113         and newer or a compatible gcc.
4115 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4117         [BZ #17371]
4118         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4119         last change to handle zero prefix length.
4121 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4123         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4124         _SC_REGEX_VERSION.
4126         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4127         _POSIX_RAW_SOCKETS.
4129 2014-09-13  Allan McRae  <allan@archlinux.org>
4131         * po/ru.po: Update Russian translation from translation project.
4133 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4135         * locale/programs/locale.c (show_locale_vars): Inline local function
4136         into its sole call site.  Clean up some style nits.
4137         (print_item): New function, broken out of ...
4138         (show_info): ... local function here.  Clean up style nits.
4140         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4141         out of ...
4142         (set_class_defaults): ... local function set_default here.
4143         Define set_default as a macro locally to pass constant parameters.
4144         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4145         rather than a shared local.
4147         * stdlib/rpmatch.c (try): New function, broken out of ...
4148         (rpmatch): ... local function here.  Also, prototypify definition.
4150 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4152         * scripts/soversions.awk: Do not handle configuration names.
4153         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4154         vendor and os variables to soversions.awk.
4155         * configure.ac: Do not modify gnu-* host_os.
4156         * configure: Regenerated
4157         * shlib-versions: Remove first column with configuration names.
4158         * nptl/shlib-versions: Likewise.
4159         * nptl_db/shlib-versions: Likewise.
4160         * sysdeps/hppa/shlib-versions: Likewise.
4161         * sysdeps/m68k/shlib-versions: Likewise.
4162         * sysdeps/mach/hurd/shlib-versions: Likewise.
4163         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4164         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4165         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4166         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4167         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4168         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4169         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4170         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4172         Likewise.
4173         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4174         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4175         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4176         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4177         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4178         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4179         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4180         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4183         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4185         Regenerated.
4186         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4188         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4190         * shlib-versions: Remove OS-specific entries.  Moved to files in
4191         sysdeps.
4192         * sysdeps/mach/hurd/shlib-versions: New file.
4193         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4195         * nptl/shlib-versions: Remove architecture-specific entries.
4196         Moved to files in sysdeps.
4197         * shlib-versions: Likewise.
4198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4199         file.
4200         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4201         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4202         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4203         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4205         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4206         (UDP_NO_CHECK6_RX): Likewise.
4208 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4210         * sysdeps/posix/sysconf.c (__sysconf): Spell
4211         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4213 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4215         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4216         loading.
4217         * iconv/Versions (__gconv_transliterate): Export for use from
4218         gconv modules.
4219         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4220         (struct __gconv_trans_data, __gconv_trans_fct,
4221         __gconv_trans_context_fct, __gconv_trans_query_fct,
4222         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4223         definitions.
4224         (struct __gconv_step_data): Remove __trans member.
4225         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4226         longer hidden.  Remove unused trans_data argument.
4227         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4228         (__gconv_translit_find): Remove declaration.
4229         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4230         prototype.
4231         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4232         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4233         trans_data argument.  Add hidden definition.
4234         (__gconv_translit_find): Remove.
4235         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4236         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4237         * iconv/skeleton.c: Remove transliteration initialization.
4238         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4239         __gconv_step_data initialization.
4240         * libio/iofwide.c (__libio_translit_): Remove.
4241         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4242         * wcsmbs/btowc.c (__btowc): Likewise.
4243         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4244         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4245         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4246         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4247         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4248         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4249         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4250         * wcsmbs/wctob.c (wctob): Likewise.
4252 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4254         [BZ #16194]
4255         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4256         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4257         register usage.
4258         * sysdeps/x86/Makefile: Adjust.
4260 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4261             Roland McGrath  <roland@hack.frob.com>
4263         * locale/weight.h: Add include guard.
4264         (findidx): Make static rather than auto; take new parameters
4265         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4266         * locale/weightwc.h: Likewise.
4267         * posix/fnmatch_loop.c
4268         (FCT): Change type of EXTRA from int32_t to wint_t.
4269         Don't include either header inside the function.
4270         Call FINDIDX rather than findidx, and pass new arguments.
4271         #undef FINDIDX at the end of the file.
4272         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4273         FINDIDX before including fnmatch_loop.c for the non-wide version.
4274         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4275         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4276         for the wide version.
4277         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4278         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4279         Pass new arguments to findidx.
4280         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4281         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4282         Don't #include it inside the function.  Pass new arguments to findidx.
4283         * posix/regex_internal.h
4284         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4285         (re_string_elem_size_at): Don't #include it inside the function.
4286         Pass new arguments to findidx.
4287         * string/strcoll_l.c: #include WEIGHT_H at top level.
4288         (get_next_seq): Don't #include it inside the function.
4289         Pass new arguments to findidx.
4290         (get_next_seq_nocache): Likewise.
4291         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4292         (STRXFRM): Don't #include it inside the function.
4293         Pass new arguments to findidx.
4295 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4297         [BZ #17344]
4298         * malloc/malloc.c (unlink): Turn asserts into a call to
4299         malloc_printerr.
4301 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4303         [BZ #17370]
4304         * libio/wfileops (do_ftell_wide): Free OUT.
4306 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4308         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4310 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4312         [BZ #17363]
4313         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4314         group if the current group is empty.
4316 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4318         * benchtests/bench-memset.c (test_main): Add more test from size
4319         from 32 to 512 bytes.
4320         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4321         Add POWER8 memset object.
4322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4323         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4324         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4325         implementation.
4326         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4327         Likewise.
4328         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4329         multiarch POWER8 memset optimization.
4330         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4331         POWER8 memset optimization.
4333         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4334         Remove bzero multiarch objects.
4335         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4336         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4337         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4338         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4339         Remove define.
4340         [__bzero]: Redefine to specific name.
4341         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4342         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4343         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4344         define.
4345         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4346         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4348 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4350         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4351         warnings into errors.
4353         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4354         __cxa_thread_atexit_impl prototype.
4356 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4358         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4359         Fix capitalization of error message.
4361 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4363         * sysdeps/mips/preconfigure: Modify ABI tests.
4365 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4367         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4369 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4370             Carlos O'Donell  <carlos@systemhalted.org>
4372         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4373         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4374         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4375         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4376         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4377         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4378         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4379         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4380         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4381         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4382         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4383         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4384         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4385         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4386         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4387         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4388         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4389         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4390         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4391         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4392         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4393         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4394         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4395         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4396         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4397         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4398         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4399         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4400         Deconditionalize the code that was previously under [RESET_PID].
4401         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4402         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4403         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4404         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4405         include sysdep.h.
4407 2014-09-08  Allan McRae  <allan@archlinux.org>
4409         * version.h (RELEASE): Set to "development".
4410         (VERSION): Set to "2.20.90"
4412 2014-09-07  Allan McRae  <allan@archlinux.org
4414         * version.h (RELEASE): Set to "stable".
4415         (VERSION): Set to "2.20"
4416         * include/features.h (__GLIBC_MINOR__): Set to 20.
4418         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4419         Liebler.
4421         * po/ko.po: Update Korean translation from translation project.
4423 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4425         [BZ #17354]
4426         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4427         macro for handling signed relocations.
4429 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4431         [BZ #17325]
4432         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4433         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4434         assert.
4435         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4436         * iconvdata/ibm935.c (BODY): Likewise.
4437         * iconvdata/ibm937.c (BODY): Likewise.
4438         * iconvdata/ibm939.c (BODY): Likewise.
4439         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4440         assert.
4441         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4442         script.
4443         * iconvdata/run-iconv-test.sh: New test loop for checking for
4444         decoder crashers.
4446 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4448         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4449         libm_hidden_ver.
4451 2014-09-01  Allan McRae  <allan@archlinux.org>
4453         * po/eo.po: Update Esperanto translation from translation project.
4455         * po/ca.po: Update Catalan translation from translation project.
4457 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4459         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4460         __proc_dostop call.
4462 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4464         [BZ #17319]
4465         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4466         to call set_thread_area instead of hand written asm.
4467         (__NR_set_thread_area): Removed define.
4468         (TLS_FLAG_WRITABLE): Likewise.
4469         (__ASSUME_SET_THREAD_AREA): Remove check.
4470         (TLS_EBX_ARG): Remove define.
4471         (TLS_LOAD_EBX): Likewise.
4473 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4475         Simplify atomicity of socket creation in bind.
4477         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4478         looking up the name after linking the file.
4480 2014-08-27  Allan McRae  <allan@archlinux.org>
4482         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4484 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4486         [BZ #17187]
4487         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4488         trans_compare, open_translit, __gconv_translit_find):
4489         Remove module loading code.
4491 2014-08-26  Allan McRae  <allan@archlinux.org>
4493         * po/vi.po: Update Vietnamese translation from translation project.
4495         * po/uk.po: Update Ukrainian translation from translation project.
4497         * po/fr.po: Update French translation from translation project.
4499         * po/ru.po: Update Russian translation from translation project.
4501         * po/pl.po: Update Polish translation from translation project.
4503         * po/cs.po: Update Czech translation from translation project.
4505         * po/de.po: Update German translation from translation project.
4507         * po/bg.po: Update Bulgarian translation from translation project.
4509         * po/sv.po: Update Sweedish translation from translation project.
4511         * po/nl.po: Update Dutch translation from translation project.
4513         * po/es.po: Update Spanish translation from translation project.
4515 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4517         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4519         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4520         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4521         (CPPFLAGS-iconvconfig): Likewise.
4522         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4524         * include/libc-symbols.h: Remove unnecessary check for
4525         NOT_IN_libc.
4526         * nptl/pthreadP.h: Likewise.
4527         * sysdeps/aarch64/setjmp.S: Likewise.
4528         * sysdeps/alpha/setjmp.S: Likewise.
4529         * sysdeps/arm/sysdep.h: Likewise.
4530         * sysdeps/i386/setjmp.S: Likewise.
4531         * sysdeps/m68k/setjmp.c: Likewise.
4532         * sysdeps/posix/getcwd.c: Likewise.
4533         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4534         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4535         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4536         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4537         * sysdeps/sh/sh3/setjmp.S: Likewise.
4538         * sysdeps/sh/sh4/setjmp.S: Likewise.
4539         * sysdeps/unix/alpha/sysdep.h: Likewise.
4540         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4541         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4542         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4543         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4546         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4547         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4548         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4549         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4550         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4551         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4552         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4553         * sysdeps/x86_64/setjmp.S: Likewise.
4555 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4557         [BZ #17263]
4558         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4559         <stdint.h>.
4560         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4561         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4563 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4565         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4567         [BZ #17262]
4568         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4569         and __x86_64__ when disabling x87 inline functions.
4571 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4573         [BZ #17259]
4574         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4575         asm statement with __cpuid_count.
4577 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4579         * configure.ac: Change __ehdr_start code to dereference the struct.
4580         Run readelf on the output to look for relocations.
4581         * configure: Regenerated.
4583 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4585         [BZ #17261]
4586         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4587         value to 0.
4588         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4590 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4592         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4594 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4596         [BZ #16892]
4597         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4598         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4600 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4602         * malloc/malloc.c: Fix typo in comment.
4604 2014-08-09  Allan McRae  <allan@archlinux.org>
4606         * Regenerate libc.po.
4608 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4610         * intl/tst-gettext2.sh: Check every lang file for creation.
4612 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4614         * sysdeps/aarch64/fpu/math_private.h
4615         (libc_feholdsetround_noex_aarch64_ctx): New function.
4617 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4619         * sysdeps/arm/armv6/strcpy.S (strcpy):
4620         Fix performance issue in misaligned cases.
4622 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4624         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4625         Move definition from termios.h.
4626         (struct termio): Likewise.
4627         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4628         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4629         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4630         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4631         Likewise.
4632         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4633         Move definition to ioctl-types.h
4634         (struct termio): Likewise.
4635         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4636         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4637         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4638         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4639         Likewise.
4641 2014-08-05  Richard Henderson  <rth@redhat.com>
4643         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4644         exceptions.
4645         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4646         Add fraiseexcpt.
4647         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4648         Use __feraiseexcept.
4649         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4650         Protect libm symbols with IS_IN_libm.
4652         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4654 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4656         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4658 2014-08-04  Will Newton  <will.newton@linaro.org>
4660         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4661         file.
4663 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4665         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4666         variants for each function.
4668 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4670         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4671         appended ...
4672         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4673         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4674         appended ...
4675         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4676         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4677         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4678         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4679         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4680         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4681         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4682         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4683         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4684         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4685         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4686         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4687         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4688         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4689         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4690         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4691         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4692         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4693         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4694         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4695         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4696         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4697         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4698         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4699         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4700         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4701         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4702         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4703         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4704         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4705         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4706         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4707         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4708         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4709         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4710         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4711         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4712         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4713         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4714         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4715         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4716         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4717         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4718         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4719         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4720         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4721         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4722         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4723         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4724         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4725         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4726         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4727         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4728         Update #include.
4729         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4730         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4732 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4734         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4735         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4736         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4737         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4738         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4739         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4741 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4743         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4744         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4745         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4746         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4748 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4750         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4751         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4752         (__libc_vfork): Define function under this name.
4753         (__vfork): Define as an alias.
4754         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4755         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4757 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4759         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4760         that was previously under [RESET_PID].
4761         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4763 2014-08-04  Andreas Schwab  <schwab@suse.de>
4765         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4767 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4769         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4770         (main): Likewise.
4772 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4774         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4776 2014-08-01  Richard Henderon  <rth@redhat.com>
4778         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4779         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4780         typo in exact zero test.
4781         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4782         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4783         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4785 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4787         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4788         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4789         * sysdeps/arm/sysdep.h: ... here.
4790         [!__ASSEMBLER__]: Include <stdint.h>.
4792 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4794         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4795         (HAVE_WCTYPE_H): Likewise.
4796         (HAVE_ISWCTYPE): Likewise.
4797         (ENABLE_NLS): Likewise.
4798         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4799         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4801         * posix/regex_internal.c: Check if DEBUG is defined and is
4802         set.
4804         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4805         (HAVE_MBSRTOWCS): Likewise.
4806         * posix/fnmatch.c: Include string.h unconditionally.
4808 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4810         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4811         reversal.
4813 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4815         * sysdeps/generic/safe-fatal.h: New file.
4816         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4817         * nptl/forward.c: Include it.
4818         (__pthread_unwind): Use __safe_fatal as default action, rather
4819         than a bogus use of INTERNAL_SYSCALL that could never work.
4821         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4822         * configure.ac (libc_cv_builtin_trap): New test.
4823         * configure: Regenerated.
4824         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4825         (ABORT_INSTRUCTION): Define using __builtin_trap.
4827         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4828         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4829         * sysdeps/nptl/nptl-signals.h: New file.
4830         * nptl/pthreadP.h: Include <nptl-signals.h>.
4832 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4834         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4835         (ONE_DIRECTION): Define.
4836         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4837         (ONE_DIRECTION): Define.
4838         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4839         (ONE_DIRECTION): Define.
4841 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4843         * sysdeps/s390/Makefile: Delete file.
4844         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4845         * sysdeps/s390/__longjmp.c: Delete file.
4846         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4847         Remove fields __flags and __reserved.
4848         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4849         and add versioning.
4850         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4851         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4852         * sysdeps/s390/rtld-setjmp.S: Likewise.
4853         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4854         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4855         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4856         * sysdeps/s390/s390-32/setjmp.S: ... here.
4857         Add versioning.
4858         (__sigsetjmp): Remove setting __flags field.
4859         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4860         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4861         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4862         * sysdeps/s390/s390-64/setjmp.S: ... here.
4863         Add versioning.
4864         (__sigsetjmp): Remove setting __flags field.
4865         * sysdeps/s390/setjmp.S: Delete file.
4866         * sysdeps/s390/sigjmp.c: Likewise.
4867         * sysdeps/s390/v1-longjmp.c: Likewise.
4868         * sysdeps/s390/v1-setjmp.h: Likewise.
4869         * sysdeps/s390/v1-sigjmp.c: Likewise.
4870         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4871         Remove v1-longjmp_chk.
4872         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4873         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4874         Include debug/longjmp_chk.c and add versioning.
4875         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4876         Include nptl/pt-longjmp.c and add versioning.
4877         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4878         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4879         Include __longjmp.c.
4880         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4881         Move to ...
4882         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4883         (__getcontext): Remove setting __flags field.
4884         Add versioning.
4885         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4886         Don't restore upper high grps.
4887         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4888         Likewise.
4889         (__swapcontext): Remove setting uc_flags field.
4890         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4891         Delete file.
4892         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4893         Include __longjmp.c.
4894         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4895         Move to ...
4896         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4897         (__getcontext): Remove setting __flags field.
4898         Add versioning.
4899         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4900         (__swapcontext): Remove setting uc_flags field.
4901         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4902         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4903         Remove fields uc_high_gprs and __reserved.
4904         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4905         New file with reverted content.
4906         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4907         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4908         Regenerated.
4909         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4910         Regenerated.
4912 2014-07-31  Andreas Schwab  <schwab@suse.de>
4914         * config.h.in (HAVE_IFUNC): Define to 0.
4915         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4916         definedness.
4918 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4920         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4921         memmove-avx-unaligned, memcpy-avx-unaligned and
4922         mempcpy-avx-unaligned.
4923         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4924         Add tests for AVX memcpy functions.
4925         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4926         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4927         memcpy_chk.
4928         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4929         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4930         memmove_chk.
4931         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4932         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4933         mempcpy_chk.
4934         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4935         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4936         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4938 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4940         [BZ #17213]
4941         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4942         powerpc64le.
4944 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4946         [BZ #16839]
4947         * manual/llio.texi: Add section about open file description locks.
4948         * manual/examples/ofdlocks.c: Example of open file description
4949         lock usage.
4950         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4951         F_OFD_SETLK, and F_OFD_SETLKW.
4953 2014-07-23  Allan McRae  <allan@archlinux.org>
4955         * po/es.po: Update Spanish translation from translation project.
4957 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4959         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4961 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4963         [BZ #17078]
4964         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4965         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4966         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4968 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4970         [BZ #17088]
4971         * math/fesetenv.c (__fesetenv)
4972         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4973         * math/feupdateenv.c (__feupdateenv)
4974         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4976         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4977         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4978         (__ASSUME_SOCKETCALL): Do not define.
4980         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4981         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4982         (__ASSUME_SOCKETCALL): Do not define.
4983         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4984         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4985         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4986         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4987         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4988         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4989         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4990         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4992         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4993         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4994         (__ASSUME_SOCKETCALL): Do not define.
4995         (__ASSUME_IPC64): Define unconditionally.
4996         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4997         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4998         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4999         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5000         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5001         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5002         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5003         Likewise.
5005         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5006         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5007         (__ASSUME_SOCKETCALL): Do not define.
5008         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5009         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5010         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5011         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5012         (__ASSUME_REQUEUE_PI): Define unconditionally.
5013         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5014         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5015         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5016         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5017         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5018         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5020         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5021         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5022         (__ASSUME_SOCKETCALL): Do not define.
5023         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5024         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5025         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5026         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5027         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5028         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5030         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5031         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5032         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5033         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5034         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5035         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5036         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5037         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5038         (__ASSUME_GETCPU_SYSCALL): Likewise.
5040         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5041         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5042         cases for individual architectures.
5043         * sysdeps/gnu/configure: Regenerated.
5044         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5045         LIBC_SLIBDIR_RTLDDIR.
5046         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5047         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5048         LIBC_SLIBDIR_RTLDDIR.
5049         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5051         LIBC_SLIBDIR_RTLDDIR.
5052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5053         Regenerated.
5054         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5055         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5056         file.
5057         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5058         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5059         file.
5060         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5061         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5062         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5063         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5065         * sysdeps/aarch64/shlib-versions: Move to ...
5066         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5067         * sysdeps/alpha/shlib-versions: Move to ...
5068         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5069         * sysdeps/arm/shlib-versions: Move to ...
5070         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5071         * sysdeps/hppa/shlib-versions: Move all contents except for
5072         libgcc_s entry to ...
5073         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5074         entry from ...
5075         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5076         * sysdeps/ia64/shlib-versions: Move to ...
5077         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5078         entry from ...
5079         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5080         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5081         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5082         * sysdeps/microblaze/shlib-versions: Move to ...
5083         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5084         * sysdeps/mips/shlib-versions: Move to ...
5085         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5086         entry from ...
5087         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5088         * sysdeps/tile/shlib-versions: Move to ...
5089         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5090         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5091         from ...
5092         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5093         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5094         entry from ...
5095         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5097 2014-07-17  Will Newton  <will.newton@linaro.org>
5099         * sysdeps/arm/bits/atomic.h
5100         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5101         (__arch_compare_and_exchange_bool_16_int): Likewise.
5102         (__arch_compare_and_exchange_bool_64_int): Likewise.
5104         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5105         into an #else block.
5107 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5109         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5110         just Linux configurations.  Test empirically that the compiler sets
5111         __ARM_EABI__, rather than using the tuple to decide.
5112         * sysdeps/arm/preconfigure: Regenerated.
5113         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5114         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5115         contents appended ...
5116         * sysdeps/arm/configure.ac: ... here.
5117         * sysdeps/arm/configure: Regenerated.
5119 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5121         * nptl/pthread_kill.c: New file.
5122         * nptl/pthread_sigmask.c: New file.
5123         * nptl/pthread_sigqueue.c: New file.
5125         * sysdeps/nptl/lowlevellock.h: New file.
5126         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5127         * sysdeps/nptl/lowlevellock-futex.h: New file.
5129         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5130         Remove dead declarations.
5132 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5134         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5135         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5136         config-cflags-avx2.
5137         * sysdeps/x86_64/configure.ac: Likewise.
5138         * sysdeps/i386/configure: Regenerated.
5139         * sysdeps/x86_64/configure: Likewise.
5140         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5141         memset-avx2 only if config-cflags-avx2 is yes.
5142         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5143         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5144         defined.
5145         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5146         only if HAVE_AVX2_SUPPORT is defined.
5147         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5149 2014-07-14  Alan Modra  <amodra@gmail.com>
5151         [BZ #17153]
5152         * elf/elf.h (DT_PPC64_NUM): Correct value.
5153         * NEWS: Add to fixed bug list.
5155 2014-07-13  Jim Meyering  <meyering@fb.com>
5157         [BZ 17150]
5158         regex: don't deref NULL upon heap allocation failure
5159         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5160         failure in one more place.
5161         To trigger the segfault, configure grep -with-included-regex,
5162         build it, and run these commands:
5163         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5165 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5167         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5169 2014-07-11  Richard Henderson  <rth@redhat.com>
5171         * sysdeps/aarch64/libm-test-ulps: Update.
5173 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5175         [BZ #17135]
5176         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5177         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5178         (__nptl_setxid): Initialize error member.  Call
5179         __nptl_setxid_error.
5180         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5181         * nptl/descr.h (struct xid_command): Add error member.
5182         * nptl/tst-setuid3.c: New file.
5183         * nptl/Makefile (tests): Add it.
5185 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5187         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5188         New define.
5189         (__lll_trylock): Use __lll_base_trylock.
5190         (__lll_cond_trylock): Likewise.
5192 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5194         * nptl/pthread_create.c (start_thread): Use atomic_or and
5195         lll_futex_wake directly rather than lll_robust_dead.
5196         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5197         (lll_robust_dead): Macro removed.
5198         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5199         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5200         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5201         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5202         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5203         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5204         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5205         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5206         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5207         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5208         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5209         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5210         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5211         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5212         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5214         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5215         Use atomic_compare_and_exchange_val_acq directly rather than
5216         lll_robust_trylock.
5217         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5218         (__lll_robust_trylock, lll_robust_trylock): Removed.
5219         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5220         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5221         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5222         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5223         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5224         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5225         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5226         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5227         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5228         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5229         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5230         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5231         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5232         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5234 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5236         * manual/locale.texi (Locale Names): New section documenting
5237         locale name syntax.  Adjust menu and node chaining accordingly.
5238         (Choosing Locale): Reference Locale Names, Locale Categories.
5239         Mention setting LC_ALL=C.  Reflect that name syntax is now
5240         documented.
5241         (Locale Categories): New section title.  Reference Locale Names.
5242         LC_ALL is an environment variable, but not a category.
5243         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5244         description, now in Locale Name.  Reference that section.  Locale
5245         name syntax is now documented.
5247 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5249         [BZ #17137]
5250         * locale/findlocale.c (name_present, valid_locale_name): New
5251         functions.
5252         (_nl_find_locale): Use the loc_name variable to store name
5253         candidates.  Call name_present and valid_locale_name to check and
5254         validate locale names.  Return an error if the locale is invalid.
5256 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5258         * locale/setlocale.c (setlocale): Use strdup for allocating
5259         composite name copy.
5261 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5263         Sync up with gnulib.
5264         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5265         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5266         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5267         and _GL_ARG_NONNULL.
5268         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5269         [!_LIBC]: Include code for Windows and Cygwin.
5270         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5271         Include prototype for int strerror_r.
5272         [!_LIBC] (is_open): New function.
5273         (flush_stdout): New function.
5274         (print_errno_message): Use it.
5275         (error): Likewise.
5276         (error_at_line): Likewise.
5277         (error_tail) Add function attribute macros.  Use
5278         __builtin_expect.
5280         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5282         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5284         * io/ftw.c: Include sys/param.h unconditionally.
5286         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5288         [BZ #17125]
5289         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5290         libc_freeres_ptr.
5291         (freecache): New function to free CACHE on exit.
5293         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5294         initialization.
5296 2014-07-09  David S. Miller  <davem@davemloft.net>
5298         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5300         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5301         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5302         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5303         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5304         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5305         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5306         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5307         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5308         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5309         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5310         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5311         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5312         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5314 2014-07-09  Andreas Schwab  <schwab@suse.de>
5316         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5317         output.
5318         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5319         (do_test): Likewise.
5321         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5323 2014-07-09  Will Newton  <will.newton@linaro.org>
5325         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5326         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5327         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5328         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5329         * sysdeps/hppa/start.S (_start): Likewise.
5331 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5333         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5335         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5336         defined.
5338 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5340         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5341         after checking that it is non-NULL.
5343         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5345 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5347         * sysdeps/powerpc/memmove.c: Remove file.
5348         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5349         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5350         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5351         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5352         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5353         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5354         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5355         string memmove instead of removed powerpc one.
5357         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5358         [weak_alias]: Fix compiler warning due trailing data.
5359         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5360         [weak_alias]: Likewise.
5361         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5362         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5364         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5365         (__libc_ifunc_impl_list): Add memmove functions.
5367 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5369         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5370         Remove code.
5371         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5372         Likewise
5373         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5374         Likewise
5375         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5376         Likewise
5377         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5378         Likewise
5379         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5380         Likewise
5381         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5382         Likewise
5383         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5384         Likewise
5385         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5386         Likewise
5387         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5388         Likewise
5389         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5390         Likewise
5391         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5392         Likewise
5393         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5394         Likewise
5395         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5396         Likewise
5397         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5398         Likewise
5399         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5400         Likewise
5401         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5402         Likewise
5404 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5406         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5407         to avoid alignment traps in non-cacheable memory.
5408         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5410         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5411         multiarch objects.
5412         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5413         file: multiarch power7 memmove.
5414         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5415         multiarch default memmove.
5416         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5417         multiarch memove for powerpc32/power4.
5419         * string/bcopy.c: Use full path to include memmove.c.
5420         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5421         multiarch objects.
5422         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5423         bcopy for powerpc64.
5424         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5425         bcopy for powerpc64.
5426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5427         and memmove implementations.
5428         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5429         optimized multiarch memmove for POWER7/powerpc64.
5430         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5431         default multiarch memmove for powerpc64.
5432         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5433         multiarch for powerpc64.
5434         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5435         for POWER7/powerpc64.
5436         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5437         memmove for POWER7/powerpc64.
5439         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5440         glibc default one.
5442         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5443         __ELF_NATIVE_CLASS equal to 64.
5445 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5447         * sysdeps/nptl/lowlevellock.h: File removed.
5449         * NEWS: NPTL is no longer an add-on!
5450         * nptl/internaltypes.h: Moved ...
5451         * sysdeps/nptl/internaltypes.h: ... here.
5452         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5453         * sysdeps/nptl/fork.c: Likewise.
5454         * sysdeps/nptl/gai_misc.h: Likewise.
5455         * sysdeps/nptl/librt-cancellation.c: Likewise.
5456         * sysdeps/nptl/jmp-unwind.c: Likewise.
5457         * sysdeps/nptl/setxid.h: Likewise.
5458         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5459         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5460         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5461         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5462         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5463         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5464         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5465         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5466         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5467         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5468         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5469         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5470         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5471         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5472         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5473         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5474         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5475         * nptl/Makeconfig: Moved ...
5476         * sysdeps/nptl/Makeconfig: ... here.
5477         * nptl/configure: File removed.
5478         * nptl/ANNOUNCE: File removed.
5479         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5480         * sysdeps/unix/sysv/linux/configure: Regenerated.
5482         * nptl/Makefile (routines): Add libc_pthread_init,
5483         libc_multiple_threads, register-atfork and unregister-atfork.
5484         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5485         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5486         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5487         pthread-pi-defines.sym, structsem.sym.
5488         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5489         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5490         [$(subdir) = nptl] (tests): Add tst-setgetname.
5491         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5492         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5493         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5494         [!LIBC_SIGACTION]: Remove aliases.
5495         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5496         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5497         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5498         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5499         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5500         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5501         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5502         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5503         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5504         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5505         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5506         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5507         __libc_allocate_rtsig_private.
5508         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5509         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5510         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5511         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5512         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5513         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5514         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5515         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5516         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5517         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5518         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5519         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5520         * nptl/internaltypes.h: ... here.
5521         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5522         * sysdeps/nptl/jmp-unwind.c: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5524         * nptl/libc-lowlevellock.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5526         * nptl/libc_multiple_threads.c: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5528         * nptl/libc_pthread_init.c: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5530         * nptl/lowlevelbarrier.sym: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5532         * nptl/lowlevelcond.sym: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5534         * nptl/lowlevellock.c: ... here.
5535         * nptl/lowlevellock.h: Moved ...
5536         * sysdeps/nptl/lowlevellock.h: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5538         * nptl/lowlevelrobustlock.c: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5540         * nptl/lowlevelrobustlock.sym: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5542         * nptl/lowlevelrwlock.sym: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5544         * nptl/pt-fork.c: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5546         * nptl/pthread-pi-defines.sym: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5548         * nptl/pthread_attr_getaffinity.c: ... here.
5549         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5550         * nptl/pthread_attr_setaffinity.c: ... here.
5551         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5552         * nptl/pthread_mutex_cond_lock.c: ... here.
5553         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5554         Update #include.
5555         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5556         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5557         * nptl/pthread_once.c: ... here, replacing old file.
5558         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5559         * nptl/pthread_yield.c: ... here.
5560         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5561         * nptl/register-atfork.c: ... here.
5562         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5563         * nptl/sem_post.c: ... here.
5564         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5565         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5566         * nptl/sem_timedwait.c: ... here.
5567         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5568         * nptl/sem_trywait.c: ... here.
5569         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5570         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5571         * nptl/sem_wait.c: ... here.
5572         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5573         * nptl/structsem.sym: ... here.
5574         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5575         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5576         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5577         * nptl/unregister-atfork.c: ... here.
5578         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5579         * nptl/unwindbuf.sym: ... here.
5580         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5581         * sysdeps/nptl/fork.c: ... here.
5582         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5583         * sysdeps/nptl/fork.h: ... here.
5584         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5585         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5586         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5587         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5588         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5589         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5590         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5592         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5594         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5596         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5598         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5600         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5602         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5604         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5606         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5608         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5609         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5610         * sysdeps/unix/sysv/linux/raise.c: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5612         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5614         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5615         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5616         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5617         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5618         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5619         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5620         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5621         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5622         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5623         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5624         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5625         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5627 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5629         * sysdeps/generic/memcopy.h: Add comment for
5630         MEMCPY_OK_FOR_FWD_MEMMOVE.
5632 2014-07-04  Will Newton  <will.newton@linaro.org>
5634         * string/memchr.c: Merge from gnulib.
5635         [_LIBC]: Remove conditionals.
5636         (__ptr_t): Remove define.
5637         (LONG_MAX_32_BITS): Likewise.
5638         (LONG_MAX): Likewise.
5639         (MEMCHR): Use ANSI prototype and optimize algorithm.
5641         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5643 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5645         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5646         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5648         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5649         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5650         in a bare environment with no <stdlib.h> installed.
5651         * sysdeps/nptl/configure: Regenerated.
5653         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5655         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5656         AC_EGREP_CPP for kernel header checks, so they only succeed if
5657         including <linux/version.h> actually works right.
5658         * sysdeps/unix/sysv/linux/configure: Regenerated.
5660         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5661         value so it's not diagnosed as unused.
5663         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5664         thing) with "ifeq ($(subdir),rt)".
5666 2014-07-03  Richard Henderson  <rth@redhat.com>
5668         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5669         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5670         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5672         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5673         (math_force_eval): New.
5675         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5676         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5678         * sysdeps/alpha/fpu/s_round.c: Remove file.
5679         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5681         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5682         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5683         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5684         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5685         (_dl_start, print_statistics): Likewise.
5686         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5687         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5689         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5690         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5691         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5692         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5693         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5694         (HP_SMALL_TIMING_AVAIL): Define.
5695         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5696         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5697         (HP_SMALL_TIMING_AVAIL): Define.
5698         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5699         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5701         * sysdeps/aarch64/hp-timing.h: New file.
5703         * sysdeps/generic/hp-timing.h: Remove dead comment.
5704         * sysdeps/generic/hp-timing-common.h: New file.
5705         * sysdeps/alpha/hp-timing.h: Include it.
5706         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5707         * sysdeps/i386/i686/hp-timing.h: Likewise.
5708         * sysdeps/ia64/hp-timing.h: Likewise.
5709         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5710         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5711         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5712         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5713         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5714         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5715         (hp_timing_t): New.
5717         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5718         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5719         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5720         * elf/rtld.c (_dl_start_final): Likewise.
5721         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5722         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5723         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5724         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5725         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5726         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5727         (HP_TIMING_DIFF_INIT): Remove.
5728         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5729         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5730         (HP_TIMING_DIFF_INIT): Remove.
5731         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5732         * sysdeps/i386/i686/hp-timing.c: Remove file.
5733         * sysdeps/x86_64/hp-timing.c: Remove file.
5734         * sysdeps/ia64/hp-timing.c: Remove file.
5735         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5736         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5737         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5738         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5740         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5741         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5742         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5743         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5744         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5745         (HP_TIMING_ACCUM): Remove.
5746         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5747         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5748         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5750         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5751         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5752         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5753         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5754         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5755         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5756         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5757         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5759         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5761 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5763         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5765 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5767         Sync up with gettext.
5768         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5769         [_MSC_VER]: Include malloc.h
5770         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5771         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5772         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5773         TEMP_FAILURE_RETRY.  Cast return of alloca.
5774         [!_LIBC] Call gl_rwlock_init.
5775         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5777 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5779         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5780         before checking its value.
5782 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5784         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5786         * debug/memcpy_chk.c: Don't include pagecopy.h.
5787         * debug/mempcpy_chk.c: Likewise.
5788         * string/memcpy.c: Likewise.
5789         * string/memmove.c: Likewise.
5790         * sysdeps/powerpc/memmove.c: Likewise.
5791         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5792         definition of PAGE_COPY_FWD_MAYBE here...
5793         * sysdeps/generic/pagecopy.h: ... from here.
5794         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5796 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5797             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5799         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5800         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5801         optimizations.
5802         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5803         (__libc_ifunc_impl_list): Likewise.
5804         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5805         multiarch strcat for PPC64.
5806         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5807         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5809 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5811         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5813 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5815         * intl/loadmsgcat.c: Remove declaration of
5816         get_sysdep_segment_value.
5817         (get_sysdep_segment_value): Use ISO C style.
5818         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5819         semicolon.  Fix typo and formatting in comment.
5820         (_nl_unload_domain): Use ISO C style.
5822         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5824 2014-07-02  Will Newton  <will.newton@linaro.org>
5826         * malloc/obstack.c: Merge from gnulib master.
5827         [HAVE_CONFIG_H]: Remove conditional code.
5828         [!_LIBC]: Include config.h.
5829         [!ELIDE_CODE]: Don't include inttypes.h, include
5830         stdint.h unconditionally.
5831         (print_and_abort): Mark as _Noreturn.
5832         (_obstack_allocated_p): Mark as __attribute_pure__.
5833         (obstack_free): Rename to __obstack_free.
5834         [!__attribute__]: Remove conditional code.
5835         * malloc/obstack.h: Merge from gnulib master.
5836         [__cplusplus]: Move conditional down.
5837         [!__attribute_pure__]: Define __attribute_pure__ here
5838         if it is not already defined.
5839         (_obstack_memory_used): Mark as __attribute_pure__.
5840         [!__obstack_free]: Define as obstack_free.
5841         [__GNUC__]: Remove check for ancient NeXT gcc.
5843 2014-07-02  Will Newton  <will.newton@linaro.org>
5844             Paul Eggert  <eggert@cs.ucla.edu>
5846         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5848 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5850         * resolv/gethnamaddr.c: Add comment warning that the file is
5851         not maintained.
5853 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5855         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5856         entries.
5858         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5859         entry for aio_cancel and aio_cancel64.
5860         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5861         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5862         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5863         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5864         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5865         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5866         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5867         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5868         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5869         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5870         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5871         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5872         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5874 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5876         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5877         * nptl/pthread_mutex_lock.c: Likewise.
5878         * nptl/pthread_mutex_timedlock.c: Likewise.
5879         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5881 2014-07-01  Richard henderson  <rth@redhat.com>
5883         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5884         (__isnan, __isnanl): Remove.
5885         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5887         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5889 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5891         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5893 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5895         * resolv/nss_dns/dns-host.c (getanswer_r)
5896         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5898 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5900         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5901         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5902         undefine.
5903         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5904         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5906 2014-07-01  Roland McGrath <roland@hack.frob.com>
5908         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5909         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5911         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5912         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5914         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5915         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5916         ... here.
5917         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5918         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5920         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5921         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5922         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5923         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5925         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5926         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5927         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5928         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5929         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5930         Moved ...
5931         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5932         ... here.
5933         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5934         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5935         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5936         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5937         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5938         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5939         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5940         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5941         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5942         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5943         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5944         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5945         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5946         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5947         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5948         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5949         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5950         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5951         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5952         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5953         ... here.
5954         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5955         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5956         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5957         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5958         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5959         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5960         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5961         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5963 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5965         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5966         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5967         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5968         Add sysdep.
5970 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5974 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5976         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5977         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5979         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5981         * sysdeps/arm/libm-test-ulps: Regenerated.
5983 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5984             Roland McGrath <roland@hack.frob.com>
5986         * test-skeleton.c (signal_handler): Kill the whole process group
5987         before killing the child individually.
5988         (main): Report any failure on `setpgid'.
5990 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5992         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5993         from _TLS_H to _ARM_NPTL_TLS_H.
5994         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5995         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5997 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5999         [BZ #16539]
6000         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6001         (__expm1l): Return argument unchanged when small but not
6002         subnormal.
6004         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6005         include macro name.
6006         (_FP_UNPACK_RAW_1_P): Likewise.
6007         (_FP_PACK_RAW_1): Likewise.
6008         (_FP_PACK_RAW_1_P): Likewise.
6009         (_FP_MUL_MEAT_1_wide): Likewise.
6010         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6011         (_FP_MUL_MEAT_1_hard): Likewise.
6012         (_FP_DIV_MEAT_1_imm): Likewise.
6013         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6014         (_FP_DIV_MEAT_1_udiv): Likewise.
6015         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6016         (_FP_UNPACK_RAW_2): Likewise.
6017         (_FP_UNPACK_RAW_2_P): Likewise.
6018         (_FP_PACK_RAW_2): Likewise.
6019         (_FP_PACK_RAW_2_P): Likewise.
6020         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6021         (_FP_MUL_MEAT_2_wide): Likewise.
6022         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6023         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6024         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6025         (_FP_MUL_MEAT_2_gmp): Likewise.
6026         (_FP_DIV_MEAT_2_udiv): Likewise.
6027         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6028         (_FP_FRAC_SRL_4): Likewise.
6029         (_FP_FRAC_SRST_4): Likewise.
6030         (_FP_FRAC_SRS_4): Likewise.
6031         (_FP_UNPACK_RAW_4): Likewise.
6032         (_FP_UNPACK_RAW_4_P): Likewise.
6033         (_FP_PACK_RAW_4): Likewise.
6034         (_FP_PACK_RAW_4_P): Likewise.
6035         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6036         (_FP_MUL_MEAT_4_wide): Likewise.
6037         (_FP_MUL_MEAT_4_gmp): Likewise.
6038         (umul_ppppmnnn): Likewise.
6039         (_FP_DIV_MEAT_4_udiv): Likewise.
6040         (__FP_FRAC_ADD_4): Likewise.
6041         (__FP_FRAC_SUB_3): Likewise.
6042         (__FP_FRAC_SUB_4): Likewise.
6043         (__FP_FRAC_DEC_3): Likewise.
6044         (__FP_FRAC_DEC_4): Likewise.
6045         (__FP_FRAC_ADDI_4): Likewise.
6046         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6047         (_FP_FRAC_SRL_8): Likewise.
6048         (_FP_FRAC_SRS_8): Likewise.
6050         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6051         include macro name.
6052         (FP_UNPACK_RAW_EP): Likewise.
6053         (FP_PACK_RAW_E): Likewise.
6054         (FP_PACK_RAW_EP): Likewise.
6055         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6056         (_FP_ISSIGNAN): Likewise.
6057         (_FP_ADD_INTERNAL): Likewise.
6058         (_FP_FMA): Likewise.
6059         (_FP_CMP): Likewise.
6060         (_FP_SQRT): Likewise.
6061         (_FP_TO_INT): Likewise.
6062         (_FP_FROM_INT): Likewise.
6063         (FP_EXTEND): Likewise.
6064         (_FP_DIV_MEAT_N_loop): Likewise.
6066 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6068         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6069         throughout.
6071 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6073         [BZ #17097]
6074         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6075         result with correct sign in case of exponents that produce
6076         overflow except for X very close to 1.
6078 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6080         mktime: merge #if/#ifdef usage from glibc
6081         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6082         as that works with both Glibc's and Gnulib's style.
6083         See thread starting at Siddhesh Poyarekar's bug report at:
6084         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6086 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6088         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6089         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6090         * sysdeps/tile/tilegx/memmove.c: Remove file.
6092 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6094         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6095         abi-name definition.
6096         * scripts/soversions.awk: Do not handle or generate ABI lines.
6097         * shlib-versions: Remove ABI entries.
6098         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6099         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6101 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6103         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6104         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6105         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6106         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6107         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6108         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6110         Moved ...
6111         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6112         ... here.
6113         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6114         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6115         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6116         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6118         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6119         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6120         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6122         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6123         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6124         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6125         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6126         Moved ...
6127         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6133         Moved ...
6134         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6135         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6136         Moved ...
6137         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6141         Moved ...
6142         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6143         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6144         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6148         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6150         Moved ...
6151         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6152         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6153         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6154         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6155         Moved ...
6156         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6158         Moved ...
6159         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6160         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6161         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6162         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6163         Moved ...
6164         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6165         ... here.
6166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6167         Identical file removed.
6168         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6169         Moved ...
6170         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6172         Identical file removed.
6173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6174         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6176         Moved ...
6177         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6179         Identical file removed.
6180         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6181         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6182         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6183         Identical file removed.
6184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6185         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6186         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6187         Identical file removed.
6188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6189         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6190         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6191         Identical file removed.
6192         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6193         Moved ...
6194         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6195         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6196         Identical file removed.
6197         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6198         Moved ...
6199         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6200         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6201         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6202         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6203         Identical file removed.
6204         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6205         Moved ...
6206         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6207         ... here.
6208         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6209         Identical file removed.
6210         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6211         Moved ...
6212         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6213         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6214         Identical file removed.
6215         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6216         Moved ...
6217         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6218         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6219         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6220         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6221         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6222         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6223         Moved ...
6224         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6225         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6226         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6228         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6229         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6230         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6231         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6232         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6234 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6236         [BZ #17092]
6237         * nscd/nscd.c (monitor_child): Return exit status of child
6238         instead of return value from wait syscall.
6240 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6242         * configure.ac (libc_commonpagesize): Remove variable.
6243         (libc_relro_required): Likewise.
6244         (libc_cv_z_relro): Remove configure test.
6245         * configure: Regenerated.
6246         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6247         variable.
6248         (libc_relro_required): Likewise.
6249         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6250         (libc_relro_required): Likewise.
6251         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6252         (libc_relro_required): Likewise.
6253         * sysdeps/arm/preconfigure: Regenerated.
6254         * sysdeps/ia64/preconfigure: Remove file.
6255         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6256         variable.
6257         (libc_relro_required): Likewise.
6259         [BZ #16561]
6260         [BZ #16562]
6261         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6262         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6263         recompute overflowing results in original rounding mode.
6264         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6265         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6266         recompute overflowing results in original rounding mode.
6267         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6268         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6269         recompute overflowing results in original rounding mode.
6270         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6271         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6272         recompute overflowing results in original rounding mode.
6273         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6274         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6275         recompute overflowing results in original rounding mode.
6276         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6277         (libc_feholdsetround_ctx): New macro.
6278         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6279         * sysdeps/i386/fpu/libm-test-ulps: Update.
6280         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6282 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6284         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6285         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6286         corresponding .cpsetup call.
6288 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6290         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6291         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6292         * sysdeps/arm/Makefile [$(subdir) = csu]
6293         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6294         (static-only-routines): Add aeabi_read_tp here.
6295         (shared-only-routines): Add libc-aeabi_read_tp here.
6296         (CFLAGS-libc-start.c): Add -fexceptions here.
6297         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6298         (sysdep_routines, static-only-routines, shared-only-routines):
6299         Don't add to these here.
6300         (CFLAGS-libc-start.c): Likewise.
6302         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6303         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6304         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6305         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6306         * sysdeps/arm/Makefile [$(subdir) = rt]
6307         (librt-sysdep_routines, librt-shared-only-routines):
6308         Append rt-aeabi_unwind_cpp_pr1 here.
6309         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6310         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6311         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6312         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6313         Append nptl-aeabi_unwind_cpp_pr1 here.
6314         (tests): Filter out tst-cleanupx4 here.
6315         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6316         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6317         Don't do those here.
6319 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6321         * scripts/list-sources.sh: Do not handle ports specially.
6323 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6325         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6326         * sysdeps/arm/feupdateenv.c: Likewise.
6328         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6330 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6332         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6333         trailing whitespace removed.
6334         * scripts/config.guess: Update to version 2014-03-23.
6335         * scripts/config.sub: Update to version 2014-05-01
6336         * scripts/install-sh: Update to version 2013-12-25.23.
6337         * scripts/move-if-change: Update from gnulib.
6339 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6341         * debug/memmove_chk.c: Remove pagecopy.h include.
6343 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6345         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6346         identical to gnulib mktime.
6348 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6350         * configure.ac: Do not test for machine being rs6000.  Do not test
6351         for powerpc*-*soft.
6352         * configure: Regenerated.
6354         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6355         test.
6356         * configure: Regenerated.
6357         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6358         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6359         Remove configure test.
6360         * sysdeps/arm/configure: Regenerated.
6361         * sysdeps/nptl/configure.ac: Do not check
6362         libc_cv_asm_cfi_directives.
6363         * sysdeps/nptl/configure: Regenerated.
6364         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6365         * sysdeps/x86_64/nptl/configure: Remove generated file.
6366         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6367         unconditional.
6368         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6370 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6372         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6373         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6374         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6375         it is defined.
6377         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6378         instead of whether it is defined.
6379         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6380         * sysdeps/hppa/dl-machine.h: Likewise.
6381         * sysdeps/ia64/dl-machine.h: Likewise.
6382         * sysdeps/m68k/dl-machine.h: Likewise.
6383         * sysdeps/microblaze/dl-machine.h: Likewise.
6384         * sysdeps/mips/dl-machine.: Likewise.
6385         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6386         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6387         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6388         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6389         * sysdeps/sh/dl-machine.h: Likewise.
6390         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6391         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6392         * sysdeps/tile/dl-machine.h: Likewise.
6393         * sysdeps/x86_64/dl-machine.h: Likewise.
6395         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6396         code.
6397         (verify_persistent_db): Likewise.
6399 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6402         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6406         Moved ...
6407         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6408         ... here.
6409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6410         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6412         Identical file removed.
6413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6420         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6422         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6424         Moved ...
6425         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6427         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6431         Moved ...
6432         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6434         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6436         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6438         Identical file removed.
6439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6440         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6444         Moved ...
6445         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6446         ... here.
6447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6448         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6450         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6452         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6454         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6456         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6458         Moved ...
6459         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6461         Moved ...
6462         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6463         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6464         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6465         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6466         Moved ...
6467         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6469         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6471         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6472         folded into ...
6473         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6474         * sysdeps/unix/sysv/linux/s390/Versions
6475         (libpthread: GLIBC_2.19): New version set.
6476         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6477         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6478         (librt: GLIBC_2.3.3): New version set.
6479         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6480         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6481         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6482         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6483         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6484         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6485         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6486         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6487         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6488         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6489         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6490         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6491         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6492         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6493         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6494         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6495         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6496         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6497         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6498         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6499         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6500         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6501         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6502         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6503         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6504         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6505         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6506         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6507         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6508         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6509         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6510         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6511         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6512         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6513         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6514         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6515         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6516         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6517         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6518         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6519         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6520         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6521         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6522         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6523         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6525         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6526         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6527         (__libc_vfork): Define the function under this name.
6528         [!NOT_IN_libc] (__vfork): Make this an alias.
6529         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6530         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6531         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6532         (__libc_vfork): Define the function under this name.
6533         [!NOT_IN_libc] (__vfork): Make this an alias.
6534         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6535         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6536         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6537         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6538         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6539         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6541         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6542         code that was previously under [RESET_PID].
6543         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6544         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6545         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6547         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6548         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6549         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6550         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6551         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6552         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6553         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6554         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6555         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6556         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6557         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6558         Moved ...
6559         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6560         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6561         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6562         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6563         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6565         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6566         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6573         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6579         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6581         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6582         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6583         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6584         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6585         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6586         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6587         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6589 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6591         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6592         that was previously under [RESET_PID].
6593         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6595 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6597         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6598         not undefine and redefine.
6599         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6600         [O_CLOEXEC]: Make code unconditional.
6601         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6602         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6603         <kernel-features.h>.
6604         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6605         conditional variable definition.
6606         (shm_open) [O_CLOEXEC]: Make code unconditional.
6607         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6608         code.
6610         * configure.ac (USE_REGPARMS): Don't define here.
6611         * configure: Regenerated.
6612         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6613         * sysdeps/i386/configure: Regenerated.
6615         * nptl/createthread.c: Don't include kernel-features.h.
6616         * nptl/pthread_cancel.c: Likewise.
6617         * nptl/pthread_condattr_setclock.c: Likewise.
6618         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6619         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6620         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6621         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6622         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6623         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6624         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6625         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6626         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6627         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6628         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6629         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6630         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6631         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6632         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6633         * nscd/gai.c: Likewise.
6634         * nss/nss_db/db-open.c: Likewise.
6635         * sysdeps/generic/ldsodefs.h: Likewise.
6636         * sysdeps/sh/nptl/tls.h: Likewise.
6637         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6638         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6639         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6640         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6641         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6642         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6643         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6644         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6645         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6646         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6647         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6648         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6649         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6650         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6651         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6652         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6653         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6654         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6655         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6656         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6657         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6658         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6659         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6660         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6661         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6662         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6663         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6664         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6665         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6666         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6667         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6668         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6669         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6670         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6671         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6672         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6673         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6674         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6675         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6676         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6677         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6678         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6679         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6680         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6681         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6682         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6683         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6684         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6685         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6686         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6687         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6688         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6689         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6690         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6691         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6692         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6693         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6694         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6717         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6718         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6719         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6720         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6721         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6722         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6723         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6724         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6725         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6726         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6727         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6728         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6729         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6730         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6731         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6732         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6733         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6734         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6735         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6736         * sysdeps/unix/sysv/linux/system.c: Likewise.
6737         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6738         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6739         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6740         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6741         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6742         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6743         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6745         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6746         * configure: Regenerated.
6747         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6749         * configure.ac (base_machine): Do not set specially for particular
6750         machines here.
6751         * configure: Regenerated.
6752         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6753         settings from configure.ac.
6754         * sysdeps/i386/preconfigure: New file.
6755         * sysdeps/s390/preconfigure: Likewise.
6756         * sysdeps/sh/preconfigure: Likewise.
6757         * sysdeps/sparc/preconfigure: Likewise.
6759 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6761         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6762         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6763         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6764         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6765         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6766         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6767         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6768         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6769         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6770         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6771         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6772         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6773         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6774         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6775         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6776         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6777         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6778         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6779         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6781         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6782         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6783         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6784         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6785         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6786         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6787         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6788         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6789         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6790         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6791         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6792         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6793         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6794         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6795         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6796         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6797         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6798         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6799         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6800         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6801         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6802         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6803         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6804         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6805         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6806         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6807         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6808         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6809         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6810         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6811         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6812         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6813         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6814         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6815         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6816         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6817         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6818         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6821         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6822         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6823         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6824         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6825         Moved ...
6826         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6827         ... here.
6828         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6829         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6830         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6831         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6833         Moved ...
6834         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6836         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6842         Moved ...
6843         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6845         Moved ...
6846         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6847         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6848         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6849         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6850         Moved ...
6851         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6852         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6853         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6854         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6855         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6856         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6857         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6858         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6859         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6860         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6861         Moved ...
6862         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6863         ... here.
6864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6865         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6867         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6869         Moved ...
6870         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6872         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6876         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6877         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6878         Moved ...
6879         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6880         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6881         Moved ...
6882         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6883         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6884         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6885         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6886         Moved ...
6887         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6888         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6889         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6891         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6893 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6895         * timezone/checktab.awk: Update from tzcode 2014e.
6896         * timezone/private.h: Likewise.
6897         * timezone/tzfile.h: Likewise.
6898         * timezone/zdump.c: Likewise.
6899         * timezone/zic.c: Likewise.
6901         * sysdeps/unix/sysv/linux/kernel-features.h
6902         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6903         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6904         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6905         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6906         Remove conditional code.
6908 2014-06-25  Will Newton  <will.newton@linaro.org>
6910         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6911         (_dl_arm_cap_flags): Add HWCAP2 values.
6912         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6913         (_DL_HWCAP_COUNT): Increase to 37.
6914         (_DL_HWCAP_LAST): New define.
6915         (_DL_HWCAP2_LAST): New define.
6916         (_dl_procinfo): Add support for printing
6917         AT_HWCAP2 entries.
6918         (_dl_string_hwcap): Use _dl_hwcap_string.
6920 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6922         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6924 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6926         * README: Do not mention ports directory.
6928         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6929         Remove macro.
6930         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6931         <kernel-features.h>.
6932         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6933         conditional variable definition.
6934         (__futimes): Update comment.
6935         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6936         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6938         [BZ #16560]
6939         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6940         arguments close to 0.
6941         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6942         Likewise.
6943         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6944         Likewise.
6945         * math/auto-libm-test-in: Add more tests of exp10.
6946         * math/auto-libm-test-out: Regenerated.
6947         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6949         * sysdeps/unix/sysv/linux/kernel-features.h
6950         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6951         * sysdeps/unix/sysv/linux/readv.c: Do not include
6952         <kernel-features.h>.
6953         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6954         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6955         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6956         unconditional.
6957         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6958         conditional code.
6959         * sysdeps/unix/sysv/linux/writev.c: Do not include
6960         <kernel-features.h>.
6961         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6962         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6963         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6964         unconditional.
6965         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6966         conditional code.
6968 2014-06-25  Will Newton  <will.newton@linaro.org>
6970         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6971         comment changes throughout the file.  Remove checks
6972         for HAVE_*_H definitions that are not required.
6973         (__gen_tempname): Call abort if an unknown kind value is
6974         passed.
6976 2014-06-25  Andreas Schwab  <schwab@suse.de>
6978         [BZ #17086]
6979         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6980         scalbln, scalblnf, scalblnl in libc.
6982 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6984         [BZ #17086]
6985         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6986         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6987         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6989 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6991         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6992         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6993         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6994         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6995         Update #include.
6996         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6997         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6998         Update #include.
6999         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7000         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7001         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7002         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7003         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7004         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7005         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7006         * sysdeps/x86/bits/semaphore.h: ... here.
7007         * sysdeps/x86/nptl/elide.h: Moved ...
7008         * sysdeps/x86/elide.h: ... here.
7009         * sysdeps/x86_64/nptl/Implies: File removed.
7010         * sysdeps/i386/nptl/Implies: File removed.
7012 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7014         [BZ #16539]
7015         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7016         return the argument for normal arguments with exponent below -64.
7017         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7018         Likewise.
7019         * math/auto-libm-test-in: Add another test of expm1.
7020         * math/auto-libm-test-out: Regenerated.
7022         [BZ #16287]
7023         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7024         calling __erfcl for arguments at least 16.
7025         * math/auto-libm-test-in: Add more tests of erf.
7026         * math/auto-libm-test-out: Regenerated.
7028         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7029         individual architectures.
7030         * sysdeps/unix/sysv/linux/configure: Regenerated.
7031         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7032         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7033         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7034         (ldd_rewrite_script): Define variable.
7035         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7037         file.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7039         generated file.
7040         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7041         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7042         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7043         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7044         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7045         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7046         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7047         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7049 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7051         [BZ #17084]
7052         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7053         Rename member __data.d to __data.__elision_data.
7055 2014-06-24  Wilco  <wdijkstr@arm.com>
7057         * NEWS: Add 16918 to fixed bug list.
7059 2014-06-24  Wilco  <wdijkstr@arm.com>
7061         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7063 2014-06-24  Wilco  <wdijkstr@arm.com>
7065         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7066         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7067         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7068         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7069         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7070         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7071         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7072         Use _FPU_MASK_RM.
7074 2014-06-24  Wilco  <wdijkstr@arm.com>
7076         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7078 2014-06-24  Wilco  <wdijkstr@arm.com>
7080         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7081         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7082         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7083         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7085 2014-06-24  Wilco  <wdijkstr@arm.com>
7087         [BZ #16918]
7088         * sysdeps/arm/feupdateenv.c (feupdateenv):
7089         Rewrite to reduce FPSCR accesses and fix return value.
7091 2014-06-24  Wilco  <wdijkstr@arm.com>
7093         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7094         Optimize to avoid unnecessary FPSCR writes.
7095         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7096         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7097         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7098         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7100 2014-06-24  Wilco  <wdijkstr@arm.com>
7102         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7103         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7104         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7105         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7106         Call libc_fetestexcept_vfp.
7107         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7108         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7109         __SOFTFP__ ifdef so that they can be built for softfp.
7111 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7113         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7114         argument type signed char.
7116         * Makerules (check-abi): Dump diff of symlist if the test
7117         fails.
7119 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7121         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7122         using abort.
7124         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7125         Remove unused variable ST.
7127 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7129         [BZ #16354]
7130         [BZ #17061]
7131         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7132         small arguments before calling __expm1.
7133         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7134         small arguments before calling __expm1f.
7135         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7136         small arguments before calling __expm1l.
7137         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7138         Likewise.
7139         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7140         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7141         spurious underflow for some cosh tests.
7142         * math/auto-libm-test-out: Regenerated.
7143         * sysdeps/i386/fpu/libm-test-ulps: Update.
7145         [BZ #17050]
7146         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7147         (__ieee754_y1): Set errno if return value overflows.
7148         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7149         (__ieee754_y1f): Set errno if return value overflows.
7150         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7151         (__ieee754_y1l): Set errno if return value overflows.
7152         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7153         (__ieee754_y1l): Set errno if return value overflows.
7154         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7155         * math/auto-libm-test-out: Regenerated.
7157         * math/gen-auto-libm-tests.c: Document use of
7158         ignore-zero-inf-sign.
7159         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7160         (input_flags): Add ignore-zero-inf-sign.
7161         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7162         * math/gen-libm-test.pl (generate_testfile): Handle
7163         ignore-zero-inf-sign.
7164         * math/auto-libm-test-in: Mark some cpow tests with
7165         ignore-zero-inf-sign and some with xfail-rounding.
7166         * math/auto-libm-test-out: Regenerated.
7167         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7168         * sysdeps/i386/fpu/libm-test-ulps: Update.
7169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7171         [BZ #16315]
7172         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7173         overflowing or underflowing operations take place with sign of
7174         result.
7175         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7176         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7177         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7178         (__ieee754_pow): Recompute overflowing and underflowing results in
7179         original rounding mode.
7180         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7181         (__powl_helper): Allow negative argument X and scale negated value
7182         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7183         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7184         overflowing or underflowing operations take place with sign of
7185         result.
7186         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7187         Include <math.h>.
7188         * math/auto-libm-test-in: Add more tests of pow.
7189         * math/auto-libm-test-out: Regenerated.
7190         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7191         (pow_tonearest_test_data): Remove.
7192         (pow_test_tonearest): Likewise.
7193         (pow_towardzero_test_data): Likewise.
7194         (pow_test_towardzero): Likewise.
7195         (pow_downward_test_data): Likewise.
7196         (pow_test_downward): Likewise.
7197         (pow_upward_test_data): Likewise.
7198         (pow_test_upward): Likewise.
7199         (main): Don't call removed functions.
7200         * sysdeps/i386/fpu/libm-test-ulps: Update.
7201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7203 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7206         Moved ...
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7209         Moved ...
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7212         Moved ...
7213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7215         Moved ...
7216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7218         File removed.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7220         File removed.
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7222         File removed.
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7224         File removed.
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7226         File removed.
7227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7228         File removed.
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7230         File removed.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7232         File removed.
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7234         File removed.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7236         File removed.
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7238         File removed.
7239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7240         File removed.
7241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7242         Moved ...
7243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7245         Moved ...
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7247         ... here.
7248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7249         Moved ...
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7252         Moved ...
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7255         Moved ...
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7258         Moved ...
7259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7261         Moved ...
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7264         Moved ...
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7267         Moved ...
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7271         ... here.
7272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7273         Moved ...
7274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7278         ... here.
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7280         Moved ...
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7282         ... here.
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7284         Moved ...
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7286         ... here.
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7288         Moved ...
7289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7291         Moved ...
7292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7296         Moved ...
7297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7298         ... here.
7299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7300         Moved ...
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7302         ... here.
7303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7304         Moved ...
7305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7307         Moved ...
7308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7310         Moved ...
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7313         Moved ...
7314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7316         Moved ...
7317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7318         ... here.
7319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7320         Moved ...
7321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7323         Moved ...
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7326         Moved ...
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7329         Moved ...
7330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7334         Moved ...
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7337         Moved ...
7338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7340         Moved ...
7341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7342         ... here.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7344         Moved ...
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7346         ... here.
7347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7348         Moved ...
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7350         ... here.
7351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7352         Moved ...
7353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7355         Moved ...
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7358         Moved ...
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7361         Moved ...
7362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7363         ... here.
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7365         Moved ...
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7367         ... here.
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7369         Moved ...
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7371         ... here.
7372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7373         Moved ...
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7376         Moved ...
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7379 2014-06-23  Will Newton  <will.newton@linaro.org>
7380             Wilco  <wdijkstr@arm.com>
7382         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7383         implementation.  Include get-rounding-mode.h.
7384         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7385         [!libc_feholdsetround_noex_ctx]: Define
7386         libc_feholdsetround_noex_ctx.
7387         [!libc_feholdsetround_noexf_ctx]: Define
7388         libc_feholdsetround_noexf_ctx.
7389         [!libc_feholdsetround_noexl_ctx]: Define
7390         libc_feholdsetround_noexl_ctx.
7391         (libc_feholdsetround_ctx): New function.
7392         (libc_feresetround_ctx): New function.
7393         (libc_feholdsetround_noex_ctx): New function.
7394         (libc_feresetround_noex_ctx): New function.
7396 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7398         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7399         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7400         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7401         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7402         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7403         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7405         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7406         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7407         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7408         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7409         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7410         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7411         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7412         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7413         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7414         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7415         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7416         Moved ...
7417         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7418         ... here.
7419         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7420         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7421         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7422         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7423         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7424         Moved ...
7425         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7433         Moved ...
7434         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7435         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7436         Moved ...
7437         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7438         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7439         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7444         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7446         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7447         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7448         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7449         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7450         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7451         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7452         Moved ...
7453         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7454         ... here.
7455         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7456         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7457         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7458         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7460         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7461         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7462         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7463         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7464         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7465         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7466         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7467         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7468         Moved ...
7469         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7470         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7471         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7473         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7475         Moved ...
7476         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7477         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7478         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7479         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7480         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7482         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7483         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7484         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7485         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7487         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7489         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7491         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7492         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7493         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7495         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7496         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7497         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7498         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7499         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7500         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7501         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7502         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7503         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7504         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7505         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7506         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7507         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7508         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7509         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7511 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7513         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7514         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7515         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7516         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7517         (IPV6_PMTUDISC_INTERFACE): Likewise.
7518         (IPV6_PMTUDISC_OMIT): Likewise.
7520 2014-06-23  Andreas Schwab  <schwab@suse.de>
7522         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7523         Remove unused errout label.
7525 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7527         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7528         macro: hardware supports Vector Crypto instructions.
7530 2014-06-23  Will Newton  <will.newton@linaro.org>
7532         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7533         rather than __builtin_expect.
7535         * elf/dl-lookup.c (undefined_msg): Remove variable.
7536         (_dl_lookup_symbol_x): Replace undefined_msg with string
7537         literal.
7539         * elf/dl-lookup.c (do_lookup_unique): New function.
7540         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7541         to a separate function.
7543 2014-06-23  Andreas Schwab  <schwab@suse.de>
7545         [BZ #17079]
7546         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7547         before reading the next line.
7549 2014-06-23  Will Newton  <will.newton@linaro.org>
7551         * test-skeleton.c (signal_handler): Use printf and %m
7552         rather than perror.  Use printf rather than fprintf to
7553         stderr.  Use puts rather than fputs to stderr.
7554         (main): Likewise.
7556 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7558         * nscd/nscd.c (thread_info_t): Remove typedef.
7559         (thread_info): Remove variable.
7561 2014-06-21  Allan McRae  <allan@archlinux.org>
7563         * NEWS: Mention CVE-2014-4043.
7565 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7567         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7568         * nptl/smp.h: ... here.
7570         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7572         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7573         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7574         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7575         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7577         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7578         * nptl/stack-aliasing.h: New file.
7579         * sysdeps/i386/i686/stack-aliasing.h: New file.
7580         * sysdeps/i386/i686/nptl/Makefile: File removed.
7581         * sysdeps/x86_64/stack-aliasing.h: New file.
7582         * sysdeps/x86_64/nptl/Makefile
7583         (CFLAGS-pthread_create.c): Variable removed.
7585         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7586         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7587         old file.
7588         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7589         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7590         old file.
7592 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7594         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7595         (__ASSUME_SIGFRAME_V2): Remove macro.
7596         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7597         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7598         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7599         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7600         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7601         Declare as function.  Remove conditional macro definitions.
7602         (__default_rt_sa_restorer): Likewise.
7603         (__default_sa_restorer_v1): Remove declaration.
7604         (__default_sa_restorer_v2): Likewise.
7605         (__default_rt_sa_restorer_v1): Likewise.
7606         (__default_rt_sa_restorer_v2): Likewise.
7607         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7608         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7609         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7611 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7613         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7614         (libpthread-routines): Add sysdep.
7615         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7616         * sysdeps/unix/sysv/linux/sparc/Versions
7617         (libpthread: GLIBC_2.3.3): New version set.
7618         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7619         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7620         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7621         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7622         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7623         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7624         Moved ...
7625         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7626         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7627         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7628         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7629         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7630         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7631         * sysdeps/sparc/nptl/sem_init.c: ... here.
7632         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7633         * sysdeps/sparc/nptl/sem_post.c: ... here.
7634         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7635         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7636         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7637         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7638         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7639         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7640         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7641         (libpthread-routines): Add cpu_relax.
7642         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7643         File removed.
7644         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7645         (librt: GLIBC_2.3.3): New version set.
7646         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7647         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7648         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7649         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7650         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7651         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7652         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7653         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7654         Moved ...
7655         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7657         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7659         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7661         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7662         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7663         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7665         Moved ...
7666         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7667         Update #include.
7668         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7669         Moved ...
7670         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7671         Update #include.
7672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7673         Moved ...
7674         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7675         Update #include.
7676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7677         Moved ...
7678         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7679         Update #include.
7680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7681         Moved ...
7682         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7683         Update #include.
7684         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7685         Moved ...
7686         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7687         Update #include.
7688         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7689         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7690         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7691         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7692         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7693         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7694         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7695         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7696         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7697         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7698         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7699         Moved ...
7700         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7702         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7704         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7706 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7708         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7709         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7710         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7711         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7712         * nscd/nscd.c: Likewise.
7713         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7714         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7715         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7716         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7718         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7719         <kernel-features.h>.
7720         (init_mq_netlink): Remove conditional have_sock_cloexec
7721         definitions.  Remove code conditional on have_sock_cloexec < 0.
7722         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7723         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7724         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7725         <kernel-features.h>.
7726         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7727         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7729 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7731         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7732         Add tests for memset_chk and memset.
7734         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7735         with AVX2_Usable.
7737 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7739         [BZ #16046]
7740         * elf/tst-dl-iter-static.c: New file.
7741         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7743         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7744         error.
7746 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7748         * sysdeps/unix/sysv/linux/kernel-features.h
7749         (__ASSUME_F_GETOWN_EX): Remove macro.
7750         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7751         <kernel-features.h>.
7752         (miss_F_GETOWN_EX): Remove variable or macro.
7753         (do_fcntl): Do not check miss_F_GETOWN_EX.
7754         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7756         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7757         Remove macro.
7758         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7759         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7760         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7762         * sysdeps/unix/sysv/linux/kernel-features.h
7763         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7764         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7765         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7766         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7768 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7770         [BZ #17075]
7771         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7772         Fix calculation of the symbol's value.
7773         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7774         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7775         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7776         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7777         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7778         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7779         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7780         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7781         (modules-names): Add `tst-armtlsdescmod',
7782         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7783         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7784         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7785         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7786         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7787         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7788         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7789         ($(objpfx)tst-armtlsdescloc): New dependency.
7790         ($(objpfx)tst-armtlsdescextnow): Likewise.
7791         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7792         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7793         TLS scheme support.
7794         * sysdeps/arm/configure: Regenerate.
7796 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7798         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7799         (__atfct_seterrno_2): Likewise.
7800         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7801         <kernel-features.h>.
7802         (__ASSUME_ATFCTS): Do not undefine and redefine.
7803         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7804         (__have_atfcts): Remove conditional definition.
7805         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7806         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7807         unreachable if [__ASSUME_ATFCTS].
7808         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7809         not undefine and redefine.
7810         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7811         <kernel-features.h>.
7812         (faccessat) [__NR_faccessat]: Make code unconditional.
7813         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7814         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7815         <kernel-features.h>.
7816         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7817         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7818         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7819         <kernel-features.h>.
7820         (fchownat) [__NR_fchownat]: Make code unconditional.
7821         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7822         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7823         <kernel-features.h>.
7824         (futimesat) [__NR_futimesat]: Make code unconditional.
7825         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7826         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7827         <kernel-features.h>.
7828         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7829         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7830         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7831         <kernel-features.h>.
7832         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7833         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7834         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7835         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7836         <kernel-features.h>.
7837         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7838         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7839         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7840         <kernel-features.h>.
7841         (linkat) [__NR_linkat]: Make code unconditional.
7842         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7843         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7844         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7845         <kernel-features.h>.
7846         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7847         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7848         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7849         <kernel-features.h>.
7850         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7851         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7852         * sysdeps/unix/sysv/linux/openat.c: Do not include
7853         <kernel-features.h>.
7854         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7855         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7856         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7857         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7858         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7859         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7860         <kernel-features.h>.
7861         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7862         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7863         result of INLINE_SYSCALL directly, not via int variable.
7864         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7865         <kernel-features.h>.
7866         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7867         (renameat) [__NR_renameat]: Make code unconditional.
7868         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7869         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7870         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7871         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7872         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7873         (__ASSUME_ATFCTS): Do not undefine and redefine.
7874         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7875         <kernel-features.h>.
7876         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7877         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7878         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7879         <kernel-features.h>.
7880         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7881         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7882         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7883         (__ASSUME_ATFCTS): Do not undefine and redefine.
7884         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7885         <kernel-features.h>.
7886         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7887         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7888         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7889         <kernel-features.h>.
7890         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7891         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7893 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7895         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7897 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7899         [BZ #17069]
7900         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7901         constructed tree before returning error.
7902         * posix/bug-regexp36.c: Expand test case.
7904 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7906         [BZ #6803]
7907         * math/libm-test.inc (scalbln_test_date):
7908         Add errno expectations.
7909         * math/w_scalblnf.c: New File.
7910         Add wrapper which checks for setting errno to ERANGE.
7911         Add weak_alias for corresponding scalbln function.
7912         * math/w_scalbln.c: Likewise.
7913         * math/w_scalblnl.c: Likewise.
7914         * math/Makefile (libm-calls): Add w_scalbln.
7915         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7916         Remove weak_alias for corresponding scalbln function.
7917         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7918         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7919         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7920         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7921         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7922         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7923         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7924         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7925         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7926         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7927         Remove long_double_symbol for scalblnl function in libm, libc.
7928         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7929         Add wrapper which checks for setting errno to ERANGE.
7930         Add long_double_symbol for scalblnl function in libm, libc.
7931         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7932         Remove long_double_symbol for scalblnl in libm.
7933         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7934         Add wrapper which checks for setting errno to ERANGE.
7935         Add long_double_symbol for scalblnl function in libm.
7936         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7937         Do not use wrapper because of own implementation.
7939 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7941         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7942         3 bytes for __pad1 for x32.
7943         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7945 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7946             H.J. Lu  <hongjiu.lu@intel.com>
7948         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7949         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7950         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7951         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7952         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7954 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7956         [BZ #17069]
7957         * posix/regcomp.c (parse_expression): Deallocate partially
7958         constructed tree before returning error.
7959         * posix/Makefile.c (tests): Add bug-regex36.
7960         (generated): Add bug-regex36.mtrace.
7961         (tests-special): Add $(objpfx)bug-regex36-mem.out
7962         (bug-regex36-ENV): New variable.
7963         ($(objpfx)bug-regex36-mem.out): New rule.
7964         * posix/bug-regex36.c: New file.
7966 2014-06-19  Will Newton  <will.newton@linaro.org>
7968         * malloc/malloc.c (systrim): If extra is zero then return
7969         early.
7971 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7973         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7975 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7977         * sysdeps/aarch64/strchr.S: New file.
7979 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7981         [BZ #17022]
7982         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7983         from arguments -2 or below.
7984         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7985         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7987 2014-06-18  Andreas Schwab  <schwab@suse.de>
7989         [BZ #17062]
7990         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7991         of a bracket expr not to run off the end of the string.
7992         * posix/Makefile (tests): Add tst-fnmatch3.
7993         * posix/tst-fnmatch3.c: New file.
7995 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7997         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7998         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7999         [$(cross-compiling) = no]: Likewise.
8000         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8001         [$(cross-compiling) = no]: Likewise.
8003 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8005         [BZ #17031]
8006         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8007         double, adjusted for any remainder from the high double.
8008         * math/libm-test.inc (nearbyint): Add tests.
8009         (rint): Likewise.
8011 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8013         * nptl/sysdeps/powerpc/Makefile: Moved ...
8014         * sysdeps/powerpc/nptl/Makefile: ... here.
8015         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8016         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8017         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8018         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8019         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8020         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8021         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8022         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8023         * nptl/sysdeps/powerpc/tls.h: Moved ...
8024         * sysdeps/powerpc/nptl/tls.h: ... here.
8026 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8028         [BZ #16681]
8029         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8030         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8031         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8032         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8033         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8034         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8035         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8036         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8037         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8039 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8041         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8043 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8045         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8046         defined operator.
8048         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8049         $TIMEOUTFACTOR.
8051 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8053         [BZ #17058]
8054         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8055         non-executed part of the test.
8057 2014-06-16  Andreas Schwab  <schwab@suse.de>
8059         * string/bits/string2.h (strdup, strndup): Update feature guard.
8061 2014-06-14  David S. Miller  <davem@davemloft.net>
8063         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8065 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8067         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8068         that was previously under [RESET_PID].
8069         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8071         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8072         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8073         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8074         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8075         (__libc_vfork): New strong alias.
8076         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8078 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8080         * sysdeps/generic/elide.h: New file.
8082 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8084         * Makefile (installed-headers): Adjust path of pthread.h header.
8086 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8088         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8089         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8090         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8091         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8093         * nptl/sysdeps/s390/Makefile: Moved ...
8094         * sysdeps/s390/nptl/Makefile: ... here.
8095         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8096         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8097         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8098         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8099         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8100         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8101         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8102         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8103         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8104         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8105         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8106         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8107         * nptl/sysdeps/s390/tls.h: Moved ...
8108         * sysdeps/s390/nptl/tls.h: ... here.
8110         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8111         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8113 2014-06-13  David S. Miller  <davem@davemloft.net>
8115         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8116         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8117         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8118         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8119         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8120         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8121         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8122         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8123         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8124         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8125         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8126         Remove RESET_PID cpp guards.
8127         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8128         Remove RESET_PID cpp guards.
8129         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8131 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8133         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8134         __sp to uintptr_t.
8136 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8138         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8139         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8140         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8141         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8142         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8143         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8144         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8145         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8146         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8147         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8148         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8149         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8150         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8151         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8152         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8153         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8154         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8155         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8156         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8157         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8159         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8160         (pthread_rwlock_rdlock): Add elision.
8161         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8162         (pthread_rwlock_wrlock): Add elision.
8163         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8164         (pthread_rwlock_trywrlock): Add elision.
8165         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8166         (pthread_rwlock_tryrdlock): Add elision.
8167         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8168         (pthread_rwlock_tryrdlock): Add elision unlock.
8169         * nptl/sysdeps/pthread/pthread.h:
8170         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8171         (PTHREAD_RWLOCK_INITIALIZER,
8172         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8173         Handle new elision field.
8174         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8175         * sysdeps/arm/nptl/bits/pthreadtypes.h
8176         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8177         * sysdeps/sh/nptl/bits/pthreadtypes.h
8178         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8179         * sysdeps/tile/nptl/bits/pthreadtypes.h
8180         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8181         * sysdeps/a/nptl/bits/pthreadtypes.h
8182         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8183         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8184         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8185         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8186         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8187         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8188         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8189         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8190         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8191         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8192         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8193         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8194         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8195         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8196         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8197         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8198         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8199         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8200         (elision_init): Set try_xbegin to zero when no RTM.
8201         * sysdeps/x86/nptl/bits/pthreadtypes.h
8202         (pthread_rwlock_t): Change __pad1 to __rwelision.
8203         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8205 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8207         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8208         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8209         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8210         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8212 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8214         [BZ #16996]
8215         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8216         that the cached result has been set before returning it.
8218 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8220         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8221         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8222         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8223         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8225         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8227         * nptl/sysdeps/sparc/Makefile: Moved ...
8228         * sysdeps/sparc/nptl/Makefile: ... here.
8229         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8230         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8231         * nptl/sysdeps/sparc/tls.h: Moved ...
8232         * sysdeps/sparc/nptl/tls.h: ... here.
8233         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8234         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8235         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8236         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8237         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8238         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8239         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8240         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8241         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8242         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8243         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8244         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8245         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8246         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8247         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8248         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8249         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8250         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8251         Update #include.
8252         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8253         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8254         Update #include.
8255         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8256         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8257         Update #include.
8258         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8259         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8260         Update #include.
8262         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8264         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8265         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8267         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8268         (struct list_links): Type removed.
8269         (struct thread_node, struct timer_node): Replace struct list_links
8270         with struct list_head.
8271         (list_unlink_ip): Likewise.
8272         * sysdeps/pthread/timer_routines.c
8273         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8274         (list_append, list_insbefore): Likewise.
8275         (list_init): Function removed.
8276         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8277         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8278         * sysdeps/pthread/Makefile: ... here, new file.
8280         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8281         * sysdeps/nptl/Implies: ... here.
8282         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8283         * nptl/sysdeps/pthread/list.h: Moved ...
8284         * include/list.h: ... here.
8285         * nptl/sysdeps/pthread/createthread.c: Moved ...
8286         * nptl/createthread.c: ... here.
8287         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8288         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8289         * nptl/pt-longjmp.c: ... here.
8290         * nptl/sysdeps/pthread/Makefile: Moved ...
8291         * sysdeps/nptl/Makefile: ... here.
8292         * nptl/sysdeps/pthread/Subdirs: Moved ...
8293         * sysdeps/nptl/Subdirs: ... here.
8294         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8295         * sysdeps/nptl/aio_misc.h: ... here.
8296         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8297         * sysdeps/nptl/bits/libc-lock.h: ... here.
8298         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8299         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8300         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8301         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8302         * nptl/sysdeps/pthread/configure: Moved ...
8303         * sysdeps/nptl/configure: ... here.
8304         * nptl/sysdeps/pthread/configure.ac: Moved ...
8305         * sysdeps/nptl/configure.ac: ... here.
8306         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8307         * sysdeps/nptl/gai_misc.h: ... here.
8308         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8309         * sysdeps/nptl/librt-cancellation.c: ... here.
8310         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8311         * sysdeps/nptl/malloc-machine.h: ... here.
8312         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8313         * sysdeps/nptl/pthread-functions.h: ... here.
8314         * nptl/sysdeps/pthread/pthread.h: Moved ...
8315         * sysdeps/nptl/pthread.h: ... here.
8316         * nptl/sysdeps/pthread/setxid.h: Moved ...
8317         * sysdeps/nptl/setxid.h: ... here.
8318         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8319         * sysdeps/nptl/sigfillset.c: ... here.
8320         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8321         * sysdeps/nptl/tcb-offsets.h: ... here.
8322         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8323         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8324         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8325         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8326         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8327         * sysdeps/pthread/allocalim.h: ... here.
8328         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8329         * sysdeps/pthread/bits/sigthread.h: ... here.
8330         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8331         * sysdeps/pthread/flockfile.c: ... here.
8332         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8333         * sysdeps/pthread/ftrylockfile.c: ... here.
8334         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8335         * sysdeps/pthread/funlockfile.c: ... here.
8336         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8337         * sysdeps/pthread/posix-timer.h: ... here.
8338         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8339         * sysdeps/pthread/timer_create.c: ... here.
8340         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8341         * sysdeps/pthread/timer_delete.c: ... here.
8342         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8343         * sysdeps/pthread/timer_getoverr.c: ... here.
8344         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8345         * sysdeps/pthread/timer_gettime.c: ... here.
8346         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8347         * sysdeps/pthread/timer_routines.c: ... here.
8348         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8349         * sysdeps/pthread/timer_settime.c: ... here.
8350         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8351         * sysdeps/pthread/tst-timer.c: ... here.
8352         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8353         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8355         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8356         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8358         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8359         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8360         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8361         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8362         Update #include target.
8363         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8364         * sysdeps/i386/i686/nptl/Makefile: ... here.
8365         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8366         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8367         Update #include target.
8368         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8369         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8370         * nptl/sysdeps/i386/Makefile: Moved ...
8371         * sysdeps/i386/nptl/Makefile: ... here.
8372         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8373         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8374         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8375         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8376         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8377         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8378         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8379         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8380         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8381         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8382         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8383         * nptl/sysdeps/i386/tls.h: Moved ...
8384         * sysdeps/i386/nptl/tls.h: ... here.
8386         * sysdeps/sh/Makefile [$(subdir) = csu]
8387         (gen-as-const-headers): Add tcb-offsets.sym.
8388         * nptl/sysdeps/sh/Makefile: File removed.
8389         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8390         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8391         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8392         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8393         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8394         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8395         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8396         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8397         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8398         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8399         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8400         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8401         * nptl/sysdeps/sh/tls.h: Moved ...
8402         * sysdeps/sh/nptl/tls.h: ... here.
8403         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8404         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8405         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8406         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8407         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8408         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8409         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8410         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8411         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8412         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8413         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8414         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8415         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8416         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8417         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8418         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8419         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8420         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8421         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8422         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8423         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8424         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8425         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8426         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8427         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8428         Moved ...
8429         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8430         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8431         Moved ...
8432         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8433         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8434         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8435         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8436         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8438         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8439         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8440         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8441         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8442         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8443         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8444         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8445         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8446         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8447         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8448         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8449         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8450         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8452 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8454         * posix/spawn_faction_addopen.c: Include string.h.
8456 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8458         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8459         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8460         * nptl/sysdeps/x86_64/Makefile: Moved ...
8461         * sysdeps/x86_64/nptl/Makefile: ... here.
8462         * nptl/sysdeps/x86_64/configure: Moved ...
8463         * sysdeps/x86_64/nptl/configure: ... here.
8464         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8465         * sysdeps/x86_64/nptl/configure.ac: ... here.
8466         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8467         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8468         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8469         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8470         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8471         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8472         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8473         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8474         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8475         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8476         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8477         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8478         * nptl/sysdeps/x86_64/tls.h: Moved ...
8479         * sysdeps/x86_64/nptl/tls.h: ... here.
8480         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8481         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8482         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8483         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8485         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8487 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8491 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8493         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8494         type.
8495         [POSIX] (off_t): Likewise.
8496         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8497         [POSIX] (S_ISBLK): Require macro.
8498         [POSIX] (S_ISCHR): Likewise.
8499         [POSIX] (S_ISDIR): Likewise.
8500         [POSIX] (S_ISFIFO): Likewise.
8501         [POSIX] (S_ISREG): Likewise.
8502         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8503         optional-macro.
8504         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8505         type.
8506         [POSIX] (time_t): Likewise.
8507         [POSIX] (timer_t): Likewise.
8509 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8511         [BZ #17048]
8512         * posix/spawn_int.h (struct __spawn_action): Make the path string
8513         non-const to support deallocation.
8514         * posix/spawn_faction_addopen.c
8515         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8516         * posix/spawn_faction_destroy.c
8517         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8518         path in all spawn_do_open actions.
8519         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8520         posix_spawn_file_actions_addopen.
8522 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8524         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8525         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8526         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8527         conditional code always true.
8528         (__libc_vfork): New alias.
8530 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8532         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8533         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8535         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8537         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8538         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8540         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8541         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8543         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8544         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8546 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8548         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8549         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8550         multiarch strcmp for PPC64.
8551         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8552         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8553         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8554         multiarch optimizations.
8555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8556         (__libc_ifunc_impl_list): Likewise.
8558 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8560         * benchtests/scripts/validate_benchout.py: New script.
8561         * benchtests/Makefile (bench-func): Call it.
8562         * benchtests/scripts/benchout.schema.json: New file.
8564 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8566         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8567         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8568         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8569         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8570         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8571         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8572         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8573         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8574         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8575         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8576         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8577         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8578         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8579         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8580         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8581         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8583         Moved ...
8584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8585         ... here.
8586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8587         Moved ...
8588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8590         Moved ...
8591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8592         ... here.
8593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8594         Moved ...
8595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8596         ... here.
8597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8598         Moved ...
8599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8601         Moved ...
8602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8603         ... here.
8604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8605         Moved ...
8606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8607         ... here.
8608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8609         Moved ...
8610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8612         Moved ...
8613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8614         ... here.
8615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8616         Moved ...
8617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8618         ... here.
8619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8620         Moved ...
8621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8622         ... here.
8623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8624         Moved ...
8625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8627         Moved ...
8628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8629         ... here.
8630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8631         Moved ...
8632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8633         ... here.
8634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8635         Moved ...
8636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8637         ... here.
8638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8639         Moved ...
8640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8642         Moved ...
8643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8644         ... here.
8645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8646         Moved ...
8647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8648         ... here.
8649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8650         Moved ...
8651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8653         Moved ...
8654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8655         ... here.
8656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8657         Moved ...
8658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8660         Moved ...
8661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8663         Moved ...
8664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8665         ... here.
8666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8667         Moved ...
8668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8669         ... here.
8670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8671         Moved ...
8672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8673         ... here.
8674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8675         Moved ...
8676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8678         Moved ...
8679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8680         ... here.
8681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8682         Moved ...
8683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8684         ... here.
8685         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8686         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8687         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8688         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8689         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8690         Moved ...
8691         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8692         ... here.
8693         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8694         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8695         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8696         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8697         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8698         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8699         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8700         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8701         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8702         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8703         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8704         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8705         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8706         Moved ...
8707         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8708         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8709         Moved ...
8710         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8711         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8712         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8713         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8714         Moved ...
8715         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8716         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8717         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8718         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8719         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8720         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8721         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8723 2014-06-10  Wilco  <wdijkstr@arm.com>
8725         * math/test-fenv-return.c: New file.
8726         * math/Makefile: Add new test test-fenv-return.
8728 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8730         [BZ #17042]
8731         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8732         when x - 1 is zero.
8733         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8734         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8735         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8736         0.0L for an argument of 1.0L.
8737         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8738         Likewise.
8739         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8740         value when x - 1 is zero.
8741         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8742         * sysdeps/i386/fpu/libm-test-ulps: Update.
8743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8745 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8747         [BZ #15119]
8748         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8750 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8752         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8753         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8755 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8757         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8758         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8760         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8761         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8763         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8764         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8766         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8767         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8769         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8770         if not already defined.
8771         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8772         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8773         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8774         (TLS_INIT_TP): Use it.
8775         (TLS_DEFINE_INIT_TP): New macro.
8776         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8778 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8780         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8781         constant.
8782         [POSIX] (IXANY): Likewise.
8783         [POSIX] (OLCUC): Likewise.
8784         [POSIX || POSIX2008] (CBAUD): Do not allow.
8785         [POSIX || POSIX2008] (DEFECHO): Likewise.
8786         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8787         [POSIX || POSIX2008] (ECHOKE): Likewise.
8788         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8789         [POSIX || POSIX2008] (EXTA): Likewise.
8790         [POSIX || POSIX2008] (EXTB): Likewise.
8791         [POSIX || POSIX2008] (FLUSHO): Likewise.
8792         [POSIX || POSIX2008] (LOBLK): Likewise.
8793         [POSIX || POSIX2008] (PENDIN): Likewise.
8794         [POSIX || POSIX2008] (SWTCH): Likewise.
8795         [POSIX || POSIX2008] (VDISCARD): Likewise.
8796         [POSIX || POSIX2008] (VDSUSP): Likewise.
8797         [POSIX || POSIX2008] (VLNEXT): Likewise.
8798         [POSIX || POSIX2008] (VREPRINT): Likewise.
8799         [POSIX || POSIX2008] (VSTATUS): Likewise.
8800         [POSIX || POSIX2008] (VWERASE): Likewise.
8801         (B*): Change to B[0123456789]*.
8802         * conform/data/time.h-data [POSIX || UNIX98]
8803         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8804         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8805         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8806         [POSIX] (tm_*): Do not allow.
8808 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8810         * Makefile (install): Don't set LANGUAGE.
8811         * Makefile.in (install): Likewise.
8812         * assert/Makefile (test-assert-ENV): Remove variable.
8813         (test-assert-perr-ENV): Likewise.
8814         * elf/Makefile (neededtest4-ENV): Likewise.
8815         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8816         [$(cross-compiling) = no]: Don't set LANGUAGE.
8817         * io/ftwtest-sh (LANG): Remove variable.
8818         * libio/Makefile (tst-widetext-ENV): Likewise.
8819         * manual/install.texi (Running make install): Don't refer to
8820         environment settings for make install.
8821         * INSTALL: Regenerated.
8822         * nptl/tst-tls6.sh: Don't set LANG.
8823         * posix/globtest.sh (LANG): Remove variable.
8824         * string/Makefile (tester-ENV): Likewise.
8825         (inl-tester-ENV): Likewise.
8826         (noinl-tester-ENV): Likewise.
8827         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8828         [$(cross-compiling) = no]: Don't set LANGUAGE.
8829         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8830         without explicit environment settings.
8832 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8834         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8835         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8836         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8837         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8839 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8841         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8842         other files in the crypt directory.
8843         * crypt/crypt.c: Remove duplicate includes.
8844         * crypt/crypt-entry.c: Likewise.
8845         * crypt/crypt_util.c: Likewise.
8847 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8849         * Makeconfig (run-program-env): New variable.
8850         (run-program-prefix-before-env): Likewise.
8851         (run-program-prefix-after-env): Likewise.
8852         (run-program-prefix): Define in terms of new variables.
8853         (built-program-cmd-before-env): New variable.
8854         (built-program-cmd-after-env): Likewise.
8855         (built-program-cmd): Define in terms of new variables.
8856         (test-program-prefix-before-env): New variable.
8857         (test-program-prefix-after-env): Likewise.
8858         (test-program-prefix): Define in terms of new variables.
8859         (test-program-cmd-before-env): New variable.
8860         (test-program-cmd-after-env): Likewise.
8861         (test-program-cmd): Define in terms of new variables.
8862         * Rules (make-test-out): Use $(run-program-env).
8863         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8864         (help): Do not mention environment variables.  Mention
8865         --timeoutfactor option.
8866         (timeoutfactor): New variable.
8867         (blacklist_exports): Remove function.
8868         (exports): Remove variable.
8869         (command): Do not include ${exports}.
8870         * manual/install.texi (Configuring and compiling): Do not mention
8871         test wrappers preserving environment variables.  Mention that last
8872         assignment to a variable must take precedence.
8873         * INSTALL: Regenerated.
8874         * benchtests/Makefile (run-bench): Use $(run-program-env).
8875         * catgets/Makefile ($(objpfx)test1.cat): Use
8876         $(built-program-cmd-before-env), $(run-program-env) and
8877         $(built-program-cmd-after-env).
8878         ($(objpfx)test2.cat): Do not specify environment variables
8879         explicitly.
8880         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8881         $(run-program-env) and $(built-program-cmd-after-env).
8882         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8883         $(run-program-env) and $(test-program-cmd-after-env).
8884         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8885         explicitly.
8886         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8887         run_program_env and test_program_cmd_after_env arguments.
8888         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8889         * elf/tst-pathopt.sh: Use run_program_env argument.
8890         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8891         $(test-wrapper-env) and $(run-program-env).
8892         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8893         run_program_env arguments.
8894         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8895         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8896         $(test-program-prefix-before-env), $(run-program-env) and
8897         $(test-program-prefix-after-env).
8898         ($(objpfx)tst-gettext2.out): Likewise.
8899         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8900         run_program_env and test_program_prefix_after_env arguments.
8901         * intl/tst-gettext2.sh: Likewise.
8902         * intl/tst-gettext4.sh: Do not set environment variables
8903         explicitly.
8904         * intl/tst-gettext6.sh: Likewise.
8905         * intl/tst-translit.sh: Likewise.
8906         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8907         $(test-program-prefix-before-env), $(run-program-env) and
8908         $(test-program-prefix-after-env).
8909         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8910         run_program_env and test_program_prefix_after_env arguments.
8911         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8912         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8913         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8914         explicitly with each use of ${test_wrapper_env}.
8915         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8916         $(test-program-prefix-before-env), $(run-program-env) and
8917         $(test-program-prefix-after-env).
8918         * posix/tst-getconf.sh: Do not set environment variables
8919         explicitly.
8920         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8921         run_program_env and test_program_prefix_after_env arguments.
8922         * stdio-common/tst-printf.sh: Do not set environment variables
8923         explicitly.
8924         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8925         $(test-program-prefix-before-env), $(run-program-env) and
8926         $(test-program-prefix-after-env).
8927         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8928         run_program_env and test_program_prefix_after_env arguments.
8929         Split $test calls into $test_pre and $test.
8930         * timezone/Makefile (build-testdata): Use
8931         $(built-program-cmd-before-env), $(run-program-env) and
8932         $(built-program-cmd-after-env).
8934 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8936         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8937         strlen for non SHARED builds.
8939 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8941         * nptl/allocatestack.c (check_list): Inlined function...
8942         (__reclaim_stacks): ... here.
8944 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8946         [BZ #15698]
8947         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8948         memory overrun.
8950 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8952         * Rules (make-test-out): Include
8953         LOCPATH=$(common-objpfx)localedata in default environment.
8954         * debug/Makefile (tst-chk1-ENV): Remove variable.
8955         (tst-chk2-ENV): Likewise.
8956         (tst-chk3-ENV): Likewise.
8957         (tst-chk4-ENV): Likewise.
8958         (tst-chk5-ENV): Likewise.
8959         (tst-chk6-ENV): Likewise.
8960         (tst-lfschk1-ENV): Likewise.
8961         (tst-lfschk2-ENV): Likewise.
8962         (tst-lfschk3-ENV): Likewise.
8963         (tst-lfschk4-ENV): Likewise.
8964         (tst-lfschk5-ENV): Likewise.
8965         (tst-lfschk6-ENV): Likewise.
8966         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8967         (tst-iconv7-ENV): Likewise.
8968         * intl/Makefile (LOCPATH-ENV): Likewise.
8969         (tst-codeset-ENV): Likewise.
8970         (tst-gettext3-ENV): Likewise.
8971         (tst-gettext5-ENV): Likewise.
8972         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8973         (tst-fopenloc-ENV): Likewise.
8974         (tst-fgetws-ENV): Remove variable.
8975         (tst-ungetwc1-ENV): Likewise.
8976         (tst-ungetwc2-ENV): Likewise.
8977         (bug-ungetwc2-ENV): Likewise.
8978         (tst-swscanf-ENV): Likewise.
8979         (bug-ftell-ENV): Likewise.
8980         (tst-fgetwc-ENV): Likewise.
8981         (tst-fseek-ENV): Likewise.
8982         (tst-ftell-partial-wide-ENV): Likewise.
8983         (tst-ftell-active-handler-ENV): Likewise.
8984         (tst-ftell-append-ENV): Likewise.
8985         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8986         (tst-regexloc-ENV): Likewise.
8987         (bug-regex1-ENV): Likewise.
8988         (tst-regex-ENV): Likewise.
8989         (tst-regex2-ENV): Likewise.
8990         (bug-regex5-ENV): Likewise.
8991         (bug-regex6-ENV): Likewise.
8992         (bug-regex17-ENV): Likewise.
8993         (bug-regex18-ENV): Likewise.
8994         (bug-regex19-ENV): Likewise.
8995         (bug-regex20-ENV): Likewise.
8996         (bug-regex22-ENV): Likewise.
8997         (bug-regex23-ENV): Likewise.
8998         (bug-regex25-ENV): Likewise.
8999         (bug-regex26-ENV): Likewise.
9000         (bug-regex30-ENV): Likewise.
9001         (bug-regex32-ENV): Likewise.
9002         (bug-regex33-ENV): Likewise.
9003         (bug-regex34-ENV): Likewise.
9004         (bug-regex35-ENV): Likewise.
9005         (tst-rxspencer-ENV): Likewise.
9006         (tst-rxspencer-no-utf8-ENV): Likewise.
9007         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9008         (tst-sscanf-ENV): Likewise.
9009         (tst-swprintf-ENV): Likewise.
9010         (tst-swscanf-ENV): Likewise.
9011         (test-vfprintf-ENV): Likewise.
9012         (scanf13-ENV): Likewise.
9013         (bug14-ENV): Likewise.
9014         (tst-grouping-ENV): Likewise.
9015         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9016         (tst-strtod3-ENV): Likewise.
9017         (tst-strtod4-ENV): Likewise.
9018         (tst-strtod5-ENV): Likewise.
9019         (testmb2-ENV): Likewise./
9020         * string/Makefile (tst-strxfrm-ENV): Likewise.
9021         (tst-strxfrm2-ENV): Likewise.
9022         (bug-strcoll1-ENV): Likewise.
9023         (test-strcasecmp-ENV): Likewise.
9024         (test-strncasecmp-ENV): Likewise.
9025         * time/Makefile (tst-strptime-ENV): Likewise.
9026         (tst-ftime_l-ENV): Likewise.
9027         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9028         (tst-mbrtowc-ENV): Likewise.
9029         (tst-wcrtomb-ENV): Likewise.
9030         (tst-mbrtowc2-ENV): Likewise.
9031         (tst-c16c32-1-ENV): Likewise.
9032         (tst-mbsnrtowcs-ENV): Likewise.
9034 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9036         * manual/resource.texi (How to get information about the memory
9037         subsystem?): Fix typo.
9038         Reported by Peon de la Parra Ivan <peon@keba.com>
9040 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9042         [BZ #16882]
9043         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9044         (pthread_spin_lock): Branch out of spin loop to proper location.
9045         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9046         (pthread_spin_lock): Likewise.
9048         * nptl/tst-spin4.c: New test.
9049         * nptl/Makefile (tests): Add tst-spin4.
9051 2014-06-03  Andreas Schwab  <schwab@suse.de>
9053         [BZ #15946]
9054         * resolv/res_send.c (send_dg): Reload file descriptor after
9055         calling reopen.
9057 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9059         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9061 2014-06-03  Richard Henderson  <rth@redhat.com>
9063         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9064         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9065         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9066         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9067         in the SAVE_PID block.
9068         (__libc_vfork): New alias.
9069         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9071         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9072         child in registers, not on the stack.  Remove RESET_PID conditionals.
9073         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9075 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9077         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9079 2014-06-03  Wilco  <wdijkstr@arm.com>
9081         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9082         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9083         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9084         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9085         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9086         Likewise.
9088 2014-06-03  Wilco  <wdijkstr@arm.com>
9090         * sysdeps/aarch64/fpu/math_private.h
9091         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9092         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9093         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9094         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9095         Fix declarations.
9097 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9099         * crypt/crypt-private.h: Include ufc-crypt.h.
9100         (__b64_from_24bit): Declare extern.
9101         * crypt/crypt_util.c(__b64_from_24bit): New function.
9102         (b64t): New static const variable.
9103         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9104         (b64t): Remove variable.
9105         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9106         * crypt/sha256-crypt.c: Include crypt-private.h.
9107         (b64t): Remove variable.
9108         (__sha256_crypt_r): Remove b64_from_24bit and replace
9109         with __b64_from_24bit.
9110         * crypt/sha512-crypt.c: Likewise.
9112 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9114         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9115         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9116         Label the code __libc_vfork rather than __vfork.
9117         [!NOT_IN_libc] (vfork): Define as weak alias.
9118         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9119         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9120         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9122 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9124         * malloc/malloc.c (malloc_info): Fix format specifier for
9125         n_mmaps.
9127 2014-06-02  Wilco  <wdijkstr@arm.com>
9129         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9130         FPCR write.
9132 2014-06-02  Wilco  <wdijkstr@arm.com>
9134         [BZ #17009]
9135         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9136         Rewrite to reduce FPCR/FPSR accesses.
9138 2014-06-01  David S. Miller  <davem@davemloft.net>
9140         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9142 2014-05-31  David S. Miller  <davem@davemloft.net>
9144         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9145         to occur in round to nearest mode when |x| >= 2.0
9147 2014-05-30  Richard Henderson  <rth@twiddle.net>
9149         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9150         (PSEUDO_RET_NOERRNO): Remove.
9151         (ret): Don't redefine.
9152         (ret_NOERRNO): Define in terms of ret.
9153         (ret_ERRVAL): Likewise.
9155         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9156         use of PSEUDO_RET; perform the error check directly.
9158 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9160         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9161         with __int128_t.
9163 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9165         * malloc/malloc (malloc_info): Fix formatting.
9167 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9168             Roland McGrath  <roland@hack.frob.com>
9170         * malloc/malloc (malloc_info): Also print mmapped statistics.
9172 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9174         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9175         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9177 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9179         * malloc/malloc.c (malloc_info): Inline mi_arena.
9181 2014-05-29  Richard Henderson  <rth@twiddle.net>
9183         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9184         Remove comma before expanding ASM_ARGS_##nr.
9185         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9186         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9187         of ASM_ARGS_##nr.
9188         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9189         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9190         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9191         (ASM_ARGS_1): Add leading comma.
9193         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9194         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9195         to __errno_location.
9196         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9197         Remove the expected plt for __errno_location.
9199         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9200         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9201         call to __read_tp.
9203         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9204         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9205         it and break it down.
9206         (DOCARGS_0, DOCARGS_1): Do nothing.
9207         (DOCARGS_2): Update to store into the new stack frame.
9208         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9209         (UNDOCARGS_1): Update to restore from the new stack frame.
9210         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9211         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9213         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9214         (SINGLE_THREAD_P): New parameter for result regno.
9215         (PSEUDO): Update to match; use cbz instead of beq.
9217         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9218         Use ENTRY to define the _nocancel entry point.  Share the syscall
9219         and syscall error check paths with the cancel path.
9220         (PSEUDO_END): New.
9222         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9223         whitespace; tabs before and after asm mnemonics.
9225 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9227         [BZ #15132]
9228         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9229         Call fstat64 or stat64 internally, depending on arguments passed.
9230         Replace stat buffer argument with file descriptor argument.
9231         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9232         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9233         Pass fd to __internal_statvfs instead of calling fstat64.
9234         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9235         Pass fd to __internal_statvfs64 instead of calling fstat64.
9236         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9237         Pass -1 to __internal_statvfs instead of calling stat64.
9238         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9239         Pass -1 to __internal_statvfs64 instead of calling stat64.
9241 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9243         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9244         that was previously under [RESET_PID].
9245         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9247         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9248         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9250 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9252         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9254         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9255         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9257 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9259         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9261 2014-05-27  Andreas Schwab  <schwab@suse.de>
9263         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9264         TLS_INIT_TP macro.
9265         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9266         * elf/rtld.c (init_tls, dl_main): Likewise.
9267         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9268         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9269         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9270         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9271         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9272         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9273         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9274         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9275         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9276         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9277         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9278         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9279         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9280         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9281         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9282         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9283         * sysdeps/generic/tls.h: Update description.
9285 2014-05-27  Will Newton  <will.newton@linaro.org>
9287         [BZ #16990]
9288         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9289         and restore r2 rather than just restoring.
9291 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9293         [BZ #16724]
9294         * libio/tst-ftell-append.c: New test case.
9295         * libio/Makefile (tests): Add test case.
9296         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9297         append mode.
9298         * libio/wfileops.c (do_ftell_wide): Likewise.
9300 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9304         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9305         ...
9306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9308         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9309         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9310         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9311         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9312         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9313         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9314         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9315         Moved ...
9316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9317         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9318         Moved ...
9319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9320         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9321         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9322         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9323         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9325         ...
9326         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9327         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9328         Moved ...
9329         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9330         here.
9331         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9332         ...
9333         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9334         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9335         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9337         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9338         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9339         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9340         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9342         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9343         merge into ...
9344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9345         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9346         ...
9347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9349         ...
9350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9351         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9352         Moved ...
9353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9354         here.
9355         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9356         Moved ...
9357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9363         conditional [RESET_PID].
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9365         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9366         removed.
9367         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9368         removed.
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9371         <tcb-offsets.h>.
9372         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9373         (__libc_vfork): New strong alias.
9374         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9375         removed.
9376         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9377         Removed.
9379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9380         <tcb-offsets.h>.
9381         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9382         (__libc_vfork): New strong alias.
9383         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9384         removed.
9385         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9386         removed.
9388 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9390         * malloc/malloc.c (mi_arena): New function.
9391         (malloc_info): Remove nested function mi_arena. Call non-nosted
9392         function mi_arena.
9394 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9396         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9397         by insrwi.
9398         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9399         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9400         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9401         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9402         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9403         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9404         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9406 2014-05-26  Andreas Schwab  <schwab@suse.de>
9408         [BZ #16984]
9409         * locale/programs/repertoire.c (repertoire_read): Add slash
9410         between I18NPATH element and file name.
9411         * locale/programs/locfile.c (locfile_read): Likewise.
9413 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9415         * nptl/pthread_mutexattr_settype.c
9416         (__pthread_mutexattr_settype):
9417         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9419 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9421         * nptl/tst-mutex5 (do_test):
9422         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9424 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9426         * benchtests/README: Document 'init' directive.
9427         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9428         BENCH_INIT.
9429         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9430         (parse_file): Recognize 'init' directive.
9432 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9434         [BZ #16796]
9435         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9436         alignment of struct pthread.
9438 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9440         [BZ #16878]
9441         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9442         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9443         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9444         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9446 2014-05-25  Richard Henderson  <rth@twiddle.net>
9448         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9449         (SINGLE_THREAD_P_PIC): Remove.
9450         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9451         (SINGLE_THREAD_P_PIC): Remove.
9453         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9454         branch to syscall error ...
9455         (PSEUDO): ... here.
9456         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9457         from __local_syscall_error to .Lsyscall_error.
9458         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9459         (SYSCALL_ERROR): Update label name.
9461         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9462         Do not use DOARGS/UNDOARGS.
9463         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9464         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9465         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9466         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9467         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9469         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9470         block comment.
9472         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9473         define if !NOT_IN_libc.
9474         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9475         define with non-default symbol versions.
9477 2014-05-23  Richard Henderson  <rth@twiddle.net>
9479         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9480         (vfork, __vfork): Define via compat_symbol.
9482         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9483         [!HAVE_IFUNC] (vfork_compat): Remove.
9484         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9486 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9488         [BZ #16978]
9489         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9490         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9491         variable.
9493 2014-05-23  Richard Henderson  <rth@twiddle.net>
9495         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9496         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9497         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9498         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9500         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9501         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9502         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9503         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9504         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9505         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9506         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9507         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9508         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9509         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9510         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9511         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9512         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9513         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9514         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9515         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9517         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9518         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9519         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9520         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9521         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9522         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9523         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9525         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9535         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9539         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9540         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9541         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9542         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9543         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9544         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9545         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9546         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9547         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9548         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9549         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9550         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9551         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9552         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9553         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9554         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9555         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9557         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9558         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9559         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9560         before exiting on error.
9561         (__libc_vfork): New strong alias.
9562         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9563         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9565         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9566         that was previously under [RESET_PID].
9567         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9569         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9571 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9573         [BZ #16977]
9574         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9575         value when x - 1 is zero.
9576         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9577         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9578         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9579         0.0L for an argument of 1.0L.
9580         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9581         Likewise.
9582         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9583         value when x - 1 is zero.
9584         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9585         * sysdeps/i386/fpu/libm-test-ulps: Update.
9586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9588 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9590         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9591         alphasort and versionsort.
9593 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9595         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9596         macro.
9597         [copysignf]: Likewise.
9599 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9601         * crypt/md5-crypt.c: Fix formatting.
9603 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9605         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9606         (b64_from_24bit): New function.
9608 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9610         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9611         libc_hidden_builtin_def to ifunc.
9612         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9613         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9615 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9617         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9618         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9620 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9622         * nscd/Depend (linuxthreads): Remove.
9623         (nptl): Add.
9624         * resolv/Depend (linuxthreads): Remove.
9625         * rt/Depend (linuxthreads): Remove.
9627         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9628         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9629         $(common-objpfx)elf/.
9630         (link-libc-before-gnulib): Likewise.
9631         (elfobjdir): Remove variable.
9632         * Makefile (install): Use $(elf-objpfx) instead of
9633         $(common-objpfx)elf/.
9634         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9635         $(elfobjdir)/.
9636         (link-libc-deps): Likewise.
9637         ($(common-objpfx)libc.so): Likewise.
9638         ($(common-objpfx)linkobj/libc.so): Likewise.
9639         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9640         instead of $(common-objpfx)elf/.
9641         (symbolic-link-list): Likewise.
9642         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9643         [$(cross-compiling) = no]: Likewise.
9644         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9645         $(elfobjdir)/.
9646         (static-gnulib-arch): Likewise.
9647         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9648         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9649         $(common-objpfx)elf/.
9651 2014-05-21  Richard Henderson  <rth@redhat.com>
9653         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9654         (SINGLE_THREAD_P): Use the correct width load.  Fold
9655         into the ldr offset.
9657         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9658         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9660 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9662         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9663         (libgcc_s_resume): Use __attribute_used__.
9664         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9665         Likewise.
9667 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9669         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9670         optimization when used with float constants.
9672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9674 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9676         [BZ #16915]
9677         * locale/nl_langinfo_l.c: Make direct reference to every
9678         _nl_current_CATEGORY symbol.
9679         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9680         (tests-static): Add tst-langinfo-static.
9681         (tests-special): Add tst-langinfo-static.out.
9682         ($(objpfx)tst-langinfo.out): Redirect output.
9683         ($(objpfx)tst-langinfo-static.out): New.
9684         * localedata/tst-langinfo.sh: Send output to stdout.
9685         * localedata/tst-langinfo-static.c: New file.
9687         [BZ #16965]
9688         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9689         when the shift amount is modulo the limb size.
9691 2014-05-20  Richard Henderson  <rth@redhat.com>
9693         [BZ #16967]
9694         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9695         Change type of sa_flags from unsigned int to int.
9697         [BZ #16966]
9698         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9700         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9702 2014-05-20  Will Newton  <will.newton@linaro.org>
9704         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9705         Test the return value of the system call in the nocancel case.
9707 2014-05-20  Will Newton  <will.newton@linaro.org>
9708             Yvan Roux  <yvan.roux@linaro.org>
9710         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9711         #include of asm/ptrace.h.
9712         (PTRACE_GET_THREAD_AREA): Remove #undef.
9713         (PTRACE_GETHBPREGS): Likewise.
9714         (PTRACE_SETHBPREGS): Likewise.
9715         (struct user_regs_struct): New structure.
9716         (struct user_fpsimd_struct): New structure.
9717         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9718         #include of asm/ptrace.h and second #include of sys/user.h.
9719         (PTRACE_GET_THREAD_AREA): Remove #undef.
9720         (PTRACE_GETHBPREGS): Likewise.
9721         (PTRACE_SETHBPREGS): Likewise.
9722         (ELF_NGREG): Use new struct user_regs_struct.
9723         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9725 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9727         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9728         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9730 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9732         [BZ #16958]
9733         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9734         membar to avoid block loads/stores to overlap previous stores.
9736 2014-05-17  Richard Henderson  <rth@redhat.com>
9738         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9739         Create the __##syscall_name##_nocancel entry point.
9740         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9741         Remove; let the sysdep-cancel.h code create it.
9743 2014-05-17  David S. Miller  <davem@davemloft.net>
9745         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9746         Protect with __USE_GNU.
9747         (TIOCSET_TEMPT): Likewise.
9748         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9749         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9750         these are already provided in bits/ioctl-types.h
9752 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9754         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9755         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9757         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9758         Use wait4 regardless of [__NR_waitpid].
9760 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9762         PR libgcc/60166
9763         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9764         (_FP_NANSIGN_Q): Set the quiet bit.
9766 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9768         * benchtests/Makefile
9769         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9770         not $(common-objpfx)math/libm.so.
9771         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9772         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9773         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9774         $(common-objpfx)dlfcn/libdl.so.
9775         ($(objpfx)tst-audit8): Depend on $(libm), not
9776         $(common-objpfx)math/libm.so.
9777         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9778         not $(common-objpfx)dlfcn/libdl.so.
9779         * math/Makefile
9780         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9781         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9782         [$(build-shared) = yes].
9783         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9784         $(common-objpfx)nptl/libpthread.so.
9785         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9786         $(common-objpfx)math/libm.so$(libm.so-version) or
9787         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9788         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9789         $(common-objpfx)dlfcn/libdl.so.
9790         * setjmp/Makefile (link-libm): Remove variable.
9791         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9792         * stdio-common/Makefile (link-libm): Remove variable.
9793         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9794         * stdlib/Makefile (link-libm): Remove variable.
9795         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9796         ($(objpfx)tst-strtod-round): Likewise.
9797         ($(objpfx)tst-tininess): Likewise.
9798         ($(objpfx)tst-strtod-underflow): Likewise.
9799         ($(objpfx)tst-strtod6): Likewise.
9800         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9801         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9802         $(common-objpfx)dlfcn/libdl.so.
9804 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9806         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9807         BSD terminal modes definitions.
9809 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9811         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9812         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9814         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9815         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9816         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9817         Don't do #include_next.
9818         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9819         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9820         Don't do #include_next.
9821         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9822         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9823         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9824         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9826 2014-05-16  Allan McRae  <allan@archlinux.org>
9828         * po/sv.po: Update Swedish translation from translation project.
9830         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9831         in sed expression.
9833 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9835         [BZ #16917]
9836         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9837         errno if the TIOCGPTN ioctl fails with an error different than
9838         EINVAL.
9839         * login/tst-ptsname.c: New file.
9840         * login/Makefile (tests): Add tst-ptsname.
9842         [BZ #16943]
9843         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9844         and prlimit64.
9846 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9848         [BZ #16849]
9849         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9850         herrno to return EAI_AGAIN.
9852 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9854         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9855         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9856         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9868         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9875         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9876         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9877         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9878         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9879         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9880         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9881         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9882         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9883         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9884         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9885         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9886         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9887         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9888         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9889         Moved ...
9890         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9892         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9894         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9896         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9898         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9904         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9906         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9907         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9908         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9909         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9910         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9912         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9913         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9914         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9915         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9916         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9917         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9918         Moved ...
9919         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9925         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9926         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9927         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9928         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9935         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9939         Moved ...
9940         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9941         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9942         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9944         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9945         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9946         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9947         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9948         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9949         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9950         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9952         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9953         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9954         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9955         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9956         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9957         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9958         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9959         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9960         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9962         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9964         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9966         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9967         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9968         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9970         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9971         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9972         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9973         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9974         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9976         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9977         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9979         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9980         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9981         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9983         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9985         Moved ...
9986         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9987         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9988         Moved ...
9989         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9990         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9991         Moved ...
9992         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9993         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9994         Moved ...
9995         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9996         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9997         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9998         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9999         Moved ...
10000         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10001         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10002         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10004         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10005         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10006         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10007         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10010         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10011         Moved ...
10012         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10013         ... here.
10014         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10015         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10016         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10017         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10018         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10019         Moved ...
10020         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10021         ... here.
10022         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10023         Moved ...
10024         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10026         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10028         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10030         Moved ...
10031         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10032         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10033         Moved ...
10034         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10036         Moved ...
10037         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10038         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10039         Moved ...
10040         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10041         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10042         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10043         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10044         Moved ...
10045         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10046         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10047         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10049         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10050         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10051         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10052         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10053         Moved ...
10054         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10055         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10056         Moved ...
10057         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10058         ... here.
10059         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10060         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10061         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10062         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10063         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10064         Moved ...
10065         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10066         ... here.
10067         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10068         Moved ...
10069         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10071         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10073         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10074         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10075         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10077         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10078         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10079         Moved ...
10080         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10082         Moved ...
10083         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10085         Moved ...
10086         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10087         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10088         Moved ...
10089         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10093         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10094         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10095         Moved ...
10096         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10098         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10100         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10102         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10104         Moved ...
10105         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10106         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10107         Moved ...
10108         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10109         ... here.
10110         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10111         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10113         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10114         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10115         Moved ...
10116         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10117         ... here.
10118         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10119         Moved ...
10120         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10122         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10124         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10126         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10128         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10130         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10132         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10133         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10135         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10136         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10138         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10139         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10140         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10141         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10142         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10144         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10145         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10146         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10147         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10148         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10149         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10150         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10152         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10153         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10154         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10155         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10156         Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10161         Moved ...
10162         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10163         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10164         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10166         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10168         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10169         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10170         Moved ...
10171         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10176         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10178         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10180         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10182         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10184         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10186         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10188         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10190         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10192         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10193         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10194         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10195         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10196         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10198         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10199         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10201         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10202         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10203         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10204         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10205         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10206         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10207         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10209         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10210         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10212         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10213         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10215         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10217         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10218         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10219         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10220         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10221         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10222         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10223         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10224         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10225         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10226         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10227         Update #include.
10228         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10229         Likewise.
10230         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10231         Likewise.
10232         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10233         Likewise.
10234         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10235         Likewise.
10236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10237         Likewise.
10238         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10239         Likewise.
10240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10241         Likewise.
10242         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10243         Likewise.
10244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10245         Likewise.
10246         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10247         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10248         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10249         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10250         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10251         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10252         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10253         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10254         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10255         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10256         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10257         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10258         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10259         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10260         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10262         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10263         that was previously under [RESET_PID].
10264         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10265         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10266         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10268         * sysdeps/i386/nptl/Implies: New file.
10269         * sysdeps/x86_64/nptl/Implies: New file.
10270         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10271         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10272         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10273         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10275         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10276         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10277         (__libc_vfork): New strong alias.
10278         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10279         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10281         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10282         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10283         (__libc_vfork): New strong alias.
10284         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10285         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10287         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10288         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10289         (__libc_vfork): New strong alias.
10290         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10291         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10292         * nptl/pt-vfork.c: New file.
10293         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10294         (libpthread: GLIBC_2.20): New version set (empty).
10296 2014-05-14  Will Newton  <will.newton@linaro.org>
10298         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10299         rather than #if.
10301 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10303         [BZ #16564]
10304         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10305         arguments with exponent 65 or above.
10306         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10307         arguments 0x1p113L or above.
10308         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10309         to arguments 0x1p107L or above.
10310         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10311         positive arguments with exponent 65 or above.
10312         * math/auto-libm-test-in: Add more tests of log1p.
10313         * math/auto-libm-test-out: Regenerated.
10315         [BZ #16928]
10316         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10317         non-finite arguments is +0.
10318         * math/s_cacosf.c (__cacosf): Likewise.
10319         * math/s_cacosl.c (__cacosl): Likewise.
10320         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10321         * sysdeps/i386/fpu/libm-test-ulps: Update.
10322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10324         [BZ #16927]
10325         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10326         value.
10327         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10328         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10329         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10330         for explicit high bit of mantissa when testing for argument equal
10331         to 1.
10332         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10333         * sysdeps/i386/fpu/libm-test-ulps: Update.
10334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10336         [BZ #16516]
10337         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10338         (__erf): Scale by 16 instead of 8 in potentially underflowing
10339         case.  Ensure exception if result actually underflows.
10340         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10341         (__erff): Scale by 16 instead of 8 in potentially underflowing
10342         case.  Ensure exception if result actually underflows.
10343         * sysdeps/ieee754/ldbl-128/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-128ibm/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         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10352         (efx8): Remove variable.
10353         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10354         case.  Ensure exception if result actually underflows.
10355         * math/auto-libm-test-in: Add more tests of erf.
10356         * math/auto-libm-test-out: Regenerated.
10358 2014-05-14  Andreas Schwab  <schwab@suse.de>
10360         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10361         Remove code conditionalized on USE___THREAD.
10363         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10364         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10365         not definedness.
10367 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10369         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10370         Define unconditionally.
10371         (__ASSUME_O_CLOEXEC): Likewise.
10372         (__ASSUME_SOCK_CLOEXEC): Likewise.
10373         (__ASSUME_IN_NONBLOCK): Likewise.
10374         (__ASSUME_PIPE2): Likewise.
10375         (__ASSUME_EVENTFD2): Likewise.
10376         (__ASSUME_SIGNALFD4): Likewise.
10377         (__ASSUME_DUP3): Likewise.
10378         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10379         (__ASSUME_DUP3): Do not define.
10380         (__ASSUME_EVENTFD2): Likewise.
10381         (__ASSUME_IN_NONBLOCK): Likewise.
10382         (__ASSUME_O_CLOEXEC): Likewise.
10383         (__ASSUME_PIPE2): Likewise.
10384         (__ASSUME_SIGNALFD4): Likewise.
10385         (__ASSUME_SOCK_CLOEXEC): Likewise.
10386         (__ASSUME_UTIMES): Undefine.
10387         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10388         (__ASSUME_UTIMES): Do not define.
10389         (__ASSUME_O_CLOEXEC): Likewise.
10390         (__ASSUME_SOCK_CLOEXEC): Likewise.
10391         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10392         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10393         0x020621].
10394         (__ASSUME_PIPE2): Likewise.
10395         (__ASSUME_EVENTFD2): Likewise.
10396         (__ASSUME_SIGNALFD4): Likewise.
10397         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10398         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10399         Do not define.
10400         (__ASSUME_EVENTFD2): Likewise.
10401         (__ASSUME_SIGNALFD4): Likewise.
10402         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10403         (__ASSUME_32BITUIDS): Likewise.
10404         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10405         (__ASSUME_IPC64): Likewise.
10406         (__ASSUME_ST_INO_64_BIT): Likewise.
10407         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10408         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10409         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10410         (__ASSUME_UTIMES): Do not define.
10411         (__ASSUME_PSELECT): Likewise.
10412         (__ASSUME_PPOLL): Likewise.
10413         (__ASSUME_O_CLOEXEC): Likewise.
10414         (__ASSUME_SOCK_CLOEXEC): Likewise.
10415         (__ASSUME_IN_NONBLOCK): Likewise.
10416         (__ASSUME_PIPE2): Likewise.
10417         (__ASSUME_EVENTFD2): Likewise.
10418         (__ASSUME_SIGNALFD4): Likewise.
10419         (__ASSUME_DUP3): Likewise.
10420         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10421         (__ASSUME_UTIMES): Likewise.
10422         (__ASSUME_O_CLOEXEC): Likewise.
10423         (__ASSUME_SOCK_CLOEXEC): Likewise.
10424         (__ASSUME_IN_NONBLOCK): Likewise.
10425         (__ASSUME_PIPE2): Likewise.
10426         (__ASSUME_EVENTFD2): Likewise.
10427         (__ASSUME_SIGNALFD4): Likewise.
10428         (__ASSUME_DUP3): Likewise.
10429         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10430         (__ASSUME_UTIMES): Likewise.
10431         (__ASSUME_O_CLOEXEC): Likewise.
10432         (__ASSUME_SOCK_CLOEXEC): Likewise.
10433         (__ASSUME_IN_NONBLOCK): Likewise.
10434         (__ASSUME_PIPE2): Likewise.
10435         (__ASSUME_EVENTFD2): Likewise.
10436         (__ASSUME_SIGNALFD4): Likewise.
10437         (__ASSUME_DUP3): Likewise.
10438         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10439         Likewise.
10440         (__ASSUME_UTIMES): Likewise.
10441         (__ASSUME_EVENTFD2): Likewise.
10442         (__ASSUME_SIGNALFD4): Likewise.
10443         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10444         (__ASSUME_O_CLOEXEC): Likewise.
10445         (__ASSUME_SOCK_CLOEXEC): Likewise.
10446         (__ASSUME_IN_NONBLOCK): Likewise.
10447         (__ASSUME_PIPE2): Likewise.
10448         (__ASSUME_EVENTFD2): Likewise.
10449         (__ASSUME_SIGNALFD4): Likewise.
10450         (__ASSUME_DUP3): Likewise.
10451         (__ASSUME_UTIMES): Undefine.
10453         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10454         feclearexcept.  Remove symbol versioning code.
10455         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10456         symbol versioning code.
10457         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10458         symbol versioning code.
10459         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10460         feupdateenv.  Remove symbol versioning code.
10461         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10462         fegetexceptflag.  Remove symbol versioning code.
10463         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10464         fesetexceptflag.  Remove symbol versioning code.
10465         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10466         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10467         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10468         (__posix_fadvise64_l32): Remove prototype.
10469         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10470         code.
10472 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10474         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10475         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10476         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10477         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10479 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10481         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10482         current working directory
10484 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10486         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10487         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10488         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10489         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10490         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10491         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10492         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10505         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10506         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10507         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10508         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10509         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10510         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10511         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10513         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10514         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10515         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10517         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10518         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10519         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10520         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10521         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10522         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10523         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10524         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10525         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10526         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10527         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10529         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10530         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10532         * sysdeps/unix/sysv/linux/arm/Makefile
10533         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10534         Add rt-aeabi_unwind_cpp_pr1.
10535         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10536         Add nptl-aeabi_unwind_cpp_pr1.
10537         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10538         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10539         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10540         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10541         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10542         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10544         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10545         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10546         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10547         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10549         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10550         Deconditionalize the code that was previously under [RESET_PID].
10551         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10553         * sysdeps/generic/exit-thread.h: New file.
10554         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10555         * include/unistd.h (__exit_thread): Remove declaration.
10556         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10557         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10558         * csu/libc-start.c: Include <exit-thread.h>.
10559         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10560         * nptl/pthread_create.c: Include <exit-thread.h>.
10561         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10562         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10563         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10564         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10565         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10566         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10567         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10568         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10569         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10570         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10571         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10572         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10573         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10574         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10575         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10576         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10577         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10579 2014-05-13  Andreas Schwab  <schwab@suse.de>
10581         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10583 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10585         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10586         (__ASSUME_UTIMES): Do not condition on kernel version.
10587         (__ASSUME_PSELECT): Define unconditionally.
10588         (__ASSUME_PPOLL): Likewise.
10589         (__ASSUME_ATFCTS): Likewise.
10590         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10591         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10592         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10593         (__ASSUME_UTIMENSAT): Define unconditionally.
10594         (__ASSUME_PRIVATE_FUTEX): Likewise.
10595         (__ASSUME_FALLOCATE): Likewise.
10596         (__ASSUME_O_CLOEXEC): Likewise.
10597         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10598         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10599         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10600         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10601         (__ASSUME_IN_NONBLOCK): Likewise.
10602         (__ASSUME_PIPE2): Likewise.
10603         (__ASSUME_EVENTFD2): Likewise.
10604         (__ASSUME_SIGNALFD4): Likewise.
10605         (__ASSUME_DUP3): Likewise.
10606         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10607         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10608         (__ASSUME_AT_RANDOM): Likewise.
10609         (__ASSUME_PREADV): Likewise.
10610         (__ASSUME_PWRITEV): Likewise.
10611         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10612         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10613         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10614         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10615         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10616         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10617         (__ASSUME_O_CLOEXEC): Define unconditionally.
10618         (__ASSUME_PSELECT): Do not undefine conditionally.
10619         (__ASSUME_PPOLL): Likewise.
10620         (__ASSUME_ATFCTS): Likewise.
10621         (__ASSUME_SET_ROBUST_LIST): Likewise.
10622         (__ASSUME_UTIMENSAT): Likewise.
10623         (__ASSUME_FDATASYNC): Define unconditionally.
10624         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10625         (__ASSUME_SIGFRAME_V2): Likewise.
10626         )__ASSUME_EVENTFD2): Likewise.
10627         (__ASSUME_SIGNALFD4): Likewise.
10628         (__ASSUME_PSELECT): Do not undefine conditionally.
10629         (__ASSUME_PPOLL): Likewise.
10630         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10631         (__ASSUME_PSELECT): Define unconditionally.
10632         (__ASSUME_PPOLL): Likewise.
10633         (__ASSUME_O_CLOEXEC): Likewise.
10634         (__ASSUME_SOCK_CLOEXEC): Likewise.
10635         (__ASSUME_IN_NONBLOCK): Likewise.
10636         (__ASSUME_PIPE2): Likewise.
10637         (__ASSUME_EVENTFD2): Likewise.
10638         (__ASSUME_SIGNALFD4): Likewise.
10639         (__ASSUME_DUP3): Likewise.
10640         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10641         (__ASSUME_O_CLOEXEC): Likewise.
10642         (__ASSUME_SOCK_CLOEXEC): Likewise.
10643         (__ASSUME_IN_NONBLOCK): Likewise.
10644         (__ASSUME_PIPE2): Likewise.
10645         (__ASSUME_EVENTFD2): Likewise.
10646         (__ASSUME_SIGNALFD4): Likewise.
10647         (__ASSUME_DUP3): Likewise.
10648         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10649         (__ASSUME_EVENTFD2): Likewise.
10650         (__ASSUME_SIGNALFD4): Likewise.
10651         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10653 2014-05-12  Andreas Schwab  <schwab@suse.de>
10655         [BZ #16932]
10656         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10657         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10658         than maximum RPC packet size.
10659         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10660         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10661         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10662         (_nss_nis_getservbyport_r): Likewise.
10664 2014-05-12  Will Newton  <will.newton@linaro.org>
10666         * malloc/Makefile (tests): Add tst-mallopt.
10667         * malloc/tst-mallopt.c: New file.
10669 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10671         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10672         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10674 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10676         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10677         (tst-tlsmod6.so): Likewise.
10679 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10681         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10683 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10685         [BZ #16064]
10686         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10687         and <dl-procinfo.h>.
10688         (__fegetenv): Save SSE state in envp->__eip if supported.
10689         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10690         envp->__eip if supported.
10691         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10692         and <dl-procinfo.h>.
10693         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10694         __data_offset and __data_selector in environment to 0.  Set SSE
10695         state if supported.
10696         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10697         test-fenv-sse.
10698         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10699         -mfpmath=sse.
10700         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10702 2014-05-09  Will Newton  <will.newton@linaro.org>
10704         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10705         and libc_relro_required for ARM.
10706         * sysdeps/arm/preconfigure: Regenerate.
10708 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10709             Stefan Liebler  <stli@linux.vnet.ibm.com>
10711         * config.make.in (enable-lock-elision): New Makefile variable.
10712         * configure.ac: Likewise.
10713         * configure: Regenerate.
10714         * sysdeps/s390/configure.ac:
10715         Add check for gcc transactions support.
10716         * sysdeps/s390/configure: Regenerate.
10717         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10718         Build elision files if enabled.
10719         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10720         Add lock elision support for s390.
10721         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10722         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10723         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10724         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10725         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10726         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10727         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10728         Likewise.
10729         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10730         Likewise.
10731         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10732         Likewise.
10733         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10734         Likewise.
10735         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10736         (__lll_timedlock_elision, __lll_lock_elision)
10737         (__lll_unlock_elision, __lll_trylock_elision)
10738         (lll_timedlock_elision, lll_lock_elision)
10739         (lll_unlock_elision, lll_trylock_elision): Add.
10740         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10741         (pthread_mutex_t): Add lock elision support for s390.
10743 2014-05-14  Wilco  <wdijkstr@arm.com>
10745         * sysdeps/arm/fclrexcpt.c: Cleanup.
10746         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10747         * sysdeps/arm/feenablxcpt.c: Cleanup.
10748         * sysdeps/arm/fegetenv.c: Cleanup.
10749         * sysdeps/arm/fegetexcept.c: Cleanup.
10750         * sysdeps/arm/fegetround.c: Cleanup.
10751         * sysdeps/arm/feholdexcpt.c: Cleanup.
10752         * sysdeps/arm/fesetenv.c: Cleanup.
10753         * sysdeps/arm/fesetround.c: Cleanup.
10754         * sysdeps/arm/feupdateenv.c: Cleanup.
10755         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10756         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10757         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10758         * sysdeps/arm/ftestexcept.c: Cleanup.
10759         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10760         * sysdeps/arm/setfpucw.c: Cleanup.
10762 2014-05-09  Will Newton  <will.newton@linaro.org>
10764         * sysdeps/arm/armv7/strcmp.S: New file.
10765         * NEWS: Mention addition of ARMv7 optimized strcmp.
10767 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10769         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10770         look for %.ac rather than %.in.
10772         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10773         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10774         * sysdeps/mach/hurd/configure: Regenerated.
10775         * sysdeps/unix/sysv/linux/configure: Regenerated.
10777         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10779 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10781         [BZ# 16922]
10782         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10783         (LONG_SUB): Ditto.
10784         (PTR_SUB): Ditto.
10786 2014-05-07  Andreas Schwab  <schwab@suse.de>
10788         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10789         when skipping over non-matching result from nscd.
10791 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10793         [BZ #16876]
10794         * nptl/sockperf.c (client): Check socket return value.
10796         [BZ #16877]
10797         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10798         nscd security class.
10800 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10802         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10803         * sysdeps/arm/unwind.h: ... here.
10805 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10807         [BZ# 16916]
10808         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10809         Define.
10811 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10813         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10814         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10815         multiarch strncpy for PPC64.
10816         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10817         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10818         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10819         multiarch optimizations.
10820         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10821         (__libc_ifunc_impl_list): Likewise.
10822         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10823         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10824         multiarch stpncpy for PPC64.
10825         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10826         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10828 2014-05-06  Andreas Schwab  <schwab@suse.de>
10830         [BZ #16912]
10831         * gmon/mcount.c (_MCOUNT_DECL): Use
10832         atomic_compare_and_exchange_bool_acq instead of
10833         catomic_compare_and_exchange_bool_acq.
10835 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10837         * elf/Makefile (others, install-bin): Remove pldd.
10838         (pldd-modules): Variable removed.
10839         ($(objpfx)pldd): Target removed.
10840         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10841         (others, install-bin): Append pldd here.
10842         ($(objpfx)pldd): New target.
10844         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10845         to 0, so the first #if test emitted later doesn't see it undefined.
10846         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10847         * sysdeps/gnu/errlist.c: Regenerated.
10849 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10851         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10852         [libc_hidden_builtin_def]: Define to empty value.
10853         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10854         [libc_hidden_builtin_def]: Likewise.
10855         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10856         [libc_hidden_builtin_def]: Likewise.
10857         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10858         [libc_hidden_builtin_def]: Likewise.
10859         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10860         __redirect_memcpy and define ifunc as default hidden symbol.
10861         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10862         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10864 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10866         * locale/iso-4217.def: Reintroduce XDR currency.
10868 2014-05-04  Allan McRae  <allan@archlinux.org>
10870         * po/eo.po: Update Esperanto translation from translation project.
10872 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10874         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10875         and FEATURE_INDEX_MAX to 1.
10876         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10878 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10880         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10881         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10882         * iconvdata/big5.c (ONE_DIRECTION): Define.
10883         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10884         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10885         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10886         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10887         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10888         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10889         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10890         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10891         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10892         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10893         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10894         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10895         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10896         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10897         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10898         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10899         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10900         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10901         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10902         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10903         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10904         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10905         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10906         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10907         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10908         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10909         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10910         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10911         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10912         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10913         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10914         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10915         * iconvdata/johab.c (ONE_DIRECTION): Define.
10916         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10917         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10918         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10919         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10920         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10921         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10922         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10923         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10924         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10925         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10927 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10929         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10930         (_IO_JUMPS_OFFSET): Define to 0.
10932         * nptl/sysdeps/pthread/bits/libc-lock.h
10933         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10934         (__libc_lock_define_initialized_recursive): Always define using
10935         initializer.  Modern compilers treat uninitialized (implicit zero) and
10936         explicit zero initializers the same (i.e. put the datum in bss).
10938 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10940         * nscd/nscd-client.h: Include <string.h>.
10942 2014-05-01  David S. Miller  <davem@davemloft.net>
10944         [BZ #16885]
10945         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10946         multiple zero bytes exist at the end of a string.
10947         Reported by Aurelien Jarno <aurelien@aurel32.net>
10949         * string/test-strcmp.c (check): Add explicit test for situations where
10950         there are multiple zero bytes after the first.
10952 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10954         [BZ #16890]
10955         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10956         when compiling wprintf.
10957         * stdio-common/tstdiomisc.c (t3): New function.
10958         (main): Call it.
10960 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10962         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10963         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10964         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10965         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10967 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10969         * stdlib/longlong.h: Updated from GCC.
10971 2014-05-01  Will Newton  <will.newton@linaro.org>
10972             Bernard Ogden  <bernie.ogden@linaro.org>
10974         * NEWS: Update fixed bug list.
10976         [BZ #15119]
10977         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10979 2014-04-30  David S. Miller  <davem@davemloft.net>
10981         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10982         (libc_feholdexcept_setround_sparc_ctx): New function.
10983         (libc_fesetenv_sparc_ctx): Likewise.
10984         (libc_feupdateenv_sparc_ctx): Likewise.
10985         (libc_feholdsetround_sparc_ctx): Likewise.
10986         (libc_feholdexcept_setround_ctx): Define.
10987         (libc_feholdexcept_setroundf_ctx): Likewise.
10988         (libc_feholdexcept_setroundl_ctx): Likewise.
10989         (libc_fesetenv_ctx): Likewise.
10990         (libc_fesetenvf_ctx): Likewise.
10991         (libc_fesetenvl_ctx): Likewise.
10992         (libc_feupdateenv_ctx): Likewise.
10993         (libc_feupdateenvf_ctx): Likewise.
10994         (libc_feupdateenvl_ctx): Likewise.
10995         (libc_feresetround_ctx): Likewise.
10996         (libc_feresetroundf_ctx): Likewise.
10997         (libc_feresetroundl_ctx): Likewise.
10998         (libc_feholdsetround_ctx): Likewise.
10999         (libc_feholdsetroundf_ctx): Likewise.
11000         (libc_feholdsetroundl_ctx): Likewise.
11002         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11003         with __USE_GNU instead of XOPEN cpp guards.
11005         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11006         0.
11008         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11009         with XOPEN cpp guards.
11011 2014-04-30  Julian Brown  <julian@codesourcery.com>
11013         [BZ #16888]
11014         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11015         handling.
11017 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11019         [BZ #9894]
11020         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11021         Change to 2.6.32.
11022         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11023         * sysdeps/unix/sysv/linux/configure: Regenerated.
11024         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11025         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11026         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11027         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11028         * README: Update reference to required Linux kernel version.
11029         * manual/install.texi (Linux): Update reference to required Linux
11030         kernel headers version.
11031         * INSTALL: Regenerated.
11033         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11034         header inclusion.
11035         [POSIX] (limits.h): Likewise.
11036         [POSIX] (math.h): Likewise.
11037         [POSIX] (sys/wait.h): Likewise.
11038         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11039         function.
11040         [POSIX] (stddef.h): Do not allow header inclusion.
11042 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11044         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11046 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11048         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11049         Return immediately after lll_futex_wake.
11051 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11053         [BZ #16791]
11054         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11055         structure.
11056         (datahead_init_pos): Call datahead_init_common early.
11057         (datahead_init_neg): Likewise.
11059         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11060         datahead_init_neg): New functions.
11061         * nscd/aicache.c (addhstaiX): Use them.
11062         * nscd/grpcache.c (cache_addgr): Likewise.
11063         * nscd/hstcache.c (cache_addhst): Likewise.
11064         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11065         * nscd/netgroupcache.c (do_notfound): Likewise.
11066         (addgetnetgrentX): Likewise.
11067         (addinnetgrX): Likewise.
11068         * nscd/pwdcache.c (cache_addpw): Likewise.
11069         * nscd/servicescache.c (cache_addserv): Likewise.
11071 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11072             Atsushi Onoe  <atsushi@onoe.org>
11074         [BZ #14308]
11075         [BZ #12994]
11076         [BZ #13651]
11077         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11078         one response is valid.
11079         * resolv/res_send.c (send_dg): Check for validity of other
11080         response if the current response is a referral.
11082 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11084         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11086 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11088         [BZ #16823]
11089         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11090         Always divide by positive zero when computing -Inf result.
11091         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11092         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11094 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11096         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11097         FPSCR if value do not change.
11098         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11099         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11100         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11101         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11102         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11103         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11104         function.
11106 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11108         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11109         * sysdeps/unix/sysv/linux/hppa: Move directory from
11110         ports/systeps/unix/sysv/linux/hppa.
11111         * README: Update listing for hppa-*-linux-gnu.
11113 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11115         [BZ #16754]
11116         * manual/stdio.texi (Hook functions): Fix types of stream hook
11117         functions.
11118         [BZ #16854]
11119         * socket/sys/socket.h: Fix typo in comment.
11121 2014-04-28  Wilco  <wdijkstr@arm.com>
11123         * sysdeps/arm/fenv_private.h: New file.
11124         * sysdeps/arm/math_private.h: New file.
11125         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11127 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11129         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11130         with __int128_t.
11131         (La_x86_64_retval): Likewise.
11133 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11135         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11136         fpsr if value didn't change.
11137         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11138         to fpcr if value didn't change.
11139         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11140         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11141         fpsr or fpcr if value didn't change.
11142         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11143         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11144         fpcr if value didn't change.
11145         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11146         to fpsr if value didn't change.
11148 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11150         * nptl/tst-sem3.c: Use test-skeleton.c
11151         (main): Rename to do_test.  Use return instead of
11152         exit.
11153         * nptl/tst-sem4.c: Use test-skeleton.c
11154         (main): Rename to do_test.
11156 2014-04-22  David S. Miller  <davem@davemloft.net>
11158         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11159         (struct sigaction): New struct member __glibc_reserved0, change
11160         type of sa_flags to int.
11162 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11164         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11165         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11167 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11169         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11170         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11172 2014-04-22  Will Newton  <will.newton@linaro.org>
11173             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11175         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11176         (__longjmp): Add longjmp and longjmp_target SystemTap
11177         probes.
11178         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11179         (__sigsetjmp): Add setjmp SystemTap probe.
11181 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11183         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11184         match manual order.
11186 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11188         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11190         * sysdeps/powerpc/fpu/fenv_private.h
11191         (libc_feholdexcept_setroundl_ctx): Define to
11192         libc_feholdexcept_setround_ppc_ctx.
11193         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11194         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11195         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11196         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11198 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11200         * sysdeps/aarch64/math-tests.h: New file.
11202 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11204         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11205         New.
11206         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11207         Check and set bit_AVX2_Usable.
11208         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11209         macro.
11210         (bit_AVX2): Likewise.
11211         (index_AVX2_Usable): Likewise.
11212         (CPUID_AVX2): Likewise.
11213         (HAS_AVX2): Likewise.
11215 2014-04-17  Will Newton  <will.newton@linaro.org>
11217         * manual/setjmp.texi (System V contexts): Add note that
11218         calling setcontext on a context created by a call to a
11219         signal handler is undefined.  Update text to note that
11220         setcontext from a signal handler is possible but not
11221         recommended.
11223         [BZ #16629]
11224         * stdlib/tst-setcontext.c: Include signal.h.
11225         (main): Check that the signal stack before and
11226         after swapcontext is the same.
11228         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11229         Re-implement to restore registers in user code and avoid
11230         rt_sigreturn system call.
11232 2014-04-17  Wilco  <wdijkstr@arm.com>
11234         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11235         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11236         * math/test-fenv.c: Skip exception trap tests on targets which only
11237         support non-stop mode.
11239 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11240             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11242         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11243         (libc_feholdsetround_aarch64_ctx)
11244         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11245         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11246         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11247         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11248         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11249         (libc_feresetround_noexl_ctx): Define.
11251 2014-04-16  Richard Henderson  <rth@redhat.com>
11253         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11255         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11256         unwind tables.
11258         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11259         const from the non-libc, non-ldso copy.
11261         * sysdeps/alpha/libm-test-ulps: Regenerate.
11263 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11264             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11266         * sysdeps/aarch64/fpu/math_private.h: New file.
11268 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11270         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11272 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11274         [BZ #16275]
11275         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11276         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11277         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11278         Intel MPX bound registers before _dl_profile_fixup.
11279         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11280         registers after _dl_profile_fixup.  Save and restore bound
11281         registers bnd0/bnd1 when calling _dl_call_pltexit.
11282         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11283         (LR_BND_OFFSET): Likewise.
11284         (LRV_BND0_OFFSET): Likewise.
11285         (LRV_BND1_OFFSET): Likewise.
11287 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11289         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11290         to...
11291         * sysdeps/mach/hurd/i386/tls.h: ... here.
11292         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11293         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11294         fields.
11296 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11298         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11300 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11302         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11304 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11306         [BZ #14770]
11307         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11308         * sysdeps/s390/configure: Regenerate.
11310         [BZ #16824]
11311         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11312         Set round-to-nearest internally to reduce error accumulation.
11314 2014-04-16  Alan Modra  <amodra@gmail.com>
11316         [BZ #16740]
11317         [BZ #16619]
11318         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11319         * math/libm-test.inc (frexp_test_data): Add tests.
11320         * NEWS: Update fixed bug list.
11322 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11324         * benchtests/Makefile: Depend on libraries in build directory.
11325         (bench-math): Separate out math tests.
11326         (bench-pthread): Separate out pthread tests.
11327         (bench): Include math and pthread tests.
11329 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11331         [BZ #16831]
11332         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11333         _dl_debug_initialize.
11335         * configure.ac: Remove SELinux header check.
11336         * configure: Regenerate.
11337         * nscd/selinux.c (perms): Array of const char* to permission names.
11338         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11339         default policy. Call string_to_security_class and string_to_av_perm to
11340         translate strings. Enforce default policy and call avs_has_perm with
11341         results of translated strings.
11343 2014-04-13  David S. Miller  <davem@davemloft.net>
11345         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11347 2014-04-12  Allan McRae  <allan@archlinux.org>
11349         [BZ #16838]
11350         * manual/string.texi (Collation Functions): Fix qsort argument
11351         order in example.
11352         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11354 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11356         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11357         Make the test a no-op if there are no exceptions defined.
11359 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11361         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11362         enable-hardcoded-path-in-tests
11364 2014-04-11  Will Newton  <will.newton@linaro.org>
11366         * benchtests/Makefile (extra-objs): Add json-lib.o.
11367         (bench-func): Tidy up JSON output.
11368         * benchtests/bench-skeleton.c: Include json-lib.h.
11369         (main): Use JSON library functions to do output of
11370         benchmark results.
11371         * benchtests/bench-timing-type.c (main): Output the
11372         timing type simply, leaving formatting to the user.
11373         * benchtests/json-lib.c: New file.
11374         * benchtests/json-lib.h: Likewise.
11376 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11378         [BZ #15215]
11379         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11380         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11381         memory barriers.  Add comments.
11382         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11383         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11384         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11385         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11386         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11387         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11389 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11391         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11392         * sysdeps/s390/s390-64/configure.ac: ... this ...
11393         * sysdeps/s390/configure.ac: ... to here.
11394         * sysdeps/s390/s390-32/configure: Delete file.
11395         * sysdeps/s390/s390-64/configure: Delete file.
11396         * sysdeps/s390/configure: Regenerate.
11398 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11400         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11402 2014-04-11  Will Newton  <will.newton@linaro.org>
11404         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11405         to zero if it is not defined elsewhere.  (mtrim): Test
11406         the value of MALLOC_DEBUG with #if rather than #ifdef.
11408 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11410         * benchtests/pthread_once-inputs: New file.
11411         * benchtests/pthread_once-source.c: New file.
11412         * benchtests/README: Update documentation.
11414 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11415             H.J. Lu  <hongjiu.lu@intel.com>
11417         [BZ #16275]
11418         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11419         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11420         * sysdeps/x86_64/configure: Regenerated.
11421         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11422         macro.
11423         (REGISTER_SAVE_RAX): Likewise.
11424         (REGISTER_SAVE_RCX): Likewise.
11425         (REGISTER_SAVE_RDX): Likewise.
11426         (REGISTER_SAVE_RSI): Likewise.
11427         (REGISTER_SAVE_RDI): Likewise.
11428         (REGISTER_SAVE_R8): Likewise.
11429         (REGISTER_SAVE_R9): Likewise.
11430         (REGISTER_SAVE_BND0): Likewise.
11431         (REGISTER_SAVE_BND1): Likewise.
11432         (REGISTER_SAVE_BND2): Likewise.
11433         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11434         bound registers when calling _dl_fixup.
11436 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11438         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11439         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11440         of its definition.
11441         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11442         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11443         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11444         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11445         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11446         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11447         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11449 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11451         [BZ #15514]
11452         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11453         pathconf(_PC_NAME_MAX).
11455 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11457         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11458         Remove macro usage.
11459         (__PTHREAD_SPINS): Move definition to ...
11460         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11461         (__PTHREAD_SPINS): ... here.
11462         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11463         (__PTHREAD_SPIN): Likewise.
11464         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11465         (__PTHREAD_SPIN): Likewise.
11466         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11467         (__PTHREAD_SPIN): Likewise.
11468         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11469         (__PTHREAD_SPIN): Likewise.
11470         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11471         (__PTHREAD_SPIN): Likewise.
11472         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11473         (__PTHREAD_SPIN): Likewise.
11474         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11475         (__PTHREAD_SPIN): Likewise.
11476         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11477         (__PTHREAD_SPIN): Likewise.
11478         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11479         (__PTHREAD_SPIN): Likewise.
11480         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11481         (__PTHREAD_SPIN): Likewise.
11482         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11483         (__PTHREAD_SPIN): Likewise.
11484         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11485         (__PTHREAD_SPIN): Likewise.
11487         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11488         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11489         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11490         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11491         imply folder.
11492         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11493         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11494         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11495         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11496         correct imply path.
11497         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11498         strlen symbol for non multi-arch builds.
11499         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11500         missing hidden_def and weak_alias.
11502 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11504         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11506 2014-04-07  Will Newton  <will.newton@linaro.org>
11508         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11509         and contents.  [!_LIBC] Remove #ifndef and contents.
11510         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11511         * string/memccpy.c (__memccpy): Use ANSI prototype.
11512         * string/memfrob.c (memfrob): Likewise.
11513         * string/strcoll.c (STRCOLL): Likewise.
11514         * string/strlen.c (strlen): Likewise.
11515         * string/strtok.c (STRTOK): Likewise.
11516         * string/strcat.c: Remove unused #include of memcopy.h.
11517         (strcat): Use ANSI prototype.
11518         * string/strchr.c: Remove unused #include of memcopy.h.
11519         (strchr): Use ANSI prototype.
11520         * string/strcmp.c: Remove unused #include of memcopy.h.
11521         (strcmp): Use ANSI prototype.
11522         * string/strcpy.c: Remove unused #include of memcopy.h.
11523         (strcpy): Use ANSI prototype.
11525 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11527         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11528         * config.make.in (config-extra-cppflags): Set it from
11529         libc_extra_cppflags.
11530         * configure.ac (libc_extra_cflags): Make it accumulate over
11531         configure fragments.
11532         (libc_extra_cppflags): New flag.
11533         * configure. Regenerate.
11534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11535         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11536         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11539         [BZ #16815]
11540         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11541         result for FE_DOWNWARD rounding mode.
11542         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11543         Likewise.
11544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11546 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11548         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11549         in function argument name.
11551 2014-04-03  David Svoboda  <svoboda@cert.org>
11553         [BZ #5666]
11554         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11555         explicitly.
11557 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11559         * elf/dl-unmap-segments.h: New file.
11560         * sysdeps/generic/ldsodefs.h
11561         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11562         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11563         * elf/dl-fptr.c: Likewise.
11564         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11565         * sysdeps/aarch64/tlsdesc.c: Likewise.
11566         * sysdeps/arm/tlsdesc.c: Likewise.
11567         * sysdeps/i386/tlsdesc.c: Likewise.
11568         * sysdeps/tile/dl-runtime.c: Likewise.
11569         * sysdeps/x86_64/tlsdesc.c: Likewise.
11570         * elf/dl-load.h: New file.
11571         * elf/dl-load.c: Include it.
11572         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11573         Macros moved to dl-load.h.
11574         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11575         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11576         Use _dl_unmap_segments in place of __munmap.
11577         Break out segment-mapping loop into ...
11578         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11580 2014-04-03  Will Newton  <will.newton@linaro.org>
11582         * elf/dl-lookup.c (do_lookup_x): Remove comment
11583         referring to nested function and move variable
11584         declarations down to before first use.
11586 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11588         [BZ #16799]
11589         [BZ #16800]
11590         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11591         with 0 numerator.
11592         * math/s_catanf.c (__catanf): Likewise.
11593         * math/s_catanh.c (__catanh): Likewise.
11594         * math/s_catanhf.c (__catanhf): Likewise.
11595         * math/s_catanhl.c (__catanhl): Likewise.
11596         * math/s_catanl.c (__catanl): Likewise.
11597         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11598         by positive zero when computing -Inf result.
11599         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11600         (catanh_test): Likewise.
11601         * sysdeps/i386/fpu/libm-test-ulps: Update.
11602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11604         [BZ #16789]
11605         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11606         instead of using underflowing value in computing result.
11607         * math/s_clog10.c (__clog10): Likewise.
11608         * math/s_clog10f.c (__clog10f): Likewise.
11609         * math/s_clog10l.c (__clog10l): Likewise.
11610         * math/s_clogf.c (__clogf): Likewise.
11611         * math/s_clogl.c (__clogl): Likewise.
11612         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11613         (clog10_test): Likewise.
11614         * sysdeps/i386/fpu/libm-test-ulps: Update.
11615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11617 2014-04-02  Alan Modra  <amodra@gmail.com>
11619         [BZ #16739]
11620         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11621         output when value is near a power of two.  Use int64_t for lx and
11622         remove casts.  Use decimal rather than hex exponent constants.
11623         Don't use long double multiplication when double will suffice.
11624         * math/libm-test.inc (nextafter_test_data): Add tests.
11625         * NEWS: Add 16739 and 16786 to bug list.
11627         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11629         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11631 2014-04-01  Will Newton  <will.newton@linaro.org>
11633         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11634         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11636 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11638         [BZ #13347]
11639         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11640         * nptl/tst-setuid2.c: New file.
11641         * nptl/Makefile (xtests): Add tst-setuid2.
11643 2014-04-01  Alan Modra  <amodra@gmail.com>
11645         [BZ #16786]
11646         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11648 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11650         [BZ #6803]
11651         [BZ #6804]
11652         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11653         set errno as appropriate.
11654         * math/w_scalbf.c (__scalbf): Likewise.
11655         * math/w_scalbl.c (__scalbl): Likewise.
11656         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11657         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11658         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11659         Add more NaN tests.
11661         [BZ #16349]
11662         * math/w_atan2.c: Include <errno.h>.
11663         (__atan2): Set errno for result underflowing to zero.
11664         * math/w_atan2f.c: Include <errno.h>.
11665         (__atan2f): Set errno for result underflowing to zero.
11666         * math/w_atan2l.c: Include <errno.h>.
11667         (__atan2l): Set errno for result underflowing to zero.
11668         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11669         tests.
11670         * math/auto-libm-test-out: Regenerated.
11672 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11674         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11675         Encode instruction correctly in little endian.
11676         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11677         Likewise.
11678         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11679         Likewise.
11680         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11681         Likewise.
11682         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11683         Likewise.
11685 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11687         [BZ #9894]
11688         * sysdeps/unix/sysv/linux/kernel-features.h
11689         [__sparc__ && !__arch64__ && !__sparc_v9__]
11690         (__ASSUME_SET_ROBUST_LIST): Do not define.
11691         [__sparc__ && !__arch64__ && !__sparc_v9__]
11692         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11693         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11694         Likewise.
11695         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11696         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11697         (__ASSUME_REQUEUE_PI): Likewise.
11698         (__ASSUME_SET_ROBUST_LIST): Likewise.
11699         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11700         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11701         Undefine.
11702         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11703         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11704         Likewise.
11705         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11706         Likewise.
11707         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11708         Likewise.
11709         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11710         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11711         Undefine.
11712         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11713         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11714         Likewise.
11716         [BZ #16648]
11717         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11718         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11719         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11721 2014-03-31  Will Newton  <will.newton@linaro.org>
11723         * benchtests/Makefile (bench): Add ffs and ffsll to list
11724         of tests.
11725         * benchtests/ffs-inputs: New file.
11726         * benchtests/ffsll-inputs: Likewise.
11728 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11730         [BZ #16770]
11731         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11732         too large before casting to int.
11733         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11734         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11735         * math/libm-test.inc (scalb_test_data): Add more tests.
11737 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11739         * benchtests/Makefile (DETAILED_OPT): New make option.
11740         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11741         set.
11742         * benchtests/bench-skeleton.c: Include stdbool.h.
11743         (main): Store and print timings per input.
11744         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11745         member to each argument value.
11746         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11747         (_print_arg_data): Initialize per-input timing to 0.
11749         * benchtests/Makefile (timing-type): New binary.
11750         (bench-clean): Also remove bench-timing-type.
11751         (bench): New target for timing-type.
11752         (bench-func): Print output in JSON format.
11753         * benchtests/bench-skeleton.c (main): Print output in JSON
11754         format.
11755         * benchtests/bench-timing-type.c: New file.
11756         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11757         (TIMING_PRINT_STATS): Remove.
11758         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11759         name separately.
11761         * benchtests/bench-modf.c: Remove.
11762         * benchtests/modf-inputs: New inputs file.
11764 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11766         [BZ #16362]
11767         * math/s_clog10.c (M_PI_LOG10E): New macro.
11768         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11769         imaginary parts are 0.
11770         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11771         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11772         imaginary parts are 0.
11773         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11774         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11775         imaginary parts are 0.
11776         * math/libm-test.inc (clog10_test_data): Update expected results
11777         for when real and imaginary parts are 0.
11779 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11781         * elf/dl-load.c: Finish conversion of __builtin_expect into
11782         __glibc_{un}likely.
11784 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11786         [BZ #16348]
11787         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11788         1+x for argument with exponent below -67.
11789         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11790         Likewise.
11791         * math/auto-libm-test-in: Add more tests of exp.
11792         * math/auto-libm-test-out: Regenerated.
11794 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11796         [BZ #16759]
11797         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11798         (nscd_getnetgrent): Use it.
11800         [BZ #16760]
11801         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11802         of stpcpy.
11804 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11806         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11807         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11808         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11809         (lll_robust_unlock): Remove out of line section. Use cfi
11810         intrinsics.
11811         (LLL_STUB_UNWIND_INFO*): Remove.
11812         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11813         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11814         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11815         (lll_robust_unlock): Remove out of line section. Use cfi
11816         intrinsics.
11817         (LLL_STUB_UNWIND_INFO*): Remove.
11819 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11821         [BZ #16758]
11822         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11823         blank values.
11825 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11827         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11829 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11831         [BZ #16198]
11832         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11833         fnstenv.
11834         * math/test-fenv-preserve.c: New file.
11835         * math/Makefile (tests): Add test-fenv-preserve.
11837 2014-03-26  Will Newton <will.newton@linaro.org>
11839         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11841 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11843         * scripts/versionlist.awk: Partition the version sets and emit all
11844         GLIBC_* (sorted) before all others (sorted).
11846 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11848         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11849         GLIBC_2.2.5 version.
11851 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11853         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11854         calls.
11856         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11857         previous change.
11859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11861 2014-03-25  Andreas Schwab  <schwab@suse.de>
11863         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11864         label to be used after in6ailist is initialized.
11866 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11868         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11869         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11871 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11873         [BZ #16357]
11874         [BZ #16599]
11875         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11876         min_plus_half.
11877         (fp_formats): Update initializers.
11878         (init_fp_formats): Initialize new field.
11879         (output_for_one_input_case): Allow underflow for results up to
11880         min_plus_half.
11881         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11882         * math/auto-libm-test-in: Don't mark some underflows from asin and
11883         atanh as spurious.
11884         * math/auto-libm-test-out: Regenerated.
11885         * sysdeps/i386/fpu/libm-test-ulps: Update.
11886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11888 2014-03-25  Andreas Schwab  <schwab@suse.de>
11890         * libio/Makefile (tst-ftell-partial-wide-ENV)
11891         (tst-ftell-active-handler-ENV): Define.
11893 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11895         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11897 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11899         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11901 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11903         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11904         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11905         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11907 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11909         [BZ #16634]
11910         * elf/dl-load.c (open_verify): Add mode parameter.
11911         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11912         (open_path): Change from boolean 'secure' to complete flag 'mode'
11913         (_dl_map_object): Adjust.
11914         * elf/Makefile (tests): Add tst-dlopen-aout.
11915         * elf/tst-dlopen-aout.c: New test.
11917 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11919         [BZ #16714]
11920         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11921         (struct stat): Rename member pad0 to __glibc_reserved0.
11923         [BZ #16712]
11924         * sysdeps/s390/s390-32/bits/wordsize.h
11925         (__WORDSIZE32_SIZE_ULONG): New define.
11926         * sysdeps/s390/s390-64/bits/wordsize.h
11927         (__WORDSIZE32_SIZE_ULONG): Likewise.
11928         * sysdeps/generic/stdint.h (SIZE_MAX):
11929         Define as UL if __WORDSIZE32_SIZE_ULONG.
11931         [BZ #16713]
11932         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11933         (__glibc_reserved0): New variable.
11934         (sa_flags): Change type to int.
11936         * posix/Makefile (before-compile): Use += before-compile instead
11937         of a :=.
11939         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11940         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11942 2014-03-20  Andreas Schwab  <schwab@suse.de>
11944         [BZ #16743]
11945         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11946         non-matching result from nscd.
11948 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11950         * scripts/bench.py: Moved to ...
11951         * benchtests/scripts/bench.py: ... here.
11952         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11954 2014-03-24  Andreas Schwab  <schwab@suse.de>
11956         [BZ #16002]
11957         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11958         alloca_account and account alloca use for struct in6ailist.
11960 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11962         [BZ #16284]
11963         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11964         rounding mode to recompute results that overflow to infinity or
11965         underflow to zero.
11966         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11967         bug 16284.
11968         * math/auto-libm-test-out: Regenerated.
11969         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11970         (ccosh_test): Likewise.
11971         (csin_test_data): Use plus_oflow.
11972         (csin_test): Use ALL_RM_TEST.
11973         (csinh_test_data): Use plus_oflow.
11974         (csinh_test): Use ALL_RM_TEST.
11975         * sysdeps/i386/fpu/libm-test-ulps: Update.
11976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11978 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11980         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11981         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11982         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11984         [BZ #16731]
11985         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11986         when x - 1 is zero.
11987         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11988         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11989         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11990         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11991         argument is 1.
11992         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11993         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11994         zero.
11995         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11996         * sysdeps/i386/fpu/libm-test-ulps: Update.
11997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11999 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12001         * scripts/bench.pl: Remove file.
12002         * scripts/bench.py: New benchmark script.
12003         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12004         * benchtests/README: Mention python dependency.
12005         * scripts/pylintrc: New file.
12006         * scripts/pylint: New file.
12008         * bits/mathdef.h: Use #ifdef instead of #if.
12009         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12010         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12011         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12012         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12013         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12014         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12016 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12017             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12019         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12020         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12021         and strpbrk-ppc64 objects.
12022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12023         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12024         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12025         multiarch strpbrk for POWER7.
12026         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12027         multiarch strpbrk for PPC64.
12028         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12029         ifunc selector.
12030         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12031         strpbrk for POWER7.
12033 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12035         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12036         (atan_test): Likewise.
12037         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12038         (atanh_test): Use ALL_RM_TEST.
12039         (atan2_test_data): Likewise.
12040         (cabs_test): Likewise.
12041         (cacosh_test): Likewise.
12042         (carg_test): Likewise.
12043         (casin_test): Likewise.
12044         (casinh_test): Likewise.
12045         (cbrt_test): Likewise.
12046         (csqrt_test): Likewise.
12047         (erf_test): Likewise.
12048         (erfc_test): Likewise.
12049         (pow10_test): Likewise.
12050         (exp2_test): Likewise.
12051         (hypot_test): Likewise.
12052         (j0_test): Likewise.
12053         (j1_test): Likewise.
12054         (lgamma_test): Likewise.
12055         (gamma_test): Likewise.
12056         (sincos_test): Likewise.
12057         (tanh_test): Likewise.
12058         (y0_test): Likewise.
12059         (y1_test): Likewise.
12060         * sysdeps/i386/fpu/libm-test-ulps: Update.
12061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12063 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12065         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12067         and strcspn-ppc64 objects.
12068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12069         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12070         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12071         multiarch strcspn for POWER7.
12072         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12073         multiarch strcspn for PPC64.
12074         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12075         ifunc selector.
12076         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12077         strcspn for POWER7.
12079 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12081         * math/gen-libm-test.pl (generate_testfile): Expect only function
12082         name as argument to AUTO_TESTS_* and pass results for all rounding
12083         modes to parse_args.
12084         (parse_auto_input): Separate inputs of automatic tests from
12085         outputs before storing in %auto_tests.
12086         * math/libm-test.inc (acos_test_data): Update call to
12087         AUTO_TESTS_f_f.
12088         (acos_test): Use ALL_RM_TEST.
12089         (acos_tonearest_test_data): Remove.
12090         (acos_test_tonearest): Likewise.
12091         (acos_towardzero_test_data): Likewise.
12092         (acos_test_towardzero): Likewise.
12093         (acos_downward_test_data): Likewise.
12094         (acos_test_downward): Likewise.
12095         (acos_upward_test_data): Likewise.
12096         (acos_test_upward): Likewise.
12097         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12098         (asin_test_data): Likewise.
12099         (asin_test): Use ALL_RM_TEST.
12100         (asin_tonearest_test_data): Remove.
12101         (asin_test_tonearest): Likewise.
12102         (asin_towardzero_test_data): Likewise.
12103         (asin_test_towardzero): Likewise.
12104         (asin_downward_test_data): Likewise.
12105         (asin_test_downward): Likewise.
12106         (asin_upward_test_data): Likewise.
12107         (asin_test_upward): Likewise.
12108         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12109         (atan_test_data): Likewise.
12110         (atanh_test_data): Likewise.
12111         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12112         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12113         (carg_test_data): Likewise.
12114         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12115         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12116         (ccosh_test_data): Likewise.
12117         (cexp_test_data): Likewise.
12118         (clog_test_data): Likewise.
12119         (clog10_test_data): Likewise.
12120         (cos_test_data): Update call to AUTO_TESTS_f_f.
12121         (cos_test): Use ALL_RM_TEST.
12122         (cos_tonearest_test_data): Remove.
12123         (cos_test_tonearest): Likewise.
12124         (cos_towardzero_test_data): Likewise.
12125         (cos_test_towardzero): Likewise.
12126         (cos_downward_test_data): Likewise.
12127         (cos_test_downward): Likewise.
12128         (cos_upward_test_data): Likewise.
12129         (cos_test_upward): Likewise.
12130         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12131         (cosh_test): Use ALL_RM_TEST.
12132         (cosh_tonearest_test_data): Remove.
12133         (cosh_test_tonearest): Likewise.
12134         (cosh_towardzero_test_data): Likewise.
12135         (cosh_test_towardzero): Likewise.
12136         (cosh_downward_test_data): Likewise.
12137         (cosh_test_downward): Likewise.
12138         (cosh_upward_test_data): Likewise.
12139         (cosh_test_upward): Likewise.
12140         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12141         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12142         (ctan_test_data): Likewise.
12143         (ctan_test): Use ALL_RM_TEST.
12144         (ctan_tonearest_test_data): Remove.
12145         (ctan_test_tonearest): Likewise.
12146         (ctan_towardzero_test_data): Likewise.
12147         (ctan_test_towardzero): Likewise.
12148         (ctan_downward_test_data): Likewise.
12149         (ctan_test_downward): Likewise.
12150         (ctan_upward_test_data): Likewise.
12151         (ctan_test_upward): Likewise.
12152         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12153         (ctanh_test): Use ALL_RM_TEST.
12154         (ctanh_tonearest_test_data): Remove.
12155         (ctanh_test_tonearest): Likewise.
12156         (ctanh_towardzero_test_data): Likewise.
12157         (ctanh_test_towardzero): Likewise.
12158         (ctanh_downward_test_data): Likewise.
12159         (ctanh_test_downward): Likewise.
12160         (ctanh_upward_test_data): Likewise.
12161         (ctanh_test_upward): Likewise.
12162         (erf_test_data): Update call to AUTO_TESTS_f_f.
12163         (erfc_test_data): Likewise.
12164         (exp_test_data): Likewise.
12165         (exp_test): Use ALL_RM_TEST.
12166         (exp_tonearest_test_data): Remove.
12167         (exp_test_tonearest): Likewise.
12168         (exp_towardzero_test_data): Likewise.
12169         (exp_test_towardzero): Likewise.
12170         (exp_downward_test_data): Likewise.
12171         (exp_test_downward): Likewise.
12172         (exp_upward_test_data): Likewise.
12173         (exp_test_upward): Likewise.
12174         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12175         (exp10_test): Use ALL_RM_TEST.
12176         (exp10_tonearest_test_data): Remove.
12177         (exp10_test_tonearest): Likewise.
12178         (exp10_towardzero_test_data): Likewise.
12179         (exp10_test_towardzero): Likewise.
12180         (exp10_downward_test_data): Likewise.
12181         (exp10_test_downward): Likewise.
12182         (exp10_upward_test_data): Likewise.
12183         (exp10_test_upward): Likewise.
12184         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12185         (expm1_test_data): Likewise.
12186         (expm1_test): Use ALL_RM_TEST.
12187         (expm1_tonearest_test_data): Remove.
12188         (expm1_test_tonearest): Likewise.
12189         (expm1_towardzero_test_data): Likewise.
12190         (expm1_test_towardzero): Likewise.
12191         (expm1_downward_test_data): Likewise.
12192         (expm1_test_downward): Likewise.
12193         (expm1_upward_test_data): Likewise.
12194         (expm1_test_upward): Likewise.
12195         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12196         (fma_test): Use ALL_RM_TEST.
12197         (fma_towardzero_test_data): Remove.
12198         (fma_test_towardzero): Likewise.
12199         (fma_downward_test_data): Likewise.
12200         (fma_test_downward): Likewise.
12201         (fma_upward_test_data): Likewise.
12202         (fma_test_upward): Likewise.
12203         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12204         (j0_test_data): Update call to AUTO_TESTS_f_f.
12205         (j1_test_data): Likewise.
12206         (jn_test_data): Update call to AUTO_TESTS_if_f.
12207         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12208         (log_test_data): Update call to AUTO_TESTS_f_f.
12209         (log10_test_data): Likewise.
12210         (log1p_test_data): Likewise.
12211         (log2_test_data): Likewise.
12212         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12213         (pow_tonearest_test_data): Likewise.
12214         (sin_test_data): Update call to AUTO_TESTS_f_f.
12215         (sin_test): Use ALL_RM_TEST.
12216         (sin_tonearest_test_data): Remove.
12217         (sin_test_tonearest): Likewise.
12218         (sin_towardzero_test_data): Likewise.
12219         (sin_test_towardzero): Likewise.
12220         (sin_downward_test_data): Likewise.
12221         (sin_test_downward): Likewise.
12222         (sin_upward_test_data): Likewise.
12223         (sin_test_upward): Likewise.
12224         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12225         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12226         (sinh_test): Use ALL_RM_TEST.
12227         (sinh_tonearest_test_data): Remove.
12228         (sinh_test_tonearest): Likewise.
12229         (sinh_towardzero_test_data): Likewise.
12230         (sinh_test_towardzero): Likewise.
12231         (sinh_downward_test_data): Likewise.
12232         (sinh_test_downward): Likewise.
12233         (sinh_upward_test_data): Likewise.
12234         (sinh_test_upward): Likewise.
12235         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12236         (sqrt_test): Use ALL_RM_TEST.
12237         (sqrt_tonearest_test_data): Remove.
12238         (sqrt_test_tonearest): Likewise.
12239         (sqrt_towardzero_test_data): Likewise.
12240         (sqrt_test_towardzero): Likewise.
12241         (sqrt_downward_test_data): Likewise.
12242         (sqrt_test_downward): Likewise.
12243         (sqrt_upward_test_data): Likewise.
12244         (sqrt_test_upward): Likewise.
12245         (tan_test_data): Update call to AUTO_TESTS_f_f.
12246         (tan_test): Use ALL_RM_TEST.
12247         (tan_tonearest_test_data): Remove.
12248         (tan_test_tonearest): Likewise.
12249         (tan_towardzero_test_data): Likewise.
12250         (tan_test_towardzero): Likewise.
12251         (tan_downward_test_data): Likewise.
12252         (tan_test_downward): Likewise.
12253         (tan_upward_test_data): Likewise.
12254         (tan_test_upward): Likewise.
12255         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12256         (tgamma_test_data): Likewise.
12257         (y0_test_data): Likewise.
12258         (y1_test_data): Likewise.
12259         (yn_test_data): Update call to AUTO_TESTS_if_f.
12260         (main): Do not call removed functions.
12262 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12264         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12265         (ldexp_test_data): Remove.
12266         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12267         scalbn_test_data.
12268         (scalb_test): Use ALL_RM_TEST.
12270 2014-03-19  Andreas Schwab  <schwab@suse.de>
12272         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12274 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12276         [BZ #16649]
12277         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12278         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12279         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12280         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12281         (__ASSUME_PREADV): Undefine.
12282         (__ASSUME_PWRITEV): Likewise.
12284 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12286         * bits/mman-linux.h: Add comment about non-Linux use.
12287         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12288         bits/mman-linux.h resting place.
12290         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12291         * bits/mman-linux.h: ... here.
12293 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12295         * conform/conformtest.pl: Add standard definition when calling C
12296         preprocessor on data files.
12297         (checknamespace): Remove unused variable.
12299 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12301         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12302         minus_oflow, plus_uflow and minus_uflow in expected results.
12303         * math/libm-test.inc (scalbn_test_data): Add more tests of
12304         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12305         minus_uflow.
12306         (scalbn_test): Use ALL_RM_TEST.
12307         (scalbln_test_data): Add more tests of negative arguments.  Use
12308         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12309         (scalbln_test): Use ALL_RM_TEST.
12311 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12313         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12315 2014-03-18  Will Newton  <will.newton@linaro.org>
12317         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12318         inaccurate comment.
12320 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12322         * Makerules [!subdir] (check-abi): Exit with error status if a
12323         test failed.
12325 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12327         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12328         for rint.  Include results for all rounding modes.
12329         (nearbyint_test): Use ALL_RM_TEST.
12330         (rint_test_data): Include all tests used for nearbyint.
12332 2014-03-17  Will Newton  <will.newton@linaro.org>
12334         * nptl/sysdeps/pthread/pthread.h: Revert previous
12335         change.
12337         * sysdeps/generic/ldsodefs.h: Revert previous
12338         change.
12340         * libio/genops.c: Revert previous change.
12341         * libio/libioP.h: Likewise.
12342         * stdio-common/vfprintf.c: Likewise.
12344         * sysdeps/generic/math_private.h: Revert previous
12345         change.
12347         * sysdeps/generic/math_private.h: Check whether
12348         HAVE_RM_CTX is defined with #ifdef rather
12349         than #if.
12351         * argp/argp-fmtstream.h: Check whether
12352         __STRICT_ANSI__ is defined with #ifdef rather
12353         than #if.
12354         * argp/argp.h: Likewise.
12356         * libio/genops.c: Check whether
12357         _IO_JUMPS_OFFSET is defined with #ifdef rather
12358         than #if.
12359         * libio/libioP.h: Likewise.
12360         * stdio-common/vfprintf.c: Likewise.
12362         * sysdeps/generic/ldsodefs.h: Check whether
12363         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12364         than #if.
12366         * nptl/sysdeps/pthread/pthread.h: Check
12367         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12368         its value.
12370 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12372         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12373         setting O_APPEND.
12374         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12375         test case.
12377         [BZ #16680]
12378         * libio/fileops.c (_IO_file_open): Seek to end of file but
12379         don't cache the offset.
12380         (get_file_offset): Remove function.
12381         (do_ftell): Use cached offset when available.
12382         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12383         don't cache the offset.
12384         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12385         case.
12386         (do_one_test): Call it.
12387         (do_ftell_test): Fix up expected old offset for a+ mode.
12388         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12389         available.
12391         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12392         up test status with function return status.
12393         (do_write_test): Likewise.
12394         (do_append_test): Likewise.
12396         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12397         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12398         Remove.
12400 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12402         * math/gen-libm-test.pl (parse_args): Handle results specified for
12403         each rounding mode separately.
12404         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12405         tests and results from lrint_tonearest_test_data,
12406         lrint_towardzero_test_data, lrint_downward_test_data and
12407         lrint_upward_test_data.
12408         (lrint_test): Use ALL_RM_TEST.
12409         (lrint_tonearest_test_data): Remove.
12410         (lrint_test_tonearest): Likewise.
12411         (lrint_towardzero_test_data): Likewise.
12412         (lrint_test_towardzero): Likewise.
12413         (lrint_downward_test_data): Likewise.
12414         (lrint_test_downward): Likewise.
12415         (lrint_upward_test_data): Likewise.
12416         (lrint_test_upward): Likewise.
12417         (llrint_test_data): Merge in per-rounding-mode tests and results
12418         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12419         llrint_downward_test_data and llrint_upward_test_data.
12420         (llrint_test): Use ALL_RM_TEST.
12421         (llrint_tonearest_test_data): Remove.
12422         (llrint_test_tonearest): Likewise.
12423         (llrint_towardzero_test_data): Likewise.
12424         (llrint_test_towardzero): Likewise.
12425         (llrint_downward_test_data): Likewise.
12426         (llrint_test_downward): Likewise.
12427         (llrint_upward_test_data): Likewise.
12428         (llrint_test_upward): Likewise.
12429         (rint_test_data): Merge in per-rounding-mode tests and results
12430         from rint_tonearest_test_data, rint_towardzero_test_data,
12431         rint_downward_test_data and rint_upward_test_data.  Add
12432         per-rounding-mode results for tests not in those arrays.
12433         (rint_test): Use ALL_RM_TEST.
12434         (rint_tonearest_test_data): Remove.
12435         (rint_test_tonearest): Likewise.
12436         (rint_towardzero_test_data): Likewise.
12437         (rint_test_towardzero): Likewise.
12438         (rint_downward_test_data): Likewise.
12439         (rint_test_downward): Likewise.
12440         (rint_upward_test_data): Likewise.
12441         (rint_test_upward): Likewise.
12442         (main): Don't call removed functions.
12444 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12446         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12447         "Compiled on ..." crapola.  It is anti-useful.
12449 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12451         * scripts/evaluate-test.sh: Handle fourth argument to determine
12452         whether test run should stop on failure.
12453         * Makeconfig (stop-on-test-failure): New variable.
12454         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12455         $(stop-on-test-failure).
12456         * Makefile (tests): Give a summary of results from testing and
12457         exit with failure status if they include an ERROR or FAIL.
12458         (xtests): Likewise.
12459         * manual/install.texi (Configuring and compiling): Mention
12460         stop-on-test-failure=y.
12461         * INSTALL: Regenerated.
12463 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12465         * scripts/versionlist.awk: New file.
12466         * Makerules [$(build-shared) = yes]
12467         (postclean-generated): Add Versions.def, not Versions.def.v and
12468         Versions.def.v.i.
12469         ($(common-objpfx)Versions.def.v.i): Target removed.
12470         ($(common-objpfx)Versions.def): New target.
12471         ($(common-objpfx)Versions.all): Depend on that rather that
12472         $(common-objpfx)Versions.def.v.
12473         * Versions.def: File removed.
12475         * Makeconfig (+gccwarn): Add -Wundef.
12476         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12477         a dl-sysdep.h breaking its contract.
12478         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12479         * include/stackinfo.h: New file.
12480         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12481         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12482         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12483         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12484         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12485         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12486         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12487         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12488         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12489         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12490         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12491         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12492         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12493         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12494         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12496 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12498         [BZ #16707]
12499         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12500         implementation.
12501         * math/libm-test.inc (round_test_data): Add more tests.
12503         [BZ #16706]
12504         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12505         implementation.
12506         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12508         [BZ #16701]
12509         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12510         implementation.
12511         * math/libm-test.inc (ceil_test_data): Add more tests.
12513         * math/libm-test.inc (trunc_test_data): Add more tests related to
12514         BZ#16414.
12516 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12518         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12519         with #if rather than #ifdef.
12520         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12522 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12524         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12525         first.  Disable AVX-512 GCC support if assembler doesn't support
12526         it.
12527         * sysdeps/x86_64/configure: Regenerated.
12529 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12531         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12532         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12533         (__old_pthread_attr_setstack): Likewise.
12534         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12535         [!_STACK_GROWS_DOWN]: Likewise.
12537 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12539         * config.make.in (have-bash2): Delete.
12540         * configure.ac (libc_cv_have_bash2): Delete.
12541         * configure: Regenerate.
12542         * elf/Makefile (common-ldd-rewrite): Rename to ...
12543         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12544         (sh-ldd-rewrite): Delete.
12545         (bash-ldd-rewrite): Delete.
12546         (have-bash2): Delete checks.
12547         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12548         ldd-rewrite.
12550         * config.make.in (have-ksh): Delete.
12551         (KSH): Delete.
12552         * configure.ac (libc_cv_have_ksh): Delete.
12553         * configure: Regenerate.
12555         * elf/Makefile: Delete $(have-ksh) check.
12556         ($(objpfx)sotruss): Change KSH to BASH.
12557         * elf/sotruss.ksh: Rename to ...
12558         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12559         function style to match POSIX.  Drop ksh vim mode setting.
12561         * manual/time.texi (Specifying the Time Zone with TZ): Change
12562         Tuesday to Thursday.
12564         * debug/tst-longjmp_chk2.c: Update header comment.
12565         (stackoverflow_handler): Add comment.  Call assert on pass value.
12567 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12569         [BZ #16194]
12570         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12571         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12572         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12573         (La_x86_64_vector): Add zmm.
12574         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12575         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12576         ($(objpfx)tst-audit10): New target.
12577         ($(objpfx)tst-audit10.out): Likewise.
12578         (tst-audit10-ENV): New.
12579         (AVX512-CFLAGS): Likewise.
12580         (CFLAGS-tst-audit10.c): Likewise.
12581         (CFLAGS-tst-auditmod10a.c): Likewise.
12582         (CFLAGS-tst-auditmod10b.c): Likewise.
12583         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12584         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12585         * sysdeps/x86_64/configure: Regenerated.
12586         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12587         AVX-512 zmm register support.
12588         (_dl_x86_64_save_sse): Likewise.
12589         (_dl_x86_64_restore_sse): Likewise.
12590         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12591         size vector registers.
12592         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12593         (ZMM_SIZE): Likewise.
12594         * sysdeps/x86_64/tst-audit10.c: New file.
12595         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12596         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12598 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12600         * configure.ac (HAVE_EHDR_START): New check.
12601         * configure: Regenerated.
12602         * config.h.in (HAVE_EHDR_START): New #undef.
12603         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12604         assuming the lowest-addressed segment maps the start of the file.
12606 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12608         * INSTALL: Regenerated.
12610 2014-03-13  Will Newton  <will.newton@linaro.org>
12612         * manual/setjmp.texi (System V contexts): Improve
12613         clarity and grammar of documentation.
12615 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12617         [BZ #16381]
12618         * elf/Makefile (tests): Add tst-pie2.
12619         (tests-pie): Add tst-pie2.
12620         * elf/tst-pie2.c: New file.
12621         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12622         for ET_EXEC.
12623         * elf/rtld.c (map_doit): Load executable as lt_executable.
12624         (dl_main): Likewise.
12626 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12628         [BZ #16642]
12629         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12630         (__ASSUME_PSELECT): Undefine.
12632 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12634         [BZ #16689]
12635         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12636         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12637         static build.
12638         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12639         selector for static builds.
12641 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12643         [BZ #16695]
12644         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12645         key in the buffer.
12647 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12649         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12650         IFUNC selector for static builds.
12652 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12654         * sysdeps/mips/math_private.h [__mips_hard_float]
12655         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12656         libc_feresetround_mips_ctx.
12657         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12658         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12659         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12661         [BZ #16677]
12662         * math/s_nextafter.c (__nextafter): Do not return value from
12663         overflowing computation.
12664         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12665         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12666         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12667         Likewise.
12668         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12669         Likewise.
12670         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12671         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12673 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12675         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12676         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12677         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12678         the new mov targetting sp.
12680 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12682         [BZ #16683]
12683         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12684         Define it for static builds as well.
12685         (NO_BZERO_IMPL): Likewise.
12687 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12689         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12690         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12691         multiarch strspn for PPC64.
12692         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12693         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12694         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12695         (__libc_ifunc_impl_list): Likewise.
12696         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12697         multiarch optimizations
12698         * string/strspn.c (strspn): Using macro to redefine symbol name.
12700 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12701             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12703         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12704         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12705         multiarch strncat for PPC64.
12706         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12707         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12708         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12709         (__libc_ifunc_impl_list): Likewise.
12710         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12711         multiarch optimizations
12713 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12715         [BZ #16639]
12716         * nscd/nscd.service: Make service type forking.
12718 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12720         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12721         sign in non default rounding modes.
12722         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12724 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12726         * math/libm-test.inc (ALL_RM_TEST): New macro.
12727         (ceil_test): Use ALL_RM_TEST.
12728         (cimag_test): Likewise.
12729         (conj_test): Likewise.
12730         (copysign_test): Likewise.
12731         (cproj_test): Likewise.
12732         (creal_test): Likewise.
12733         (fabs_test): Likewise.
12734         (floor_test): Likewise.
12735         (fmax_test): Likewise.
12736         (fmin_test): Likewise.
12737         (fmod_test): Likewise.
12738         (fpclassify_test): Likewise.
12739         (frexp_test): Likewise.
12740         (ilogb_test): Likewise.
12741         (isfinite_test): Likewise.
12742         (finite_test): Likewise.
12743         (isgreater_test): Likewise.
12744         (isgreaterequal_test): Likewise.
12745         (isinf_test): Likewise.
12746         (isless_test): Likewise.
12747         (islessequal_test): Likewise.
12748         (islessgreater_test): Likewise.
12749         (isnan_test): Likewise.
12750         (isnormal_test): Likewise.
12751         (issignaling_test): Likewise.
12752         (isunordered_test): Likewise.
12753         (logb_test): Likewise.
12754         (logb_downward_test_data): Remove.
12755         (logb_test_downward): Likewise.
12756         (lround_test): Use ALL_RM_TEST.
12757         (llround_test): Likewise.
12758         (modf_test): Likewise.
12759         (nexttoward_test): Likewise.
12760         (remainder_test): Likewise.
12761         (drem_test): Likewise.
12762         (remainder_tonearest_test_data): Likewise.
12763         (remainder_test_tonearest): Likewise.
12764         (drem_test_tonearest): Likewise.
12765         (remainder_towardzero_test_data): Likewise.
12766         (remainder_test_towardzero): Likewise.
12767         (drem_test_towardzero): Likewise.
12768         (remainder_downward_test_data): Likewise.
12769         (remainder_test_downward): Likewise.
12770         (drem_test_downward): Likewise.
12771         (remainder_upward_test_data): Likewise.
12772         (remainder_test_upward): Likewise.
12773         (drem_test_upward): Likewise.
12774         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12775         (round_test): Use ALL_RM_TEST.
12776         (signbit_test): Likewise.
12777         (trunc_test): Likewise.
12778         (significand_test): Likewise.
12779         (main): Don't call removed functions.
12781 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12783         [BZ #16674]
12784         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12785         || __USE_XOPEN2K8].
12786         (ILL_ILLOPN): Likewise.
12787         (ILL_ILLADR): Likewise.
12788         (ILL_ILLTRP): Likewise.
12789         (ILL_PRVOPC): Likewise.
12790         (ILL_PRVREG): Likewise.
12791         (ILL_COPROC): Likewise.
12792         (ILL_BADSTK): Likewise.
12793         (FPE_INTDIV): Likewise.
12794         (FPE_INTOVF): Likewise.
12795         (FPE_FLTDIV): Likewise.
12796         (FPE_FLTOVF): Likewise.
12797         (FPE_FLTUND): Likewise.
12798         (FPE_FLTRES): Likewise.
12799         (FPE_FLTINV): Likewise.
12800         (FPE_FLTSUB): Likewise.
12801         (SEGV_MAPERR): Likewise.
12802         (SEGV_ACCERR): Likewise.
12803         (BUS_ADRALN): Likewise.
12804         (BUS_ADRERR): Likewise.
12805         (BUS_OBJERR): Likewise.
12806         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12807         (TRAP_TRACE): Likewise.
12808         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12809         __USE_XOPEN2K8].
12810         (CLD_KILLED): Likewise.
12811         (CLD_DUMPED): Likewise.
12812         (CLD_TRAPPED): Likewise.
12813         (CLD_STOPPED): Likewise.
12814         (CLD_CONTINUED): Likewise.
12815         (POLL_IN): Likewise.
12816         (POLL_OUT): Likewise.
12817         (POLL_MSG): Likewise.
12818         (POLL_ERR): Likewise.
12819         (POLL_PRI): Likewise.
12820         (POLL_HUP): Likewise.
12821         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12822         Likewise.
12823         (ILL_ILLOPN): Likewise.
12824         (ILL_ILLADR): Likewise.
12825         (ILL_ILLTRP): Likewise.
12826         (ILL_PRVOPC): Likewise.
12827         (ILL_PRVREG): Likewise.
12828         (ILL_COPROC): Likewise.
12829         (ILL_BADSTK): Likewise.
12830         (FPE_INTDIV): Likewise.
12831         (FPE_INTOVF): Likewise.
12832         (FPE_FLTDIV): Likewise.
12833         (FPE_FLTOVF): Likewise.
12834         (FPE_FLTUND): Likewise.
12835         (FPE_FLTRES): Likewise.
12836         (FPE_FLTINV): Likewise.
12837         (FPE_FLTSUB): Likewise.
12838         (SEGV_MAPERR): Likewise.
12839         (SEGV_ACCERR): Likewise.
12840         (BUS_ADRALN): Likewise.
12841         (BUS_ADRERR): Likewise.
12842         (BUS_OBJERR): Likewise.
12843         (BUS_MCEERR_AR): Likewise.
12844         (BUS_MCEERR_AO): Likewise.
12845         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12846         (TRAP_TRACE): Likewise.
12847         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12848         __USE_XOPEN2K8].
12849         (CLD_KILLED): Likewise.
12850         (CLD_DUMPED): Likewise.
12851         (CLD_TRAPPED): Likewise.
12852         (CLD_STOPPED): Likewise.
12853         (CLD_CONTINUED): Likewise.
12854         (POLL_IN): Likewise.
12855         (POLL_OUT): Likewise.
12856         (POLL_MSG): Likewise.
12857         (POLL_ERR): Likewise.
12858         (POLL_PRI): Likewise.
12859         (POLL_HUP): Likewise.
12860         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12861         (ILL_ILLOPN): Likewise.
12862         (ILL_ILLADR): Likewise.
12863         (ILL_ILLTRP): Likewise.
12864         (ILL_PRVOPC): Likewise.
12865         (ILL_PRVREG): Likewise.
12866         (ILL_COPROC): Likewise.
12867         (ILL_BADSTK): Likewise.
12868         (FPE_INTDIV): Likewise.
12869         (FPE_INTOVF): Likewise.
12870         (FPE_FLTDIV): Likewise.
12871         (FPE_FLTOVF): Likewise.
12872         (FPE_FLTUND): Likewise.
12873         (FPE_FLTRES): Likewise.
12874         (FPE_FLTINV): Likewise.
12875         (FPE_FLTSUB): Likewise.
12876         (SEGV_MAPERR): Likewise.
12877         (SEGV_ACCERR): Likewise.
12878         (BUS_ADRALN): Likewise.
12879         (BUS_ADRERR): Likewise.
12880         (BUS_OBJERR): Likewise.
12881         (BUS_MCEERR_AR): Likewise.
12882         (BUS_MCEERR_AO): Likewise.
12883         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12884         (TRAP_TRACE): Likewise.
12885         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12886         __USE_XOPEN2K8].
12887         (CLD_KILLED): Likewise.
12888         (CLD_DUMPED): Likewise.
12889         (CLD_TRAPPED): Likewise.
12890         (CLD_STOPPED): Likewise.
12891         (CLD_CONTINUED): Likewise.
12892         (POLL_IN): Likewise.
12893         (POLL_OUT): Likewise.
12894         (POLL_MSG): Likewise.
12895         (POLL_ERR): Likewise.
12896         (POLL_PRI): Likewise.
12897         (POLL_HUP): Likewise.
12898         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12899         Likewise.
12900         (ILL_ILLOPN): Likewise.
12901         (ILL_ILLADR): Likewise.
12902         (ILL_ILLTRP): Likewise.
12903         (ILL_PRVOPC): Likewise.
12904         (ILL_PRVREG): Likewise.
12905         (ILL_COPROC): Likewise.
12906         (ILL_BADSTK): Likewise.
12907         (ILL_BADIADDR): Likewise.
12908         (ILL_BREAK): Likewise.
12909         (FPE_INTDIV): Likewise.
12910         (FPE_INTOVF): Likewise.
12911         (FPE_FLTDIV): Likewise.
12912         (FPE_FLTOVF): Likewise.
12913         (FPE_FLTUND): Likewise.
12914         (FPE_FLTRES): Likewise.
12915         (FPE_FLTINV): Likewise.
12916         (FPE_FLTSUB): Likewise.
12917         (FPE_DECOVF): Likewise.
12918         (FPE_DECDIV): Likewise.
12919         (FPE_DECERR): Likewise.
12920         (FPE_INVASC): Likewise.
12921         (FPE_INVDEC): Likewise.
12922         (SEGV_MAPERR): Likewise.
12923         (SEGV_ACCERR): Likewise.
12924         (SEGV_PSTKOVF): Likewise.
12925         (BUS_ADRALN): Likewise.
12926         (BUS_ADRERR): Likewise.
12927         (BUS_OBJERR): Likewise.
12928         (BUS_MCEERR_AR): Likewise.
12929         (BUS_MCEERR_AO): Likewise.
12930         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12931         (TRAP_TRACE): Likewise.
12932         (TRAP_BRANCH): Likewise.
12933         (TRAP_HWBKPT): Likewise.
12934         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12935         __USE_XOPEN2K8].
12936         (CLD_KILLED): Likewise.
12937         (CLD_DUMPED): Likewise.
12938         (CLD_TRAPPED): Likewise.
12939         (CLD_STOPPED): Likewise.
12940         (CLD_CONTINUED): Likewise.
12941         (POLL_IN): Likewise.
12942         (POLL_OUT): Likewise.
12943         (POLL_MSG): Likewise.
12944         (POLL_ERR): Likewise.
12945         (POLL_PRI): Likewise.
12946         (POLL_HUP): Likewise.
12947         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12948         (ILL_ILLOPN): Likewise.
12949         (ILL_ILLADR): Likewise.
12950         (ILL_ILLTRP): Likewise.
12951         (ILL_PRVOPC): Likewise.
12952         (ILL_PRVREG): Likewise.
12953         (ILL_COPROC): Likewise.
12954         (ILL_BADSTK): Likewise.
12955         (FPE_INTDIV): Likewise.
12956         (FPE_INTOVF): Likewise.
12957         (FPE_FLTDIV): Likewise.
12958         (FPE_FLTOVF): Likewise.
12959         (FPE_FLTUND): Likewise.
12960         (FPE_FLTRES): Likewise.
12961         (FPE_FLTINV): Likewise.
12962         (FPE_FLTSUB): Likewise.
12963         (SEGV_MAPERR): Likewise.
12964         (SEGV_ACCERR): Likewise.
12965         (BUS_ADRALN): Likewise.
12966         (BUS_ADRERR): Likewise.
12967         (BUS_OBJERR): Likewise.
12968         (BUS_MCEERR_AR): Likewise.
12969         (BUS_MCEERR_AO): Likewise.
12970         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12971         (TRAP_TRACE): Likewise.
12972         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12973         __USE_XOPEN2K8].
12974         (CLD_KILLED): Likewise.
12975         (CLD_DUMPED): Likewise.
12976         (CLD_TRAPPED): Likewise.
12977         (CLD_STOPPED): Likewise.
12978         (CLD_CONTINUED): Likewise.
12979         (POLL_IN): Likewise.
12980         (POLL_OUT): Likewise.
12981         (POLL_MSG): Likewise.
12982         (POLL_ERR): Likewise.
12983         (POLL_PRI): Likewise.
12984         (POLL_HUP): Likewise.
12985         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12986         (ILL_ILLOPN): Likewise.
12987         (ILL_ILLADR): Likewise.
12988         (ILL_ILLTRP): Likewise.
12989         (ILL_PRVOPC): Likewise.
12990         (ILL_PRVREG): Likewise.
12991         (ILL_COPROC): Likewise.
12992         (ILL_BADSTK): Likewise.
12993         (FPE_INTDIV): Likewise.
12994         (FPE_INTOVF): Likewise.
12995         (FPE_FLTDIV): Likewise.
12996         (FPE_FLTOVF): Likewise.
12997         (FPE_FLTUND): Likewise.
12998         (FPE_FLTRES): Likewise.
12999         (FPE_FLTINV): Likewise.
13000         (FPE_FLTSUB): Likewise.
13001         (SEGV_MAPERR): Likewise.
13002         (SEGV_ACCERR): Likewise.
13003         (BUS_ADRALN): Likewise.
13004         (BUS_ADRERR): Likewise.
13005         (BUS_OBJERR): Likewise.
13006         (BUS_MCEERR_AR): Likewise.
13007         (BUS_MCEERR_AO): Likewise.
13008         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13009         (TRAP_TRACE): Likewise.
13010         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13011         __USE_XOPEN2K8].
13012         (CLD_KILLED): Likewise.
13013         (CLD_DUMPED): Likewise.
13014         (CLD_TRAPPED): Likewise.
13015         (CLD_STOPPED): Likewise.
13016         (CLD_CONTINUED): Likewise.
13017         (POLL_IN): Likewise.
13018         (POLL_OUT): Likewise.
13019         (POLL_MSG): Likewise.
13020         (POLL_ERR): Likewise.
13021         (POLL_PRI): Likewise.
13022         (POLL_HUP): Likewise.
13023         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13024         (ILL_ILLOPN): Likewise.
13025         (ILL_ILLADR): Likewise.
13026         (ILL_ILLTRP): Likewise.
13027         (ILL_PRVOPC): Likewise.
13028         (ILL_PRVREG): Likewise.
13029         (ILL_COPROC): Likewise.
13030         (ILL_BADSTK): Likewise.
13031         (FPE_INTDIV): Likewise.
13032         (FPE_INTOVF): Likewise.
13033         (FPE_FLTDIV): Likewise.
13034         (FPE_FLTOVF): Likewise.
13035         (FPE_FLTUND): Likewise.
13036         (FPE_FLTRES): Likewise.
13037         (FPE_FLTINV): Likewise.
13038         (FPE_FLTSUB): Likewise.
13039         (SEGV_MAPERR): Likewise.
13040         (SEGV_ACCERR): Likewise.
13041         (BUS_ADRALN): Likewise.
13042         (BUS_ADRERR): Likewise.
13043         (BUS_OBJERR): Likewise.
13044         (BUS_MCEERR_AR): Likewise.
13045         (BUS_MCEERR_AO): Likewise.
13046         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13047         (TRAP_TRACE): Likewise.
13048         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13049         __USE_XOPEN2K8].
13050         (CLD_KILLED): Likewise.
13051         (CLD_DUMPED): Likewise.
13052         (CLD_TRAPPED): Likewise.
13053         (CLD_STOPPED): Likewise.
13054         (CLD_CONTINUED): Likewise.
13055         (POLL_IN): Likewise.
13056         (POLL_OUT): Likewise.
13057         (POLL_MSG): Likewise.
13058         (POLL_ERR): Likewise.
13059         (POLL_PRI): Likewise.
13060         (POLL_HUP): Likewise.
13061         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13062         (ILL_ILLOPN): Likewise.
13063         (ILL_ILLADR): Likewise.
13064         (ILL_ILLTRP): Likewise.
13065         (ILL_PRVOPC): Likewise.
13066         (ILL_PRVREG): Likewise.
13067         (ILL_COPROC): Likewise.
13068         (ILL_BADSTK): Likewise.
13069         (ILL_DBLFLT): Likewise.
13070         (ILL_HARDWALL): Likewise.
13071         (FPE_INTDIV): Likewise.
13072         (FPE_INTOVF): Likewise.
13073         (FPE_FLTDIV): Likewise.
13074         (FPE_FLTOVF): Likewise.
13075         (FPE_FLTUND): Likewise.
13076         (FPE_FLTRES): Likewise.
13077         (FPE_FLTINV): Likewise.
13078         (FPE_FLTSUB): Likewise.
13079         (SEGV_MAPERR): Likewise.
13080         (SEGV_ACCERR): Likewise.
13081         (BUS_ADRALN): Likewise.
13082         (BUS_ADRERR): Likewise.
13083         (BUS_OBJERR): Likewise.
13084         (BUS_MCEERR_AR): Likewise.
13085         (BUS_MCEERR_AO): Likewise.
13086         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13087         (TRAP_TRACE): Likewise.
13088         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13089         __USE_XOPEN2K8].
13090         (CLD_KILLED): Likewise.
13091         (CLD_DUMPED): Likewise.
13092         (CLD_TRAPPED): Likewise.
13093         (CLD_STOPPED): Likewise.
13094         (CLD_CONTINUED): Likewise.
13095         (POLL_IN): Likewise.
13096         (POLL_OUT): Likewise.
13097         (POLL_MSG): Likewise.
13098         (POLL_ERR): Likewise.
13099         (POLL_PRI): Likewise.
13100         (POLL_HUP): Likewise.
13101         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13102         (ILL_ILLOPN): Likewise.
13103         (ILL_ILLADR): Likewise.
13104         (ILL_ILLTRP): Likewise.
13105         (ILL_PRVOPC): Likewise.
13106         (ILL_PRVREG): Likewise.
13107         (ILL_COPROC): Likewise.
13108         (ILL_BADSTK): Likewise.
13109         (FPE_INTDIV): Likewise.
13110         (FPE_INTOVF): Likewise.
13111         (FPE_FLTDIV): Likewise.
13112         (FPE_FLTOVF): Likewise.
13113         (FPE_FLTUND): Likewise.
13114         (FPE_FLTRES): Likewise.
13115         (FPE_FLTINV): Likewise.
13116         (FPE_FLTSUB): Likewise.
13117         (SEGV_MAPERR): Likewise.
13118         (SEGV_ACCERR): Likewise.
13119         (BUS_ADRALN): Likewise.
13120         (BUS_ADRERR): Likewise.
13121         (BUS_OBJERR): Likewise.
13122         (BUS_MCEERR_AR): Likewise.
13123         (BUS_MCEERR_AO): Likewise.
13124         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13125         (TRAP_TRACE): Likewise.
13126         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13127         __USE_XOPEN2K8].
13128         (CLD_KILLED): Likewise.
13129         (CLD_DUMPED): Likewise.
13130         (CLD_TRAPPED): Likewise.
13131         (CLD_STOPPED): Likewise.
13132         (CLD_CONTINUED): Likewise.
13133         (POLL_IN): Likewise.
13134         (POLL_OUT): Likewise.
13135         (POLL_MSG): Likewise.
13136         (POLL_ERR): Likewise.
13137         (POLL_PRI): Likewise.
13138         (POLL_HUP): Likewise.
13139         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13140         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13142         [BZ #16670]
13143         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13144         before #include of <time.h>.
13145         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13146         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13147         (test-xfail-UNIX98/sched.h/conform): Likewise.
13149 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13151         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13152         error absence of trapping exception support.
13153         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13155 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13157         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13158         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13159         * timezone/Makefile (testdata): Move definition above include of
13160         Rules.
13161         (test-zones): New variable.
13162         (tests-special): Add zone files.
13163         (build-testdata): Use $(evaluate-test).
13165         * elf/Makefile (tests-special): Rename tests to end with .out.
13166         ($(objpfx)noload-mem): Likewise.
13167         ($(objpfx)tst-leaks1-mem): Likewise.
13168         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13169         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13170         $(objpfx)test-iconvconfig.out.
13171         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13172         set -e inside subshell and redirect output to file.
13173         * iconvdata/Makefile (generated): Rename tests to end with .out.
13174         Correct type.
13175         (tests-special): Rename tests to end with .out.
13176         ($(objpfx)mtrace-tst-loading): Likewise.
13177         * intl/Makefile (generated): Likewise.
13178         (tests-special): Likewise.
13179         ($(objpfx)mtrace-tst-gettext): Likewise.
13180         * misc/Makefile (generated): Likewise.
13181         (tests-special): Likewise.
13182         ($(objpfx)tst-error1-mem): Likewise.
13183         * nptl/Makefile (tests-special): Likewise.
13184         ($(objpfx)tst-stack3-mem): Likewise.
13185         (generated): Likewise.
13186         * posix/Makefile (generated): Likewise.
13187         (tests-special): Likewise.
13188         (xtests-special): Likewise.
13189         ($(objpfx)tst-fnmatch-mem): Likewise.
13190         ($(objpfx)bug-regex2-mem): Likewise.
13191         ($(objpfx)bug-regex14-mem): Likewise.
13192         ($(objpfx)bug-regex21-mem): Likewise.
13193         ($(objpfx)bug-regex31-mem): Likewise.
13194         ($(objpfx)tst-vfork3-mem): Likewise.
13195         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13196         ($(objpfx)tst-pcre-mem): Likewise.
13197         ($(objpfx)tst-boost-mem): Likewise.
13198         ($(objpfx)bug-ga2-mem): Likewise.
13199         ($(objpfx)bug-glob2-mem): Likewise.
13200         * resolv/Makefile (generate): Likewise.
13201         (tests-special): Likewise.
13202         (xtests-special): Likewise.
13203         (generated): Likewise.
13204         ($(objpfx)mtrace-tst-leaks): Likewise.
13205         ($(objpfx)mtrace-tst-leaks2): Likewise.
13207         * scripts/merge-test-results.sh: New file.
13208         * Makefile (tests-special-notdir): New variable.
13209         (tests): Run merge-test-results.sh.
13210         (xtests): Likewise.
13211         * Rules (tests-special-notdir): New variable.
13212         (xtests-special-notdir): Likewise.
13213         (tests): Run merge-test-results.sh
13214         (xtests): Likewise.
13216         * Makeconfig (test-xfail-name): New variable.
13217         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13218         compute variable name for expected failures.
13219         * conform/Makefile (conformtest-headers-data): New variable.
13220         (conformtest-standards): Likewise.
13221         (conformtest-headers-ISO): Likewise.
13222         (conformtest-headers-ISO99): Likewise.
13223         (conformtest-headers-ISO11): Likewise.
13224         (conformtest-headers-POSIX): Likewise.
13225         (conformtest-headers-XPG3): Likewise.
13226         (conformtest-headers-XPG4): Likewise.
13227         (conformtest-headers-UNIX98): Likewise.
13228         (conformtest-headers-XOPEN2K): Likewise.
13229         (conformtest-headers-POSIX2008): Likewise.
13230         (conformtest-headers-XOPEN2K8): Likewise.
13231         (conformtest-header-list-base): Likewise.
13232         (conformtest-header-list-tests): Likewise.
13233         (conformtest-header-base): Likewise.
13234         (conformtest-header-tests): Likewise.
13235         (tests-special): Add $(conformtest-header-list-tests).  If
13236         [$(fast-check) && !$(cross-compiling)], add
13237         $(conformtest-header-tests) instead of
13238         $(objpfx)run-conformtest.out.
13239         (generated): Add $(conformtest-header-list-base).  If
13240         [$(fast-check) && !$(cross-compiling)], add
13241         $(conformtest-header-base).  Remove previous setting.
13242         ($(conformtest-header-list-tests)): New target.
13243         (test-xfail-run-conformtest): Remove variable.
13244         ($(objpfx)run-conformtest.out): Remove target.
13245         (test-xfail-ISO11/complex.h/conform): New variable.
13246         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13247         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13248         (test-xfail-XPG3/varargs.h/conform): Likewise.
13249         (test-xfail-XPG4/varargs.h/conform): Likewise.
13250         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13251         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13252         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13253         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13254         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13255         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13256         (test-xfail-XPG3/ftw.h/conform): Likewise.
13257         (test-xfail-XPG3/grp.h/conform): Likewise.
13258         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13259         (test-xfail-XPG3/limits.h/conform): Likewise.
13260         (test-xfail-XPG3/pwd.h/conform): Likewise.
13261         (test-xfail-XPG3/search.h/conform): Likewise.
13262         (test-xfail-XPG3/signal.h/conform): Likewise.
13263         (test-xfail-XPG3/stdio.h/conform): Likewise.
13264         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13265         (test-xfail-XPG3/string.h/conform): Likewise.
13266         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13267         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13268         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13269         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13270         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13271         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13272         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13273         (test-xfail-XPG3/termios.h/conform): Likewise.
13274         (test-xfail-XPG3/time.h/conform): Likewise.
13275         (test-xfail-XPG3/unistd.h/conform): Likewise.
13276         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13277         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13278         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13279         (test-xfail-XPG4/netdb.h/conform): Likewise.
13280         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13281         (test-xfail-XPG4/signal.h/conform): Likewise.
13282         (test-xfail-XPG4/stdio.h/conform): Likewise.
13283         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13284         (test-xfail-XPG4/stropts.h/conform): Likewise.
13285         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13286         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13287         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13288         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13289         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13290         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13291         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13292         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13293         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13294         (test-xfail-XPG4/termios.h/conform): Likewise.
13295         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13296         (test-xfail-XPG4/unistd.h/conform): Likewise.
13297         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13298         (test-xfail-POSIX/sched.h/conform): Likewise.
13299         (test-xfail-POSIX/signal.h/conform): Likewise.
13300         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13301         (test-xfail-POSIX/tar.h/conform): Likewise.
13302         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13303         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13304         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13305         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13306         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13307         (test-xfail-UNIX98/sched.h/conform): Likewise.
13308         (test-xfail-UNIX98/signal.h/conform): Likewise.
13309         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13310         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13311         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13312         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13313         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13314         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13315         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13316         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13317         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13318         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13319         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13320         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13321         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13322         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13323         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13324         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13325         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13326         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13327         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13328         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13329         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13330         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13331         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13332         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13333         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13334         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13335         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13336         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13337         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13338         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13339         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13340         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13341         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13342         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13343         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13344         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13345         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13346         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13347         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13348         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13349         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13350         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13351         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13352         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13353         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13354         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13355         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13356         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13357         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13358         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13359         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13360         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13361         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13362         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13363         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13364         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13365         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13366         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13367         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13368         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13369         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13370         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13371         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13372         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13373         (conformtest-cc-flags): Likewise.
13374         ($(conformtest-header-tests): New target.
13375         * conform/check-header-lists.sh: New file.
13376         * conform/run-conformtest.sh: Remove.
13378         * conform/conformtest.pl: Allow ' and \ in values given for
13379         constants.
13380         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13381         inclusion.
13382         [POSIX] (sys/types.h): Likewise.
13383         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13384         inclusion.
13385         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13386         inclusion.
13387         * conform/data/signal.h-data (SIGIO): Remove expectation.
13388         [XPG3] (SIGBUS): Do not expect.
13389         [POSIX || XPG3] (SIGPOLL): Likewise.
13390         [POSIX || XPG3] (SIGPROF): Likewise.
13391         [POSIX || XPG3] (SIGSYS): Likewise.
13392         [XPG3] (SIGTRAP): Likewise.
13393         [POSIX || XPG3] (SIGURG): Likewise.
13394         [POSIX || XPG3] (SIGVTALRM): Likewise.
13395         [POSIX || XPG3] (SIGXCPU): Likewise.
13396         [POSIX || XPG3] (SIGXFSZ): Likewise.
13397         [POSIX] (SA_SIGINFO): Expect.
13398         [XPG3] (siginfo_t): Do not expect type or contents.
13399         [POSIX] (si_pid): Do not expect element.
13400         [POSIX] (si_uid): Likewise.
13401         [POSIX] (si_addr): Likewise.
13402         [POSIX] (si_status): Likewise.
13403         [POSIX] (si_band): Likewise.
13404         [XPG4] (si_value): Likewise.
13405         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13406         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13407         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13408         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13409         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13410         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13411         [POSIX || XPG3] (ILL_COPROC): Likewise.
13412         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13413         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13414         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13415         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13416         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13417         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13418         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13419         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13420         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13421         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13422         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13423         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13424         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13425         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13426         [POSIX || XPG3] (CLD_EXITED): Likewise.
13427         [POSIX || XPG3] (CLD_KILLED): Likewise.
13428         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13429         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13430         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13431         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13432         [POSIX || XPG3] (POLL_IN): Likewise.
13433         [POSIX || XPG3] (POLL_OUT): Likewise.
13434         [POSIX || XPG3] (POLL_MSG): Likewise.
13435         [POSIX || XPG3] (POLL_ERR): Likewise.
13436         [POSIX || XPG3] (POLL_PRI): Likewise.
13437         [POSIX || XPG3] (POLL_HUP): Likewise.
13438         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13439         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13440         (SIG*): Do not allow.
13441         [XPG3] (si_*): Likewise.
13442         [XPG3] (SI_*): Likewise.
13443         [XPG3 || XPG4] (sigev_*): Likewise.
13444         [XPG3 || XPG4] (SIGEV_*): Likewise.
13445         [XPG3 || XPG4] (sival_*): Likewise.
13446         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13447         [POSIX || XPG3] (BUS_*): Likewise.
13448         [POSIX || XPG3] (CLD_*): Likewise.
13449         [POSIX || XPG3] (FPE_*): Likewise.
13450         [POSIX || XPG3] (ILL_*): Likewise.
13451         [POSIX || XPG3] (POLL_*): Likewise.
13452         [POSIX || XPG3] (SEGV_*): Likewise.
13453         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13454         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13455         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13456         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13457         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13458         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13459         Specify type and value.
13460         (TVERSLEN): Likewise.
13461         (REGTYPE): Likewise.
13462         (AREGTYPE): Likewise.
13463         (LNKTYPE): Likewise.
13464         (SYMTYPE): Likewise.
13465         (CHRTYPE): Likewise.
13466         (BLKTYPE): Likewise.
13467         (DIRTYPE): Likewise.
13468         (FIFOTYPE): Likewise.
13469         (CONTTYPE): Likewise.
13470         (TSUID): Likewise.
13471         (TSGID): Likewise.
13472         (TSVTX): Likewise.
13473         (TUREAD): Likewise.
13474         (TUWRITE): Likewise.
13475         (TUEXEC): Likewise.
13476         (TGREAD): Likewise.
13477         (TGWRITE): Likewise.
13478         (TGEXEC): Likewise.
13479         (TOREAD): Likewise.
13480         (TOWRITE): Likewise.
13481         (TOEXEC): Likewise.
13482         [POSIX] (TSVTX): Expect constant.
13484 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13486         * Makefile (tests): Change dependencies to ....
13487         (tests-special): ... additions to this variable.
13488         (tests): Depend on $(tests-special).
13489         * Makerules (check-abi-list): New variable.
13490         (check-abi): Depend on $(check-abi-list).
13491         [$(subdir) = elf] (tests-special): Add
13492         $(objpfx)check-abi-libc.out.
13493         [$(build-shared) = yes && subdir] (tests-special): Add
13494         $(check-abi-list).
13495         [$(build-shared) = yes && subdir] (tests): Do not depend on
13496         check-abi.
13497         * Rules (tests): Depend on $(tests-special).
13498         (xtests): Depend on $(xtests-special).
13499         * catgets/Makefile (tests): Change dependencies to ....
13500         (tests-special): ... additions to this variable.
13501         * conform/Makefile (tests): Change dependencies to ....
13502         (tests-special): ... additions to this variable.
13503         * elf/Makefile (tests): Change dependencies to ....
13504         (tests-special): ... additions to this variable.
13505         * grp/Makefile (tests): Change dependencies to ....
13506         (tests-special): ... additions to this variable.
13507         * iconv/Makefile (xtests): Change dependencies to ....
13508         (xtests-special): ... additions to this variable.
13509         * iconvdata/Makefile (tests): Change dependencies to ....
13510         (tests-special): ... additions to this variable.
13511         * intl/Makefile (tests): Change dependencies to ....
13512         (tests-special): ... additions to this variable.  Also add
13513         $(objpfx)tst-gettext.out.
13514         * io/Makefile (tests): Change dependencies to ....
13515         (tests-special): ... additions to this variable.
13516         * libio/Makefile (tests): Change dependencies to ....
13517         (tests-special): ... additions to this variable.
13518         * malloc/Makefile (tests): Change dependencies to ....
13519         (tests-special): ... additions to this variable.
13520         * misc/Makefile (tests): Change dependencies to ....
13521         (tests-special): ... additions to this variable.
13522         * nptl/Makefile (tests): Change dependencies to ....
13523         (tests-special): ... additions to this variable.
13524         * nptl_db/Makefile (tests): Change dependencies to ....
13525         (tests-special): ... additions to this variable.
13526         * posix/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         * resolv/Makefile (tests): Change dependencies to ....
13531         (tests-special): ... additions to this variable.
13532         (xtests): Change dependencies to ....
13533         (xtests-special): ... additions to this variable.
13534         * stdio-common/Makefile (tests): Change dependencies to ....
13535         (tests-special): ... additions to this variable.
13536         (do-tst-unbputc): Remove target.
13537         (do-tst-printf): Likewise.
13538         * stdlib/Makefile (tests): Change dependencies to ....
13539         (tests-special): ... additions to this variable.
13540         * string/Makefile (tests): Change dependencies to ....
13541         (tests-special): ... additions to this variable.
13542         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13543         (tests-special): ... additions to this variable.
13545         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13546         whole file.
13547         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13548         whole file.
13549         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13550         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13552         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13553         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13554         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13555         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13556         * conform/data/libgen.h-data [XPG3]: Likewise.
13557         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13558         * conform/data/ndbm.h-data [XPG3]: Likewise.
13559         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13560         * conform/data/netdb.h-data [XPG3]: Likewise.
13561         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13562         * conform/data/poll.h-data [XPG3]: Likewise.
13563         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13564         * conform/data/strings.h-data [XPG3]: Likewise.
13565         * conform/data/stropts.h-data [XPG3]: Likewise.
13566         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13567         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13568         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13569         Likewise.
13570         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13571         * conform/data/sys/time.h-data [XPG3]: Likewise.
13572         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13573         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13574         * conform/data/sys/un.h-data [XPG3]: Likewise.
13575         * conform/data/syslog.h-data [XPG3]: Likewise.
13576         * conform/data/ucontext.h-data [XPG3]: Likewise.
13577         * conform/data/utmpx.h-data [XPG3]: Likewise.
13578         * conform/data/varargs.h-data [UNIX98]: Enable file.
13580         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13582         * math/libm-test.inc (struct test_f_f_data): Move expected results
13583         into structure for each rounding mode.
13584         (struct test_ff_f_data): Likewise.
13585         (struct test_ff_f_data_nexttoward): Likewise.
13586         (struct test_fi_f_data): Likewise.
13587         (struct test_fl_f_data): Likewise.
13588         (struct test_if_f_data): Likewise.
13589         (struct test_fff_f_data): Likewise.
13590         (struct test_c_f_data): Likewise.
13591         (struct test_f_f1_data): Likewise.
13592         (struct test_fF_f1_data): Likewise.
13593         (struct test_ffI_f1_data): Likewise.
13594         (struct test_c_c_data): Likewise.
13595         (struct test_cc_c_data): Likewise.
13596         (struct test_f_i_data): Likewise.
13597         (struct test_ff_i_data): Likewise.
13598         (struct test_f_l_data): Likewise.
13599         (struct test_f_L_data): Likewise.
13600         (struct test_fFF_11_data): Likewise.
13601         (RM_): New macro.
13602         (RM_FE_DOWNWARD): Likewise.
13603         (RM_FE_TONEAREST): Likewise.
13604         (RM_FE_TOWARDZERO): Likewise.
13605         (RM_FE_UPWARD): Likewise.
13606         (RUN_TEST_LOOP_f_f): Update references to expected results.
13607         (RUN_TEST_LOOP_2_f): Likewise.
13608         (RUN_TEST_LOOP_fff_f): Likewise.
13609         (RUN_TEST_LOOP_c_f): Likewise.
13610         (RUN_TEST_LOOP_f_f1): Likewise.
13611         (RUN_TEST_LOOP_fF_f1): Likewise.
13612         (RUN_TEST_LOOP_fI_f1): Likewise.
13613         (RUN_TEST_LOOP_ffI_f1): Likewise.
13614         (RUN_TEST_LOOP_c_c): Likewise.
13615         (RUN_TEST_LOOP_cc_c): Likewise.
13616         (RUN_TEST_LOOP_f_i): Likewise.
13617         (RUN_TEST_LOOP_f_i_tg): Likewise.
13618         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13619         (RUN_TEST_LOOP_f_b): Likewise.
13620         (RUN_TEST_LOOP_f_b_tg): Likewise.
13621         (RUN_TEST_LOOP_f_l): Likewise.
13622         (RUN_TEST_LOOP_f_L): Likewise.
13623         (RUN_TEST_LOOP_fFF_11): Likewise.
13624         * math/gen-libm-test.pl (parse_args): Output four copies of
13625         expected results for each test.
13627         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13628         (__ASSUME_UTIMES): Remove.
13629         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13630         (__ASSUME_UTIMES): Likewise.
13632         * math/gen-auto-libm-tests.c: Update comment on output format.
13633         (output_for_one_input_case): Generate before-rounding and
13634         after-rounding information as conditions on output flags not
13635         floating-point format.
13636         * math/auto-libm-test-out: Regenerated.
13637         * math/gen-libm-test.pl (cond_value): New function.
13638         (or_cond_value): Use cond_value.
13639         (generate_testfile): Handle conditional exceptions.
13641 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13643         * math/libm-test.inc (max_valid_error): New variable.
13644         (init_max_error): Take new argument specifying whether function
13645         results are exactly determined.  Set max_valid_error and bound
13646         other variables for errors based on this argument.
13647         (set_max_error): Do not record results above max_valid_error.
13648         (check_float_internal): Only accept errors of up to 0.5ulps if
13649         also at most max_valid_error.
13650         (START): Take new argument EXACT and pass it to init_max_error.
13651         (acos_test): Update call to START.
13652         (acos_test_tonearest): Likewise.
13653         (acos_test_towardzero): Likewise.
13654         (acos_test_downward): Likewise.
13655         (acos_test_upward): Likewise.
13656         (acosh_test): Likewise.
13657         (asin_test): Likewise.
13658         (asin_test_tonearest): Likewise.
13659         (asin_test_towardzero): Likewise.
13660         (asin_test_downward): Likewise.
13661         (asin_test_upward): Likewise.
13662         (asinh_test): Likewise.
13663         (atan_test): Likewise.
13664         (atanh_test): Likewise.
13665         (atan2_test): Likewise.
13666         (cabs_test): Likewise.
13667         (cacos_test): Likewise.
13668         (cacosh_test): Likewise.
13669         (carg_test): Likewise.
13670         (casin_test): Likewise.
13671         (casinh_test): Likewise.
13672         (catan_test): Likewise.
13673         (catanh_test): Likewise.
13674         (cbrt_test): Likewise.
13675         (ccos_test): Likewise.
13676         (ccosh_test): Likewise.
13677         (ceil_test): Likewise.
13678         (cexp_test): Likewise.
13679         (cimag_test): Likewise.
13680         (clog_test): Likewise.
13681         (clog10_test): Likewise.
13682         (conj_test): Likewise.
13683         (copysign_test): Likewise.
13684         (cos_test): Likewise.
13685         (cos_test_tonearest): Likewise.
13686         (cos_test_towardzero): Likewise.
13687         (cos_test_downward): Likewise.
13688         (cos_test_upward): Likewise.
13689         (cosh_test): Likewise.
13690         (cosh_test_tonearest): Likewise.
13691         (cosh_test_towardzero): Likewise.
13692         (cosh_test_downward): Likewise.
13693         (cosh_test_upward): Likewise.
13694         (cpow_test): Likewise.
13695         (cproj_test): Likewise.
13696         (creal_test): Likewise.
13697         (csin_test): Likewise.
13698         (csinh_test): Likewise.
13699         (csqrt_test): Likewise.
13700         (ctan_test): Likewise.
13701         (ctan_test_tonearest): Likewise.
13702         (ctan_test_towardzero): Likewise.
13703         (ctan_test_downward): Likewise.
13704         (ctan_test_upward): Likewise.
13705         (ctanh_test): Likewise.
13706         (ctanh_test_tonearest): Likewise.
13707         (ctanh_test_towardzero): Likewise.
13708         (ctanh_test_downward): Likewise.
13709         (ctanh_test_upward): Likewise.
13710         (erf_test): Likewise.
13711         (erfc_test): Likewise.
13712         (exp_test): Likewise.
13713         (exp_test_tonearest): Likewise.
13714         (exp_test_towardzero): Likewise.
13715         (exp_test_downward): Likewise.
13716         (exp_test_upward): Likewise.
13717         (exp10_test): Likewise.
13718         (exp10_test_tonearest): Likewise.
13719         (exp10_test_towardzero): Likewise.
13720         (exp10_test_downward): Likewise.
13721         (exp10_test_upward): Likewise.
13722         (pow10_test): Likewise.
13723         (exp2_test): Likewise.
13724         (expm1_test): Likewise.
13725         (expm1_test_tonearest): Likewise.
13726         (expm1_test_towardzero): Likewise.
13727         (expm1_test_downward): Likewise.
13728         (expm1_test_upward): Likewise.
13729         (fabs_test): Likewise.
13730         (fdim_test): Likewise.
13731         (floor_test): Likewise.
13732         (fma_test): Likewise.
13733         (fma_test_towardzero): Likewise.
13734         (fma_test_downward): Likewise.
13735         (fma_test_upward): Likewise.
13736         (fmax_test): Likewise.
13737         (fmin_test): Likewise.
13738         (fmod_test): Likewise.
13739         (fpclassify_test): Likewise.
13740         (frexp_test): Likewise.
13741         (hypot_test): Likewise.
13742         (ilogb_test): Likewise.
13743         (isfinite_test): Likewise.
13744         (finite_test): Likewise.
13745         (isgreater_test): Likewise.
13746         (isgreaterequal_test): Likewise.
13747         (isinf_test): Likewise.
13748         (isless_test): Likewise.
13749         (islessequal_test): Likewise.
13750         (islessgreater_test): Likewise.
13751         (isnan_test): Likewise.
13752         (isnormal_test): Likewise.
13753         (issignaling_test): Likewise.
13754         (isunordered_test): Likewise.
13755         (j0_test): Likewise.
13756         (j1_test): Likewise.
13757         (jn_test): Likewise.
13758         (ldexp_test): Likewise.
13759         (lgamma_test): Likewise.
13760         (gamma_test): Likewise.
13761         (lrint_test): Likewise.
13762         (lrint_test_tonearest): Likewise.
13763         (lrint_test_towardzero): Likewise.
13764         (lrint_test_downward): Likewise.
13765         (lrint_test_upward): Likewise.
13766         (llrint_test): Likewise.
13767         (llrint_test_tonearest): Likewise.
13768         (llrint_test_towardzero): Likewise.
13769         (llrint_test_downward): Likewise.
13770         (llrint_test_upward): Likewise.
13771         (log_test): Likewise.
13772         (log10_test): Likewise.
13773         (log1p_test): Likewise.
13774         (log2_test): Likewise.
13775         (logb_test): Likewise.
13776         (logb_test_downward): Likewise.
13777         (lround_test): Likewise.
13778         (llround_test): Likewise.
13779         (modf_test): Likewise.
13780         (nearbyint_test): Likewise.
13781         (nextafter_test): Likewise.
13782         (nexttoward_test): Likewise.
13783         (pow_test): Likewise.
13784         (pow_test_tonearest): Likewise.
13785         (pow_test_towardzero): Likewise.
13786         (pow_test_downward): Likewise.
13787         (pow_test_upward): Likewise.
13788         (remainder_test): Likewise.
13789         (drem_test): Likewise.
13790         (remainder_test_tonearest): Likewise.
13791         (drem_test_tonearest): Likewise.
13792         (remainder_test_towardzero): Likewise.
13793         (drem_test_towardzero): Likewise.
13794         (remainder_test_downward): Likewise.
13795         (drem_test_downward): Likewise.
13796         (remainder_test_upward): Likewise.
13797         (drem_test_upward): Likewise.
13798         (remquo_test): Likewise.
13799         (rint_test): Likewise.
13800         (rint_test_tonearest): Likewise.
13801         (rint_test_towardzero): Likewise.
13802         (rint_test_downward): Likewise.
13803         (rint_test_upward): Likewise.
13804         (round_test): Likewise.
13805         (scalb_test): Likewise.
13806         (scalbn_test): Likewise.
13807         (scalbln_test): Likewise.
13808         (signbit_test): Likewise.
13809         (sin_test): Likewise.
13810         (sin_test_tonearest): Likewise.
13811         (sin_test_towardzero): Likewise.
13812         (sin_test_downward): Likewise.
13813         (sin_test_upward): Likewise.
13814         (sincos_test): Likewise.
13815         (sinh_test): Likewise.
13816         (sinh_test_tonearest): Likewise.
13817         (sinh_test_towardzero): Likewise.
13818         (sinh_test_downward): Likewise.
13819         (sinh_test_upward): Likewise.
13820         (sqrt_test): Likewise.
13821         (sqrt_test_tonearest): Likewise.
13822         (sqrt_test_towardzero): Likewise.
13823         (sqrt_test_downward): Likewise.
13824         (sqrt_test_upward): Likewise.
13825         (tan_test): Likewise.
13826         (tan_test_tonearest): Likewise.
13827         (tan_test_towardzero): Likewise.
13828         (tan_test_downward): Likewise.
13829         (tan_test_upward): Likewise.
13830         (tanh_test): Likewise.
13831         (tgamma_test): Likewise.
13832         (trunc_test): Likewise.
13833         (y0_test): Likewise.
13834         (y1_test): Likewise.
13835         (yn_test): Likewise.
13836         (significand_test): Likewise.
13838         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13839         individual tests in comment.
13840         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13841         (prev_max_error): New variable.
13842         (prev_real_max_error): Likewise.
13843         (prev_imag_max_error): Likewise.
13844         (compare_ulp_data): Don't refer to test names in comment.
13845         (find_test_ulps): Remove function.
13846         (find_function_ulps): Likewise.
13847         (find_complex_function_ulps): Likewise.
13848         (init_max_error): Take function name as argument.  Look up ulps
13849         for that function.
13850         (print_ulps): Remove function.
13851         (print_max_error): Use prev_max_error instead of calling
13852         find_function_ulps.
13853         (print_complex_max_error): Use prev_real_max_error and
13854         prev_imag_max_error instead of calling find_complex_function_ulps.
13855         (check_float_internal): Take max_ulp parameter instead of calling
13856         find_test_ulps.  Don't call print_ulps.
13857         (check_float): Update call to check_float_internal.
13858         (check_complex): Update calls to check_float_internal.
13859         (START): Pass argument to init_max_error.
13860         * math/gen-libm-test.pl (%results): Don't include "kind"
13861         information.
13862         (parse_ulps): Don't handle ulps of individual tests.
13863         (print_ulps_file): Likewise.
13864         (output_ulps): Likewise.
13865         * math/README.libm-test: Update.
13866         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13867         individual tests.
13868         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13869         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13870         * sysdeps/arm/libm-test-ulps: Likewise.
13871         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13872         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13873         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13874         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13875         * sysdeps/microblaze/libm-test-ulps: Likewise.
13876         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13877         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13878         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13879         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13880         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13881         * sysdeps/sh/libm-test-ulps: Likewise.
13882         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13883         * sysdeps/tile/libm-test-ulps: Likewise.
13884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13886 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13888         * math/libm-test.inc (print_complex_max_error): Check separately
13889         whether real and imaginary errors are within allowed range and
13890         pass 0 to print_complex_function_ulps instead of value within
13891         allowed range.
13893 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13895         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13896         formatting.
13897         (get_handles_fopen): Likewise.
13898         (do_write_test): Likewise.
13900         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13902         * libio/fileops.c (do_ftell): Use cached offset when
13903         available.
13904         * libio/iofwide.c (do_ftell_wide): Likewise.
13905         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13906         _IO_file_attach.
13907         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13909         [BZ #16532]
13910         * libio/libioP.h (get_file_offset): New function.
13911         * libio/fileops.c (get_file_offset): Likewise.
13912         (do_ftell): Likewise.
13913         (_IO_new_file_seekoff): Split out ftell logic.
13914         * libio/wfileops.c (do_ftell_wide): Likewise.
13915         (_IO_wfile_seekoff): Split out ftell logic.
13916         * libio/tst-ftell-active-handler.c: New test case.
13917         * libio/Makefile (tests): Add it.
13919 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13921         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13922         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13924 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13926         [BZ #16639]
13927         * nscd/connections.c (nscd_init): Call do_exit.
13928         (start_threads): Call do_exit and notify_parent.
13929         (begin_drop_privileges): Call do_exit.
13930         (finish_drop_privileges): Likewise.
13931         * nscd/selinux.c (preserve_capabilities): Likewise.
13932         (install_real_capabilities): Likewise.
13933         (nscd_selinux_enabled): Likewise.
13934         (avc_create_thread): Likewise.
13935         (avc_alloc_lock): Likewise.
13936         (nscd_avc_init): Likewise.
13937         * nscd/nscd.c (parent_fd): New static variable.
13938         (main): Create a pipe between parent and child processes.
13939         Skip closing parent_fd.
13940         (monitor_child): New function.
13941         (do_exit): Likewise.
13942         (notify_parent): Likewise.
13943         * nscd/nscd.h (notify_parent): Likewise.
13944         (do_exit): Likewise.
13946 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13948         * malloc/malloc.c (__libc_calloc): Revert last change.
13950 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13954 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13956         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13957         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13958         implementation.
13959         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13960         (__libc_ifunc_impl_list): Likewise.
13961         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13962         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13963         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13964         * string/strrchr.c: Define STRRCHR.
13966 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13968         * benchtest/bench-strtok.c (simple_strtok): Delete.
13969         (strtok_string): Use as benchmark.
13970         * string/strtok (STRTOK): New macro.
13972 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13974         * manual/threads.texi: Add header and standard comments to all
13975         functions.
13977         * elf/dl-lookup.c (check_match): New function.
13978         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13979         (do_lookup_x): Remove nested function check_match. Use non-nested
13980         function check_match.
13982 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13984         * csu/Makefile (generated, before-compile): Use += rather than =.
13985         * catgets/Makefile (generated, generated-dirs): Likewise.
13986         * debug/Makefile (generated): Likewise.
13987         * dlfcn/Makefile (generated): Likewise.
13988         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13989         * iconvdata/Makefile (before-compile, generated): Likewise.
13990         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13991         * libio/Makefile (generated): Likewise.
13992         * malloc/Makefile (generated): Likewise.
13993         * manual/Makefile (generated, generated-dirs): Likewise.
13994         * misc/Makefile (generated): Likewise.
13995         * posix/Makefile (generated): Likewise.
13996         * resolv/Makefile (generated): Likewise.
13997         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13998         * timezone/Makefile (generated, generated-dirs): Likewise.
14000         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14002 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14004         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14005         power8 implementation.
14006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14007         file: POWER8 llround ifunc implementation.
14008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14009         (__lllround): Add POWER8 implementation.
14010         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14011         POWER8 llround implementation.
14013         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14014         power8 implementation.
14015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14016         file: POWER8 llrint ifunc implementation.
14017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14018         Add POWER8 implementation.
14019         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14020         POWER8 llrint implementation.
14022         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14023         power8 implementation.
14024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14025         file: POWER8 finite ifunc implementation.
14026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14027         Add POWER8 implementation.
14028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14029         Likewise.
14030         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14031         POWER8 finite implementation.
14032         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14034         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14035         power8 implementation.
14036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14037         file: POWER8 isinf ifunc implementation.
14038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14039         POWER8 implementation.
14040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14041         Likewise.
14042         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14043         isinf implementation.
14044         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14046         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14047         (INIT_ARCH): Add hwcap2 initialization.
14048         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14049         power8 implementation.
14050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14051         file: POWER8 isnan ifunc implementation.
14052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14053         POWER8 implementation.
14054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14055         Likewise.
14056         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14057         isnan implementation.
14058         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14060 2014-02-27  Joey Ye  <joey.ye@arm.com>
14062         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14063         (_FP_NANFRAC_Q): Set to zero.
14065 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14067         [BZ #16623]
14068         * math/auto-libm-test-in: New test inputs.
14069         * math/auto-libm-test-out: Regenerate.
14070         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14071         and DA.
14072         (__cos): Likewise.
14073         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14075 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14077         * scripts/evaluate-test.sh: Take new argument indicating whether
14078         failure is expected.
14079         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14080         indicating whether failure is expected.
14081         * conform/Makefile (test-xfail-run-conformtest): New variable.
14082         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14083         level.
14084         * posix/Makefile (test-xfail-annexc): New variable.
14085         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14087 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14089         * argp/Makefile: Include Makeconfig immediately after defining
14090         subdir.
14091         * assert/Makefile: Likewise.
14092         * benchtests/Makefile: Likewise.
14093         * catgets/Makefile: Likewise.
14094         * conform/Makefile: Likewise.
14095         * crypt/Makefile: Likewise.
14096         * csu/Makefile: Likewise.
14097         (all): Remove target.
14098         * ctype/Makefile: Include Makeconfig immediately after defining
14099         subdir.
14100         * debug/Makefile: Likewise.
14101         * dirent/Makefile: Likewise.
14102         * dlfcn/Makefile: Likewise.
14103         * gmon/Makefile: Likewise.
14104         * gnulib/Makefile: Likewise.
14105         * grp/Makefile: Likewise.
14106         * gshadow/Makefile: Likewise.
14107         * hesiod/Makefile: Likewise.
14108         * hurd/Makefile: Likewise.
14109         (all): Remove target.
14110         * iconvdata/Makefile: Include Makeconfig immediately after
14111         defining subdir.
14112         * inet/Makefile: Likewise.
14113         * intl/Makefile: Likewise.
14114         * io/Makefile: Likewise.
14115         * libio/Makefile: Likewise.
14116         (all): Remove target.
14117         * locale/Makefile: Include Makeconfig immediately after defining
14118         subdir.
14119         * login/Makefile: Likewise.
14120         * mach/Makefile: Likewise.
14121         (all): Remove target.
14122         * malloc/Makefile: Include Makeconfig immediately after defining
14123         subdir.
14124         (all): Remove target.
14125         * manual/Makefile: Include Makeconfig immediately after defining
14126         subdir.
14127         * math/Makefile: Likewise.
14128         * misc/Makefile: Likewise.
14129         * nis/Makefile: Likewise.
14130         * nss/Makefile: Likewise.
14131         * po/Makefile: Likewise.
14132         (all): Remove target.
14133         * posix/Makefile: Include Makeconfig immediately after defining
14134         subdir.
14135         * pwd/Makefile: Likewise.
14136         * resolv/Makefile: Likewise.
14137         * resource/Makefile: Likewise.
14138         * rt/Makefile: Likewise.
14139         * setjmp/Makefile: Likewise.
14140         * shadow/Makefile: Likewise.
14141         * signal/Makefile: Likewise.
14142         * socket/Makefile: Likewise.
14143         * soft-fp/Makefile: Likewise.
14144         * stdio-common/Makefile: Likewise.
14145         * stdlib/Makefile: Likewise.
14146         * streams/Makefile: Likewise.
14147         * string/Makefile: Likewise.
14148         * sunrpc/Makefile: Likewise.
14149         (all): Remove target.
14150         * sysvipc/Makefile: Include Makeconfig immediately after defining
14151         subdir.
14152         * termios/Makefile: Likewise.
14153         * time/Makefile: Likewise.
14154         * timezone/Makefile: Likewise.
14155         (all): Remove target.
14156         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14157         subdir.
14158         * wctype/Makefile: Likewise.
14160 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14162         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14163         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14164         (libc_feholdexcept_setround_mips): Ditto.
14165         (libc_feholdsetround): New.
14166         (libc_feholdsetroundf): New.
14167         (libc_feholdsetroundl): New.
14168         (libc_feupdateenv_test_mips): New.
14169         (libc_feupdateenv_test): New.
14170         (libc_feupdateenv_testf): New.
14171         (libc_feupdateenv_testl): New.
14172         (libc_feresetround): New.
14173         (libc_feresetroundf): New.
14174         (libc_feresetroundl): New.
14175         (libc_fetestexcept_mips): New.
14176         (libc_fetestexcept): New.
14177         (libc_fetestexceptf): New.
14178         (libc_fetestexceptl): New.
14179         (HAVE_RM_CTX): New.
14180         (libc_feholdexcept_setround_mips_ctx): New.
14181         (libc_feholdexcept_setround_ctx): New.
14182         (libc_feholdexcept_setroundf_ctx): New.
14183         (libc_feholdexcept_setroundl_ctx): New.
14184         (libc_fesetenv_mips_ctx): New.
14185         (libc_fesetenv_ctx): New.
14186         (libc_fesetenv_ctxf): New.
14187         (libc_fesetenv_ctxl): New.
14188         (libc_feupdateenv_mips_ctx): New.
14189         (libc_feupdateenv_ctx): New.
14190         (libc_feupdateenvf_ctx): New.
14191         (libc_feupdateenvl_ctx): New.
14192         (libc_feholdsetround_mips_ctx): New.
14193         (libc_feholdsetround_ctx): New.
14194         (libc_feholdsetroundf_ctx): New.
14195         (libc_feholdsetroundl_ctx): New.
14196         (libc_feresetround_mips_ctx): New.
14197         (libc_feresetround_ctx): New.
14198         (libc_feresetroundf_ctx): New.
14199         (libc_feresetroundl_ctx): New.
14201 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14203         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14205         * manual/ipc.texi: New file.
14206         * manual/Makefile (chapters): Add ipc.
14207         * manual/job.texi: Add "Inter-Process Communication" to next.
14208         * manual/process.texi: Add "Inter-Process Communication" to prev.
14210 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14214 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14216         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14218         * manual/arith.texi: Fix spaces after sentences.
14219         * manual/charset.texi: Likewise.
14220         * manual/errno.texi: Likewise.
14221         * manual/install.texi: Likewise.
14222         * manual/llio.texi: Likewise.
14223         * manual/locale.texi: Likewise.
14224         * manual/maint.texi: Likewise.
14225         * manual/math.texi: Likewise.
14226         * manual/memory.texi: Likewise.
14227         * manual/message.texi: Likewise.
14228         * manual/probes.texi: Likewise.
14229         * manual/resource.texi: Likewise.
14230         * manual/signal.texi: Likewise.
14231         * manual/socket.texi: Likewise.
14232         * manual/stdio.texi: Likewise.
14233         * manual/string.texi: Likewise.
14234         * manual/time.texi: Likewise.
14235         * manual/users.texi: Likewise.
14237 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14239         [BZ #16632]
14240         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14241         _DEFAULT_SOURCE is defined.
14243 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14244             Carlos O'Donell  <carlos@redhat.com>
14246         [BZ #16613]
14247         * elf/dl-tls.c (_dl_count_modids): New function.
14248         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14249         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14250         audit library and increment generation counter.
14251         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14252         * elf/tst-audit9.c: New file.
14253         * elf/tst-auditmod9a.c: New file.
14254         * elf/tst-auditmod9b.c: New file.
14255         * elf/Makefile: Add rules to build and run tst-audit9.
14257 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14259         [BZ #15347]
14260         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14262 2014-02-25  Will Newton  <will.newton@linaro.org>
14264         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14265         (__longjmp): Restore sp and lr before restoring callee
14266         saved registers.  Add longjmp and longjmp_target
14267         SystemTap probe point.
14268         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14269         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14270         Define to zero to match jmpbuf layout.
14271         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14272         (__sigsetjmp): Save sp and lr before saving callee
14273         saved registers.  Add setjmp SystemTap probe point.
14275 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14277         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14279 2014-02-24  Andreas Schwab  <schwab@suse.de>
14281         [BZ #15804]
14282         * elf/pldd.c (wait_for_ptrace_stop): New function.
14283         (main): Call it after attaching.
14285 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14287         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14288         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14289         Versions files is now verboten.
14290         * hurd/Versions (libc: GLIBC_2.0):
14291         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14292         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14293         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14294         * mach/Versions: Likewise.
14296         * csu/Versions: Remove unused %include.
14297         * resolv/Versions: Likewise.
14299 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14301         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14302         ($(objpfx)check-local-headers.out): Likewise.
14303         ($(objpfx)begin-end-check.out): Likewise.
14304         * Makerules (check-abi-%.out): Likewise.
14305         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14306         ($(objpfx)test2.cat): Likewise.
14307         ($(objpfx)de/libc.cat): Likewise.
14308         ($(objpfx)test-gencat.out): Likewise.
14309         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14310         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14311         ($(objpfx)noload-mem): Likewise.
14312         ($(objpfx)tst-pathopt.out): Likewise.
14313         ($(objpfx)tst-rtld-load-self.out): Likewise.
14314         ($(objpfx)tst-array1-cmp.out): Likewise.
14315         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14316         ($(objpfx)tst-array2-cmp.out): Likewise.
14317         ($(objpfx)tst-array3-cmp.out): Likewise.
14318         ($(objpfx)tst-array4-cmp.out): Likewise.
14319         ($(objpfx)tst-array5-cmp.out): Likewise.
14320         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14321         ($(objpfx)check-textrel.out): Likewise.
14322         ($(objpfx)check-execstack.out): Likewise.
14323         ($(objpfx)check-localplt.out): Likewise.
14324         ($(objpfx)order2-cmp.out): Likewise.
14325         ($(objpfx)tst-leaks1-mem): Likewise.
14326         ($(objpfx)tst-leaks1-static-mem): Likewise.
14327         ($(objpfx)tst-initorder-cmp.out): Likewise.
14328         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14329         ($(objpfx)tst-unused-dep.out): Likewise.
14330         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14331         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14332         * iconv/Makefile (test-iconvconfig): Likewise.
14333         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14334         ($(objpfx)iconv-test.out): Likewise.
14335         ($(objpfx)tst-tables.out): Likewise.
14336         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14337         ($(objpfx)tst-gettext.out): Likewise.
14338         ($(objpfx)tst-translit.out): Likewise.
14339         ($(objpfx)tst-gettext2.out): Likewise.
14340         ($(objpfx)tst-gettext4.out): Likewise.
14341         ($(objpfx)tst-gettext6.out): Likewise.
14342         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14343         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14344         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14345         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14346         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14347         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14348         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14349         ($(objpfx)wordexp-tst.out): Likewise.
14350         ($(objpfx)annexc.out): Likewise.
14351         ($(objpfx)tst-fnmatch-mem): Likewise.
14352         ($(objpfx)bug-regex2-mem): Likewise.
14353         ($(objpfx)bug-regex14-mem): Likewise.
14354         ($(objpfx)bug-regex21-mem): Likewise.
14355         ($(objpfx)bug-regex31-mem): Likewise.
14356         ($(objpfx)tst-vfork3-mem): Likewise.
14357         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14358         ($(objpfx)tst-pcre-mem): Likewise.
14359         ($(objpfx)tst-boost-mem): Likewise.
14360         ($(objpfx)tst-getconf.out): Likewise.
14361         ($(objpfx)bug-ga2-mem): Likewise.
14362         ($(objpfx)bug-glob2-mem): Likewise.
14363         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14364         ($(objpfx)mtrace-tst-leaks2): Likewise.
14365         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14366         ($(objpfx)tst-printf.out): Likewise.
14367         ($(objpfx)tst-setvbuf1.out): Likewise.
14368         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14369         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14370         ($(objpfx)tst-fmtmsg.out): Likewise.
14371         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14372         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14374         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14375         * bits/sigaction.h [__USE_MISC]: Likewise.
14376         * bits/waitstatus.h: Update #endif comments.
14377         * ctype/ctype.h: Likewise.
14378         * dirent/dirent.h: Likewise.
14379         [__USE_MISC]: Remove redundant conditionals.
14380         * grp/grp.h: Update #endif comments.
14381         [__USE_GNU]: Remove redundant conditionals.
14382         [__USE_MISC]: Likewise.
14383         * inet/netinet/in.h [__USE_GNU]: Likewise.
14384         * io/sys/stat.h [__USE_MISC]: Likewise.
14385         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14386         * libio/bits/stdio.h: Update #endif comments.
14387         [__USE_MISC]: Remove redundant conditionals.
14388         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14389         * libio/stdio.h: Update #endif comments.
14390         [__USE_MISC]: Remove redundant conditionals.
14391         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14392         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14393         * math/math.h: Update #else and #endif comments.
14394         [__USE_MISC]: Remove redundant conditionals.
14395         * misc/sys/uio.h: Update #endif comments.
14396         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14397         * posix/glob.h [__USE_MISC]: Likewise.
14398         * posix/sys/types.h: Update #endif comments.
14399         [__USE_MISC]: Remove redundant conditionals.
14400         * posix/sys/wait.h: Update #endif comments.
14401         [__USE_MISC]: Remove redundant conditionals.
14402         * posix/unistd.h: Update #endif comments.
14403         [__USE_MISC]: Remove redundant conditionals.
14404         * pwd/pwd.h [__USE_GNU]: Likewise.
14405         [__USE_MISC]: Likewise.
14406         * resolv/netdb.h [__USE_GNU]: Likewise.
14407         * signal/signal.h: Update #endif comments.
14408         [__USE_MISC]: Remove redundant conditionals.
14409         * stdlib/stdlib.h: Update #else and #endif comments.
14410         [__USE_MISC]: Remove redundant conditionals.
14411         [__USE_GNU]: Likewise.
14412         * string/bits/string2.h [__USE_MISC]: Likewise.
14413         * string/string.h: Update #endif comments.
14414         [__USE_MISC]: Remove redundant conditionals.
14415         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14416         Likewise.
14417         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14418         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14419         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14420         Likewise.
14421         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14422         Likewise.
14423         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14424         comments.
14425         [__USE_MISC]: Remove redundant conditionals.
14426         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14427         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14428         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14429         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14430         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14431         Likewise.
14432         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14433         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14434         Likewise.
14435         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14436         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14437         Likewise.
14438         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14439         Likewise.
14440         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14441         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14442         Likewise.
14443         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14444         Likewise.
14445         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14446         * sysdeps/x86/bits/string.h: Update #endif comments.
14447         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14448         conditionals.
14449         * time/sys/time.h: Update #endif comments.
14450         * time/time.h: Likewise.
14451         [__USE_MISC]: Remove redundant conditionals.
14453 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14455         [BZ #16600]
14456         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14458 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14460         * Versions.def (librt): Add GLIBC_2.17.
14462 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14464         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14465         synonym for _SYS_AUXV_H to allow direct inclusion.
14466         * sysdeps/sparc/bits/hwcap.h: Likewise.
14467         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14468         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14469         * sysdeps/sparc/sysdep.h: Likewise.
14471 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14473         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14475 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14477         * benchtests/bench-strrchr.c: Print length instead of position.
14479 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14481         [BZ #16611]
14482         * sysdeps/unix/sysv/linux/kernel-features.h
14483         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14484         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14485         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14486         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14487         Likewise.
14488         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14489         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14490         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14491         (__ASSUME_SENDMMSG): Define instead of using previous
14492         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14493         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14494         (__ASSUME_SENDMMSG_SYSCALL): Define.
14495         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14496         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14497         Likewise.
14498         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14499         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14500         Likewise.
14501         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14502         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14503         Likewise.
14504         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14505         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14506         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14507         [__ASSUME_SENDMMSG]: Change conditionals to
14508         [__ASSUME_SENDMMSG_SOCKETCALL].
14509         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14510         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14511         Define.
14512         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14513         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14514         Likewise.
14515         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14516         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14517         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14518         [!__ASSUME_SENDMMSG]: Change conditional to
14519         [!__ASSUME_SENDMMSG_SOCKETCALL].
14520         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14521         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14522         Define.
14524         [BZ #16610]
14525         * sysdeps/unix/sysv/linux/kernel-features.h
14526         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14527         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14528         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14529         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14530         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14531         [__i386__ || __sparc__]
14532         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14533         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14534         (__ASSUME_RECVMMSG): Define instead of using previous
14535         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14536         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14537         (__ASSUME_RECVMMSG_SYSCALL): Define.
14538         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14539         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14540         Likewise.
14541         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14542         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14543         Likewise.
14544         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14545         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14546         Likewise.
14547         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14548         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14549         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14550         [__ASSUME_RECVMMSG]: Change condition to
14551         [__ASSUME_RECVMMSG_SOCKETCALL].
14552         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14553         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14554         Define.
14555         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14556         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14557         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14558         Likewise.
14559         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14560         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14561         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14562         [!__ASSUME_RECVMMSG]: Change condition to
14563         [!__ASSUME_RECVMMSG_SOCKETCALL].
14564         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14565         (__ASSUME_RECVMMSG_SYSCALL): Define.
14567         [BZ #16609]
14568         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14569         __powerpc__ || __s390__ || __sh__ || __sparc__]
14570         (__ASSUME_SOCKETCALL): Define.
14571         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14572         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14573         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14574         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14575         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14576         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14577         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14578         (__ASSUME_ACCEPT4): Define instead of using previous
14579         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14580         __powerpc__ || __sparc__ || __s390__)] condition.
14581         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14582         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14583         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14584         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14585         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14586         [!__ASSUME_ACCEPT4]: Change condition to
14587         [!__ASSUME_ACCEPT4_SOCKETCALL].
14588         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14589         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14590         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14591         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14592         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14593         __ASSUME_ACCEPT4_SYSCALL.
14594         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14595         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14596         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14597         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14598         __ASSUME_ACCEPT4_SYSCALL.
14599         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14600         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14601         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14602         [__ASSUME_ACCEPT4]: Change condition to
14603         [__ASSUME_ACCEPT4_SOCKETCALL].
14604         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14605         (__ASSUME_SOCKETCALL): Define.
14606         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14607         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14608         (__ASSUME_SOCKETCALL): Define.
14609         (__ASSUME_ACCEPT4): Remove.
14610         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14611         Define.
14612         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14613         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14614         Likewise.
14615         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14616         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14618         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14619         macro.
14620         (HWCAP_ARM_LPAE): Likewise.
14621         (HWCAP_ARM_EVTSTRM): Likewise.
14622         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14623         Add vpfd32, lpae and evtstrm.
14624         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14625         Increase to 22.
14627 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14629         * math/auto-libm-test-in: Add tests of clog10.
14630         * math/auto-libm-test-out: Regenerated.
14631         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14632         * sysdeps/i386/fpu/libm-test-ulps: Update.
14633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14635 2014-02-18  Andreas Schwab  <schwab@suse.de>
14637         [BZ #16574]
14638         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14639         Store non-zero if the second buffer was newly allocated.
14640         (send_dg): Likewise.
14641         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14642         to send_vc and send_dg.
14643         (res_nsend): Pass NULL for ansp2_malloced.
14644         * resolv/res_query.c (__libc_res_nquery): Add parameter
14645         answerp2_malloced and pass it down to __libc_res_nsend.
14646         (res_nquery): Pass additional NULL to __libc_res_nquery.
14647         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14648         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14649         second answer buffer if answerp2_malloced was set.
14650         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14651         (__libc_res_nquerydomain): Add parameter
14652         answerp2_malloced and pass it down to __libc_res_nquery.
14653         (res_nquerydomain): Pass additional NULL to
14654         __libc_res_nquerydomain.
14655         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14656         additional NULL to __libc_res_nsend and __libc_res_nquery.
14657         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14658         additional NULL to __libc_res_nsearch.
14659         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14660         parameter of __libc_res_nsearch to check for separately allocated
14661         second buffer.
14662         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14663         __libc_res_nquery.
14664         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14665         additional NULL to __libc_res_nquery.
14666         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14667         __libc_res_nsearch.
14668         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14669         * include/resolv.h: Update prototypes of __libc_res_nquery,
14670         __libc_res_nsearch, __libc_res_nsend.
14672 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14674         * math/auto-libm-test-in: Add tests of fma.
14675         * math/auto-libm-test-out: Regenerated.
14676         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14677         (fma_towardzero_test_data): Likewise.
14678         (fma_downward_test_data): Likewise.
14679         (fma_upward_test_data): Likewise.
14680         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14681         mpc_mode.
14682         (rounding_modes): Add values for new field.
14683         (func_calc_method): Add value mpfr_fff_f.
14684         (func_calc_desc): Add mpfr_fff_f union field.
14685         (test_function): Add field exact_args.
14686         (FUNC): Add macro argument EXACT_ARGS.
14687         (FUNC_mpfr_f_f): Update call to FUNC.
14688         (FUNC_mpfr_f_f): Likewise.
14689         (FUNC_mpfr_ff_f): Likewise.
14690         (FUNC_mpfr_if_f): Likewise.
14691         (FUNC_mpc_c_f): Likewise.
14692         (FUNC_mpc_c_c): Likewise.
14693         (test_functions): Add fma.  Update calls to FUNC.
14694         (handle_input_arg): Add argument exact_args.
14695         (add_test): Update call to handle_input_arg.
14696         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14697         (output_for_one_input_case): Update call to calc_generic_results.
14698         Recalculate exact zero results in each rounding mode.
14700         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14701         non-negative before setting low bit.
14702         * math/auto-libm-test-in: Mark one asin test possibly having
14703         spurious underflow.
14704         * math/auto-libm-test-out: Regenerated.
14705         * sysdeps/i386/fpu/libm-test-ulps: Update.
14706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14708 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14710         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14711         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14712         ports/sysdeps/unix/sysv/linux/microblaze.
14713         * README: Add missing listing for microblaze*-*-linux-gnu.
14715 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14717         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14718         duplicate code
14720 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14722         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14723         * sysdeps/unix/sysv/linux/ia64: Move directory from
14724         ports/sysdeps/unix/sysv/linux/ia64.
14725         * README: Update listing for ia64-*-linux-gnu.
14727 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14728             Joseph Myers  <joseph@codesourcery.com>
14730         * Makeconfig (test-name): New variable.
14731         (evaluate-test): Likewise.
14732         * Makerules (do-test-clean): Remove .test-result files.
14733         (common-mostlyclean): Likewise.
14734         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14735         * scripts/evaluate-test.sh: New file.
14737 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14739         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14740         separate $(objpfx)tst-fopenloc-cmp.out and
14741         $(objpfx)tst-fopenloc-mem.out targets.
14742         (tests): Update dependencies.
14743         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14744         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14745         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14746         (tst-rxspencer-no-utf8-ARGS): New variable.
14747         (tst-rxspencer-no-utf8-ENV): Likewise.
14748         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14749         instead of $(objpfx)tst-rxspencer-mem.
14750         ($(objpfx)tst-rxspencer-mem): Change target to
14751         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14752         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14753         * posix/tst-rxspencer-no-utf8.c: New file.
14755         * elf/Makefile ($(objpfx)order.out): Remove rule.
14756         [$(run-built-tests) = yes] (tests): Depend on
14757         $(objpfx)order-cmp.out.
14758         ($(objpfx)order-cmp.out): New rule.
14759         [$(run-built-tests) = yes] (tests): Depend on
14760         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14761         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14762         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14763         $(objpfx)tst-array5-static-cmp.out.
14764         ($(objpfx)tst-array1.out): Remove rule.
14765         ($(objpfx)tst-array1-cmp.out): New rule.
14766         ($(objpfx)tst-array1-static.out): Remove rule.
14767         ($(objpfx)tst-array1-static-cmp.out): New rule.
14768         ($(objpfx)tst-array2.out): Remove rule.
14769         ($(objpfx)tst-array2-cmp.out): New rule.
14770         ($(objpfx)tst-array3.out): Remove rule.
14771         ($(objpfx)tst-array3-cmp.out): New rule.
14772         ($(objpfx)tst-array4.out): Remove rule.
14773         ($(objpfx)tst-array4-cmp.out): New rule.
14774         ($(objpfx)tst-array5.out): Remove rule.
14775         ($(objpfx)tst-array5-cmp.out): New rule.
14776         ($(objpfx)tst-array5-static.out): Remove rule.
14777         ($(objpfx)tst-array5-static-cmp.out): New rule.
14778         [$(run-built-tests) = yes] (tests): Depend on
14779         $(objpfx)order2-cmp.out.
14780         ($(objpfx)order2.out): Remove rule.
14781         ($(objpfx)order2-cmp.out): New rule.
14782         ($(objpfx)tst-initorder.out): Remove rule.
14783         [$(run-built-tests) = yes] (tests): Depend on
14784         $(objpfx)tst-initorder-cmp.out.
14785         ($(objpfx)tst-initorder-cmp.out): New rule.
14786         ($(objpfx)tst-initorder2.out): Remove rule.
14787         [$(run-built-tests) = yes] (tests): Depend on
14788         $(objpfx)tst-initorder2-cmp.out.
14789         ($(objpfx)tst-initorder2-cmp.out): New rule.
14790         [$(run-built-tests) = yes] (tests): Depend on
14791         $(objpfx)tst-unused-dep-cmp.out.
14792         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14793         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14794         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14795         on $(objpfx)tst-setvbuf1-cmp.out.
14796         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14797         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14798         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14799         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14800         ($(objpfx)tst-svc.out): Remove rule.
14801         ($(objpfx)tst-svc-cmp.out): New rule.
14803 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14805         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14806         * ctype/ctype.h [__USE_MISC]: Likewise.
14807         * dirent/dirent.h [__USE_MISC]: Likewise.
14808         * grp/grp.h [__USE_MISC]: Likewise.
14809         * io/fcntl.h [__USE_MISC]: Likewise.
14810         * io/sys/stat.h [__USE_MISC]: Likewise.
14811         * libio/stdio.h [__USE_MISC]: Likewise.
14812         * posix/unistd.h [__USE_MISC]: Likewise.
14813         * pwd/pwd.h [__USE_MISC]: Likewise.
14814         * stdlib.h [__USE_MISC]: Likewise.
14815         * string/bits/string2.h [__USE_MISC]: Likewise.
14816         * string/string.h [__USE_MISC]: Likewise.
14817         * time/time.h [__USE_MISC]: Likewise.
14819 2014-02-13  Andreas Schwab  <schwab@suse.de>
14821         [BZ #16574]
14822         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14823         second answer buffer if it was separately allocated.
14825 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14827         * sysdeps/mips/math-tests.h: Include <features.h>.
14828         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14829         (ROUNDING_TESTS_long_double): Do not define.
14830         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14831         (EXCEPTION_TESTS_long_double): Likewise.
14832         * sysdeps/mips/mips64/libm-test-ulps: Update.
14834         * include/features.h (__USE_BSD): Remove macro definitions.
14835         (__USE_SVID): Likewise.
14836         (_BSD_SOURCE): Likewise.
14837         (_SVID_SOURCE): Likewise.
14838         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14839         from definition of _DEFAULT_SOURCE.
14840         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14841         [_DEFAULT_SOURCE].
14842         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14843         * bits/mman.h [__USE_BSD]: Likewise.
14844         * bits/termios.h [__USE_BSD]: Likewise.
14845         * bits/waitstatus.h [__USE_BSD]: Likewise.
14846         * ctype/ctype.h [__USE_SVID]: Likewise.
14847         * dirent/dirent.h [__USE_BSD]: Likewise.
14848         * grp/grp.h [__USE_SVID]: Likewise.
14849         [__USE_BSD]: Likewise.
14850         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14851         * io/fcntl.h [__USE_BSD]: Likewise.
14852         * io/ftw.h [__USE_BSD]: Likewise.
14853         * io/sys/stat.h [__USE_BSD]: Likewise.
14854         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14855         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14856         * libio/stdio.h [__USE_SVID]: Likewise.
14857         [__USE_BSD]: Likewise.
14858         * math/math.h [__USE_SVID]: Likewise.
14859         [__USE_BSD]: Likewise.
14860         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14861         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14862         * misc/search.h [__USE_SVID]: Likewise.
14863         * misc/sys/mman.h [__USE_BSD]: Likewise.
14864         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14865         * misc/sys/uio.h [__USE_BSD]: Likewise.
14866         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14867         * posix/glob.h [__USE_BSD]: Likewise.
14868         * posix/regex.h [__USE_BSD]: Likewise.
14869         * posix/sys/types.h [__USE_BSD]: Likewise.
14870         [__USE_SVID]: Likewise.
14871         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14872         * posix/sys/wait.h [__USE_BSD]: Likewise.
14873         [__USE_SVID]: Likewise.
14874         * posix/unistd.h [__USE_BSD]: Likewise.
14875         [__USE_SVID]: Likewise.
14876         * pwd/pwd.h [__USE_SVID]: Likewise.
14877         * resolv/netdb.h [__USE_BSD]: Likewise.
14878         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14879         * signal/signal.h [__USE_BSD]: Likewise.
14880         [__USE_SVID]: Likewise.
14881         * socket/sys/socket.h [__USE_BSD]: Likewise.
14882         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14883         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14884         [__USE_SVID]: Likewise.
14885         * string/bits/string2.h [__USE_BSD]: Likewise.
14886         [__USE_SVID]: Likewise.
14887         * string/bits/string3.h [__USE_BSD]: Likewise.
14888         * string/endian.h [__USE_BSD]: Likewise.
14889         * string/string.h [__USE_SVID]: Likewise.
14890         [__USE_BSD]: Likewise.
14891         * string/strings.h [__USE_BSD]: Likewise.
14892         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14893         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14894         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14895         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14896         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14897         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14898         Likewise.
14899         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14900         Likewise.
14901         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14902         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14903         Likewise.
14904         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14905         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14906         Likewise.
14907         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14908         Likewise.
14909         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14910         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14911         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14912         Likewise.
14913         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14914         Likewise.
14915         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14916         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14917         * termios/termios.h [__USE_BSD]: Likewise.
14918         * time/sys/time.h [__USE_BSD]: Likewise.
14919         * time/time.h [__USE_BSD]: Likewise.
14920         [__USE_SVID]: Likewise.
14922         * Makefile (subdir_targets): Remove subdir_lint.out.
14924         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14925         (do-tst-printf): Likewise.
14926         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14927         $(objpfx)tst-printf.out.
14929         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14931         * Makerules (check-abi-%): Change target to
14932         $(objpfx)check-abi-%.out.
14933         (check-abi target): Update dependencies.
14934         (check-abi-pattern variable): Redirect output of diff to $@.
14935         (check-abi variable): Likewise.
14936         * elf/Makefile (check-abi): Update dependencies.
14938         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14939         unused.
14940         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14941         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14942         subnormal range.
14943         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14944         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14945         value has largest subnormal exponent.
14946         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14947         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14948         * sysdeps/aarch64/soft-fp/sfp-machine.h
14949         (_FP_TININESS_AFTER_ROUNDING): New macro.
14950         * sysdeps/alpha/soft-fp/sfp-machine.h
14951         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14952         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14953         Likewise.
14954         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14955         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14956         * sysdeps/mips/soft-fp/sfp-machine.h
14957         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14958         * sysdeps/powerpc/soft-fp/sfp-machine.h
14959         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14960         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14961         Likewise.
14962         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14963         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14964         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14965         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14966         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14967         Likewise.
14969 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14971         [BZ #16545]
14972         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14973         model 1.
14975 2014-02-12  Richard Henderson  <rth@redhat.com>
14977         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14978         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14979         * sysdeps/unix/sysv/linux/alpha: Move directory from
14980         ports/sysdeps/unix/sysv/linux/alpha.
14981         * README: Update listing for alpha-*-linux-gnu.
14983 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14985         * include/features.h: Update comment documenting feature test
14986         macros.
14987         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14988         _DEFAULT_SOURCE.
14989         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14990         (_SVID_SOURCE): Likewise.
14991         (_DEFAULT_SOURCE): Update description of default features.
14992         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14993         with _GNU_SOURCE.
14994         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14995         (S_ISVTX): Likewise.
14996         * manual/math.texi (Mathematical Constants): Likewise.
14997         * manual/signal.texi (Interrupted Primitives): Likewise.
14998         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14999         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15000         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15001         Don't refer to _SVID_SOURCE in warning text.
15003         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15005         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15006         already defined.
15007         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15008         * sysdeps/mips/dl-lookup.c: Remove.
15009         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15011 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15013         [BZ #16447]
15014         * math/auto-libm-test-in: Add testcase for expl.
15015         * math/auto-libm-test-out: Regenerate.
15016         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15017         calculation of unsafe.
15018         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15020 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15022         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15023         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15024         ports/sysdeps/unix/sysv/linux/aarch64.
15025         * README: Update listing for aarch64*-*-linux-gnu.
15027 2014-02-11  Will Newton  <will.newton@linaro.org>
15029         * manual/probes.texi (Mathematical Function Probes): Use
15030         "triggered" instead of "hit".
15032         * manual/probes.texi (Internal Probes): Add documentation
15033         of setjmp, longjmp and longjmp_target probes.
15035         * include/stap-probe.h: Add comment about probe argument
15036         format.
15038         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15039         definition.  (tr_where, tr_freehook, tr_mallochook,
15040         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15042 2014-02-11  David S. Miller  <davem@davemloft.net>
15044         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15045         processing int_tests.
15047 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15049         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15050         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15051         * sysdeps/unix/sysv/linux/mips: Move directory from
15052         ports/sysdeps/unix/sysv/linux/mips.
15053         * README: Update listing for mips-*-linux-gnu and
15054         mips64-*-linux-gnu.
15056 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15058         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15059         * sysdeps/unix/sysv/linux/m68k: Move directory from
15060         ports/sysdeps/unix/sysv/linux/m68k.
15061         * README: Update listing for m68k-*-linux-gnu.
15063 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15065         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15066         * sysdeps/unix/sysv/linux/generic: Move directory from
15067         ports/sysdeps/unix/sysv/linux/generic.
15068         * sysdeps/unix/sysv/linux/tile: Move directory from
15069         ports/sysdeps/unix/sysv/linux/tile.
15070         * README: Update listing for tile*-*-linux-gnu.
15072 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15074         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15075         __builtin_expect.
15076         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15077         * catgets/open_catalog.c (__open_catalog): Likewise.
15078         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15079         * debug/confstr_chk.c: Likewise.
15080         * debug/fread_chk.c (__fread_chk): Likewise.
15081         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15082         * debug/getgroups_chk.c: Likewise.
15083         * debug/mbsnrtowcs_chk.c: Likewise.
15084         * debug/mbsrtowcs_chk.c: Likewise.
15085         * debug/mbstowcs_chk.c: Likewise.
15086         * debug/memcpy_chk.c: Likewise.
15087         * debug/memmove_chk.c: Likewise.
15088         * debug/mempcpy_chk.c: Likewise.
15089         * debug/memset_chk.c: Likewise.
15090         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15091         * debug/strcat_chk.c (__strcat_chk): Likewise.
15092         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15093         * debug/strncat_chk.c (__strncat_chk): Likewise.
15094         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15095         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15096         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15097         * debug/wcpncpy_chk.c: Likewise.
15098         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15099         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15100         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15101         * debug/wcsncpy_chk.c: Likewise.
15102         * debug/wcsnrtombs_chk.c: Likewise.
15103         * debug/wcsrtombs_chk.c: Likewise.
15104         * debug/wcstombs_chk.c: Likewise.
15105         * debug/wmemcpy_chk.c: Likewise.
15106         * debug/wmemmove_chk.c: Likewise.
15107         * debug/wmempcpy_chk.c: Likewise.
15108         * debug/wmemset_chk.c: Likewise.
15109         * dirent/scandirat.c (SCANDIRAT): Likewise.
15110         * dlfcn/dladdr1.c (dladdr1): Likewise.
15111         * dlfcn/dladdr.c (dladdr): Likewise.
15112         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15113         * dlfcn/dlerror.c (__dlerror): Likewise.
15114         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15115         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15116         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15117         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15118         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15119         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15120         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15121         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15122         Likewise.
15123         * elf/dl-conflict.c: Likewise.
15124         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15125         * elf/dl-dst.h: Likewise.
15126         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15127         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15128         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15129         * elf/dl-init.c (call_init, _dl_init): Likewise.
15130         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15131         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15132         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15133         Likewise.
15134         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15135         Likewise.
15136         * elf/dl-minimal.c (__libc_memalign): Likewise.
15137         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15138         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15139         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15140         * elf/dl-sym.c (do_sym): Likewise.
15141         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15142         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15143         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15144         * elf/dl-writev.h (_dl_writev): Likewise.
15145         * elf/ldconfig.c (search_dir): Likewise.
15146         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15147         (dl_main): Likewise.
15148         * elf/setup-vdso.h (setup_vdso): Likewise.
15149         * grp/compat-initgroups.c (compat_call): Likewise.
15150         * grp/fgetgrent.c (fgetgrent): Likewise.
15151         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15152         * grp/putgrent.c (putgrent): Likewise.
15153         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15154         Likewise.
15155         * hurd/hurdinit.c: Likewise.
15156         * iconvdata/8bit-gap.c (struct): Likewise.
15157         * iconvdata/ansi_x3.110.c : Likewise.
15158         * iconvdata/big5.c : Likewise.
15159         * iconvdata/big5hkscs.c : Likewise.
15160         * iconvdata/cp1255.c: Likewise.
15161         * iconvdata/cp1258.c : Likewise.
15162         * iconvdata/cp932.c : Likewise.
15163         * iconvdata/euc-cn.c: Likewise.
15164         * iconvdata/euc-jisx0213.c : Likewise.
15165         * iconvdata/euc-jp.c: Likewise.
15166         * iconvdata/euc-jp-ms.c : Likewise.
15167         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15168         * iconvdata/gb18030.c : Likewise.
15169         * iconvdata/gbbig5.c (const): Likewise.
15170         * iconvdata/gbgbk.c: Likewise.
15171         * iconvdata/gbk.c : Likewise.
15172         * iconvdata/ibm1364.c : Likewise.
15173         * iconvdata/ibm930.c : Likewise.
15174         * iconvdata/ibm932.c: Likewise.
15175         * iconvdata/ibm933.c : Likewise.
15176         * iconvdata/ibm935.c : Likewise.
15177         * iconvdata/ibm937.c : Likewise.
15178         * iconvdata/ibm939.c : Likewise.
15179         * iconvdata/ibm943.c: Likewise.
15180         * iconvdata/iso_11548-1.c: Likewise.
15181         * iconvdata/iso-2022-cn.c : Likewise.
15182         * iconvdata/iso-2022-cn-ext.c : Likewise.
15183         * iconvdata/iso-2022-jp-3.c: Likewise.
15184         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15185         * iconvdata/iso-2022-kr.c : Likewise.
15186         * iconvdata/iso646.c (gconv_end): Likewise.
15187         * iconvdata/iso_6937-2.c : Likewise.
15188         * iconvdata/iso_6937.c : Likewise.
15189         * iconvdata/iso8859-1.c: Likewise.
15190         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15191         * iconvdata/shift_jisx0213.c : Likewise.
15192         * iconvdata/sjis.c : Likewise.
15193         * iconvdata/t.61.c : Likewise.
15194         * iconvdata/tcvn5712-1.c : Likewise.
15195         * iconvdata/tscii.c: Likewise.
15196         * iconvdata/uhc.c : Likewise.
15197         * iconvdata/unicode.c (gconv_end): Likewise.
15198         * iconvdata/utf-16.c (gconv_end): Likewise.
15199         * iconvdata/utf-32.c (gconv_end): Likewise.
15200         * iconvdata/utf-7.c (base64): Likewise.
15201         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15202         * iconv/gconv_close.c (__gconv_close): Likewise.
15203         * iconv/gconv_open.c (__gconv_open): Likewise.
15204         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15205         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15206         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15207         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15208         (ucs4le_internal_loop_single): Likewise.
15209         * iconv/iconv.c (iconv): Likewise.
15210         * iconv/iconv_close.c: Likewise.
15211         * iconv/loop.c (SINGLE): Likewise.
15212         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15213         * include/atomic.h: Likewise.
15214         * inet/inet6_option.c (option_alloc): Likewise.
15215         * intl/bindtextdom.c (set_binding_values): Likewise.
15216         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15217         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15218         * intl/localealias.c (read_alias_file): Likewise.
15219         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15220         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15221         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15222         * libio/fmemopen.c (fmemopen): Likewise.
15223         * libio/iofgets.c (_IO_fgets): Likewise.
15224         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15225         * libio/iofgetws.c (fgetws): Likewise.
15226         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15227         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15228         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15229         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15230         * locale/findlocale.c (_nl_find_locale): Likewise.
15231         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15232         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15233         Likewise.
15234         * locale/setlocale.c (setlocale): Likewise.
15235         * login/programs/pt_chown.c (main): Likewise.
15236         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15237         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15238         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15239         (mmap, mmap64, mremap, munmap): Likewise.
15240         * math/e_exp2l.c: Likewise.
15241         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15242         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15243         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15244         * math/s_catan.c (__catan): Likewise.
15245         * math/s_catanf.c (__catanf): Likewise.
15246         * math/s_catanh.c (__catanh): Likewise.
15247         * math/s_catanhf.c (__catanhf): Likewise.
15248         * math/s_catanhl.c (__catanhl): Likewise.
15249         * math/s_catanl.c (__catanl): Likewise.
15250         * math/s_ccosh.c (__ccosh): Likewise.
15251         * math/s_ccoshf.c (__ccoshf): Likewise.
15252         * math/s_ccoshl.c (__ccoshl): Likewise.
15253         * math/s_cexp.c (__cexp): Likewise.
15254         * math/s_cexpf.c (__cexpf): Likewise.
15255         * math/s_cexpl.c (__cexpl): Likewise.
15256         * math/s_clog10.c (__clog10): Likewise.
15257         * math/s_clog10f.c (__clog10f): Likewise.
15258         * math/s_clog10l.c (__clog10l): Likewise.
15259         * math/s_clog.c (__clog): Likewise.
15260         * math/s_clogf.c (__clogf): Likewise.
15261         * math/s_clogl.c (__clogl): Likewise.
15262         * math/s_csin.c (__csin): Likewise.
15263         * math/s_csinf.c (__csinf): Likewise.
15264         * math/s_csinh.c (__csinh): Likewise.
15265         * math/s_csinhf.c (__csinhf): Likewise.
15266         * math/s_csinhl.c (__csinhl): Likewise.
15267         * math/s_csinl.c (__csinl): Likewise.
15268         * math/s_csqrt.c (__csqrt): Likewise.
15269         * math/s_csqrtf.c (__csqrtf): Likewise.
15270         * math/s_csqrtl.c (__csqrtl): Likewise.
15271         * math/s_ctan.c (__ctan): Likewise.
15272         * math/s_ctanf.c (__ctanf): Likewise.
15273         * math/s_ctanh.c (__ctanh): Likewise.
15274         * math/s_ctanhf.c (__ctanhf): Likewise.
15275         * math/s_ctanhl.c (__ctanhl): Likewise.
15276         * math/s_ctanl.c (__ctanl): Likewise.
15277         * math/w_pow.c: Likewise.
15278         * math/w_powf.c: Likewise.
15279         * math/w_powl.c: Likewise.
15280         * math/w_scalb.c (sysv_scalb): Likewise.
15281         * math/w_scalbf.c (sysv_scalbf): Likewise.
15282         * math/w_scalbl.c (sysv_scalbl): Likewise.
15283         * misc/error.c (error_tail): Likewise.
15284         * misc/pselect.c (__pselect): Likewise.
15285         * nis/nis_callback.c (__nis_create_callback): Likewise.
15286         * nis/nis_call.c (__nisfind_server): Likewise.
15287         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15288         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15289         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15290         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15291         * nis/nis_lookup.c (nis_lookup): Likewise.
15292         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15293         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15294         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15295         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15296         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15297         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15298         * nis/nss_compat/compat-initgroups.c (add_group)
15299         (internal_getgrent_r): Likewise.
15300         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15301         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15302         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15303         (internal_getspnam_r): Likewise.
15304         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15305         (_nss_nis_getaliasbyname_r): Likewise.
15306         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15307         (_nss_nis_getntohost_r): Likewise.
15308         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15309         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15310         (_nss_nis_getgrgid_r): Likewise.
15311         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15312         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15313         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15314         (_nss_nis_gethostbyname4_r): Likewise.
15315         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15316         (initgroups_netid): Likewise.
15317         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15318         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15319         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15320         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15321         (_nss_nis_getprotobynumber_r): Likewise.
15322         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15323         (_nss_nis_getsecretkey): Likewise.
15324         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15325         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15326         (_nss_nis_getpwuid_r): Likewise.
15327         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15328         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15329         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15330         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15331         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15332         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15333         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15334         Likewise.
15335         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15336         (_nss_nisplus_getntohost_r): Likewise.
15337         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15338         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15339         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15340         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15341         Likewise.
15342         * nis/nss_nisplus/nisplus-initgroups.c
15343         (_nss_nisplus_initgroups_dyn): Likewise.
15344         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15345         (_nss_nisplus_getnetbyaddr_r): Likewise.
15346         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15347         (_nss_nisplus_getprotobynumber_r): Likewise.
15348         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15349         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15350         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15351         Likewise.
15352         * nis/nss_nisplus/nisplus-service.c
15353         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15354         (_nss_nisplus_getservbyport_r): Likewise.
15355         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15356         (_nss_nisplus_getspnam_r): Likewise.
15357         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15358         Likewise.
15359         * nscd/aicache.c (addhstaiX): Likewise.
15360         * nscd/cache.c (cache_search, prune_cache): Likewise.
15361         * nscd/connections.c (register_traced_file, send_ro_fd)
15362         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15363         (main_loop_epoll): Likewise.
15364         * nscd/grpcache.c (addgrbyX): Likewise.
15365         * nscd/hstcache.c (addhstbyX): Likewise.
15366         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15367         * nscd/mem.c (gc, mempool_alloc): Likewise.
15368         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15369         (addinnetgrX): Likewise.
15370         * nscd/nscd-client.h (__nscd_acquire_maplock)
15371         (__nscd_drop_map_ref): Likewise.
15372         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15373         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15374         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15375         Likewise.
15376         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15377         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15378         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15379         (__nscd_get_map_ref): Likewise.
15380         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15381         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15382         Likewise.
15383         * nscd/pwdcache.c (addpwbyX): Likewise.
15384         * nscd/selinux.c (preserve_capabilities): Likewise.
15385         * nscd/servicescache.c (addservbyX): Likewise.
15386         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15387         * posix/fnmatch.c (fnmatch): Likewise.
15388         * posix/getopt.c (_getopt_internal_r): Likewise.
15389         * posix/glob.c (glob, glob_in_dir): Likewise.
15390         * posix/wordexp.c (exec_comm_child): Likewise.
15391         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15392         (getanswer_r, gaih_getanswer_slice): Likewise.
15393         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15394         * resolv/res_init.c: Likewise.
15395         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15396         * resolv/res_query.c (__libc_res_nquery): Likewise.
15397         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15398         Likewise.
15399         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15400         * stdio-common/perror.c (perror): Likewise.
15401         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15402         * stdio-common/tmpnam.c (tmpnam): Likewise.
15403         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15404         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15405         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15406         Likewise.
15407         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15408         * stdlib/putenv.c (putenv): Likewise.
15409         * stdlib/setenv.c (__add_to_environ): Likewise.
15410         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15411         * stdlib/strtol_l.c (INTERNAL): Likewise.
15412         * string/memmem.c (memmem): Likewise.
15413         * string/strerror.c (strerror): Likewise.
15414         * string/strnlen.c (__strnlen): Likewise.
15415         * string/test-memmem.c (simple_memmem): Likewise.
15416         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15417         * sunrpc/pm_getport.c (__get_socket): Likewise.
15418         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15419         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15420         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15421         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15422         Likewise.
15423         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15424         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15425         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15426         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15427         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15428         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15429         Likewise.
15430         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15431         Likewise.
15432         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15433         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15434         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15435         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15436         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15437         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15438         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15439         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15440         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15441         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15442         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15443         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15444         Likewise.
15445         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15446         Likewise.
15447         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15448         Likewise.
15449         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15450         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15451         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15452         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15453         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15454         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15455         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15456         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15457         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15458         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15459         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15460         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15461         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15462         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15463         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15464         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15465         Likewise.
15466         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15467         Likewise.
15468         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15469         Likewise.
15470         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15471         Likewise.
15472         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15473         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15474         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15475         Likewise.
15476         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15477         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15478         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15479         * sysdeps/posix/sleep.c: Likewise.
15480         * sysdeps/posix/tempname.c: Likewise.
15481         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15482         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15483         Likewise.
15484         * sysdeps/powerpc/powerpc32/dl-machine.h
15485         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15486         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15487         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15488         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15489         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15490         Likewise.
15491         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15492         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15493         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15494         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15495         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15496         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15497         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15498         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15499         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15500         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15501         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15502         (elf_machine_lazy_rel): Likewise.
15503         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15504         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15505         (elf_machine_lazy_rel): Likewise.
15506         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15507         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15508         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15509         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15510         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15511         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15512         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15513         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15514         Likewise.
15515         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15516         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15517         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15518         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15519         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15520         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15521         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15522         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15523         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15524         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15525         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15526         Likewise.
15527         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15528         (__posix_fallocate64_l64): Likewise.
15529         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15530         (posix_fallocate): Likewise.
15531         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15532         Likewise.
15533         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15534         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15535         (getifaddrs_internal): Likewise.
15536         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15537         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15538         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15539         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15540         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15541         (__posix_fallocate64_l64): Likewise.
15542         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15543         Likewise.
15544         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15545         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15546         (__get_clockfreq): Likewise.
15547         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15548         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15549         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15550         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15551         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15552         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15553         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15554         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15555         Likewise.
15556         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15557         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15558         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15559         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15560         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15561         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15562         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15563         Likewise.
15564         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15565         (posix_fallocate): Likewise.
15566         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15567         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15568         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15569         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15570         (elf_machine_rela, elf_machine_rela_relative)
15571         (elf_machine_lazy_rel): Likewise.
15572         * time/asctime.c (asctime_internal): Likewise.
15573         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15574         * time/tzset.c (__tzset_parse_tz): Likewise.
15575         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15576         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15577         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15578         * wcsmbs/wcsmbsload.h: Likewise.
15580         [BZ #15894]
15581         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15583         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15584         (arena_get2): Remove THREAD_STATS conditionals.
15585         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15586         (__malloc_stats, int): Likewise.
15588 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15590         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15591         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15593         * manual/setjmp.texi: Fix typos/grammar errors.
15595         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15596         Only return early when n is <= 0.  Delete unused return statement.
15598         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15599         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15600         * debug/tst-longjmp_chk3.c: New file.
15602         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15603         (test_main): Replace code with set_fortify_handler call.
15604         * debug/test-strcpy_chk.c: Likewise.
15605         * debug/tst-chk1.c: Likewise.
15606         * debug/tst-longjmp_chk.c: Likewise.
15607         * test-skeleton.c: Include fcntl.h & paths.h
15608         (set_fortify_handler): Define.
15610         * debug/tst-longjmp_chk.c: Add header comment and include
15611         ../test-skeleton.c.
15612         (do_test): Mark static.
15613         (TEST_FUNCTION): Define.
15615         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15616         (IP_PMTUDISC_INTERFACE): Likewise.
15617         (IP_MULTICAST_IF): Likewise.
15618         (IP_MULTICAST_TTL): Likewise.
15619         (IP_MULTICAST_LOOP): Likewise.
15620         (IP_ADD_MEMBERSHIP): Likewise.
15621         (IP_DROP_MEMBERSHIP): Likewise.
15622         (IP_UNBLOCK_SOURCE): Likewise.
15623         (IP_BLOCK_SOURCE): Likewise.
15624         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15625         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15626         (IP_MSFILTER): Likewise.
15627         (MCAST_JOIN_GROUP): Likewise.
15628         (MCAST_BLOCK_SOURCE): Likewise.
15629         (MCAST_UNBLOCK_SOURCE): Likewise.
15630         (MCAST_LEAVE_GROUP): Likewise.
15631         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15632         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15633         (MCAST_MSFILTER): Likewise.
15634         (IP_MULTICAST_ALL): Likewise.
15635         (IP_UNICAST_IF): Likewise.
15637         * timezone/Makefile: Delete $(have-ksh) check.
15638         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15639         * timezone/tzselect.ksh: Add +x mode bits.
15641         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15642         (ANON_INODE_FS_MAGIC): Likewise.
15643         (BDEVFS_MAGIC): Likewise.
15644         (BINFMTFS_MAGIC): Likewise.
15645         (BTRFS_TEST_MAGIC): Likewise.
15646         (CRAMFS_MAGIC_WEND): Likewise.
15647         (DEBUGFS_MAGIC): Likewise.
15648         (ECRYPTFS_SUPER_MAGIC): Likewise.
15649         (EXT3_SUPER_MAGIC): Likewise.
15650         (EXT4_SUPER_MAGIC): Likewise.
15651         (FUTEXFS_SUPER_MAGIC): Likewise.
15652         (HOSTFS_SUPER_MAGIC): Likewise.
15653         (HUGETLBFS_MAGIC): Likewise.
15654         (MINIX3_SUPER_MAGIC): Likewise.
15655         (MTD_INODE_FS_MAGIC): Likewise.
15656         (NILFS_SUPER_MAGIC): Likewise.
15657         (OPENPROM_SUPER_MAGIC): Likewise.
15658         (PIPEFS_MAGIC): Likewise.
15659         (PSTOREFS_MAGIC): Likewise.
15660         (QNX6_SUPER_MAGIC): Likewise.
15661         (RAMFS_MAGIC): Likewise.
15662         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15663         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15664         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15665         (SECURITYFS_MAGIC): Likewise.
15666         (SELINUX_MAGIC): Likewise.
15667         (SMACK_MAGIC): Likewise.
15668         (SOCKFS_MAGIC): Likewise.
15669         (SQUASHFS_MAGIC): Likewise.
15670         (STACK_END_MAGIC): Likewise.
15671         (TMPFS_MAGIC): Likewise.
15672         (USBDEVICE_SUPER_MAGIC): Likewise.
15673         (V9FS_MAGIC): Likewise.
15674         (XENFS_SUPER_MAGIC): Likewise.
15675         (CRAMFS_MAGIC): Fix typo in comment.
15676         (EXT2_SUPER_MAGIC): Update comment.
15677         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15679 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15681         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15682         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15683         * sysdeps/unix/sysv/linux/arm: Move directory from
15684         ports/sysdeps/unix/sysv/linux/arm.
15685         * README: Update listing for arm-*-linux-gnueabi.
15687         * README: Remove mention of am33.
15689 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15691         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15692         than the comma operator, to avoid "rhs of comma has no effect"
15693         compiler warnings.
15694         (__sigfillset, __sigandset, __sigorset): Likewise.
15695         * include/signal.h (__sigemptyset): Likewise.
15696         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15698 2014-02-07  Allan McRae  <allan@archlinux.org>
15700         * version.h (RELEASE): Set to "development".
15701         (VERSION): Set to "2.19.90"
15702         * NEWS: Add 2.20 section.
15704 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15706         [BZ #16529]
15707         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15709 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15711         * manual/contrib.texi: Update entry for Carlos O'Donell,
15712         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15714 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15716         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15718         * sysdeps/unix/sysv/linux/kernel-features.h
15719         [__LINUX_KERNEL_VERSION >= 0x020621]
15720         (__ASSUME_PROC_PID_TASK_COMM): Define.
15722 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15724         [BZ #16398]
15725         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15726         conversion when destination buffer does not have enough space.
15727         * libio/tst-ftell-partial-wide.c: New test case.
15728         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15730         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15731         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15732         Leonard and Allan McRae.
15734 2014-02-04  David S. Miller  <davem@davemloft.net>
15736         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15737         32-bit.
15739 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15742         New file
15743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15744         New file
15745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15746         New file.
15747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15748         New file.
15749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15750         New file.
15751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15752         New file.
15753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15754         New file.
15755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15756         New file.
15757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15758         New file.
15759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15760         New file.
15761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15762         New file.
15763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15764         New file.
15765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15766         New file.
15768 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15770         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15771         * shlib-versions: Likewise.
15773 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15774             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15776         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15777         (abilist-pattern): New variable, set to %-le.abilist.
15779         * Makerules (abilist-pattern): New variable.
15780         (vpath): Use $(abilist-pattern) in place of %.abilist.
15781         (check-abi-% pattern rule): Likewise.
15782         (check-abi, update-abi): Likewise.
15784 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15786         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15788 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15790         * manual/startup.texi: Add next, previous, and top entries for
15791         the `Program Arguments' and `Environment Variables' nodes.
15793 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15795         * manual/macros.texi: Add comments before MTASC-safety macros.
15797         * manual/users.texi: Document MTASC-safety properties.
15799         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15800         (pthread_getspecific, pthread_setspecific): Format with
15801         @deftypefun, and add @safety note.
15802         * manual/signal.texi: Move comments that analyze the above
15803         functions to their home place.
15805 2014-02-03  Allan McRae  <allan@archlinux.org>
15807         * po/sl.po: Update Slovenian translation from translation project.
15809 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15811         * manual/time.texi (timegm): Add missing blank after @c.
15812         Reported by Joseph Myers <joseph@codesourcery.com>.
15814 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15816         * manual/check-safety.sh: New.
15817         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15819         * manual/terminal.texi: Document MTASC-safety properties.
15821         * manual/filesys.texi: Document MTASC-safety properties.
15823         * manual/errno.texi: Document MTASC-safety properties.
15825         * manual/intro.texi: Document safety identifiers and
15826         conditionals.
15828         * manual/string.texi (wcstok): Fix prototype.
15829         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15831         * manual/time.texi: Document MTASC-safety properties.
15833         * manual/string.texi: Document MTASC-safety properties.
15835         * manual/threads.texi: Document MTASC-safety properties.
15837         * manual/stdio.texi: Document MTASC-safety properties.
15839         * manual/syslog.texi: Document MTASC-safety properties.
15841         * manual/sysinfo.texi: Document MTASC-safety properties.
15843         * manual/startup.texi: Document MTASC-safety properties.
15845         * manual/socket.texi: Document MTASC-safety properties.
15847         * manual/signal.texi: Document MTASC-safety properties.
15849 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15851         * manual/setjmp.texi: Document MTASC-safety properties.
15853         * manual/search.texi: Document MTASC-safety properties.
15855         * manual/resource.texi: Document MTASC-safety properties.
15857         * manual/process.texi: Document MTASC-safety properties.
15859         * manual/platform.texi: Document MTASC-safety properties.
15861         * manual/pipe.texi: Document MTASC-safety properties.
15863         * manual/pattern.texi: Document MTASC-safety properties.
15865         * manual/message.texi: Document MTASC-safety properties.
15867         [BZ #12751]
15868         * manual/memory.texi: Document MTASC-safety properties.
15870         * manual/math.texi: Document MTASC-safety properties.
15872         * manual/locale.texi: Document MTASC-safety properties.
15874         * manual/llio.texi: Document MTASC-safety properties.
15876         * manual/libdl.texi: New.
15878         * manual/lang.texi: Document MTASC-safety properties.
15880         * manual/job.texi: Document MTASC-safety properties.
15882         * manual/getopt.texi: Document MTASC-safety properties.
15884         * manual/ctype.texi: Document MTASC-safety properties.
15886 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15888         [BZ #16046]
15889         * csu/libc-tls.c (static_map): Remove variable.
15890         (__libc_setup_tls): Use main executable's link map for TLS data.
15891         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15892         casing for LM_ID_BASE and GL(dl_nns).
15893         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15894         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15895         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15896         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15897         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15898         member.
15899         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15900         l_phnum members.
15902 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15904         * manual/debug.texi: Document MTASC-safety properties.
15906 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15908         [BZ #16510]
15909         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15910         of __x86_64__ when disabling x87 inline functions.
15912 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15914         * manual/charset.texi: Document MTASC-safety properties.
15916         * manual/crypt.texi: Document MTASC-safety properties.
15918         * manual/conf.texi: Document MTASC-safety properties.
15920         * manual/arith.texi: Document MTASC-safety properties.
15922         * manual/argp.texi: Document MTASC-safety properties.
15924         * manual/macros.texi: Introduce macros to document multi
15925         thread, asynchronous signal and asynchronous cancellation
15926         safety properties.
15927         * manual/intro.texi: Introduce the properties themselves.
15929 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15931         * sysdeps/sh/sh4/Makefile: New file.
15933 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15935         * math/gen-libm-test.pl ($srcdir): New variable.
15936         ($auto_input): Use it.
15938 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15940         [BZ #16506]
15941         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15942         access beyond array bounds when parsing netgroups file.
15944         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15945         the old buffer before realloc.
15947 2014-01-27  Allan McRae  <allan@archlinux.org>
15949         * po/fr.po: Update French translation from translation project.
15951 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15953         * sysdeps/sh/libm-test-ulps: Regenerate.
15955 2014-01-24  David S. Miller  <davem@davemloft.net>
15957         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15959 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15961         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15962         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15964 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15966         [BZ #16474]
15967         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15968         string pointers after reallocation.
15970 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15972         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15973         __SH4A__ instead of __SH_FPU_ANY__.
15975 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15977         * sysdeps/sh/fpu_control.h: New file.
15978         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15979         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15980         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15981         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15982         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15983         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15984         * sysdeps/sh/sys/ucontext.h: Remove.
15985         * sysdeps/sh/sys: Remove directory.
15987 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15989         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15990         s390/sys/ucontext.h.
15991         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15992         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15994 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15996         [BZ #15605]
15997         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15999 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16001         [BZ#16431]
16002         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16003         Adjust the vDSO correctly for internal calls.
16004         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16006 2014-01-20  Allan McRae  <allan@archlinux.org>
16008         * po/ca.po: Update Catalan translation from translation project.
16010 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16012         * sysdeps/s390/sotruss-lib.c: New file.
16014 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16016         [BZ#16430]
16017         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16018         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16019         local calls issues by not having a PLT stub required for IFUNC calls.
16020         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16022 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16024         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16025         * math/test-fpucw-static.c: Likewise.
16027 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16029         [BZ #16453]
16030         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16032 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16034         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16035         implementation for powerpc.
16037 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16039         [BZ #14782]
16040         * sysdeps/posix/system.c (__libc_system): Do not enable
16041         asynchronous cancellation.
16043 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16045         [BZ #16427]
16046         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16047         handling only for numbers special also in the IEEE case.
16049 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16051         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16053 2014-01-11  Allan McRae  <allan@archlinux.org>
16055         * po/bg.po: Update Bulgarian translation from translation project.
16057         * po/de.po: Update German translation from translation project.
16059 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16061         * sysdeps/generic/gcc-compat.h: New file.
16063 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16065         * benchtests/asin-inputs: Correct slow inputs.
16066         * benchtests/acos-inputs: Likewise.
16068 2014-01-10  Allan McRae  <allan@archlinux.org>
16070         * po:sv.po: Update Swedish translation from translation project.
16072         * po/vi.po: Update Vietnamese translation from translation project.
16074         * po/eo.po: Update Esperanto translation from translation project.
16076         * po/cs.po: Update Czech translation from translation project.
16078         * po/nl.po: Update Dutch translation from translation project.
16080         * po/pl.po: Update Polish translation from translation project.
16082         * po/ru.po: Update Russian translation from translation project.
16084         * po/uk.po: Update Ukrainian translation from translation project.
16086 2014-01-08  Brooks Moses  <bmoses@google.com>
16088         * elf/dl-load.c: Fix comment typo.
16090 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16092         * po/header.pot: Rename to...
16093         * po/pot.header: ... this.
16094         * po/Makefile: Use pot.header.
16096 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16097             Maxim Kuvyrkov  <maxim@kugelworks.com>
16099         [BZ #16394]
16100         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16101         SRC and DEST against LEN.
16103 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16105         [BZ #16414]
16106         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16107         implementation.
16108         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16110 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16114 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16116         [BZ #16408]
16117         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16118         for large positive arguments.
16120 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16122         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16124         * math/auto-libm-test-in: Mark various tests with
16125         xfail-rounding:ldbl-128ibm.
16126         * math/auto-libm-test-out: Regenerated.
16128         [BZ #16407]
16129         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16130         Increase overflow threshold.
16132 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16134         [BZ #14286]
16135         * stdio-common/vfprintf.c: Check for integer overflow.
16137 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16139         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16140         the first argument and return value of __tls_get_addr_internal.
16142 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16144         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16145         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16147 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16149         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16150         * sysdeps/s390/rtld-global-offsets.sym: New file.
16151         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16152         GLIBC_2.19 symbol.
16153         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16154         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16155         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16156         ... this.
16157         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16158         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16159         ... this.
16160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16161         Regenerate.
16162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16163         Regenerate.
16164         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16165         halfs of GPRs for high_gprs contexts.
16166         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16167         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16168         field.
16169         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16170         uc_flags field.
16171         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16172         64 bit versions:
16173         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16174         for high GPRs (uc_high_gprs) and for future extensions
16175         (__reserved).
16176         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16177         for future extensions (__reserved).
16178         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16179         64 bit versions:
16180         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16181         SC_HIGHGPRS offset definition.
16182         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16183         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16185         * Versions.def: Add GLIBC_2.19 for libpthread.
16186         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16187         siglongjmp for libpthread with GLIBC_2.19 symver.
16188         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16189         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16190         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16191         * sysdeps/s390/__longjmp.c: New file.
16192         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16193         * sysdeps/s390/longjmp.c: New file.
16194         * sysdeps/s390/setjmp.S: New file.
16195         * sysdeps/s390/sigjmp.S: New file.
16196         * sysdeps/s390/v1-longjmp.c: New file.
16197         * sysdeps/s390/v1-setjmp.h: New file.
16198         * sysdeps/s390/v1-sigjmp.c: New file.
16199         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16200         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16201         GLIBC_2.19 version.
16202         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16203         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16204         versioned symbols for ____longjmp_chk.
16205         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16206         Likewise.
16207         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16208         Regenerate.
16209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16210         Regenerate.
16211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16212         Regenerate.
16213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16214         Regenerate.
16215         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16216         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16217         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16218         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16219         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16220         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16221         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16222         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16223         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16224         * sysdeps/s390/rtld-__longjmp.c: New file.
16225         * sysdeps/s390/rtld-setjmp.S: New file.
16227 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16229         [BZ #16400]
16230         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16231         Return -__logl (x) for small positive arguments without evaluating
16232         a polynomial.
16234 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16236         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16237         Rename to ...
16238         (__ptrace_peeksiginfo_args): ... this.
16239         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16240         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16241         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16243 2014-01-06  Allan McRae  <allan@archlinux.org>
16245         * inet/netinet/in.h: Fix typo in comment.
16247 2014-01-05  Andreas Jaeger  <aj@suse.de>
16249         * sysdeps/i386/fpu/libm-test-ulps: Update.
16251 2014-01-05  Allan McRae  <allan@archlinux.org>
16253         * po/libc.pot: Regenerated.
16255         * malloc/memusagestat.c: Fix gettext call formatting.
16257 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16259         * nscd/nscd.c: Improve usage() output.
16261 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16263         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16264         * sysdeps/unix/sysv/linux/configure: Regenerated.
16265         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16266         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16268 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16270         [BZ #16390]
16271         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16272         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16274 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16276         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16277         extra tokens at end of #undef directive.
16278         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16279         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16280         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16282 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16284         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16286         * math/auto-libm-test-in: Mark various tests with
16287         xfail-rounding:ldbl-128ibm.
16288         * math/auto-libm-test-out: Regenerated.
16290 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16292         [BZ #16386]
16293         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16294         numbers with subnormal high part when calculating exponent.
16296         [BZ #16385]
16297         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16298         fabs.
16300         [BZ #16384]
16301         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16302         M_LN2l.
16303         (__ieee754_acoshl): Use __log1pl not __log1p.
16305 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16307         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16308         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16309         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16310         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16311         (reused_arena, arena_get2): Convert to GNU style.
16312         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16313         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16314         (memalign_check, __malloc_set_state): Likewise.
16315         * malloc/mallocbug.c (main): Likewise.
16316         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16317         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16318         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16319         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16320         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16321         (__posix_memalign, malloc_info): Likewise.
16322         * malloc/malloc.h: Likewise.
16323         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16324         (mallochook, memalignhook, reallochook, mabort): Likewise.
16325         * malloc/mcheck.h: Likewise.
16326         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16327         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16328         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16329         * malloc/morecore.c (__default_morecore): Likewise.
16330         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16331         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16332         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16333         (print_and_abort): Likewise.
16334         * malloc/obstack.h: Likewise.
16335         * malloc/set-freeres.c (__libc_freeres): Likewise.
16336         * malloc/tst-mallocstate.c (main): Likewise.
16337         * malloc/tst-mtrace.c (main): Likewise.
16338         * malloc/tst-realloc.c (do_test): Likewise.
16340 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16342         [BZ #16366]
16343         * nscd/netgroupcache.c (do_notfound): New function.
16344         (addgetnetgrentX): Use it.
16346         [BZ # 16365]
16347         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16348         NSS_STATUS_NOTFOUND.
16350 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16352         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16355 2014-01-01  Allan McRae  <allan@archlinux.org>
16357         * scripts/update-copyrights: Update configure input file suffix.
16359         * NEWS: Update copyright year.
16360         * catgets/gencat.c: Likewise.
16361         * csu/version.c: Likewise.
16362         * debug/catchsegv.sh: Likewise.
16363         * debug/pcprofiledump.c: Likewise.
16364         * debug/xtrace.sh: Likewise.
16365         * elf/ldconfig.c: Likewise.
16366         * elf/ldd.bash.in: Likewise.
16367         * elf/pldd.c: Likewise.
16368         * elf/sotruss.ksh: Likewise.
16369         * elf/sprof.c: Likewise.
16370         * iconv/iconv_prog.c: Likewise.
16371         * iconv/iconvconfig.c: Likewise.
16372         * locale/programs/locale.c: Likewise.
16373         * locale/programs/localedef.c: Likewise.
16374         * login/programs/pt_chown.c: Likewise.
16375         * malloc/memusage.sh: Likewise.
16376         * malloc/memusagestat.c: Likewise.
16377         * malloc/mtrace.pl: Likewise.
16378         * manual/libc.texinfo: Likewise.
16379         * nscd/nscd.c: Likewise.
16380         * nss/getent.c: Likewise.
16381         * nss/makedb.c: Likewise.
16382         * posix/getconf.c: Likewise.
16383         * scripts/test-installation.pl: Likewise.
16385         * All files with FSF copyright notices: Update copyright dates
16386         using scripts/update-copyrights.
16387         * intl/plural.c: Regenerated.
16388         * locale/programs/charmap-kw.h: Likewise.
16389         * locale/programs/locfile-kw.h: Likewise.
16391 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16393         * sysdeps/unix/sysv/linux/configure: Regenerated.
16394         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16395         the linux/fanotify.h header.
16396         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16397         HAVE_LINUX_FANOTIFY_H is defined.
16399 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16401         * benchtests/cos-inputs: New inputs.
16402         * benchtests/sin-inputs: Likewise.
16404         * benchtests/atan-inputs: New inputs. Fix name of multiple
16405         precision fallback inputs.
16407         * benchtests/atanh-inputs: New inputs.
16408         * benchtests/tanh-inputs: Likewise.
16410         * benchtests/acosh-inputs: New inputs.
16411         * benchtests/asinh-inputs: Likewise.
16413         * benchtests/cosh-inputs: New inputs.
16414         * benchtests/sinh-inputs: Likewise.
16416         * benchtests/acos-inputs: Add more inputs.
16417         * benchtests/asin-inputs: Likewise.
16419 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16421         [BZ #16375]
16422         * manual/arith.texi: Fix spelling.
16423         * manual/charset.texi: Likewise.
16424         * manual/errno.texi: Likewise.
16425         * manual/filesys.texi: Likewise.
16426         * manual/lang.texi: Likewise.
16427         * manual/llio.texi: Likewise.
16428         * manual/locale.texi: Likewise.
16429         * manual/message.texi: Likewise.
16430         * manual/resource.texi: Likewise.
16431         * manual/search.texi: Likewise.
16432         * manual/setjmp.texi: Likewise.
16433         * manual/stdio.texi: Likewise.
16434         * manual/string.texi: Likewise.
16435         * manual/sysinfo.texi: Likewise.
16436         * manual/time.texi: Likewise.
16438 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16440         * po/sl.po: New file.
16442 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16444         * .gitignore: Add core/.gdbinit/.gdb_history.
16446 2013-12-27  Allan McRae  <allan@archlinux.org>
16448         [BZ #16369]
16449         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16450         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16452 2013-12-24  Brooks Moses  <bmoses@google.com>
16454         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16455         all compilers that claim C++98 compliance, not just GCC.
16456         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16457         Likewise.
16459 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16461         * NEWS: Restore accidentally deleted bug-fix entries.
16463 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16464             Ondřej Bílka  <neleai@seznam.cz>
16466         [BZ #15073]
16467         * malloc/malloc.c (_int_free): Perform sanity check only if we
16468         have_lock.
16470 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16472         [BZ #12986]
16473         * manual/stdio.texi (String Input Conversions): Clarify that character
16474         classes are not supported.
16476 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16480 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16482         [BZ #16337]
16483         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16484         Calculate results for small negative arguments directly rather
16485         than using reflection formula with special underflow handling.
16487         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16488         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16489         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16490         (fchflags): Likewise.
16491         (revoke): Likewise.
16492         (setlogin): Likewise.
16493         (sigaltstack): Likewise.
16494         (wait4): Likewise.
16495         (sigblock): Remove.
16496         (sigsetmask): Likewise.
16497         (wait3): Likewise.
16498         (waitpid): Likewise.
16499         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16500         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16501         file.
16502         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16503         * sysdeps/unix/bsd/Makefile: ... here.
16504         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16505         * sysdeps/unix/bsd/Versions: ... here.
16506         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16507         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16508         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16509         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16510         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16511         * sysdeps/unix/bsd/sigblock.c: ... here.
16512         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16513         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16514         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16515         * sysdeps/unix/bsd/sigvec.c: ... here.
16516         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16517         * sysdeps/unix/bsd/tcdrain.c: ... here.
16518         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16519         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16520         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16521         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16522         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16523         * sysdeps/unix/bsd/wait.c: ... here.
16524         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16525         * sysdeps/unix/bsd/wait3.c: ... here.
16526         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16527         * sysdeps/unix/bsd/waitpid.c: ... here.
16529 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16531         [BZ #16356]
16532         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16533         round-to-nearest for [!USE_AS_EXPM1L].
16534         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16535         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16536         more tests of exp and exp10.  Expect some exp10 tests to miss
16537         exceptions or fail in directed rounding modes.
16538         * math/auto-libm-test-out: Regenerated.
16539         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16540         (exp10_test_tonearest): New function.
16541         (exp10_towardzero_test_data): New array.
16542         (exp10_test_towardzero): New function.
16543         (exp10_downward_test_data): New array.
16544         (exp10_test_downward): New function.
16545         (exp10_upward_test_data): New array.
16546         (exp10_test_upward): New function.
16547         (main): Call the new functions.
16548         * sysdeps/i386/fpu/libm-test-ulps: Update.
16549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16551 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16553         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16554         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16555         * math/auto-libm-test-out: Regenerated.
16556         * math/libm-test.inc (acosh_test_data): Add more tests.
16557         (atanh_test_data): Likewise.
16558         (ceil_test_data): Likewise.
16559         (copysign_test_data): Likewise.
16560         * sysdeps/i386/fpu/libm-test-ulps: Update.
16561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16563         * timezone/checktab.awk: Update from tzcode 2013i.
16564         * timezone/private.h: Likewise.
16565         * timezone/scheck.c: Likewise.
16566         * timezone/tzfile.h: Likewise.
16567         * timezone/tzselect.ksh: Likewise.
16568         * timezone/zdump.c: Likewise.
16569         * timezone/zic.c: Likewise.
16571         * math/auto-libm-test-in: Add tests of cpow.
16572         * math/auto-libm-test-out: Regenerated.
16573         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16574         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16575         mpc_cc_c.
16576         (func_calc_desc): Add mpc_cc_c union field.
16577         (test_functions): Add cpow.
16578         (special_fill_2pi): New function.
16579         (special_real_inputs): Add 2pi.
16580         (calc_generic_results): Handle mpc_cc_c.
16581         * sysdeps/i386/fpu/libm-test-ulps: Update.
16582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16584         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16585         csqrt, ctan and ctanh.
16586         * math/auto-libm-test-out: Regenerated.
16587         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16588         (TEST_COND_x86): Likewise.
16589         (ccos_test_data): Use AUTO_TESTS_c_c.
16590         (ccosh_test_data): Likewise.
16591         (cexp_test_data): Likewise.
16592         (clog_test_data): Likewise.
16593         (csqrt_test_data): Likewise.
16594         (ctan_test_data): Likewise.
16595         (ctan_tonearest_test_data): Likewise.
16596         (ctan_towardzero_test_data): Likewise.
16597         (ctan_downward_test_data): Likewise.
16598         (ctan_upward_test_data): Likewise.
16599         (ctanh_test_data): Likewise.
16600         (ctanh_tonearest_test_data): Likewise.
16601         (ctanh_towardzero_test_data): Likewise.
16602         (ctanh_downward_test_data): Likewise.
16603         (ctanh_upward_test_data): Likewise.
16604         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16605         mpc_c_c.
16606         (func_calc_desc): Add mpc_c_c union field.
16607         (FUNC_mpc_c_c): New macro.
16608         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16609         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16610         ctanh.
16611         (special_fill_min_subnorm_p120): New function.
16612         (special_real_inputs): Add min_subnorm_p120.
16613         (calc_generic_results): Handle mpc_c_c.
16614         * sysdeps/i386/fpu/libm-test-ulps: Update.
16615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16617 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16619         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16620         (do_sin_slow): New functions.
16621         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16622         (cslow2, csloww1, csloww2): Use the new functions.
16624         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16625         Use M to change sign of result instead of X.  Assume X is
16626         positive.
16627         (csloww1): Likewise.
16628         (__sin): Adjust.
16629         (__cos): Adjust.
16631         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16632         arguments A and DA.
16633         (__sin): Adjust.
16634         (__cos): Likewise.
16636         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16637         (__cos): Likewise.
16638         (sloww1): Don't adjust sign of DX.
16639         (csloww1): Likewise.
16640         (sloww2): Use X directly and don't adjust sign of DX.
16641         (csloww2): Likewise.
16643 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16645         * math/auto-libm-test-in: Add tests of cabs and carg.
16646         * math/auto-libm-test-out: Regenerated.
16647         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16648         (carg_test_data): Likewise.
16649         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16650         mpc_c_f.
16651         (func_calc_desc): Add mpc_c_f union field.
16652         (test_functions): Add cabs and carg.
16653         (calc_generic_results): Handle mpc_c_f.
16655         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16656         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16657         as a macro and a compat symbol.
16658         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16659         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16660         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16661         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16662         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16663         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16664         not use .hidden.
16665         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16666         Likewise.
16667         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16668         Likewise.
16669         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16670         Likewise.
16671         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16672         Likewise.
16673         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16674         Likewise.
16675         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16676         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16677         from GLIBC_2.3.2.
16679 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16683 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16685         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16686         trailing whitespace removed.
16687         * scripts/config.guess: Update to version 2013-11-29.
16688         * scripts/config.sub: Update to version 2013-10-01.
16690         * math/auto-libm-test-in: Add tests of sincos.
16691         * math/auto-libm-test-out: Regenerated.
16692         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16693         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16694         mpfr_f_11.
16695         (func_calc_desc): Add mpfr_f_11 union field.
16696         (test_functions): Add sincos.
16697         (calc_generic_results): Handle mpfr_f_11.
16698         * sysdeps/i386/fpu/libm-test-ulps: Update.
16699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16701 2013-12-19  Andreas Schwab  <schwab@suse.de>
16703         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16704         CALL_MCOUNT.
16705         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16706         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16707         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16709 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16711         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16712         * sysdeps/i386/fpu/libm-test-ulps: Update.
16713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16715         [BZ #16293]
16716         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16717         round-to-nearest mode when using frndint.
16718         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16719         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16720         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16721         Likewise.
16722         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16723         sinh test to fail.
16724         * math/auto-libm-test-out: Regenerated.
16725         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16726         (TEST_COND_x86): Likewise.
16727         (expm1_tonearest_test_data): New array.
16728         (expm1_test_tonearest): New function.
16729         (expm1_towardzero_test_data): New array.
16730         (expm1_test_towardzero): New function.
16731         (expm1_downward_test_data): New array.
16732         (expm1_test_downward): New function.
16733         (expm1_upward_test_data): New array.
16734         (expm1_test_upward): New function.
16735         (main): Run the new test functions.
16736         * sysdeps/i386/fpu/libm-test-ulps: Update.
16737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16739         * include/features.h: Update comment documenting feature test
16740         macros.  Mention _DEFAULT_SOURCE in comment.
16741         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16742         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16743         _BSD_SOURCE and _SVID_SOURCE.
16744         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16745         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16746         !_SVID_SOURCE]: Likewise.
16747         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16748         (__USE_POSIX_IMPLICITLY): Define.
16749         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16750         (_POSIX_SOURCE): Undefine and redefine.
16751         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16752         (_POSIX_C_SOURCE): Likewise.
16753         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16754         (Feature Test Macros): Update documentation of default features.
16756 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16758         * benchtests/Makefile: Add bench-strtok.
16759         * benchtests/bench-strtok.c: New file: strtok benchtest.
16761 2013-12-19  Allan McRae  <allan@archlinux.org>
16763         * manual/install.texi: Suppress menu for plain text output.
16764         * INSTALL: Regenerated.
16766 2013-12-18  Brooks Moses  <bmoses@google.com>
16768         [BZ #15846]
16769         * misc/getauxval.c: Include errno.h.
16770         (__getauxval): Set errno to ENOENT if the requested type is not
16771         found.
16772         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16773         don't declare with __attribute_const__.
16774         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16775         * manual/startup.texi: Document that getauxval sets errno.
16777 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16779         * math/auto-libm-test-in: Add tests of jn and yn.
16780         * math/auto-libm-test-out: Regenerated.
16781         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16782         (yn_test_data): Likewise.
16783         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16784         mpfr_if_f.
16785         (func_calc_desc): Add mpfr_if_f union field.
16786         (FUNC_mpfr_if_f): New macro.
16787         (test_functions): Add jn and yn.
16788         (calc_generic_results): Assert type of second input for
16789         mpfr_ff_f.  Handle mpfr_if_f.
16790         (output_for_one_input_case): Disable all checking for arguments
16791         fitting floating-point types in case of an integer argument.
16792         * sysdeps/i386/fpu/libm-test-ulps: Update.
16793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16796         Don't expect fegetround reference in libm.so.
16798 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16800         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16801         $(config-cflags-nofma).
16803 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16805         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16806         * math/auto-libm-test-out: Regenerated.
16808         [BZ #16338]
16809         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16810         to determine exponent and adjust argument to have exponent of -1.
16811         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16812         log2.
16813         * math/auto-libm-test-out: Regenerated.
16814         * sysdeps/i386/fpu/libm-test-ulps: Update.
16815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16817 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16819         * manual/probes.texi: Remove cases when per-thread arenas are
16820         disabled.
16822 2013-12-18  Andreas Schwab  <schwab@suse.de>
16824         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16825         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16826         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16827         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16828         * sysdeps/i386/i686/multiarch/Makefile: Update.
16829         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16831 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16833         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16834         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16836 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16838         [BZ #15968]
16839         Support TZ transition times < 00:00:00.
16840         This is needed for version-3 tz-format files; it supports time
16841         stamps past 2037 for America/Godthab (the only entry in the tz
16842         database for which this change is relevant).
16843         * manual/time.texi (TZ Variable): Document transition times
16844         from -167:59:59 through -00:00:01.
16845         * time/tzset.c (tz_rule): Time of day is now signed.
16846         (__tzset_parse_tz): Parse negative time of day.
16848         Document TZ transition times >= 25:00:00.
16849         * manual/time.texi (TZ Variable): Document transition times from
16850         25:00:00 through 167:59:59.  These are already supported, and this
16851         support will help with version-3 tz-format files.
16853         * manual/time.texi (TZ Variable): Modernize North America example
16854         to reflect current (i.e., 2007-and-later) daylight saving rules.
16856         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16858 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16860         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16861         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16862         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16863         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16864         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16865         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16866         * sysdeps/unix/bsd/clock.c: Likewise.
16867         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16868         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16869         * sysdeps/unix/bsd/init-posix.c: Likewise.
16870         * sysdeps/unix/bsd/poll.c: Likewise.
16871         * sysdeps/unix/bsd/ptsname.c: Likewise.
16872         * sysdeps/unix/bsd/seekdir.c: Likewise.
16873         * sysdeps/unix/bsd/setegid.c: Likewise.
16874         * sysdeps/unix/bsd/seteuid.c: Likewise.
16875         * sysdeps/unix/bsd/setgid.c: Likewise.
16876         * sysdeps/unix/bsd/setrgid.c: Likewise.
16877         * sysdeps/unix/bsd/setruid.c: Likewise.
16878         * sysdeps/unix/bsd/setsid.c: Likewise.
16879         * sysdeps/unix/bsd/setuid.c: Likewise.
16880         * sysdeps/unix/bsd/sigaction.c: Likewise.
16881         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16882         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16883         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16884         * sysdeps/unix/bsd/telldir.c: Likewise.
16885         * sysdeps/unix/bsd/times.c: Likewise.
16886         * sysdeps/unix/bsd/usleep.c: Likewise.
16888         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16889         ($(objpfx)libbsd-compat.a): Remove rule.
16891         * include/features.h (__FAVOR_BSD): Do not define.
16892         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16893         features conflicting with POSIX.
16894         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16895         (_BSD_SOURCE): Remove description of not being a subset of other
16896         feature test macros.
16897         * manual/job.texi (getpgrp): Do not document BSD version.
16898         (getpgid): Do not document by reference to BSD getpgrp.
16899         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16900         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16901         * signal/signal.h [__FAVOR_BSD]: Likewise.
16902         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16903         instead of making contents conditional on [__FAVOR_BSD].
16904         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16906 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16908         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16910 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16912         [BZ #16314]
16913         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16914         values below 2**-450, not 2**-500.
16915         * math/auto-libm-test-in: Don't allow spurious underflow from
16916         hypot.
16917         * math/auto-libm-test-out: Regenerated.
16919         [BZ #16316]
16920         [BZ #16330]
16921         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16922         values of ha and hb and sort them after adjusting subnormal
16923         arguments.
16924         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16925         Likewise.
16926         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16927         values of ea and eb and sort them after adjusting subnormal
16928         arguments.
16929         * math/auto-libm-test-in: Do not expect some hypot tests of
16930         subnormals to fail.  Add more hypot tests.
16931         * math/auto-libm-test-out: Regenerated.
16933 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16935         [BZ #13304]
16936         * sysdeps/sh/s_fma.c: New file.
16937         * sysdeps/sh/s_fmaf.c: New file.
16938         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16939         version.
16940         * sysdeps/sh/Implies: Add sh/soft-fp.
16942 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16944         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16945         level of indirection to members `objname', `errstring', `malloced'.
16946         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16947         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16948         it as the __longjmp argument (just pass 1 instead).
16949         (_dl_catch_error): Initialize C with argument pointers and address of
16950         volatile local ERRCODE rather than copying values out of C at return.
16952 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16954         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16955         * math/auto-libm-test-out: Regenerated.
16956         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16957         (hypot_test_data): Likewise.
16958         (pow_test_data): Likewise.
16959         (pow_tonearest_test_data): Likewise.
16960         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16961         mpfr_ff_f.
16962         (func_calc_desc): Add mpfr_ff_f union field.
16963         (FUNC_mpfr_ff_f): New macro.
16964         (test_functions): Add atan2, hypot and pow.
16965         (special_fill_min): New function.
16966         (special_fill_minus_min): Likewise.
16967         (special_fill_min_subnorm): Likewise.
16968         (special_fill_minus_min_subnorm): Likewise.
16969         (special_real_inputs): Add min, -min, min_subnorm and
16970         -min_subnorm.
16971         (calc_generic_results): Handle mpfr_ff_f.
16972         * sysdeps/i386/fpu/libm-test-ulps: Update.
16973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16975 2013-12-16  Will Newton  <will.newton@linaro.org>
16977         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16978         (Aligned Memory Blocks): Add documentation for aligned_alloc
16979         and suggest it as an alternative to posix_memalign.
16980         (Hooks for Malloc): Document __memalign_hook is also called
16981         for aligned_alloc.  (Summary of Malloc): Add summary for
16982         aligned alloc.  Document __memalign_hook is also called
16983         for aligned_alloc.
16985 2013-12-16  Will Newton  <will.newton@linaro.org>
16987         * manual/memory.texi (Malloc Examples): Clarify default
16988         alignment documentation.  Suggest posix_memalign rather
16989         than memalign or valloc.
16990         (Aligned Memory Blocks): Remove suggestion to use memalign
16991         or valloc.  Remove obsolete comment about BSD.
16992         Document memalign errno values and mark the function obsolete.
16993         Document posix_memalign returned error codes.  Mark valloc
16994         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16995         called for posix_memalign and valloc.
16996         (Summary of Malloc): Add posix_memalign to function summary.
16997         __memalign_hook is also called for posix_memalign and valloc.
16999 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17001         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17002         TAYLOR_SIN.
17003         (__sin): Adjust.
17004         (__cos): Likewise.
17005         (sloww): Use mynumber union.  Expand ternary operator into
17006         if-else statements.
17007         (cslow): use mynumber union.
17009 2013-12-16  Allan McRae  <allan@archlinux.org>
17011         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17012         * configure: Regenerated.
17014         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17016         [BZ #14120]
17017         * configure.ac: Added --enable-maintainer-mode. Check for
17018         autoconf when enabled.
17019         * configure: Regenerated.
17021         * nscd/nscd.service: New file.
17022         * nscd/nscd.tmpfiles: New file.
17024 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17026         [BZ #12100]
17027         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17028         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17029         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17030         (strstr): Add __strstr_sse2_unaligned ifunc.
17031         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17032         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17033         (strcasestr): Remove __strcasestr_sse42 ifunc.
17034         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17035         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17036         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17038 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17040         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17041         * sysdeps/sh/bits/fenv.h: ... here.
17042         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17044 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17046         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17048         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17049         hypotf multiarch implementations.
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17051         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17053         multiarch hypot for PPC64.
17054         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17055         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17056         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17057         multiarch hypotf for PPC64.
17059         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17060         modff multiarch implementations.
17061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17064         multiarch modf for PPC64.
17065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17068         multiarch modff for PPC64.
17070         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17071         and logl multiarch implementations.
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17075         multiarch logb for PPC64.
17076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17079         multiarch logb for PPC64.
17080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17083         multiarch logb for PPC64.
17085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17086         isinff multiarch implementation.
17087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17088         file.
17089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17091         multiarch isinf for PPC64.
17092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17093         file.
17094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17095         multiarch isinff for PPC64.
17097         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17098         finitef multiarch implementation.
17099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17100         file.
17101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17103         multiarch finite for PPC64.
17104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17105         file.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17107         multiarch finitef for PPC64.
17109         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17110         lrint multiarch implementation.
17111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17112         file.
17113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17115         multiarch llrint for PPC64.
17116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17117         multiarch lrint for PPC64.
17119         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17120         copysignf multiarch implementation.
17121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17122         file.
17123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17124         file.
17125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17126         multiarch copysign for PPC64.
17127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17128         multiarch copysignf for PPC64.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17131         multiarch implementation.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17133         file.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17135         file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17137         file.
17138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17139         file.
17140         multiarch llround for PPC64.
17141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17142         multiarch trunc for PPC64.
17143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17144         multiarch truncf for PPC64.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17147         multiarch implementation.
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17149         file.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17151         file.
17152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17153         file.
17154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17155         file.
17156         multiarch llround for PPC64.
17157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17158         multiarch round for PPC64.
17159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17160         multiarch roundf for PPC64.
17162         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17163         multiarch implementation.
17164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17165         file.
17166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17167         file.
17168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17169         file.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17171         file.
17172         multiarch llround for PPC64.
17173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17174         multiarch floor for PPC64.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17176         multiarch floorf for PPC64.
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17179         multiarch implementation.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17181         file.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17183         file.
17184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17185         file.
17186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17187         file.
17188         multiarch llround for PPC64.
17189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17190         multiarch ceil for PPC64.
17191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17192         multiarch ceilf for PPC64.
17194         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17195         multiarch implementation.
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17197         file.
17198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17199         file.
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17201         file.
17202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17203         multiarch llround for PPC64.
17204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17205         multiarch lround for PPC64.
17207         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17208         multiarch implementation.
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17212         file.
17213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17216         multiarch isnan for PPC64.
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17218         multiarch isnanf for PPC64.
17220         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17221         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17222         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17223         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17224         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17227         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17228         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17229         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17230         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17232         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17233         multiarch implementations.
17234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17235         (__libc_ifunc_impl_list): Likewise.
17236         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17237         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17238         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17239         multiarch stpcpy for PPC64.
17241         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17242         multiarch implementations.
17243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17244         (__libc_ifunc_impl_list): Likewise.
17245         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17246         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17247         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17248         multiarch strcpy for PPC64.
17250         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17251         redefine function name.
17252         (_wordcopy_fwd_dest_aligned): Likewise.
17253         (_wordcopy_bwd_aligned): Likewise.
17254         (_wordcopy_bwd_dest_aligned): Likewise.
17255         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17256         multiarch implementations.
17257         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17258         (__libc_ifunc_impl_list): Likewise.
17259         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17260         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17261         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17262         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17263         multiarch wcscpy for PPC64.
17265         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17266         multiarch implementations.
17267         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17268         (__libc_ifunc_impl_list): Likewise.
17269         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17270         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17271         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17272         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17273         multiarch wcscpy for PPC64.
17275         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17276         multiarch implementations.
17277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17278         (__libc_ifunc_impl_list): Likewise.
17279         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17280         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17281         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17282         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17283         multiarch wcsrchr for PPC64.
17285         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17286         multiarch implementations.
17287         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17288         (__libc_ifunc_impl_list): Likewise.
17289         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17290         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17291         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17292         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17293         multiarch wcschr for PPC64.
17295         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17296         multiarch implementations.
17297         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17298         (__libc_ifunc_impl_list): Likewise.
17299         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17300         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17301         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17302         multiarch strchrnul for PPC64.
17304         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17305         implementations.
17306         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17307         (__libc_ifunc_impl_list): Likewise.
17308         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17309         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17310         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17311         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17312         strchr for PPC64.
17314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17315         implementations.
17316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17317         (__libc_ifunc_impl_list): Likewise.
17318         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17319         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17320         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17321         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17322         strncmp for PPC64.
17324         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17325         multiarch implementations.
17326         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17327         (__libc_ifunc_impl_list): Likewise.
17328         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17329         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17330         strncasecmp for PPC64.
17331         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17332         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17333         multiarch strncasecmp_l for PPC64.
17335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17336         multiarch implementations.
17337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17338         (__libc_ifunc_impl_list): Likewise.
17339         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17340         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17341         multiarch strcasecmp for PPC64.
17342         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17343         file.
17344         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17345         multiarch strcasecmp_l for PPC64.
17347         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17348         implementations.
17349         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17350         (__libc_ifunc_impl_list): Likewise.
17351         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17352         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17353         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17354         strnlen for PPC64.
17356         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17357         implementations.
17358         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17359         (__libc_ifunc_impl_list): Likewise.
17360         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17361         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17362         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17363         strlen for PPC64.
17365         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17366         implementations.
17367         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17368         (__libc_ifunc_impl_list): Likewise.
17369         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17370         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17371         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17372         rawmemrchr for PPC64.
17374         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17375         implementation.
17376         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17377         (__libc_ifunc_impl_list): Likewise.
17378         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17379         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17380         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17381         memrchr for PPC64.
17383         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17384         implementation.
17385         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17386         (__libc_ifunc_impl_list): Likewise.
17387         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17388         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17389         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17390         memchr for PPC64.
17392         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17393         implementation.
17394         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17395         (__libc_ifunc_impl_list): Likewise.
17396         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17397         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17398         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17399         mempcpy for PPC64.
17401         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17402         avoid cretion of __bzero symbol.
17403         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17404         Likewise.
17405         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17406         Likewise.
17407         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17408         Likewise.
17409         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17410         multiarch implementations.
17411         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17412         (__libc_ifunc_impl_list): Likewise.
17413         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17414         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17415         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17416         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17417         bzero for PPC32.
17418         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17419         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17420         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17421         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17422         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17423         memset for PPC64.
17424         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17426         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17427         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17428         implementations.
17429         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17430         (__libc_ifunc_impl_list): Likewise.
17431         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17432         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17433         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17434         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17435         memcmp for PPC64.
17437         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17438         multiarch for POWER/PPC64.
17439         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17440         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17441         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17442         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17443         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17444         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17445         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17446         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17447         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17448         memcpy for PPC64.
17450         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17451         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17452         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17453         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17454         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17455         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17456         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17457         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17458         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17459         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17460         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17461         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17462         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17463         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17464         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17473 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17475         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17477 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17479         * benchtests/Makefile (bench): Add exp2 and log2.
17480         (LDLIBS-bench-exp2): Add -lm.
17481         (LDLIBS-bench-log2): Likewise.
17482         * benchtests/exp2-inputs: New inputs file.
17483         * benchtests/log2-inputs: New inputs file.
17484         * benchtests/log-inputs: Add new inputs.
17485         * benchtests/tan-inputs: Likewise.
17487 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17489         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17490         definition...
17491         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17492         (csloww2): ... from here.
17494         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17495         instead of structures.
17496         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17497         (POLYNOMIAL): Likewise.
17498         (TAYLOR_SLOW): Likewise.
17499         (__sin): Likewise.
17500         (__cos): Likewise.
17501         (slow1): Likewise.
17502         (slow2): Likewise.
17503         (sloww): Likewise.
17504         (sloww1); Likewise.
17505         (sloww2): Likewise.
17506         (bsloww1): Likewise.
17507         (bsloww2): Likewise.
17508         (cslow2): Likewise.
17509         (csloww): Likewise.
17510         (csloww1): Likewise.
17511         (csloww2): Likewise.
17513 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17515         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17516         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17517         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17518         * malloc/hooks.c (realloc_check): Likewise.
17520         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17521         * malloc/arena.c: Remove PER_THREAD conditional.
17522         [!PER_THREAD]: Remove code.
17523         (ptmalloc_unlock_all2): Likewise.
17524         (ptmalloc_init): Likewise.
17525         (_int_new_arena): Likewise.
17526         (arena_get2): Likewise.
17527         * malloc/hooks.c (__malloc_get_state): Likewise.
17528         (__malloc_set_state): Likewise.
17529         * malloc/malloc.c: Likewise.
17530         (struct malloc_state): Likewise.
17531         (struct malloc_par): Likewise.
17532         (__libc_realloc): Likewise.
17533         (__libc_mallopt): Likewise.
17535 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17537         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17539 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17541         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17542         macro to a function.  Check for zero perturb_byte.
17543         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17545         * malloc/malloc.c: (force_reg): Remove.
17546         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17547         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17548         force_reg by atomic_forced_read.
17549         * malloc/arena.c (ptmalloc_init): Likewise.
17550         * malloc/hooks.c (top_check): Likewise.
17552 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17556 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17560 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17562         * math/auto-libm-test-in: Add tests of lgamma.
17563         * math/auto-libm-test-out: Regenerated.
17564         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17565         (M_LOG_2_SQRT_PIl): Likewise.
17566         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17567         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17568         mpfr_f_f1.
17569         (func_calc_desc): Add mpfr_f_f1 union field.
17570         (ARGS1): New macro.
17571         (ARGS2): Likewise.
17572         (ARGS3): Likewise.
17573         (ARGS4): Likewise.
17574         (RET1): Likewise.
17575         (RET2): Likewise.
17576         (CALC): Likewise.
17577         (FUNC): Likewise.
17578         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17579         (test_functions): Add lgamma.
17580         (calc_generic_results): Handle mpfr_f_f1.
17581         * sysdeps/i386/fpu/libm-test-ulps: Update.
17582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17584 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17586         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17587         __mpn_add_n for PowerPC64/POWER7.
17588         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17589         __mpn_sub_n for PowerPC64/POWER7.
17591         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17592         __mpn_addmul_1 for PowerPC64.
17593         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17594         __mpn_submul_1 for PowerPC64.
17595         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17596         for PowerPC64.
17597         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17598         for PowerPC64.
17600 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17602         [BZ #15089]
17603         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17605 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17607         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17609         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17610         add multiarch folders.
17611         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17612         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17613         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17614         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17615         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17616         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17617         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17618         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17619         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17620         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17621         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17630         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17632         New file.
17633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17634         New file.
17635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17636         multiarch __ieee754_hypot for PowerPC32.
17637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17638         New file.
17639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17640         New file.
17641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17642         multiarch __ieee754_hypotf for PowerPC32.
17644         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17645         long_double_symbol only if __logbl is defined.
17646         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17647         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17648         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17649         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17650         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17651         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17652         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17653         path for implementation.
17654         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17655         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17657         logb, and logbl multiarch implementations for PowerPC32.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17659         file.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17661         file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17663         multiarch logb for PowerPC32.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17665         file.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17667         file.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17669         multiarch logbf for PowerPC32.
17670         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17672         file.
17673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17674         multiarch logbl implementation for PowerPC32.
17676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17677         and modff multiarch implementations.
17678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17679         New file.
17680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17681         New file.
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17683         multiarch modf for PowerPC32.
17684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17685         New file.
17686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17687         New file.
17688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17689         multiarch modff for PowerPC32.
17691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17692         and lrintf multiarch implementations.
17693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17694         New file.
17695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17696         New file.
17697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17698         multiarch lrint for PowerPC32.
17699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17700         file: multiarch lrintf for PowerPC32.
17702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17703         and lroundf multiarch implementations.
17704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17705         New file.
17706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17707         New file.
17708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17709         New file.
17710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17711         multiarch lround for PowerPC32.
17712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17713         file: multiarch lroundf for PowerPC32.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17716         copysign and copysignf multiarch implementations.
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17718         New file.
17719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17720         New file.
17721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17722         file: multiarch copysign for PowerPC32.
17723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17724         file: multiarch copysignf for PowerPC32.
17726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17727         and truncf multiarch implementations.
17728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17729         New file.
17730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17731         file.
17732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17733         multiarch trunc for PowerPC32.
17734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17735         New file.
17736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17737         New file.
17738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17739         multiarch truncf for PowerPC32.
17741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17742         and roundf multiarch implementations.
17743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17744         New file.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17746         file.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17748         multiarch round for PowerPC32.
17749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17750         New file.
17751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17752         New file.
17753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17754         multiarch roundf for PowerPC32.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17757         and floorf multiarch implementations.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17759         New file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17761         file.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17763         multiarch floor for PowerPC32.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17765         New file.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17767         New file.
17768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17769         multiarch floorf for PowerPC32.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17772         and ceilf multiarch implementations.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17774         New file.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17776         file.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17778         multiarch ceil for PowerPC32.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17780         New file.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17782         file.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17784         multiarch ceilf for PowerPC32.
17786         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17787         is defined.
17788         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17789         FINITEF is defined.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17791         and finitef multiarch implementations.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17793         New file.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17795         file.
17796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17797         multiarch finite for PowerPC32.
17798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17799         New file.
17800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17801         file: multiarch finitef for PowerPC32.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17804         and isinff multiarch implementations.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17806         file.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17808         file.
17809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17810         multiarch isinf for PowerPC32.
17811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17812         New file.
17813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17814         multiarch isinff for PowerPC32.
17816         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17817         alias when __isnan is defined.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17819         and isnanf multiarch implementations.
17820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17821         file.
17822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17823         file.
17824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17825         file.
17826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17827         file.
17828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17829         multiarch isnan for PowerPC32.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17831         New file.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17833         New file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17835         multiarch isnanf for PowerPC32.
17837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17838         and sqrtf multiarch implementations.
17839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17840         file.
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17842         file.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17844         multiarch sqrt for PowerPC32.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17846         file.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17848         file.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17850         multiarch sqrtf for PowerPC32.
17852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17853         and llroundf multiarch implementations.
17854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17855         New file.
17856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17857         New file.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17859         New file.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17861         file: multiarch llround for PowerPC32.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17863         file: multiarch llroundf for PowerPC32.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17866         multiarch PowerPC32 fpu implementations.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17868         New file.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17870         New file.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17872         multiarch llrint for PowerPC32.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17874         New file.
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17876         New file.
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17878         file.
17880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17883         file.
17884         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17885         file.
17886         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17887         file.
17888         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17889         multiarch wordcopy for PPC32.
17890         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17891         wordcopy objects.
17892         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17893         (__libc_ifunc_impl_list): Likewise.
17894         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17895         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17896         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17897         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17898         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17899         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17901         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17902         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17903         file.
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17905         file.
17906         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17907         file.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17909         multiarch wcscpy for PPC32.
17910         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17911         multiarch objects.
17912         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17913         (__libc_ifunc_impl_list): Likewise.
17914         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17915         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17916         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17917         sysdeps/powerpc/power6/wcscpy.c.
17919         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17921         file.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17923         file.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17925         file.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17927         multiarch wcsrchr for PPC32.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17929         multiarch objects.
17930         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17931         (__libc_ifunc_impl_list): Likewise.
17932         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17933         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17934         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17935         sysdeps/powerpc/power6/wcsrchr.c.
17937         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17938         file.
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17942         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17943         multiarch wcschr for PPc32.
17944         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17945         multiarch objects.
17946         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17947         (__libc_ifunc_impl_list): Likewise.
17948         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17949         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17950         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17951         sysdeps/powerpc/power6/wcschr.c.
17953         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17954         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17955         file.
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17957         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17958         file: multiarch strchr for PPC32.
17959         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17960         multiarch objects.
17961         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17962         (__libc_ifunc_impl_list): Likewise.
17964         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17965         name.
17966         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17967         file.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17969         file.
17970         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17971         multiarch strchrnul for PPC32.
17972         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17973         multiarch objects.
17974         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17975         (__libc_ifunc_impl_list): Likewise.
17977         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17978         file.
17979         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17980         multiarch strncasecmp for PPC32.
17981         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17982         file.
17983         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17984         multiarch strncasecmp_l for PPC32.
17985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17986         strncasecmp multiarch objects.
17987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17988         (__libc_ifunc_impl_list): Likewise.
17990         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17991         file.
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17993         multiarch strncasecmp for PPC32.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17995         New file.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17997         multiarch strcasecmp_l for PPC32.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17999         multiarch objects.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18001         (__libc_ifunc_impl_list): Likewise.
18003         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18004         file.
18005         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18008         multiarch strncmp for PPC32.
18009         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18010         multiarch objects.
18011         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18012         (__libc_ifunc_impl_list): Likewise.
18014         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18015         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18016         file.
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18018         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18020         multiarch objects.
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18022         (__libc_ifunc_impl_list): Likewise.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18025         file.
18026         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18027         file.
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18029         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18030         multiarch objects.
18031         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18032         (__libc_ifunc_impl_list): Likewise.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18035         file.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18039         multiarch rawmemchr for PPC32.
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18041         multiarch objects.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18043         (__libc_ifunc_impl_list): Likewise.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18046         file.
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18048         file.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18050         file: memrchr multiarch for PPC32.
18051         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18052         multiarch objects.
18053         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18054         (__libc_ifunc_impl_list): Likewise.
18056         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18057         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18058         file.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18060         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18061         multiarch memchr for PPC32.
18062         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18063         multiarch objects.
18064         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18065         (__libc_ifunc_impl_list): Likewise.
18067         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18068         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18069         file.
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18071         file.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18073         file: multiarch mempcpy for PPC32.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18075         multiarch objects.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18077         (__libc_ifunc_impl_list): Likewise.
18079         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18081         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18082         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18083         multiarch bzero for PPC32.
18084         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18085         file.
18086         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18087         file.
18088         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18089         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18090         file: multiarch memset for PPC32.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18092         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18093         memset multiarch objects.
18094         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18095         (__libc_ifunc_impl_list): Likewise.
18097         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18098         file.
18099         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18101         memcmp for PPC32.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18103         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18104         multiarch objects.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18106         (__libc_ifunc_impl_list): Likewise.
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18110         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18111         file.
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18113         file.
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18115         file.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18117         multiarch memcpy for PPC32.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18119         multiarch objects.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18121         (__libc_ifunc_impl_list): Likewise.
18123         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18124         support multiarch for POWER/PPC32.
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18126         Likewise.
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18129         Implies file to make multiarch folder appers before the fpu and
18130         default folder for power4 configuration.
18132 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18134         * scripts/bench.pl: Append volatile keyword to type.
18136 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18138         * sysdeps/sh/sotruss-lib.c: New file.
18139         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18141 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18143         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18145 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18147         [BZ #6810]
18148         * math/w_tgamma.c: Include <errno.h>.
18149         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18150         * math/w_tgammaf.c: Include <errno.h>.
18151         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18152         * math/w_tgammal.c: Include <errno.h>.
18153         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18154         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18155         underflow.  Add more tgamma tests.
18156         * math/auto-libm-test-out: Regenerated.
18157         * sysdeps/i386/fpu/libm-test-ulps: Update.
18158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18160         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18161         sin, sinh, tan, tanh, tgamma, y0 and y1.
18162         * math/auto-libm-test-out: Regenerated.
18163         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18164         (TEST_COND_x86): Likewise.
18165         (M_E2l): Remove macro.
18166         (M_E3l): Likewise.
18167         (M_2_SQRT_PIl): Likewise.
18168         (M_SQRT_PIl): Likewise.
18169         (M_1_DIV_El): Likewise.
18170         (log_test_data): Use AUTO_TESTS_f_f.
18171         (log10_test_data): Likewise.
18172         (log1p_test_data): Likewise.
18173         (log2_test_data): Likewise.
18174         (sin_test_data): Likewise.
18175         (sin_tonearest_test_data): Likewise.
18176         (sin_towardzero_test_data): Likewise.
18177         (sin_downward_test_data): Likewise.
18178         (sin_upward_test_data): Likewise.
18179         (sinh_test_data): Likewise.
18180         (sinh_tonearest_test_data): Likewise.
18181         (sinh_towardzero_test_data): Likewise.
18182         (sinh_downward_test_data): Likewise.
18183         (sinh_upward_test_data): Likewise.
18184         (tan_test_data): Likewise.
18185         (tan_tonearest_test_data): Likewise.
18186         (tan_towardzero_test_data): Likewise.
18187         (tan_downward_test_data): Likewise.
18188         (tan_upward_test_data): Likewise.
18189         (tanh_test_data): Likewise.
18190         (tgamma_test_data): Likewise.
18191         (y0_test_data): Likewise.
18192         (y1_test_data): Likewise.
18193         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18194         (special_real_inputs): Add pi/4.
18195         * sysdeps/i386/fpu/libm-test-ulps: Update.
18196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18198 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18200         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18201         "longjmp_target" static probes.
18202         (__longjmp): Rename to __longjmp_symbol.
18203         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18204         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18205         on which longjmp to generate.
18206         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18207         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18208         probe.
18209         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18210         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18211         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18212         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18213         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18214         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18216         __longjmp_symbol based on which __longjmp to generate.
18217         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18218         probe.
18219         (setjmp): Rename to setjmp_symbol.
18220         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18221         (_setjmp): Rename to _setjmp_symbol.
18222         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18223         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18224         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18225         which setjmp to generate.
18226         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18227         "longjmp_target" static probes.
18229 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18231         * benchtests/README: Add note about output arguments.
18232         * benchtests/bench-sincos.c: Remove file.
18233         * benchtests/sincos-inputs: New file.
18234         * scripts/bench.pl: Identify output arguments and define
18235         static variables for them.
18237         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18239         [BZ #15941]
18240         * Makefile (INSTALL): Add install-plain.texi as the primary
18241         dependency.
18242         * manual/install-plain.texi: New file.
18243         * manual/install.texi: Include node directive only for
18244         non-plaintext output.
18246 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18248         * stdlib/longlong.h: Update from GCC.
18250         [BZ #6807]
18251         [BZ #15901]
18252         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18253         * math/w_j0f.c (y0f): Likewise.
18254         * math/w_j0l.c (__y0l): Likewise.
18255         * math/w_j1.c (y1): Likewise.
18256         * math/w_j1f.c (y1f): Likewise.
18257         * math/w_j1l.c (__y1l): Likewise
18258         * math/w_jn.c (yn): Likewise.
18259         * math/w_jnf.c (ynf): Likewise.
18260         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18261         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18262         value for Bessel function domain errors outside _SVID_ mode.
18263         Adjust sign of return value for yn (negative integer, 0).
18264         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18265         by zero in return for negative x and set sign appropriately for
18266         negative n.
18267         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18268         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18269         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18270         expectations in error cases.
18271         (y1_test_data): Likewise.
18272         (yn_test_data): Likewise.
18273         * sysdeps/i386/fpu/libm-test-ulps: Update.
18274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18276 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18278         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18279         "64" to "64-v1".  Add "64-v2".
18280         (abi-64-options): Rename to ...
18281         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18282         (abi-64-condition): Rename to ...
18283         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18284         (abi-64-ld-soname): Rename to ...
18285         (abi-64-v1-ld-soname): ... this.
18286         (abi-64-v2-options): Define.
18287         (abi-64-v2-condition): Likewise.
18288         (abi-64-v2-ld-soname): Likewise.
18289         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18290         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18295 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18296             Alan Modra  <amodra@gmail.com>
18298         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18299         New versions for use with the ELFv2 ABI.
18300         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18301         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18302         declaration.
18303         (struct La_ppc64v2_retval): Likewise.
18304         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18305         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18306         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18307         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18308         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18309         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18310         Do not save or restore CR.
18311         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18312         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18313         return values for ELFv2 ABI.  Fix location of FPR return registers.
18314         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18315         updated values for _CALL_ELF == 2.
18316         (La_regs, La_retval, int_retval): Likewise.
18318 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18320         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18321         (FRAME_MIN_SIZE_PARM): Likewise.
18322         (FRAME_BACKCHAIN): Likewise.
18323         (FRAME_CR_SAVE): Likewise.
18324         (FRAME_LR_SAVE): Likewise.
18325         (FRAME_TOC_SAVE): Likewise.
18326         (FRAME_PARM_SAVE): Likewise.
18327         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18328         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18329         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18330         (call_mcount_parm_offset): New macro.
18331         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18332         (PROF): Use symbolic stack frame offsets.
18333         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18334         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18335         Redefine in terms of FRAME_MIN_SIZE.
18336         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18337         (_dl_profile_resolve): Likewise.  Update comment.
18338         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18339         symbols stack frame offsets.
18340         (__sigsetjmp): Likewise.
18341         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18342         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18343         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18344         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18347         (FRAME_BACKCHAIN): Remove.
18348         (FRAME_CR_SAVE): Likewise.
18349         (FRAME_LR_SAVE): Likewise.
18350         (FRAME_COMPILER_DW): Likewise.
18351         (FRAME_LINKER_DW): Likewise.
18352         (FRAME_TOC_SAVE): Likewise.
18353         (FRAME_PARM_SAVE): Likewise.
18354         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18355         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18356         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18358         (CHECK_SP): Use symbolic stack frame offsets.
18359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18360         zone" instead of caller's parameter save area for temp storage.
18361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18362         Likewise.  Also, use symbolic stack frame offsets.
18363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18364         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18365         our own stack frame instead of the caller's.
18366         (__socket): Use symbolic stack frame offsets.
18368 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18369             Alan Modra  <amodra@gmail.com>
18371         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18372         Define.
18373         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18374         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18375         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18376         New function.
18377         (elf_machine_fixup_plt): Call it.
18378         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18379         reloc arguments.
18380         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18381         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18382         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18383         r2 before calling target.
18385 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18386             Alan Modra  <amodra@gmail.com>
18388         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18389         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18390         versions of macros to support ELFv2 ABI.
18391         (LOCALENTRY): New macro.
18392         (ENTRY, EALIGN): Use it.
18393         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18394         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18395         fall through into ENTRY entry point.
18396         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18397         Only define if _CALL_ELF != 2.
18399         (elf_machine_matches_host): Verify ABI version matches.
18400         (RTLD_START): Use LOCALENTRY.
18401         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18402         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18403         (PLT_ENTRY_WORDS): New macro.
18404         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18405         (elf_machine_runtime_setup): Support ELFv2 ABI.
18406         (elf_machine_fixup_plt): Likewise.
18407         (elf_machine_plt_conflict): Likewise.
18408         (resolve_ifunc): Likewise.
18409         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18410         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18411         Likewise.
18412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18413         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18415         (makecontext): Support ELFv2 ABI.
18416         * elf/elf.h (EF_PPC64_ABI): Define.
18418 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18420         * sysdeps/powerpc/powerpc64/sysdep.h
18421         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18422         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18423         (ENTRY) [ASSEMBLER]: ... but instead here ...
18424         (EALIGN) [ASSEMBLER]: ... and here.
18425         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18426         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18427         (ENTRY_2) [!ASSEMBLER]: Use it.
18428         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18429         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18430         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18431         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18432         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18434         Use PPC64_LOAD_FUNCPTR.
18436         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18438 2013-12-04  Alan Modra  <amodra@gmail.com>
18440         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18441         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18442         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18443         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18445         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18446         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18447         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18448         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18449         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18450         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18452 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18455         (__makecontext): Fix incorrect CFI when backtracing out of
18456         context created via makecontext.
18457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18458         (__setcontext): Fix incorrect CFI during switch to new context.
18459         (__novec_setcontext): Likewise.
18461 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18463         [BZ #4772]
18464         * time/strptime_l.c (__strptime_internal): Allow modifiers
18465         in strptime.
18466         * time/tst-strptime.c (day_tests): Add testcase.
18468 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18470         * scripts/bench.pl: Skip over blank lines.
18472 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18474         [BZ #926]
18475         * manual/time.texi (Calendar Time): Clarify what timezone functions
18476         use.
18478 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18482 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18484         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18485         implementation.
18486         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18487         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18488         * debug/memset_chk.c (__memset_chk): Likewise.
18489         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18490         * debug/strncpy_chk.c: Likewise.
18492 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18494         [BZ #15268]
18495         [BZ #15425]
18496         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18497         (__ieee754_exp): For possibly underflowing results, check size of
18498         result and force underflow exception if required.
18499         * math/auto-libm-test-in: Add more tests of exp.
18500         * math/auto-libm-test-out: Regenerated.
18501         * sysdeps/i386/fpu/libm-test-ulps: Update.
18502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18504         [BZ #16283]
18505         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18506         * math/w_exp2f.c (__exp2f): Likewise.
18507         * math/w_exp2l.c (__exp2l): Likewise.
18508         * math/auto-libm-test-in: Do not allow missing errno on exp2
18509         underflow.
18510         * math/auto-libm-test-out: Regenerated.
18512 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18514         [BZ #16274]
18515         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18516         handle filename validation.
18517         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18518         (do_open): Delete.
18520 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18522         [BZ #6786]
18523         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18524         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18525         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18526         <float.h>.
18527         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18528         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18529         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18530         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18531         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18532         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18533         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18534         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18535         Add more erfc tests.
18536         * math/auto-libm-test-out: Regenerated.
18537         * sysdeps/i386/fpu/libm-test-ulps: Update.
18538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18540         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18541         exp2, expm1, j0 and j1.
18542         * math/auto-libm-test-out: Regenerated.
18543         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18544         (erfc_test_data): Likewise.
18545         (exp_test_data): Likewise.
18546         (exp_tonearest_test_data): Likewise.
18547         (exp_towardzero_test_data): Likewise.
18548         (exp_downward_test_data): Likewise.
18549         (exp_upward_test_data): Likewise.
18550         (exp10_test_data): Likewise.
18551         (exp2_test_data): Likewise.
18552         (expm1_test_data): Likewise.
18553         (j0_test_data): Likewise.
18554         (j1_test_data): Likewise.
18555         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18556         (input_flag_type): Add flag_xfail_rounding.
18557         (input_flags): Add xfail-rounding.
18558         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18559         (output_for_one_input_case): Handle flag_xfail_rounding.
18560         * sysdeps/i386/fpu/libm-test-ulps: Update.
18561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18563 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18565         [BZ #16289]
18566         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18567         division by 0.
18569 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18571         [BZ #16195]
18572         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18573         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18574         (STAP_PROBE0): New macro.
18575         (STAP_PROBE1): Likewise.
18576         (STAP_PROBE2): Likewise.
18577         (STAP_PROBE3): Likewise.
18578         (STAP_PROBE4): Likewise.
18580 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18582         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18584 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18586         * benchtests/Makefile (bench): Add sqrt.
18587         (LDLIBS-bench-sqrt): New.
18588         * benchtests/sqrt-input: New.
18590 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18592         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18593         (GAIH_EAI): Likewise.
18594         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18595         (gaih_inet): Likewise.
18596         (getaddrinfo): Don't use GAIH_EAI.
18598         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18599         (struct gaih): Remove definition.
18601 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18603         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18604         Use HERRNOP directly.
18606 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18608         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18610 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18612         * math/gen-auto-libm-tests.c (test_functions): Add more
18613         single-argument functions.
18614         (special_fill_pi_2): New function.
18615         (special_fill_minus_pi_2): Likewise.
18616         (special_fill_pi_6): Likewise.
18617         (special_fill_minus_pi_6): Likewise.
18618         (special_fill_pi_3): Likewise.
18619         (special_fill_2pi_3): Likewise.
18620         (special_fill_e): Likewise.
18621         (special_fill_1_e): Likewise.
18622         (special_fill_e_minus_1): Likewise.
18623         (special_real_inputs): Add more special inputs.
18624         (output_for_one_input_case): Do not require ERANGE on underflow to
18625         zero if round-to-nearest result does not underflow to zero, unless
18626         exact results required.
18627         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18628         atan, atanh, cbrt, cos and cosh.
18629         * math/auto-libm-test-out: Regenerated.
18630         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18631         (acos_tonearest_test_data): Likewise.
18632         (acos_towardzero_test_data): Likewise.
18633         (acos_downward_test_data): Likewise.
18634         (acos_upward_test_data): Likewise.
18635         (acosh_test_data): Likewise.
18636         (asin_test_data): Likewise.
18637         (asin_tonearest_test_data): Likewise.
18638         (asin_towardzero_test_data): Likewise.
18639         (asin_upward_test_data): Likewise.
18640         (asinh_test_data): Likewise.
18641         (atan_test_data): Likewise.
18642         (atanh_test_data): Likewise.
18643         (cbrt_test_data): Likewise.
18644         (cos_test_data): Likewise.
18645         (cos_tonearest_test_data): Likewise.
18646         (cos_towardzero_test_data): Likewise.
18647         (cos_downward_test_data): Likewise.
18648         (cos_upward_test_data): Likewise.
18649         (cosh_test_data): Likewise.
18650         (cosh_tonearest_test_data): Likewise.
18651         (cosh_towardzero_test_data): Likewise.
18652         (cosh_downward_test_data): Likewise.
18653         (cosh_upward_test_data): Likewise.
18654         * sysdeps/i386/fpu/libm-test-ulps: Update.
18655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18657 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18659         [BZ #6787]
18660         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18661         * math/w_exp10f.c (__exp10f): Likewise.
18662         * math/w_exp10l.c (__exp10l): Likewise.
18663         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18664         errno settings in existing tests.
18666         [BZ #14032]
18667         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18668         precision control set to double precision.
18669         * sysdeps/i386/fpu/w_sqrt.c: New file.
18670         * math/auto-libm-test-in: Add more tests.
18671         * math/auto-libm-test-out: Update.
18673         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18674         (sqrt_test_tonearest): New function.
18675         (sqrt_towardzero_test_data): New variable.
18676         (sqrt_test_towardzero): New function.
18677         (sqrt_downward_test_data): New variable.
18678         (sqrt_test_downward): New function.
18679         (sqrt_upward_test_data): New variable.
18680         (sqrt_test_upward): New function.
18681         (main): Call the new functions.
18683         * math/gen-auto-libm-tests.c: New file.
18684         * math/auto-libm-test-in: Likewise.
18685         * math/auto-libm-test-out: New generated file.
18686         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18687         variables.
18688         (%beautify): Add generated representations of zero.
18689         (top level): Set $auto_input and call parse_auto_input.
18690         (beautify): Remove trailing "f" from hex float constants.
18691         (parse_args): Handle XFAIL_TEST.
18692         (convert_condition): New function.
18693         (or_value): Likewise.
18694         (or_cond_value): Likewise.
18695         (generate_testfile): Handle AUTO_TESTS_* lines.
18696         (parse_auto_input): New function.
18697         * math/libm-test.inc (XFAIL_TEST): New macro.
18698         (ERRNO_UNCHANGED): Update value.
18699         (ERRNO_EDOM): Likewise.
18700         (ERRNO_ERANGE): Likewise.
18701         (IGNORE_RESULT): Likewise.
18702         (TEST_COND_flt_32): New macro.
18703         (TEST_COND_dbl_64): Likewise.
18704         (TEST_COND_ldbl_96_intel): Likewise.
18705         (TEST_COND_ldbl_96_m68k): Likewise.
18706         (TEST_COND_ldbl_128): Likewise.
18707         (TEST_COND_ldbl_128ibm): Likewise.
18708         (TEST_COND_long32): Likewise.
18709         (TEST_COND_long64): Likewise.
18710         (TEST_COND_before_rounding): Likewise.
18711         (TEST_COND_after_rounding): Likewise.
18712         (enable_test): Handle XFAIL_TEST flag.
18713         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18714         with finite results.
18715         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18716         auto-libm-test-out.
18718 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18719             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18721         [BZ #16214]
18722         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18723         __tls_get_addr_internal instead of __tls_get_offset in order to
18724         avoid GOT pointer dependency.  Make rtld export
18725         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18726         __tls_get_addr since we are a __tls_get_offset platform.
18727         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18728         GOT pointer being set up before.
18729         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18731 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18733         * manual/math.texi (Errors in Math Functions): Document accuracy
18734         goals.
18736         [BZ #15004]
18737         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18738         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18739         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18740         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18741         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18742         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18743         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18744         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18745         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18746         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18747         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18748         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18749         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18750         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18751         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18752         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18754         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18755         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18756         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18757         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18758         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18759         Likewise.
18760         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18761         Likewise.
18762         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18763         Likewise.
18764         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18765         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18766         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18767         atomic-feupdateenv and flt-rounds.
18768         * sysdeps/powerpc/nofpu/Versions (libc): Add
18769         __atomic_feholdexcept, __atomic_feclearexcept,
18770         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18771         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18772         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18773         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18774         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18775         here.
18776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18777         Update.
18779         * manual/arith.texi (FP Exceptions): Document that exceptions may
18780         not be raised when matherr is used.
18781         (Math Error Reporting): Document overflow in directed rounding
18782         modes.  Document that errno may not be set when finite values are
18783         returned on overflow.  Document intent to set errno on underflow
18784         only for underflow to zero.
18786         [BZ #16271]
18787         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18788         round-to-nearest then adjust result for other rounding modes.
18789         * include/fenv.h (fegetround): Use libm_hidden_proto.
18790         * math/fegetround.c (fegetround): Use libm_hidden_def.
18791         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18792         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18793         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18794         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18795         Likewise.
18796         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18797         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18798         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18799         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18801 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18803         [BZ #16077]
18804         * nss/Versions (libnss_files): Add
18805         _nss_files_gethostbyname3_r.
18806         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18807         New function.
18808         (HOST_DB_LOOKUP): Remove macro.
18809         (_nss_files_gethostbyname_r): Implement function without the
18810         HOST_DB_LOOKUP macro.
18811         (_nss_files_gethostbyname2_r): Likewise.
18813 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18815         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18817 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18819         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18820         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18821         warning.
18823 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18825         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18826         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18827         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18828         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18829         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18830         __fe_nomask_env_priv and attribute_hidden.
18831         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18832         (libc_feupdateenv_test_ppc): Likewise.
18833         (libc_feresetround_ppc): Likewise.
18834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18835         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18836         compat_symbol macro.
18837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18838         (__fe_nomask_env): Likewise.
18839         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18841 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18843         * string/Makefile: Remove ifunc tests.
18844         * string/test-string.h: Define TEST_IFUNC.
18845         * string/test-bcopy-ifunc.c: Remove.
18846         * string/test-bzero-ifunc.c: Likewise.
18847         * string/test-memccpy-ifunc.c: Likewise.
18848         * string/test-memchr-ifunc.c: Likewise.
18849         * string/test-memcmp-ifunc.c: Likewise.
18850         * string/test-memcpy-ifunc.c: Likewise.
18851         * string/test-memmem-ifunc.c: Likewise.
18852         * string/test-memmove-ifunc.c: Likewise.
18853         * string/test-mempcpy-ifunc.c: Likewise.
18854         * string/test-memrchr-ifunc.c: Likewise.
18855         * string/test-memset-ifunc.c: Likewise.
18856         * string/test-rawmemchr-ifunc.c: Likewise.
18857         * string/test-stpcpy-ifunc.c: Likewise.
18858         * string/test-stpncpy-ifunc.c: Likewise.
18859         * string/test-strcasecmp-ifunc.c: Likewise.
18860         * string/test-strcasestr-ifunc.c: Likewise.
18861         * string/test-strcat-ifunc.c: Likewise.
18862         * string/test-strchr-ifunc.c: Likewise.
18863         * string/test-strchrnul-ifunc.c: Likewise.
18864         * string/test-strcmp-ifunc.c: Likewise.
18865         * string/test-strcpy-ifunc.c: Likewise.
18866         * string/test-strcspn-ifunc.c: Likewise.
18867         * string/test-strlen-ifunc.c: Likewise.
18868         * string/test-strncasecmp-ifunc.c: Likewise.
18869         * string/test-strncat-ifunc.c: Likewise.
18870         * string/test-strncmp-ifunc.c: Likewise.
18871         * string/test-strncpy-ifunc.c: Likewise.
18872         * string/test-strnlen-ifunc.c: Likewise.
18873         * string/test-strpbrk-ifunc.c: Likewise.
18874         * string/test-strrchr-ifunc.c: Likewise.
18875         * string/test-strspn-ifunc.c: Likewise.
18876         * string/test-strstr-ifunc.c: Likewise.
18878 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18880         * benchtests/Makefile: Remove ifunc tests.
18881         * benchtests/bench-string.h: Define TEST_IFUNC.
18882         * benchtests/bench-bcopy-ifunc.c: Remove.
18883         * benchtests/bench-bzero-ifunc.c: Likewise.
18884         * benchtests/bench-memccpy-ifunc.c: Likewise.
18885         * benchtests/bench-memchr-ifunc.c: Likewise.
18886         * benchtests/bench-memcmp-ifunc.c: Likewise.
18887         * benchtests/bench-memcpy-ifunc.c: Likewise.
18888         * benchtests/bench-memmem-ifunc.c: Likewise.
18889         * benchtests/bench-memmove-ifunc.c: Likewise.
18890         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18891         * benchtests/bench-memrchr-ifunc.c: Likewise.
18892         * benchtests/bench-memset-ifunc.c: Likewise.
18893         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18894         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18895         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18896         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18897         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18898         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18899         * benchtests/bench-strcat-ifunc.c: Likewise.
18900         * benchtests/bench-strchr-ifunc.c: Likewise.
18901         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18902         * benchtests/bench-strcmp-ifunc.c: Likewise.
18903         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18904         * benchtests/bench-strcpy-ifunc.c: Likewise.
18905         * benchtests/bench-strcspn-ifunc.c: Likewise.
18906         * benchtests/bench-strlen-ifunc.c: Likewise.
18907         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18908         * benchtests/bench-strncat-ifunc.c: Likewise.
18909         * benchtests/bench-strncmp-ifunc.c: Likewise.
18910         * benchtests/bench-strncpy-ifunc.c: Likewise.
18911         * benchtests/bench-strnlen-ifunc.c: Likewise.
18912         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18913         * benchtests/bench-strrchr-ifunc.c: Likewise.
18914         * benchtests/bench-strsep-ifunc.c: Likewise.
18915         * benchtests/bench-strspn-ifunc.c: Likewise.
18916         * benchtests/bench-strstr-ifunc.c: Likewise.
18918 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18920         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18922 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18924         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18925         * rt/aio.h: Likewise.
18926         * sysdeps/gnu/bits/utmp.h: Likewise.
18927         * sysdeps/gnu/bits/utmpx.h: Likewise.
18928         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18929         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18930         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18931         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18932         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18933         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18934         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18935         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18936         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18937         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18938         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18939         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18940         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18942         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18943         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18944         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18945         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18946         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18947         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18948         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18949         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18950         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18951         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18952         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18953         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18954         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18955         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18956         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18957         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18958         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18959         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18960         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18961         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18962         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18963         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18964         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18965         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18966         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18967         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18968         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18969         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18971 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18973         [BZ #16245]
18974         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18975         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18977 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18979         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18980         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18981         Likewise.
18983 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18985         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18986         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18987         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18988         (__fesetround): Remove define.
18989         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18990         rounding and exceptions handling.
18991         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18992         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18993         (__fe_nomask_env): Likewise.
18994         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18995         __fegetround instead of fegetround.
18996         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18997         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18999 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19001         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19002         it's there.
19004         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19006 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19008         [BZ #11157]
19009         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19010         (encrypt_r): Likewise.
19011         * malloc/obstack.h (obstack_free): Likewise.
19012         * posix/unistd.h (encrypt): Likewise.
19014 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19016         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19017         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19018         DL_CALL_DT_FINI() that call the functions directly.
19019         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19020         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19021         * elf/dl-fini.c: Likewise.
19023 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19025         * malloc/hooks.c (memalign_check): Add alignment rounding.
19026         * malloc/malloc.c (_mid_memalign): New function.
19027         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19028         Implement by calling _mid_memalign.
19029         * manual/probes.texi (Memory Allocation Probes): Remove
19030         memory_valloc_retry and memory_pvalloc_retry.
19032 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19034         * locale/programs/locarchive.c (open_archive): Add const
19035         qualifier to ARCHIVEFNAME and copy default fname to
19036         DEFAULT_FNAME.
19038         [BZ #15601]
19039         * libio/tst-widetext.input: Rename Oriya to Odia.
19040         * locale/iso-639.def: Likewise.
19042         * manual/probes.texi (Mathematical Function Probes): Add
19043         documentation for sin, cos, asin and acos probes.
19044         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19045         (__sin32): Add slowasin probe.
19046         (__cos32): Add slowacos probe.
19047         (__mpsin): Add slowsin probe.
19048         (__mpcos): Add slowcos probe.
19050 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19052         [BZ #15483]
19053         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19054         thread-local __sim_exceptions_thread and global
19055         __sim_exceptions_global.
19056         (__sim_disabled_exceptions): Change to thread-local
19057         __sim_disabled_exceptions_thread and global
19058         __sim_disabled_exceptions_global.
19059         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19060         and global __sim_round_mode_global.
19061         (__simulate_exceptions): Use thread-local floating-point state and
19062         set global state from it as needed.
19063         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19064         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19065         __sim_round_mode_thread.
19066         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19067         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19068         and global __sim_exceptions_global.
19069         (__sim_disabled_exceptions): Change to thread-local
19070         __sim_disabled_exceptions_thread and global
19071         __sim_disabled_exceptions_global.
19072         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19073         and global __sim_round_mode_global.
19074         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19075         (SIM_SET_GLOBAL): Likewise.
19076         * sysdeps/powerpc/soft-fp/sfp-machine.h
19077         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19078         __sim_round_mode_thread.
19079         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19080         __sim_disabled_exceptions_thread.
19081         (__sim_exceptions): Change to __sim_exceptions_thread.
19082         (__sim_disabled_exceptions): Change to
19083         __sim_disabled_exceptions_thread.
19084         (__sim_round_mode): Change to __sim_round_mode_thread.
19085         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19086         thread-local floating-point state and set global state from it as
19087         needed.
19088         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19089         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19090         (__sim_disabled_exceptions): Remove extern declaration.
19091         (feenableexcept): Use thread-local floating-point state and set
19092         global state from it as needed.
19093         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19094         extern declaration.
19095         (__sim_disabled_exceptions): Likewise.
19096         (__sim_round_mode): Likewise.
19097         (__fegetenv): Use thread-local floating-point state.
19098         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19099         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19100         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19101         floating-point state and set global state from it as needed.
19102         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19103         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19104         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19105         Likewise.
19106         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19107         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19108         Likewise.
19109         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19110         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19111         Use __sim_round_mode_thread.
19112         * math/test-fenv-tls.c: New file.
19113         * math/Makefile (tests): Add test-fenv-tls.
19114         ($(objpfx)test-fenv-tls): Depend on
19115         $(common-objpfx)nptl/libpthread.so.
19117 2013-11-19  Andreas Schwab  <schwab@suse.de>
19119         * locale/programs/locale.c (show_info): Decode wordarray elements.
19120         * locale/categories.def (LC_MONETARY): Add element for
19121         _NL_MONETARY_CRNCYSTR.
19122         * locale/C-monetary.c (conversion_rate): New variable.
19123         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19124         element.
19126 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19128         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19129         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19131 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19133         * elf/Makefile (tst-auxv): New test.
19134         * elf/tst-auxv.c: New
19135         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19137 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19139         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19140         (hidden_proto): Caller changed.
19141         (hidden_tls_proto): New macro.
19142         (libc_hidden_tls_proto): Likewise.
19143         (rtld_hidden_tls_proto): Likewise.
19144         (libm_hidden_tls_proto): Likewise.
19145         (libresolv_hidden_tls_proto): Likewise.
19146         (librt_hidden_tls_proto): Likewise.
19147         (libdl_hidden_tls_proto): Likewise.
19148         (libnss_files_hidden_tls_proto): Likewise.
19149         (libnsl_hidden_tls_proto): Likewise.
19150         (libnss_nisplus_hidden_tls_proto): Likewise.
19151         (libutil_hidden_tls_proto): Likewise.
19153 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19155         [BZ #10253]
19156         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19157         (decompose_rpath): Defer expansion to fillin_rpath.
19158         (_dl_init_paths): Pass linkmap to fillin_rpath.
19160 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19162         * benchtests/Makefile: Add strsep.
19163         * benchtests/bench-strsep.c: New file: strsep benchtest.
19164         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19166 2013-11-18  Andreas Schwab  <schwab@suse.de>
19168         * locale/programs/locale.c (show_info) [case byte]: Check for
19169         '\377' instead of '\177'.
19170         * locale/C-monetary.c (not_available): Always use "\377".
19171         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19172         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19173         detect unavailable sign_posn locale elements.
19174         * locale/localeconv.c (__localeconv): For grouping and
19175         mon_grouping handle "\177" and "\377" like no grouping.
19176         (INT_ELEM): New macro.  Use it to set all numeric members.
19177         * locale/programs/ld-monetary.c (monetary_read)
19178         <tok_mon_grouping>: Normalize single -1 to the empty string.
19179         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19180         Likewise.
19182 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19184         [BZ #16055]
19185         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19186         when we match (nil).
19187         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19189 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19191         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19192         (NO_TEST_INLINE): Update value.
19193         (ERRNO_UNCHANGED): Likewise.
19194         (ERRNO_EDOM): Likewise.
19195         (ERRNO_ERANGE): Likewise.
19196         (IGNORE_RESULT): Likewise.
19197         (check_float_internal): Check signs of NaN results if
19198         TEST_NAN_SIGN used.
19199         (check_complex): Pass TEST_NAN_SIGN flag through to second
19200         check_float_internal call.
19201         (copysign_test_data): Add tests with quiet NaNs as second
19202         argument.  Use TEST_NAN_SIGN.
19203         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19204         TEST_NAN_SIGN.
19205         (signbit_test_data): Add tests of quiet NaN argument.
19206         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19208         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19209         $ignore_result.
19210         (parse_args): Handle function results specified as IGNORE.
19211         * math/libm-test.inc (IGNORE_RESULT): New macro.
19212         (check_float_internal): Do not check numerical result if flag
19213         IGNORE_RESULT set.
19214         (check_complex): Pass through IGNORE_RESULT to second
19215         check_float_internal call.
19216         (check_int): Do not check numerical result if flag IGNORE_RESULT
19217         set.
19218         (check_long): Likewise.
19219         (check_bool): Likewise.
19220         (check_longlong): Likewise.
19221         (lrint_test_data): Add tests of infinite and NaN arguments.
19222         (lrint_tonearest_test_data): Likewise.
19223         (lrint_towardzero_test_data): Likewise.
19224         (lrint_downward_test_data): Likewise.
19225         (lrint_upward_test_data): Likewise.
19226         (llrint_test_data): Likewise.
19227         (llrint_tonearest_test_data): Likewise.
19228         (llrint_towardzero_test_data): Likewise.
19229         (llrint_downward_test_data): Likewise.
19230         (llrint_upward_test_data): Likewise.
19231         (lround_test_data): Likewise.
19232         (llround_test_data): Likewise.
19234         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19235         (ERRNO_UNCHANGED): Update value.
19236         (ERRNO_EDOM): Likewise.
19237         (ERRNO_ERANGE): Likewise.
19238         (NO_TEST_INLINE_FLOAT): New macro.
19239         (NO_TEST_INLINE_DOUBLE): Likewise.
19240         (enable_test): New function.
19241         (RUN_TEST_f_f): Check enable_test before running test.
19242         (RUN_TEST_2_f): Likewise.
19243         (RUN_TEST_fff_f): Likewise.
19244         (RUN_TEST_c_f): Likewise.
19245         (RUN_TEST_f_f1): Likewise.
19246         (RUN_TEST_fF_f1): Likewise.
19247         (RUN_TEST_fI_f1): Likewise.
19248         (RUN_TEST_ffI_f1): Likewise.
19249         (RUN_TEST_c_c): Likewise.
19250         (RUN_TEST_cc_c): Likewise.
19251         (RUN_TEST_f_i): Likewise.
19252         (RUN_TEST_f_i_tg): Likewise.
19253         (RUN_TEST_ff_i_tg): Likewise.
19254         (RUN_TEST_f_b): Likewise.
19255         (RUN_TEST_f_b_tg): Likewise.
19256         (RUN_TEST_f_l): Likewise.
19257         (RUN_TEST_f_L): Likewise.
19258         (RUN_TEST_fFF_11): Likewise.
19259         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19260         conditionals.
19261         (cosh_test_data): Likewise.
19262         (exp_test_data): Likewise.
19263         (expm1_test_data): Likewise.
19264         (hypot_test_data): Likewise.
19265         (pow_test_data): Likewise.
19266         (sinh_test_data): Likewise.
19267         (tanh_test_data): Likewise.
19268         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19269         flags argument.
19271         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19272         tests with quiet NaN input and output.
19273         (acosh_test_data): Likewise.
19274         (asin_test_data): Likewise.
19275         (asinh_test_data): Likewise.
19276         (atan_test_data): Likewise.
19277         (atanh_test_data): Likewise.
19278         (atan2_test_data): Likewise.
19279         (cbrt_test_data): Likewise.
19280         (cos_test_data): Likewise.
19281         (cosh_test_data): Likewise.
19282         (erf_test_data): Likewise.
19283         (erfc_test_data): Likewise.
19284         (exp_test_data): Likewise.
19285         (exp10_test_data): Likewise.
19286         (exp2_test_data): Likewise.
19287         (expm1_test_data): Likewise.
19288         (hypot_test_data): Likewise.
19289         (j0_test_data): Likewise.
19290         (j1_test_data): Likewise.
19291         (jn_test_data): Likewise.
19292         (lgamma_test_data): Likewise.
19293         (log_test_data): Likewise.
19294         (log10_test_data): Likewise.
19295         (log1p_test_data): Likewise.
19296         (log2_test_data): Likewise.
19297         (pow_test_data): Likewise.
19298         (scalb_test_data): Likewise.
19299         (sin_test_data): Likewise.
19300         (sincos_test_data): Likewise.
19301         (sinh_test_data): Likewise.
19302         (tan_test_data): Likewise.
19303         (tanh_test_data): Likewise.
19304         (tgamma_test_data): Likewise.
19305         (y0_test_data): Likewise.
19306         (y1_test_data): Likewise.
19307         (yn_test_data): Likewise.
19309         [BZ #16167]
19310         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19311         argument being NaN and avoid computations with second argument in
19312         that case.
19313         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19314         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19315         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19317 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19319         * locale/iso-639.def: Add Chitwani Tharu (the).
19321 2013-11-14  Andreas Schwab  <schwab@suse.de>
19323         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19324         word instead of empty string.
19326 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19329         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19331         (__fe_nomask_env): Likewise.
19333 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19335         * benchtests/bench-timing.h: Include time.h.
19337 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19339         [BZ #15997]
19340         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19341         to 3.4.0 for x32.
19342         * sysdeps/unix/sysv/linux/configure: Regenerated.
19344 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19346         [BZ #16151]
19347         * stdlib/strtod_l.c (round_and_return): Do not consider
19348         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19349         exponent one less than half the least subnormal exponent.
19350         * stdlib/test-strtod-round-data: Add more tests.
19351         * stdlib/tst-strtod-round.c (tests): Regenerated.
19353 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19355         [BZ #14143]
19356         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19357         (__fe_mask_env): Likewise.
19358         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19359         libm_hidden_proto and add function prototype.
19360         (__fe_mask_env): Add function prototype.
19361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19362         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19364         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19366         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19368 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19370         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19371         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19373 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19375         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19376         of htab_find_slot().
19378 2013-11-11  David S. Miller  <davem@davemloft.net>
19380         [BZ #16150]
19381         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19382         symbol in the non-vis3 case in static builds.
19383         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19384         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19385         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19386         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19388 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19390         [BZ #387]
19391         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19392         it is empty.
19394 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19396         * benchtests/Makefile: Add bench-strtod.
19397         * benchtests/bench-strtod.c: New file: strtod benchtest
19399 2013-11-11  Andreas Schwab  <schwab@suse.de>
19401         [BZ #16153]
19402         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19403         terminating NUL in key length.
19405 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19407         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19408         Add artificial ODP entry for vDSO symbol for PPC64.
19409         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19410         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19412 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19414         [BZ #15374]
19415         * nss/getent.c (services_keys): Recognize services starting with digit.
19417 2013-11-06  David S. Miller  <davem@davemloft.net>
19419         [BZ #15985]
19420         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19421         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19423 2013-11-06  Will Newton  <will.newton@linaro.org>
19425         * manual/memory.texi (Malloc Examples): Remove register
19426         keyword from examples.
19428 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19430         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19432 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19434         [BZ #6981]
19435         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19436         depending on [__GCC_IEC_559 > 0].
19437         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19438         depending on [__GCC_IEC_559_COMPLEX > 0].
19440 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19442         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19443         to iso-639.def.
19445 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19447         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19449 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19451         [BZ #16112]
19452         * malloc/malloc (malloc_info): Do not handle first bin as
19453         special case.
19455 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19457         * locale/iso-639.def: Add Central Nahuatl (nhn).
19459 2013-11-01  Bruno Haible  <bruno@clisp.org>
19461         [BZ #7003]
19462         * manual/math.texi (BSD Random): Specify range upper bound as
19463         in POSIX.
19465 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19467         * locale/iso-639.def: Add Meadow Mari (mhr).
19469 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19471         [BZ #14752], [BZ #15763]
19472         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19473         Validate name.
19474         * rt/tst_shm.c: Add test for escaping directory.
19476 2013-10-31  Andreas Schwab  <schwab@suse.de>
19478         [BZ #15917]
19479         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19480         followed by 'x' as part of digit sequence.
19481         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19483 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19485         [BZ #16037]
19486         * configure.ac: allow GNU Make 4.0 and greater.
19487         * configure: Regenerated.
19489 2013-10-30  Will Newton  <will.newton@linaro.org>
19491         [BZ #16038]
19492         * malloc/hooks.c (memalign_check): Limit alignment to the
19493         maximum representable power of two.
19494         * malloc/malloc.c (__libc_memalign): Likewise.
19495         * malloc/tst-memalign.c (do_test): Add test for very
19496         large alignment values.
19497         * malloc/tst-posix_memalign.c (do_test): Likewise.
19499 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19501         [BZ #11087]
19502         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19503         (munmap_chunk): Likewise.
19504         (mremap_chunk): Likewise.
19506 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19508         [BZ #15799]
19509         * stdlib/div.c (div): Remove obsolete code.
19510         * stdlib/ldiv.c (ldiv): Likewise.
19511         * stdlib/lldiv.c (lldiv): Likewise.
19513 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19515         [BZ #16071]
19516         * nss/nss_files/files-XXX.c (get_contents_ret): New
19517         enumerator.
19518         (get_contents): New function.
19519         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19521 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19523         * configure.in: Moved to ...
19524         * configure.ac: ... here. Change reference to configure.in
19525         to configure.ac.
19526         * sysdeps/arm/preconfigure.ac: ... here.
19527         configure.in to configure.ac.
19528         * sysdeps/gnu/configure.in: Moved to ...
19529         * sysdeps/gnu/configure.ac: ... here.
19530         * sysdeps/i386/configure.in: Moved to ...
19531         * sysdeps/i386/configure.ac: ... here.
19532         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19533         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19534         * sysdeps/mach/configure.in: Moved to ...
19535         * sysdeps/mach/configure.ac: ... here.
19536         * sysdeps/mach/hurd/configure.in: Moved to ...
19537         * sysdeps/mach/hurd/configure.ac: ... here.
19538         * sysdeps/powerpc/configure.in: Moved to ...
19539         * sysdeps/powerpc/configure.ac: ... here.
19540         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19541         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19542         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19543         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19544         * sysdeps/s390/s390-32/configure.in: Moved to ...
19545         * sysdeps/s390/s390-32/configure.ac: ... here.
19546         * sysdeps/s390/s390-64/configure.in: Moved to ...
19547         * sysdeps/s390/s390-64/configure.ac: ... here.
19548         * sysdeps/sh/configure.in: Moved to ...
19549         * sysdeps/sh/configure.ac: ... here.
19550         * sysdeps/sparc/configure.in: Moved to ...
19551         * sysdeps/sparc/configure.ac: ... here.
19552         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19553         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19554         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19555         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19556         * sysdeps/x86_64/configure.in: Moved to ...
19557         * sysdeps/x86_64/configure.ac: ... here.
19558         * sysdeps/x86_64/preconfigure.in: Moved to ...
19559         * sysdeps/x86_64/preconfigure.ac: ... here.
19560         * aclocal.m4: Change reference to configure.in to configure.ac.
19561         * config.h.in: Likewise.
19562         * manual/install.texi: Likewise.
19563         * manual/maint.texi: Likewise.
19564         * Makefile: Likewise.
19565         * malloc/Makefile: Likewise.
19566         * nscd/Makefile: Likewise.
19567         * Makeconfig: Change reference to configure.in and
19568         preconfigure.in to configure.ac and preconfigure.ac
19569         respectively.
19570         * INSTALL: Regenerated.
19571         * configure: Likewise.
19572         * sysdeps/gnu/configure: Likewise.
19573         * sysdeps/i386/configure: Likewise.
19574         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19575         * sysdeps/mach/configure: Likewise.
19576         * sysdeps/mach/hurd/configure: Likewise.
19577         * sysdeps/powerpc/configure: Likewise.
19578         * sysdeps/powerpc/powerpc32/configure: Likewise.
19579         * sysdeps/powerpc/powerpc64/configure: Likewise.
19580         * sysdeps/s390/s390-32/configure: Likewise.
19581         * sysdeps/s390/s390-64/configure: Likewise.
19582         * sysdeps/sh/configure: Likewise.
19583         * sysdeps/sparc/configure: Likewise.
19584         * sysdeps/unix/sysv/linux/configure: Likewise.
19585         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19586         * sysdeps/x86_64/configure: Likewise.
19587         * sysdeps/x86_64/preconfigure: Likewise.
19589 2013-10-29  Andreas Schwab  <schwab@suse.de>
19591         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19593 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19595         * benchtests/pow-inputs: Add new inputs.
19597         * benchtests/exp-inputs: Add new inputs.
19599         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19600         conditional check for return value.
19601         (__cos32): Likewise.
19603 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19605         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19606         to provide a boost for large inputs with word alignment.
19607         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19608         implementation based on optimized PPC64 strcpy.
19609         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19610         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19611         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19612         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19614 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19616         [BZ #2801]
19617         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19619 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19621         [BZ #14876]
19622         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19623         * time/tst-strptime.c (day_tests): Add testcase.
19625 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19627         [BZ #14029]
19628         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19630 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19632         [BZ #16074]
19633         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19634         MAP_FAILED on error.
19636 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19638         [BZ #16072]
19639         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19640         heap for large requests.
19642 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19644         [BZ #9954]
19645         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19646         result if the result has no associated interface.
19647         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19648         interface for all 127.X.Y.Z addresses.
19650 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19652         * locale/iso-639.def: Add Ligurian (lij)
19654 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19656         [BZ #15825]
19657         * sunrpc/rpc_main.c: Document rpcgen -5.
19659 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19661         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19663 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19665         [BZ #10278]
19666         * posix/glob.c: Match only directories when trailing slash is present.
19667         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19668         (main): Add testcase.
19670 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19672         [BZ #15670]
19673         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19675 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19677         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19678         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19679         AUTH_DES and cindex for FIPS 140-2.
19680         (DES Encryption): Add cindex FIPS 46-3.
19682         * locale/locarchive.h (struct locarhandle): Add fname.
19683         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19684         if an optional argument was specified to --list-archive,
19685         otherwise NULL.
19686         * locale/programs/locarchive.c (show_archive_content): Take new
19687         argument fname and pass it via ah.fname to open_archive.
19688         * locale/programs/localedef.h: Update decl.
19689         (open_archive): If AH->fname is non-null, open that file
19690         rather than the default file name, and don't ignore ENOENT.
19691         (create_archive): Set AH.fname to NULL.
19692         (delete_locales_from_archive): Likewise.
19693         (add_locales_to_archive): Likewise.
19694         * locale/programs/locfile.c (write_all_categories): Likewise.
19696 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19697             Aldy Hernandez  <aldyh@redhat.com>
19699         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19700         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19701         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19702         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19703         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19704         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19705         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19706         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19707         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19708         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19709         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19710         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19711         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19712         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19713         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19714         Likewise.
19715         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19716         Likewise.
19717         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19718         Likewise.
19719         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19720         Likewise.
19721         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19722         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19723         Likewise.
19724         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19725         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19726         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19727         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19728         Likewise.
19729         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19730         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19731         * sysdeps/powerpc/preconfigure: Likewise.
19732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19733         Likewise.
19734         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19735         Replace contents of file by #include of <fenv_libc.h>.
19736         * sysdeps/powerpc/soft-fp/sfp-machine.h
19737         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19738         and <sys/prctl.h>.
19739         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19740         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19741         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19742         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19743         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19744         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19745         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19746         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19747         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19748         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19749         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19750         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19752         Allow copysignl PLT reference to be missing.
19754 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19755             Joseph Myers  <joseph@codesourcery.com
19757         [BZ #15948]
19758         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19759         single character.
19760         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19762 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19764         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19765         * elf/tst-tls1.c: Likewise.
19766         * elf/tst-tls10.h: Likewise.
19767         * elf/tst-tls14.c: Likewise.
19768         * elf/tst-tls2.c: Likewise.
19769         * elf/tst-tls3.c: Likewise.
19770         * elf/tst-tls4.c: Likewise.
19771         * elf/tst-tls5.c: Likewise.
19772         * elf/tst-tls6.c: Likewise.
19773         * elf/tst-tls7.c: Likewise.
19774         * elf/tst-tls8.c: Likewise.
19775         * elf/tst-tls9.c: Likewise.
19776         * elf/tst-tlsmod1.c: Likewise.
19777         * elf/tst-tlsmod13.c: Likewise.
19778         * elf/tst-tlsmod13a.c: Likewise.
19779         * elf/tst-tlsmod14a.c: Likewise.
19780         * elf/tst-tlsmod16a.c: Likewise.
19781         * elf/tst-tlsmod16b.c: Likewise.
19782         * elf/tst-tlsmod2.c: Likewise.
19783         * elf/tst-tlsmod3.c: Likewise.
19784         * elf/tst-tlsmod4.c: Likewise.
19785         * elf/tst-tlsmod5.c: Likewise.
19786         * elf/tst-tlsmod6.c: Likewise.
19788 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19790         [BZ #12486]
19791         * malloc/malloc.c: remove checks for statistics.
19793 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19795         [BZ #15277]
19796         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19797         * inet/tst-network.c: Add testcase.
19799 2013-10-17  Andreas Schwab  <schwab@suse.de>
19801         [BZ #15218]
19802         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19803         to determine canonical name.
19805 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19807         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19808         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19809         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19810         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19811         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19812         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19813         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19814         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19815         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19816         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19817         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19818         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19819         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19820         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19821         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19822         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19823         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19824         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19825         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19826         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19827         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19828         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19829         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19830         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19831         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19832         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19833         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19834         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19835         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19836         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19837         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19838         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19839         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19840         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19841         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19842         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19843         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19844         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19845         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19846         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19847         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19848         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19849         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19850         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19851         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19852         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19853         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19854         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19855         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19856         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19857         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19858         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19859         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19860         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19861         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19862         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19863         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19864         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19866 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19868         [BZ #16041]
19869         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19870         make result into a quiet NaN.
19872 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19874         * soft-fp/adddf3.c: Fix horizontal whitespace.
19875         * soft-fp/addsf3.c: Likewise.
19876         * soft-fp/addtf3.c: Likewise.
19877         * soft-fp/divdf3.c: Likewise.
19878         * soft-fp/divsf3.c: Likewise.
19879         * soft-fp/divtf3.c: Likewise.
19880         * soft-fp/double.h: Likewise.
19881         * soft-fp/eqdf2.c: Likewise.
19882         * soft-fp/eqsf2.c: Likewise.
19883         * soft-fp/eqtf2.c: Likewise.
19884         * soft-fp/extenddftf2.c: Likewise.
19885         * soft-fp/extended.h: Likewise.
19886         * soft-fp/extendsfdf2.c: Likewise.
19887         * soft-fp/extendsftf2.c: Likewise.
19888         * soft-fp/extendxftf2.c: Likewise.
19889         * soft-fp/fixdfdi.c: Likewise.
19890         * soft-fp/fixdfsi.c: Likewise.
19891         * soft-fp/fixdfti.c: Likewise.
19892         * soft-fp/fixsfdi.c: Likewise.
19893         * soft-fp/fixsfsi.c: Likewise.
19894         * soft-fp/fixsfti.c: Likewise.
19895         * soft-fp/fixtfdi.c: Likewise.
19896         * soft-fp/fixtfsi.c: Likewise.
19897         * soft-fp/fixtfti.c: Likewise.
19898         * soft-fp/fixunsdfdi.c: Likewise.
19899         * soft-fp/fixunsdfsi.c: Likewise.
19900         * soft-fp/fixunsdfti.c: Likewise.
19901         * soft-fp/fixunssfdi.c: Likewise.
19902         * soft-fp/fixunssfsi.c: Likewise.
19903         * soft-fp/fixunssfti.c: Likewise.
19904         * soft-fp/fixunstfdi.c: Likewise.
19905         * soft-fp/fixunstfsi.c: Likewise.
19906         * soft-fp/fixunstfti.c: Likewise.
19907         * soft-fp/floatdidf.c: Likewise.
19908         * soft-fp/floatdisf.c: Likewise.
19909         * soft-fp/floatditf.c: Likewise.
19910         * soft-fp/floatsidf.c: Likewise.
19911         * soft-fp/floatsisf.c: Likewise.
19912         * soft-fp/floatsitf.c: Likewise.
19913         * soft-fp/floattidf.c: Likewise.
19914         * soft-fp/floattisf.c: Likewise.
19915         * soft-fp/floattitf.c: Likewise.
19916         * soft-fp/floatundidf.c: Likewise.
19917         * soft-fp/floatundisf.c: Likewise.
19918         * soft-fp/floatunditf.c: Likewise.
19919         * soft-fp/floatunsidf.c: Likewise.
19920         * soft-fp/floatunsisf.c: Likewise.
19921         * soft-fp/floatunsitf.c: Likewise.
19922         * soft-fp/floatuntidf.c: Likewise.
19923         * soft-fp/floatuntisf.c: Likewise.
19924         * soft-fp/floatuntitf.c: Likewise.
19925         * soft-fp/fmadf4.c: Likewise.
19926         * soft-fp/fmasf4.c: Likewise.
19927         * soft-fp/fmatf4.c: Likewise.
19928         * soft-fp/gedf2.c: Likewise.
19929         * soft-fp/gesf2.c: Likewise.
19930         * soft-fp/getf2.c: Likewise.
19931         * soft-fp/ledf2.c: Likewise.
19932         * soft-fp/lesf2.c: Likewise.
19933         * soft-fp/letf2.c: Likewise.
19934         * soft-fp/muldf3.c: Likewise.
19935         * soft-fp/mulsf3.c: Likewise.
19936         * soft-fp/multf3.c: Likewise.
19937         * soft-fp/negdf2.c: Likewise.
19938         * soft-fp/negsf2.c: Likewise.
19939         * soft-fp/negtf2.c: Likewise.
19940         * soft-fp/op-1.h: Likewise.
19941         * soft-fp/op-2.h: Likewise.
19942         * soft-fp/op-4.h: Likewise.
19943         * soft-fp/op-8.h: Likewise.
19944         * soft-fp/op-common.h: Likewise.
19945         * soft-fp/quad.h: Likewise.
19946         * soft-fp/single.h: Likewise.
19947         * soft-fp/soft-fp.h: Likewise.
19948         * soft-fp/sqrtdf2.c: Likewise.
19949         * soft-fp/sqrtsf2.c: Likewise.
19950         * soft-fp/sqrttf2.c: Likewise.
19951         * soft-fp/subdf3.c: Likewise.
19952         * soft-fp/subsf3.c: Likewise.
19953         * soft-fp/subtf3.c: Likewise.
19954         * soft-fp/truncdfsf2.c: Likewise.
19955         * soft-fp/trunctfdf2.c: Likewise.
19956         * soft-fp/trunctfsf2.c: Likewise.
19957         * soft-fp/trunctfxf2.c: Likewise.
19958         * soft-fp/unorddf2.c: Likewise.
19959         * soft-fp/unordsf2.c: Likewise.
19960         * soft-fp/unordtf2.c: Likewise.
19962 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19964         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19965         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19967 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19969         * elf/dl-libc.c: Clear initfini list after freeing.
19971 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19973         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19974         * soft-fp/addsf3.c: Likewise.
19975         * soft-fp/addtf3.c: Likewise.
19976         * soft-fp/divdf3.c: Likewise.
19977         * soft-fp/divsf3.c: Likewise.
19978         * soft-fp/divtf3.c: Likewise.
19979         * soft-fp/double.h: Likewise.
19980         * soft-fp/eqdf2.c: Likewise.
19981         * soft-fp/eqsf2.c: Likewise.
19982         * soft-fp/eqtf2.c: Likewise.
19983         * soft-fp/extenddftf2.c: Likewise.
19984         * soft-fp/extended.h: Likewise.
19985         * soft-fp/extendsfdf2.c: Likewise.
19986         * soft-fp/extendsftf2.c: Likewise.
19987         * soft-fp/extendxftf2.c: Likewise.
19988         * soft-fp/fixdfdi.c: Likewise.
19989         * soft-fp/fixdfsi.c: Likewise.
19990         * soft-fp/fixdfti.c: Likewise.
19991         * soft-fp/fixsfdi.c: Likewise.
19992         * soft-fp/fixsfsi.c: Likewise.
19993         * soft-fp/fixsfti.c: Likewise.
19994         * soft-fp/fixtfdi.c: Likewise.
19995         * soft-fp/fixtfsi.c: Likewise.
19996         * soft-fp/fixtfti.c: Likewise.
19997         * soft-fp/fixunsdfdi.c: Likewise.
19998         * soft-fp/fixunsdfsi.c: Likewise.
19999         * soft-fp/fixunsdfti.c: Likewise.
20000         * soft-fp/fixunssfdi.c: Likewise.
20001         * soft-fp/fixunssfsi.c: Likewise.
20002         * soft-fp/fixunssfti.c: Likewise.
20003         * soft-fp/fixunstfdi.c: Likewise.
20004         * soft-fp/fixunstfsi.c: Likewise.
20005         * soft-fp/fixunstfti.c: Likewise.
20006         * soft-fp/floatdidf.c: Likewise.
20007         * soft-fp/floatdisf.c: Likewise.
20008         * soft-fp/floatditf.c: Likewise.
20009         * soft-fp/floatsidf.c: Likewise.
20010         * soft-fp/floatsisf.c: Likewise.
20011         * soft-fp/floatsitf.c: Likewise.
20012         * soft-fp/floattidf.c: Likewise.
20013         * soft-fp/floattisf.c: Likewise.
20014         * soft-fp/floattitf.c: Likewise.
20015         * soft-fp/floatundidf.c: Likewise.
20016         * soft-fp/floatundisf.c: Likewise.
20017         * soft-fp/floatunsidf.c: Likewise.
20018         * soft-fp/floatunsisf.c: Likewise.
20019         * soft-fp/floatuntidf.c: Likewise.
20020         * soft-fp/floatuntisf.c: Likewise.
20021         * soft-fp/floatuntitf.c: Likewise.
20022         * soft-fp/fmadf4.c: Likewise.
20023         * soft-fp/fmasf4.c: Likewise.
20024         * soft-fp/fmatf4.c: Likewise.
20025         * soft-fp/gedf2.c: Likewise.
20026         * soft-fp/gesf2.c: Likewise.
20027         * soft-fp/getf2.c: Likewise.
20028         * soft-fp/ledf2.c: Likewise.
20029         * soft-fp/lesf2.c: Likewise.
20030         * soft-fp/letf2.c: Likewise.
20031         * soft-fp/muldf3.c: Likewise.
20032         * soft-fp/mulsf3.c: Likewise.
20033         * soft-fp/multf3.c: Likewise.
20034         * soft-fp/negdf2.c: Likewise.
20035         * soft-fp/negsf2.c: Likewise.
20036         * soft-fp/negtf2.c: Likewise.
20037         * soft-fp/op-1.h: Likewise.
20038         * soft-fp/op-2.h: Likewise.
20039         * soft-fp/op-4.h: Likewise.
20040         * soft-fp/op-8.h: Likewise.
20041         * soft-fp/op-common.h: Likewise.
20042         * soft-fp/quad.h: Likewise.
20043         * soft-fp/single.h: Likewise.
20044         * soft-fp/soft-fp.h: Likewise.
20045         * soft-fp/sqrtdf2.c: Likewise.
20046         * soft-fp/sqrtsf2.c: Likewise.
20047         * soft-fp/sqrttf2.c: Likewise.
20048         * soft-fp/subdf3.c: Likewise.
20049         * soft-fp/subsf3.c: Likewise.
20050         * soft-fp/subtf3.c: Likewise.
20051         * soft-fp/truncdfsf2.c: Likewise.
20052         * soft-fp/trunctfdf2.c: Likewise.
20053         * soft-fp/trunctfsf2.c: Likewise.
20054         * soft-fp/trunctfxf2.c: Likewise.
20055         * soft-fp/unorddf2.c: Likewise.
20056         * soft-fp/unordsf2.c: Likewise.
20057         * soft-fp/unordtf2.c: Likewise.
20059 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20061         [BZ #15672]
20062         * misc/error.c (error_tail): Fix possible buffer overflow.
20064 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20066         [BZ #13028]
20067         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20068         address.
20070 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20072         [BZ #832]
20073         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20074         testing pipefail option.
20076 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20078         * soft-fp/double.h: Indent preprocessor directives inside #if.
20079         * soft-fp/extended.h: Likewise.
20080         * soft-fp/op-2.h: Likewise.
20081         * soft-fp/op-4.h: Likewise.
20082         * soft-fp/op-common.h: Likewise.
20083         * soft-fp/quad.h: Likewise.
20084         * soft-fp/single.h: Likewise.
20085         * soft-fp/soft-fp.h: Likewise.
20087 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20089         * iconv/iconv_prog.c: Fix typos.
20090         * stdio-common/psiginfo-data.h: Likewise.
20092 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20094         [BZ #15764]
20095         * locale/setlocale.c: Fix typo.
20097 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20099         [BZ #16036]
20100         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20101         signaling NaN arguments.
20102         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20103         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20105         [BZ #14910]
20106         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20107         unordered operands.
20108         * soft-fp/gesf2.c (__gesf2): Likewise.
20109         * soft-fp/getf2.c (__getf2): Likewise.
20110         * soft-fp/ledf2.c (__ledf2): Likewise.
20111         * soft-fp/lesf2.c (__lesf2): Likewise.
20112         * soft-fp/letf2.c (__letf2): Likewise.
20114         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20115         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20116         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20117         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20118         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20119         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20120         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20121         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20122         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20123         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20124         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20125         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20126         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20127         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20128         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20129         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20130         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20131         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20132         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20133         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20134         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20135         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20136         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20137         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20138         * soft-fp/floattidf.c (__floattidf): Likewise.
20139         * soft-fp/floattisf.c (__floattisf): Likewise.
20140         * soft-fp/floattitf.c (__floattitf): Likewise.
20141         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20142         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20143         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20144         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20145         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20146         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20147         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20148         * soft-fp/gesf2.c (__gesf2): Likewise.
20149         * soft-fp/getf2.c (__getf2): Likewise.
20150         * soft-fp/ledf2.c (__ledf2): Likewise.
20151         * soft-fp/lesf2.c (__lesf2): Likewise.
20152         * soft-fp/letf2.c (__letf2): Likewise.
20154         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20155         Undefine and redefine.
20156         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20157         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20158         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20159         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20160         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20161         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20162         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20163         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20164         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20165         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20166         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20167         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20168         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20169         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20170         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20172         [BZ #16032]
20173         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20174         without decrementing exponent if mantissa >= that for the
20175         denominator, not >.
20176         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20177         denominator, not >.  Decrement exponent in < case instead of
20178         incrementing in >= case.
20179         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20180         without decrementing exponent if mantissa >= that for the
20181         denominator, not >.
20183         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20184         computing saturated result for unsigned overflow.
20186 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20187             Jeff Law  <law@redhat.com>
20189         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20190         (atan2Mp): Add systemtap probe marker.
20191         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20192         (__ieee754_log): Add systemtap probe marker.
20193         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20194         (atanMp): Add systemtap probe marker.
20195         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20196         (tanMp): Add systemtap probe marker.
20197         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20198         (__slowexp): Add systemtap probe marker.
20199         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20200         (__slowpow): Add systemtap probe marker.
20201         * manual/probes.texi: Document probes.
20203 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20205         [BZ #15362]
20206         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20207         written.
20208         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20209         written.
20210         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20211         written to buffer but not flushed.
20212         * libio/iofwrite_u.c:  Likewise.
20213         * libio/iopadn.c:  Return bytes returned even if EOF was
20214         encountered.
20215         * libio/iowpadn.c:  Likewise.
20216         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20217         if _IO_padn does not write the whole buffer.
20218         [!COMPILE_WPRINTF] (PAD): Likewise.
20220 2013-10-10  David S. Miller  <davem@davemloft.net>
20222         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20223         directory block.
20225 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20227         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20228         instead of FSF address.
20229         * soft-fp/fixdfti.c: Likewise.
20230         * soft-fp/fixsfti.c: Likewise.
20231         * soft-fp/fixtfti.c: Likewise.
20232         * soft-fp/fixunsdfti.c: Likewise.
20233         * soft-fp/fixunssfti.c: Likewise.
20234         * soft-fp/fixunstfti.c: Likewise.
20235         * soft-fp/floattidf.c: Likewise.
20236         * soft-fp/floattisf.c: Likewise.
20237         * soft-fp/floattitf.c: Likewise.
20238         * soft-fp/floatuntidf.c: Likewise.
20239         * soft-fp/floatuntisf.c: Likewise.
20240         * soft-fp/floatuntitf.c: Likewise.
20241         * soft-fp/trunctfxf2.c: Likewise.
20243         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20244         * soft-fp/fixdfti.c: Likewise.
20245         * soft-fp/fixsfti.c: Likewise.
20246         * soft-fp/fixtfti.c: Likewise.
20247         * soft-fp/fixunsdfti.c: Likewise.
20248         * soft-fp/fixunssfti.c: Likewise.
20249         * soft-fp/fixunstfti.c: Likewise.
20250         * soft-fp/floattidf.c: Likewise.
20251         * soft-fp/floattisf.c: Likewise.
20252         * soft-fp/floattitf.c: Likewise.
20253         * soft-fp/floatuntidf.c: Likewise.
20254         * soft-fp/floatuntisf.c: Likewise.
20255         * soft-fp/floatuntitf.c: Likewise.
20256         * soft-fp/trunctfxf2.c: Likewise.
20258 2013-10-10  David S. Miller  <davem@davemloft.net>
20260         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20262 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20264         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20265         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20266         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20267         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20268         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20269         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20270         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20272         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20273         for NaNs before doing comparisons on argument.
20274         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20275         Likewise.
20277 2013-10-10  Will Newton  <will.newton@linaro.org>
20279         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20280         passed to _int_memalign does not overflow.
20282 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20284         * scripts/bench.pl: Add include-sources directive.
20285         * benchtests/README: Update documentation.
20287 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20289         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20290         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20291         instead of FP_INIT_ROUNDMODE.
20292         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20293         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20295         [BZ #16034]
20296         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20297         copy class of input value.
20298         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20299         not handle exceptions.
20300         * soft-fp/negsf2.c (__negsf2): Likewise.
20301         * soft-fp/negtf2.c (__negtf2): Likewise.
20302         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20304 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20306         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20307         semicolon.  From Linux kernel.
20309 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20311         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20313 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20315         [BZ #156]
20316         * manual/socket.texi: Added statement about buffer
20317         for gethostbyname2_r.
20319 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20321         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20322         Use .p2align directive instead, throughout.
20323         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20324         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20325         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20326         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20327         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20328         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20329         * sysdeps/x86_64/strchr.S: Likewise.
20330         * sysdeps/x86_64/strrchr.S: Likewise.
20332 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20334         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20336         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20338         * sysdeps/generic/math_private.h (__mpsin1): Remove
20339         declaration.
20340         (__mpcos1): Likewise.
20341         (__mpsin): New argument __range_reduce.
20342         (__mpcos): Likewise.
20343         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20344         (slow): Use __mpsin and __mpcos.
20345         (slow1): Likewise.
20346         (slow2): Likewise.
20347         (sloww): Likewise.
20348         (sloww1): Likewise.
20349         (sloww2): Likewise.
20350         (bsloww): Likewise.
20351         (bsloww1): Likewise.
20352         (bsloww2): Likewise.
20353         (cslow2): Likewise.
20354         (csloww): Likewise.
20355         (csloww1): Likewise.
20356         (csloww2): Likewise.
20357         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20358         range_reduce.  Merge in __mpsin1.
20359         (__mpcos): Likewise.
20360         (__mpsin1): Remove.
20361         (__mpcos1): Likewise.
20363 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20365         * locale/loadlocale.c (_nl_intern_locale_data): Use
20366         LOCFILE_ALIGNED_P.
20367         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20368         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20369         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20370         obstack data is appropriately aligned.
20371         (obstack_int32_grow_fast): Likewise.
20372         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20373         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20374         (add_locale_uint32_array): Likewise.
20376 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20378         * benchtests/Makefile: Remove ARGLIST and RET variables.
20379         ($(objpfx)bench-%.c): Pass only function name to the script.
20380         * benchtests/README: Update documentation.
20381         * benchtests/acos-inputs: Add new directives.
20382         * benchtests/acosh-inputs: Likewise.
20383         * benchtests/asin-inputs: Likewise.
20384         * benchtests/asinh-inputs: Likewise.
20385         * benchtests/atan-inputs: Likewise.
20386         * benchtests/atanh-inputs: Likewise.
20387         * benchtests/cos-inputs: Likewise.
20388         * benchtests/cosh-inputs: Likewise.
20389         * benchtests/exp-inputs: Likewise.
20390         * benchtests/log-inputs: Likewise.
20391         * benchtests/pow-inputs: Likewise.
20392         * benchtests/rint-inputs: Likewise.
20393         * benchtests/sin-inputs: Likewise.
20394         * benchtests/sinh-inputs: Likewise.
20395         * benchtests/tan-inputs: Likewise.
20396         * benchtests/tanh-inputs: Likewise.
20397         * scripts/bench.pl: Add support for new directives.
20399 2013-10-07  Alan Modra  <amodra@gmail.com>
20401         * README: Fix careless merge.
20403 2013-10-05  Alan Modra  <amodra@gmail.com>
20405         * NEWS: Mention powerpc64le support and bugs fixed.
20406         * README: Both big-endian and little-endian powerpc64 supported.
20408 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20410         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20411         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20412         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20413         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20415 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20417         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20418         match prototype.
20420 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20422         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20423         Move -mhard-float appending from
20424         ports/sysdeps/powerpc/powerpc32/Makefile.
20425         [$(with-fp) = yes] (ASFLAGS): Likewise.
20426         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20427         * sysdeps/powerpc/nofpu: Move directory from
20428         ports/sysdeps/powerpc/nofpu.
20429         * sysdeps/powerpc/soft-fp: Move directory from
20430         ports/sysdeps/powerpc/soft-fp.
20431         * sysdeps/powerpc/powerpc32/405: Move directory from
20432         ports/sysdeps/powerpc/powerpc32/405.
20433         * sysdeps/powerpc/powerpc32/440: Move directory from
20434         ports/sysdeps/powerpc/powerpc32/440.
20435         * sysdeps/powerpc/powerpc32/464: Move directory from
20436         ports/sysdeps/powerpc/powerpc32/464.
20437         * sysdeps/powerpc/powerpc32/476: Move directory from
20438         ports/sysdeps/powerpc/powerpc32/476.
20439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20440         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20442         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20444         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20446         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20448         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20449         * README: Update for powerpc-*-linux-gnu software floating point
20450         support in libc.
20452         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20453         case to powerpc/powerpc32*.
20454         * sysdeps/unix/sysv/linux/configure: Regenerated.
20456         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20457         (_FPU_MASK_OM): Define as 0x04.
20458         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20459         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20460         0x00c10080.
20461         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20462         0x0000003c.
20463         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20466         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20467         getcontext_e500.
20468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20469         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20470         setcontext_e500.
20471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20472         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20473         and setcontext_e500.
20475 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20477         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20479 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20481         * manual/threads.texi (Default Thread Attributes): Fix typo.
20483 2013-10-04  Will Newton  <will.newton@linaro.org>
20485         * malloc/Makefile: Add tst-memalign.
20486         * malloc/tst-memalign.c: New file.
20488         * malloc/tst-posix_memalign.c: Add comments.
20489         (do_test): Add comments and call free on all potentially
20490         allocated pointers. Add space after cast.
20492         * malloc/tst-pvalloc.c: Add comments.
20493         (do_test): Add comments and call free on all potentially
20494         allocated pointers. Remove duplicate check for NULL pointer.
20495         Add space after cast.
20497         * malloc/tst-valloc.c: Add comments.
20498         (do_test): Add comments and call free on all potentially
20499         allocated pointers. Remove duplicate check for NULL pointer.
20500         Add space after cast.
20502 2013-10-04  Alan Modra  <amodra@gmail.com>
20504         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20505         Use stdint types in rather than __attribute__((mode())).
20506         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20508 2013-10-04  Alan Modra  <amodra@gmail.com>
20510         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20511         Correct handling of unaligned relocs for little-endian.
20512         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20514 2013-10-04  Alan Modra  <amodra@gmail.com>
20516         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20517         * configure: Regenerate.
20518         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20519         * shlib-versions: Likewise.
20521 2013-10-04  Alan Modra  <amodra@gmail.com>
20523         * string/tester.c (test_memrchr): Increment reported test cycle.
20525 2013-10-04  Alan Modra  <amodra@gmail.com>
20527         * string/test-memcpy.c (do_one_test): When reporting errors, print
20528         string address and don't overrun end of string.
20530 2013-10-04  Alan Modra  <amodra@gmail.com>
20532         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20533         insrdi.  Make better use of reg selection to speed exit slightly.
20534         Schedule entry path a little better.  Remove useless "are we done"
20535         checks on entry to main loop.  Handle wrapping around zero address.
20536         Correct main loop count.  Handle single left-over word from main
20537         loop inline rather than by using loop_small.  Remove extra word
20538         case in loop_small caused by wrong loop count.  Add little-endian
20539         support.
20540         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20541         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20542         cache hint.
20543         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20544         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20545         support.  Avoid rlwimi.
20546         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20548 2013-10-04  Alan Modra  <amodra@gmail.com>
20550         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20551         insrdi.  Formatting.
20552         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20553         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20554         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20555         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20556         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20557         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20559 2013-10-04  Alan Modra  <amodra@gmail.com>
20561         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20562         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20563         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20564         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20565         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20566         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20567         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20568         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20569         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20570         use of regs.  Use power7 mtocrf.  Tidy function tails.
20572 2013-10-04  Alan Modra  <amodra@gmail.com>
20574         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20575         Formatting.  Consistently use rXXX register defines or rN defines.
20576         Use early exit labels that avoid restoring unused non-volatile regs.
20577         Make cr field use more consistent with rWORDn compares.  Rename
20578         regs used as shift registers for unaligned loop, using rN defines
20579         for short lifetime/multiple use regs.
20580         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20581         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20582         addi 1,1,64 to pop stack frame.  Simplify return value code.
20583         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20585 2013-10-04  Alan Modra  <amodra@gmail.com>
20587         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20588         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20589         rather than rlwimi.
20590         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20591         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20592         little-endian support.  Correct typos.
20593         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20594         rather than rlwimi.
20595         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20596         in loop and entry code to keep "and." results.
20597         (strchr): Add little-endian support.  Comment.  Move cntlzd
20598         earlier in tail.
20599         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20601 2013-10-04  Alan Modra  <amodra@gmail.com>
20603         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20604         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20605         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20606         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20608 2013-10-04  Alan Modra  <amodra@gmail.com>
20610         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20611         (rTMP): Define as r11.
20612         (strcmp): Add little-endian support.  Optimise tail.
20613         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20614         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20615         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20616         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20617         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20618         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20619         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20621 2013-10-04  Alan Modra  <amodra@gmail.com>
20623         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20624         little-endian support.  Remove unnecessary "are we done" tests.
20625         Handle "s" wrapping around zero and extremely large "size".
20626         Correct main loop count.  Handle single left-over word from main
20627         loop inline rather than by using small_loop.  Correct comments.
20628         Delete "zero" tail, use "end_max" instead.
20629         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20631 2013-10-04  Alan Modra  <amodra@gmail.com>
20633         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20634         support.  Don't branch over align.
20635         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20636         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20637         support.  Rearrange tmp reg use to suit.  Comment.
20638         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20640 2013-10-04  Alan Modra  <amodra@gmail.com>
20642         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20644 2013-10-04  Alan Modra  <amodra@gmail.com>
20646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20647         conditional form of branch and link when obtaining pc.
20648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20650 2013-10-04  Alan Modra  <amodra@gmail.com>
20652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20653         HIWORD/LOWORD.
20654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20657 2013-10-04  Alan Modra  <amodra@gmail.com>
20659         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20660         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20661         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20662         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20663         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20664         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20665         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20666         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20667         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20668         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20670 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20671             Alistair Popple <alistair@ozlabs.au.ibm.com>
20672             Alan Modra <amodra@gmail.com>
20674         [BZ #15723]
20675         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20676         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20677         _dl_hwcap access for little-endian.
20678         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20679         destroy vmx regs when saving unaligned.
20680         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20681         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20682         destroy vmx regs when saving unaligned.
20684 2013-10-04  Alan Modra  <amodra@gmail.com>
20686         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20687         Don't use a union to pack hi/low value.
20689 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20691         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20692         for little-endian.
20693         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20694         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20695         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20696         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20697         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20699 2013-10-04  Alan Modra  <amodra@gmail.com>
20701         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20702         constants to usual value for .cst8 section, and remove redundant
20703         high address load.
20704         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20705         constant for 0x1p52.  Load little-endian words of double from
20706         correct stack offsets.
20708 2013-10-04  Alan Modra  <amodra@gmail.com>
20710         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20711         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20712         words of double from correct stack offsets.
20713         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20714         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20715         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20716         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20717         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20718         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20719         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20720         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20721         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20722         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20723         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20724         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20725         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20726         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20727         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20728         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20729         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20731 2013-10-04  Alan Modra  <amodra@gmail.com>
20733         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20734         64-bit int/double union.
20735         (_FPU_SETCW): Likewise.
20736         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20737         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20739 2013-10-04  Alan Modra  <amodra@gmail.com>
20741         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20742         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20744 2013-10-04  Alan Modra  <amodra@gmail.com>
20746         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20747         use vector int constants.
20748         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20750 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20752         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20753         array with long long.
20754         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20755         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20756         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20757         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20758         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20759         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20760         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20761         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20762         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20763         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20764         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20765         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20766         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20768 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20770         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20771         (__signbit): Likewise.  Correct for little-endian.
20772         (__signbitl): Call __signbit.
20773         (lrint): Correct for little-endian.
20774         (lrintf): Call lrint.
20776 2013-10-04  Alan Modra  <amodra@gmail.com>
20778         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20779         union 32-bit int array member with 64-bit int array.
20780         (t515, tm256): Double rather than long double.
20781         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20783 2013-10-04  Alan Modra  <amodra@gmail.com>
20785         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20786         Delete.
20787         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20788         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20789         version of math_ldbl.h.
20791 2013-10-04  Alan Modra  <amodra@gmail.com>
20793         [BZ #15734], [BZ #15735]
20794         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20795         all uses of ieee875 long double macros and unions.  Simplify test
20796         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20797         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20798         normalize after ldbl_extract_mantissa, and don't add hidden bit
20799         already handled.  Don't treat low word of ieee854 mantissa like
20800         low word of IBM long double and mask off bit when testing for
20801         zero.
20802         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20803         all uses of ieee875 long double macros and unions.  Simplify tests
20804         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20805         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20806         two1022, instead use their values.  Recognise that tests for large
20807         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20808         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20809         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20810         test for 0.0L and nan.  Correct negation.
20811         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20812         ieee875 long double macros and unions.  Correct output for large
20813         magnitude x.  Correct absolute value calculation.
20814         (__erfcl): Likewise.
20815         * math/libm-test.inc: Add tests for errors discovered in IBM long
20816         double versions of fmodl, remainderl, erfl and erfcl.
20818 2013-10-04  Alan Modra  <amodra@gmail.com>
20820         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20821         all uses of ieee854 long double macros and unions.  Simplify tests
20822         for long doubles that are fully specified by the high double.
20823         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20824         Likewise.
20825         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20826         Remove dead code too.
20827         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20828         (__ieee754_ynl): Likewise.
20829         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20830         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20831         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20832         Remove dead code too.
20833         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20834         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20835         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20836         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20837         Simplify.
20838         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20839         Simplify.
20840         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20841         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20842         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20843         Comment on variable precision.
20844         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20845         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20846         Likewise.
20847         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20848         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20849         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20850         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20851         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20853 2013-10-04  Alan Modra  <amodra@gmail.com>
20855         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20856         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20857         all uses of ieee854 long double macros and unions.
20858         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20859         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20860         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20861         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20862         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20863         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20864         Likewise.
20865         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20866         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20867         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20868         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20869         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20870         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20871         Simplify sign and nan test too.
20872         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20873         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20874         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20875         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20876         Likewise.
20877         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20878         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20879         Likewise.
20880         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20881         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20882         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20883         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20884         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20885         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20887 2013-10-04  Alan Modra  <amodra@gmail.com>
20889         * stdio-common/printf_size.c (__printf_size): Don't use
20890         union ieee854_long_double in fpnum union.
20891         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20892         signbit macro to retrieve sign from long double.
20893         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20894         retrieve sign from long double.
20895         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20896         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20897         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20898         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20899         * math/test-misc.c (main): Don't use union ieee854_long_double.
20901 2013-10-04  Alan Modra  <amodra@gmail.com>
20903         [BZ #15680]
20904         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20905         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20906         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20907         calculation.  Remove unnecessary test for denormal exponent.
20908         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20909         Correct handling of denormals.  Avoid undefined shift behaviour.
20910         Correct normalisation of low mantissa when low double is denormal.
20911         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20912         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20913         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20914         Correct normalisation of low mantissa.  Test for overflow of high
20915         mantissa and normalise.
20916         (ldbl_nearbyint): Use more readable constant for two52.
20917         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20918         (__mpn_construct_long_double): Fix test for overflow of high
20919         mantissa and correct normalisation.  Avoid undefined shift.
20921 2013-10-04  Alan Modra  <amodra@gmail.com>
20923         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20924         (union ibm_extended_long_double): Define as an array of ieee754_double.
20925         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20926         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20927         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20928         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20929         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20930         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20931         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20932         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20933         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20934         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20935         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20937 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20939         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20940         page size instead of calling getpagesize.
20942         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20943         (LOCFILE_ALIGN_MASK): Likewise.
20944         (LOCFILE_ALIGN_UP): Likewise.
20945         (LOCFILE_ALIGNED_P): Likewise.
20946         * locale/programs/ld-collate.c (collate_output): Use the new
20947         macros instead of __alignof__ (int32_t).
20948         * locale/weight.h (findidx): Likewise.
20950 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20952         [BZ #431]
20953         * manual/string.texi: Fix strncat and wcsncat.
20955 2013-10-03  Brooks Moses  <bmoses@google.com>
20957         [BZ #15915]
20958         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20959         * Makerules: ...here, and adjust associated comments.
20961 2013-10-02  Will Newton  <will.newton@linaro.org>
20963         * malloc/Makefile: Add tst-pvalloc.
20964         * malloc/tst-pvalloc.c: New file.
20966 2013-10-02  Will Newton  <will.newton@linaro.org>
20968         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20969         improve test coverage.
20971 2013-10-02  Will Newton  <will.newton@linaro.org>
20973         * malloc/Makefile: Add tst-posix_memalign.
20974         * malloc/tst-posix_memalign.c: New file.
20976 2013-10-01  Eric Blake  <eblake@redhat.com>
20978         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20979         Use __THROWNL rather than __THROW on static functions.
20981 2013-09-30  Petr Machata  <pmachata@redhat.com>
20983         * elf/elf.h (R_AARCH64_ABS16): New macro.
20984         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20985         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20986         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20987         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20988         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20989         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20990         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20991         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20992         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20993         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20994         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20995         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20996         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20997         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20998         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20999         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21000         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21001         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21002         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21003         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21004         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21005         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21006         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21007         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21008         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21009         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21010         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21011         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21012         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21013         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21014         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21015         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21016         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21017         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21018         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21019         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21020         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21021         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21022         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21023         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21024         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21025         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21026         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21027         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21028         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21029         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21030         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21031         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21032         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21033         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21034         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21035         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21036         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21037         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21038         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21039         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21040         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21041         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21042         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21043         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21044         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21045         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21046         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21047         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21048         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21049         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21050         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21051         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21052         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21053         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21054         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21055         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21056         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21057         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21058         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21059         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21060         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21061         (R_AARCH64_TLSDESC_LDR): Likewise.
21062         (R_AARCH64_TLSDESC_ADD): Likewise.
21063         (R_AARCH64_TLSDESC_CALL): Likewise.
21065 2013-09-30  Andreas Schwab  <schwab@suse.de>
21067         [BZ #15048]
21068         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21069         the nss database lookup.
21070         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21071         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21073 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21075         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21077 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21079         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21080         ${Bash-specific parameter/pattern/string} parameter expansion.
21081         * sysdeps/unix/make-syscalls.sh: Likewise.
21083 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21085         * sysdeps/sh/stackguard-macros.h: New file.
21087 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21090         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21091         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21092         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21093         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21094         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21096 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21098         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21099         Fix thread ID register.
21101 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21103         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21104         [POSIX || UNIX98]: Require rather than permitting all symbols from
21105         <time.h>.
21106         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21107         element of struct sched_param.
21108         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21109         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21110         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21111         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21112         constant.
21114 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21116         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21117         argument calculation.
21119 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21121         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21122         Expect macro.
21123         [POSIX] (pthread_attr_t): Do not require type.
21124         [POSIX] (pthread_cond_t): Likewise.
21125         [POSIX] (pthread_condattr_t): Likewise.
21126         [POSIX] (pthread_key_t): Likewise.
21127         [POSIX] (pthread_mutex_t): Likewise.
21128         [POSIX] (pthread_mutexattr_t): Likewise.
21129         [POSIX] (pthread_once_t): Likewise.
21130         [POSIX] (pthread_t): Likewise.
21131         [POSIX-based standards] (pthread_atfork): Expect function.
21133 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21134             Richard Sandiford  <richard@codesourcery.com>
21136         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21137         (swap_endianness_p): New extern variable.
21138         (set_big_endian): New inline function.
21139         (maybe_swap_uint32): Likewise.
21140         (maybe_swap_uint32_array): Likewise.
21141         (maybe_swap_uint32_obstack): Likewise.
21142         * locale/programs/locfile.c: Include <stdbool.h>.
21143         (swap_endianness_p): New variable.
21144         (add_locale_uint32): Call maybe_swap_uint32.
21145         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21146         (write_locale_data): Call maybe_swap_uint32_array.
21147         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21148         maybe_swap_uint32.
21149         (obstack_int32_grow_fast): Likewise.
21150         (output_weightwc): Call maybe_swap_uint32_obstack.
21151         (collate_output): Likewise.
21152         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21153         (OPT_LITTLE_ENDIAN): Likewise.
21154         (options): Add --little-endian and --big-endian options.
21155         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21156         * locale/programs/locarchive.c: Include "locfile.h".
21157         (GET): New macro.
21158         (SET): Likewise.
21159         (INC): Likewise.
21160         (create_archive): Use the new macros to access fields of
21161         structures directly mapped from or written to locale archives.
21162         (oldlocrecentcmp): Likewise.
21163         (enlarge_archive): Likewise.
21164         (insert_name): Likewise.
21165         (add_alias): Likewise.
21166         (add_locale): Likewise.
21167         (delete_locales_from_archive): Likewise.
21168         (show_archive_content): Likewise.
21169         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21170         locale data.
21172 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21174         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21175         http://www.gnu.org/doc/freemanuals.texi.
21176         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21178 2013-09-24  Will Newton  <will.newton@linaro.org>
21180         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21181         macro.
21183 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21185         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21186         unsigned char.
21188 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21190         * manual/threads.texi (POSIX Threads): Fix a typo.
21192 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21194         [BZ #14547]
21195         * string/tst-strcoll-overflow.c: New test case.
21196         * string/Makefile (xtests): Add tst-strcoll-overflow.
21197         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21198         cache if string sizes may cause integer overflow.
21200         [BZ #14547]
21201         * string/strcoll_l.c (coll_seq): New members rule, idx,
21202         save_idx and back_us.
21203         (get_next_seq_nocache): New function.
21204         (do_compare_nocache): New function.
21205         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21206         when malloc fails.
21208 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21210         [BZ #15754]
21211         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21212         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21213         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21215         [BZ #15754]
21216         * elf/Makefile (tests): Add tst-ptrguard1.
21217         (tests-static): Add tst-ptrguard1-static.
21218         (tst-ptrguard1-ARGS): Define.
21219         (tst-ptrguard1-static-ARGS): Define.
21220         * elf/tst-ptrguard1.c: New file.
21221         * elf/tst-ptrguard1-static.c: New file.
21222         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21223         * sysdeps/i386/stackguard-macros.h: Likewise.
21224         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21225         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21226         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21227         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21228         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21229         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21231 2013-09-23  Hector Marco  <hecmargi@upv.es>
21232             Ismael Ripoll  <iripoll@disca.upv.es>
21233             Carlos O'Donell  <carlos@redhat.com>
21235         [BZ #15754]
21236         * sysdeps/generic/stackguard-macros.h: Define
21237         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21238         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21239         Define __pointer_chk_guard_local.
21240         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21241         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21243 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21245         [BZ #15859]
21246         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21248 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21250         * include/string.h (__ffs): Declare as hidden.
21251         * string/ffs.c (__ffs): Define as hidden.
21252         * sysdeps/i386/ffs.c (__ffs): Likewise.
21253         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21254         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21255         * sysdeps/s390/ffs.c (__ffs): Likewise.
21256         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21258 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21260         * NEWS: Mention malloc probes.
21262         * malloc/arena.c (new_heap): New memory_heap_new probe.
21263         (grow_heap): New memory_heap_more probe.
21264         (shrink_heap): New memory_heap_less probe.
21265         (heap_trim): New memory_heap_free probe.
21266         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21267         (systrim): New memory_sbrk_less probe.
21268         * manual/probes.texi: Document them.
21270         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21271         * manual/probes.texi: Document it.
21273         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21274         (__libc_realloc): Add memory_realloc_retry probe.
21275         (__libc_memalign): Add memory_memalign_retry probe.
21276         (__libc_valloc): Add memory_valloc_retry probe.
21277         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21278         (__libc_calloc): Add memory_calloc_retry probe.
21279         * manual/probes.texi: Document them.
21281         * malloc/arena.c (get_free_list): Add probe
21282         memory_arena_reuse_free_list.
21283         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21284         and memory_arena_reuse.
21285         (arena_get2) [!PER_THREAD]: Likewise.
21286         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21287         memory_arena_reuse_realloc.
21288         * manual/probes.texi: Document them.
21290         * malloc/malloc.c (__libc_free): Add
21291         memory_mallopt_free_dyn_thresholds probe.
21292         (__libc_mallopt): Add multiple memory_mallopt probes.
21293         * manual/probes.texi: Document them.
21295         * malloc/malloc.c: Include stap-probe.h.
21296         (__libc_mallopt): Add memory_mallopt probe.
21297         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21298         * manual/probes.texi: New.
21299         * manual/Makefile (chapters): Add probes.
21300         * manual/threads.texi: Set next node.
21302 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21304         [BZ #15963, #13985]
21305         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21306         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21307         Add `Chinese' to `nan' entry name.
21309 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21311         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21312         (POLYNOMIAL): Likewise.
21313         (TAYLOR_SINCOS): Likewise.
21314         (TAYLOR_SLOW): Likewise.
21315         (__sin): Use TAYLOR_SINCOS.
21316         (__cos): Likewise.
21317         (slow): Use TAYLOR_SLOW.
21318         (sloww): Likewise.
21319         (bsloww): Likewise.
21320         (csloww): Likewise.
21322 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21324         * stdlib/strtod_l.c: Fix buffer overrun.
21326 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21328         * benchtests/Makefile (bench): Add sincos.
21329         * benchtests/bench-sincos.c: New file.
21331         * math/libm-test.inc (cos_test_data): New test inputs.
21332         (sin_test_data): Likewise.
21334         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21335         macro.
21336         (__sin): Use it.
21337         (__cos): Likewise.
21338         (slow1): Likewise.
21339         (slow2): Likewise.
21340         (sloww1): Likewise.
21341         (sloww2): Likewise.
21342         (bsloww1): Likewise.
21343         (bsloww2): Likewise.
21344         (cslow2): Likewise.
21345         (csloww1): Likewise.
21346         (csloww2): Likewise.
21348         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21349         function.
21350         (__sin): Use it.
21351         (__cos): Likewise.
21353         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21354         gotos.
21355         (__cos): Likewise.
21357 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21359         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21360         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21361         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21362         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21363         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21364         * elf/cache.c (print_entry): Handle the new cache flags.
21366 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21367             Aldy Hernandez  <aldyh@redhat.com>
21369         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21370         Change condition to [_SOFT_FLOAT].
21371         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21372         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21373         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21374         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21375         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21376         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21377         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21378         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21379         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21380         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21382         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21383         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21384         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21386         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21387         declaration.
21389 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21391         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21392         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21393         (__longjmp): Use LOAD_GP to load saved GPRs.
21394         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21395         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21396         (__sigsetjmp): Use SAVE_GP to save GPRs.
21398         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21399         Do not append -msoft-float.
21400         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21402 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21404         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21406 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21408         [BZ #15966]
21409         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21410         (_FPU_GETCW): Use initial "__" on variable and field names but not
21411         on macro parameter name.
21412         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21413         parentheses around reference to macro parameter.
21415 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21417         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21418         prototype.
21419         (ctype_startup): Use uint32_t in cast and sizeof for
21420         ctype->charnames.
21422 2013-09-11  Jia Liu  <proljc@gmail.com>
21424         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21425         __daddr_t_defined.
21426         [__FreeBSD__]: Likewise.
21428 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21430         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21431         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21432         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21433         (strchr): Remove __strchr_sse42 ifunc selection.
21434         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21435         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21437 2013-09-11  Will Newton  <will.newton@linaro.org>
21439         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21440         parameter to RES. Remove hardcoded 1000 value.
21441         * benchtests/bench-skeleton.c (main): Pass RES parameter
21442         to TIMING_INIT and multiply result by 1000.
21444 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21448 2013-09-11  Andreas Schwab  <schwab@suse.de>
21450         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21451         if not defined.
21452         (O_TMPFILE) [__USE_GNU]: Define.
21453         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21454         Define.
21456 2013-09-11  Will Newton  <will.newton@linaro.org>
21458         [BZ #15857]
21459         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21460         does not overflow.
21462 2013-09-11  Will Newton  <will.newton@linaro.org>
21464         [BZ #15856]
21465         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21466         does not overflow.
21468 2013-09-11  Will Newton  <will.newton@linaro.org>
21470         [BZ #15855]
21471         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21472         does not overflow.
21474 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21476         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21477         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21478         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21479         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21480         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21482 2013-09-10  Allan McRae  <allan@archlinux.org>
21484         [BZ #15748]
21485         * manual/arith.texi (Parsing of Floats): Clarify
21486         cross-reference.
21488         [BZ #15849]
21489         * manual/install.texi (Running make install): Mention
21490         --enable-pt-chown.
21491         * INSTALL: Regenerated.
21493 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21495         * csu/init-first.c (_init): Remove the !SHARED condition around
21496         FPU control word initialization.
21497         * elf/dl-support.c (_dl_fpu_control): New variable.
21498         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21499         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21500         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21501         * math/test-fpucw-static.c: New file.
21502         * math/test-fpucw-ieee.c: New file.
21503         * math/test-fpucw-ieee-static.c: New file.
21504         * math/Makefile (tests): Add `test-fpucw-ieee' and
21505         `$(tests-static)'.
21506         (tests-static): New variable.
21507         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21508         dependency to...
21509         [($(build-shared),yes)]
21510         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21511         ... this.
21512         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21513         New dependency.
21515 2013-09-09  Allan McRae  <allan@archlinux.org>
21517         [BZ #15939]
21518         * manual/string.texi (Collation Functions): Fix typo in
21519         strcoll example.
21520         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21522         [BZ #15893]
21523         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21525         [BZ #15892]
21526         * libio/memstream.c (open_memstream): Fix memory leak.
21527         * libio/wmemstream.c (open_wmemstream): Likewise.
21529         [BZ #15895]
21530         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21532 2013-09-09  Will Newton  <will.newton@linaro.org>
21534         * malloc/Makefile: Add tst-realloc to tests.
21535         * malloc/tst-realloc.c: New file.
21537 2013-09-09  Allan McRae  <allan@archlinux.org>
21539         [BZ #15844]
21540         * COPYING: Update from GNU website to fix FSF address.
21541         * COPYING.LIB: Likewise.
21543 2013-09-06  David S. Miller  <davem@davemloft.net>
21545         * po/zh_TW.po: Update Chinese (traditional) translation from
21546         translation project.
21548 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21549             Joseph Myers  <joseph@codesourcery.com>
21551         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21552         "localeinfo.h".
21553         (obstack_chunk_alloc): New macro.
21554         (obstack_chunk_free): Likewise.
21555         (record_offset): New function.
21556         (init_locale_data): Likewise.
21557         (align_locale_data): Likewise.
21558         (add_locale_empty): Likewise.
21559         (add_locale_raw_data): Likewise.
21560         (add_locale_raw_obstack): Likewise.
21561         (add_locale_string): Likewise.
21562         (add_locale_wstring): Likewise.
21563         (add_locale_uint32): Likewise.
21564         (add_locale_uint32_array): Likewise.
21565         (add_locale_char): Likewise.
21566         (start_locale_structure): Likewise.
21567         (end_locale_structure): Likewise.
21568         (start_locale_prelude): Likewise.
21569         (end_locale_prelude): Likewise.
21570         (write_locale_data): Take locale_file structure rather than an
21571         iovec.
21572         * locale/programs/locfile.h: Include "obstack.h".
21573         (struct locale_file): Change to store locale file contents instead
21574         of header.
21575         (init_locale_data): New prototype.
21576         (align_locale_data): Likewise.
21577         (add_locale_empty): Likewise.
21578         (add_locale_raw_data): Likewise.
21579         (add_locale_raw_obstack): Likewise.
21580         (add_locale_string): Likewise.
21581         (add_locale_wstring): Likewise.
21582         (add_locale_uint32): Likewise.
21583         (add_locale_uint32_array): Likewise.
21584         (add_locale_char): Likewise.
21585         (start_locale_structure): Likewise.
21586         (end_locale_structure): Likewise.
21587         (start_locale_prelude): Likewise.
21588         (end_locale_prelude): Likewise.
21589         (write_locale_data): Update prototype.
21590         * locale/programs/3level.h (struct TABLE): Remove result field.
21591         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21592         Use new locale_file interface.
21593         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21594         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21595         * locale/programs/ld-address.c (address_output): Use new
21596         locale_file interface.
21597         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21598         NO_ADD_LOCALE.
21599         (collate_finish): Don't call collseq_table_finalize.
21600         (collate_output): Use new locale_file interface.
21601         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21602         in file.
21603         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21604         (TABLE): Move defines earlier in file.
21605         (ELEMENT): Likewise.
21606         (DEFAULT): Likewise.
21607         (wctrans_table_add): Move macro and inline function earlier in
21608         file.
21609         (struct wctype_table): Move type earlier in file.
21610         (add_locale_wctype_table): New static prototype.
21611         (struct locale_ctype_t): Use logical types instead of struct iovec
21612         pointers for members.
21613         (ctype_output): Use new locale_file interface.
21614         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21615         new locale_file interface.
21616         (allocate_arrays): Update for use of new locale_file interface.
21617         * locale/programs/ld-identification.c (identification_output): Use
21618         new locale_file interface.
21619         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21620         * locale/programs/ld-messages.c (messages_output): Likewise.
21621         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21622         * locale/programs/ld-name.c (name_output): Likewise.
21623         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21624         * locale/programs/ld-paper.c (paper_output): Likewise.
21625         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21626         * locale/programs/ld-time.c (time_output): Likewise.
21628 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21630         * benchtests/Makefile: Add memrchr benchmark.
21631         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21632         benchmark as memrchr.
21633         * benchtests/bench-memrchr-ifunc.c: New file.
21634         * benchtests/bench-memrchr.c: New file.
21636 2013-09-06   Will Newton  <will.newton@linaro.org>
21638         * benchtests/Makefile (string-bench): Add memcpy.
21640 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21641             Cong Wang  <amwang@redhat.com>
21643         [BZ #15850]
21644         * sysdeps/unix/sysv/linux/bits/in.h
21645         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21646         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21647         before __USE_KERNEL_IPV6_DEFS uses.
21648         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21649         IPPROTO_BEETPH.
21650         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21651         sockaddr_in6, or ipv6_mreq.
21653 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21655         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21656         memory access for final bytes in some large inputs.
21657         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21659 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21661         * string/test-memrchr.c: New file.
21662         * string/test-memrchr-ifunc.c: New file.
21663         * string/Makefile: Add new memrchr testcase.
21665 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21667         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21668         fanotify_init returns EPERM.
21670 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21672         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21673         errors.
21674         (top level): Treat second token from macro or constant entries for
21675         allowed headers as allowed.
21676         * include/complex.h: Condition internal declarations on
21677         [!_ISOMAC].
21678         * include/fenv.h: Condition include of <stdbool.h> and internal
21679         declarations on [!_ISOMAC].
21681 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21683         [BZ #15923]
21684         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21686 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21688         * configure.in (--enable-versioning): Remove configure option.
21689         (libc_cv_asm_symver_directive): Remove configure test.
21690         (libc_cv_ld_version_script_option): Likewise.
21691         (VERSIONING): Remove variable and AC_SUBST.
21692         (DO_VERSIONING): Remove AC_DEFINE.
21693         * configure: Regenerated.
21694         * config.h.in (DO_VERSIONING): Remove macro.
21695         * Makerules [$(versioning) = yes]: Change conditionals to
21696         [$(build-shared) = yes].
21697         * config.make.in (versioning): Remove variable.
21698         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21699         [$(build-shared) = yes].
21700         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21701         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21702         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21703         [$(build-shared) = yes].
21704         * extra-lib.mk [$(versioning) = yes]: Likewise.
21705         * hurd/Makefile [$(versioning) = yes]: Likewise.
21706         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21707         [SHARED].
21708         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21709         [SHARED].
21710         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21711         [SHARED && !NO_HIDDEN].
21712         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21713         [SHARED].
21714         [SHARED && DO_VERSIONING]: Likewise..
21715         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21716         [$(build-shared) = yes].
21717         * manual/install.texi (--disable-versioning): Remove
21718         documentation.
21719         * INSTALL: Regenerated.
21720         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21721         to [SHARED].
21722         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21723         [$(build-shared) = yes].
21724         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21725         * sysdeps/i386/i686/multiarch/strstr-c.c
21726         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21727         [SHARED && !NO_HIDDEN].
21728         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21729         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21730         * sysdeps/powerpc/powerpc32/dl-machine.c
21731         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21732         * sysdeps/powerpc/powerpc32/sysdep.h
21733         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21734         to [SHARED && PIC && !NO_HIDDEN].
21735         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21736         conditional to [SHARED].
21738 2013-09-04   Will Newton  <will.newton@linaro.org>
21740         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21741         * benchtests/bench-string.h: Include bench-timing.h instead
21742         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21743         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21744         call to HP_TIMING_DIFF_INIT.
21745         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21746         instead of hp-timing.h macros.
21747         * benchtests/bench-memchr.c: Likewise.
21748         * benchtests/bench-memcmp.c: Likewise.
21749         * benchtests/bench-memcpy.c: Likewise.
21750         * benchtests/bench-memmem.c: Likewise.
21751         * benchtests/bench-memmove.c: Likewise.
21752         * benchtests/bench-memset.c: Likewise.
21753         * benchtests/bench-rawmemchr.c: Likewise.
21754         * benchtests/bench-strcasecmp.c: Likewise.
21755         * benchtests/bench-strcasestr.c: Likewise.
21756         * benchtests/bench-strcat.c: Likewise.
21757         * benchtests/bench-strchr.c: Likewise.
21758         * benchtests/bench-strcmp.c: Likewise.
21759         * benchtests/bench-strcpy.c: Likewise.
21760         * benchtests/bench-strcpy_chk.c: Likewise.
21761         * benchtests/bench-strlen.c: Likewise.
21762         * benchtests/bench-strncasecmp.c: Likewise.
21763         * benchtests/bench-strncat.c: Likewise.
21764         * benchtests/bench-strncmp.c: Likewise.
21765         * benchtests/bench-strncpy.c: Likewise.
21766         * benchtests/bench-strnlen.c: Likewise.
21767         * benchtests/bench-strpbrk.c: Likewise.
21768         * benchtests/bench-strrchr.c: Likewise.
21769         * benchtests/bench-strspn.c: Likewise.
21770         * benchtests/bench-strstr.c: Likewise.
21772 2013-09-04  Will Newton  <will.newton@linaro.org>
21774         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21776 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21778         [BZ #15427]
21779         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21780         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21781         * math/libm-test.inc (lgamma_test_data): Add more tests.
21782         * sysdeps/i386/fpu/libm-test-ulps: Update.
21783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21785 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21787         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21788         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21789         Add ifunc.
21790         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21791         Add strcmp-sse2-unaligned
21792         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21794 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21796         * Versions.def (libc): Add GLIBC_2.19.
21798 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21800         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21801         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21803 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21805         [BZ #14155]
21806         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21807         intermediate calculations in recurrence.
21808         (__ieee754_ynf): Likewise.
21809         * math/libm-test.inc (jn_test_data): Do not allow spurious
21810         underflow exception.  Add more tests.
21811         (yn_test_data): Add more tests.
21812         * sysdeps/i386/fpu/libm-test-ulps: Update.
21813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21815 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21817         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21819 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21821         * csu/init-first.c: Fix then/than typos.
21822         * locale/programs/ld-collate.c: Likewise.
21823         * locale/programs/linereader.h: Likewise.
21824         * manual/charset.texi: Likewise.
21825         * manual/filesys.texi: Likewise.
21826         * manual/stdio.texi: Likewise.
21827         * manual/string.texi: Likewise.
21828         * stdlib/fmtmsg.c: Likewise.
21829         * sysdeps/i386/stpncpy.S: Likewise.
21830         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21831         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21832         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21833         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21835 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21837         * elf/dl-open.c: Fix typos.
21838         * iconvdata/gbbig5.c: Likewise.
21839         * iconvdata/iso-2022-jp.c: Likewise.
21840         * iconv/gconv_int.h: Likewise.
21841         * iconv/loop.c: Likewise.
21842         * nis/rpcsvc/nis.h: Likewise.
21843         * resolv/ns_name.c: Likewise.
21844         * stdio-common/vfscanf.c: Likewise.
21845         * streams/stropts.h: Likewise.
21846         * sunrpc/rpc_thread.c: Likewise.
21847         * sysdeps/i386/strpbrk.S: Likewise.
21848         * sysdeps/ieee754/k_standard.c: Likewise.
21849         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21850         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21851         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21852         * sysdeps/mach/hurd/profil.c: Likewise.
21853         * sysdeps/s390/dl-procinfo.h: Likewise.
21854         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21855         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21856         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21857         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21858         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21860 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21862         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21863         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21865 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21867         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21868         aix specific files.
21869         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21870         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21871         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21872         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21873         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21874         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21875         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21876         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21878 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21879             Roland McGrath  <roland@hack.frob.com>
21881         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21882         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21884 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21886         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21887         __executable_start symbol instead of _start.
21889 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21891         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21892         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21893         Move macros to...
21894         * sysdeps/gnu/ldsodefs.h: ... this new file.
21896         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21897         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21898         instead of ELFOSABI_LINUX.
21900         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21901         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21902         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21903         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21904         Likewise.
21905         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21906         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21907         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21908         Likewise.
21909         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21910         (ibm_extended_long_double): Add ieee_nan member.
21911         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21912         (do_test): New function.
21914         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21915         TEST_TRUNC.
21916         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21917         functions, renamed from truncdfsf_test, trunctfsf_test,
21918         trunctfdf_test.
21919         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21920         functions.
21921         (do_test): Run all these.
21923 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21925         * argp/argp-help.c: Fix typos.
21926         * argp/argp-parse.c: Likewise.
21927         * debug/backtracesyms.c: Likewise.
21928         * elf/elf.h: Likewise.
21929         * malloc/malloc.c: Likewise.
21930         * nis/nis_print.c: Likewise.
21931         * resolv/res_comp.c: Likewise.
21932         * stdlib/stdlib.h: Likewise.
21933         * sunrpc/clnt_tcp.c: Likewise.
21934         * sunrpc/clnt_udp.c: Likewise.
21935         * sunrpc/clnt_unix.c: Likewise.
21936         * sysdeps/unix/bsd/ptsname.c: Likewise.
21937         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21938         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21940         Likewise.
21941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21942         Likewise.
21943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21944         Likewise.
21945         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21947 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21949         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21952 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21954         [BZ #15897]
21955         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21956         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21957         ($(objpfx)bug-dl-leaf): New rule.
21958         ($(objpfx)bug-dl-leaf.so): Likewise.
21959         ($(objpfx)bug-dl-leaf.out): Likewise.
21960         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21961         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21962         * dlfcn/bug-dl-leaf.c: New test.
21963         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21964         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21965         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21966         (dlclose): Likewise.
21967         (dlmopen): Likewise.
21969 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21971         * include/netdb.h [!_ISOMAC]:
21972         Don't include <tls.h>.
21973         (h_errno, __libc_h_errno): Move declaration and macros out of
21974         [_LIBC_REENTRANT].
21976         * include/resolv.h [_RESOLV_H_]:
21977         Don't include <tls.h>.
21978         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21979         * resolv/res_libc.c: Don't include <tls.h>.
21980         (_res): Use __attribute__ ((nocommon)) in place of
21981         __attribute__ ((section (".bss"))).
21983         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21984         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21986         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21988         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21989         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21991         * resolv/res_mkquery.c: Include <sys/time.h>.
21993         * inet/ifreq.c: Moved to ...
21994         * sysdeps/unix/ifreq.c: ... here.
21995         * inet/ifreq.c: New file, true stub version.
21997         * socket/sa_len.c: New file.
21998         * socket/Makefile (aux): Add it.
21999         * sysdeps/unix/sysv/linux/Makefile
22000         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22001         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22002         and #include <socket/sa_len.c>.
22003         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22004         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22006         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22007         * bits/socket.h: ... here.
22009         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22010         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22011         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22013 2013-08-27  Andreas Schwab  <schwab@suse.de>
22015         [BZ #15736]
22016         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22017         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22018         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22019         * string/test-strcasecmp.c (test_main): Run tests in several
22020         locales.
22021         * string/test-strncasecmp.c (test_main): Likewise.
22023         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22024         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22025         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22026         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22027         (__strncasecmp_ssse3) [PIC]: Likewise.
22029 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22031         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22033         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22034         instead of explicitly declaring xdecrypt.
22035         * nis/nss_nis/nis-publickey.c: Likewise.
22037 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22039         [BZ #15890]
22040         * nscd/aicache.c: Include res_hconf.h.
22041         (addhstaiX): Initialize res_hconf.
22043 2013-08-26  Andreas Schwab  <schwab@suse.de>
22045         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22046         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22048 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22050         * nscd/aicache.c (addhstaiX): Fix indentation.
22052 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22054         * configure.ac: Quote $build_pt_chown test.
22055         * configure: Regenerated.
22057 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22059         [BZ #15532]
22060         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22061         * math/s_cexpf.c (__cexpf): Likewise.
22062         * math/s_cexpl.c (__cexpl): Likewise.
22063         * math/libm-test.inc (cexp_test_data): Correct expected return
22064         value for NaN + i0.  Add another test.
22066 2013-08-22  David S. Miller  <davem@davemloft.net>
22068         * po/ca.po: Update Catalan translation from translation project.
22069         * po/uk.po: Add Ukrainian translations from translation project.
22071 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22073         [BZ #15797]
22074         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22075         is infinite, not alongside NaN test.
22076         * math/s_fdimf.c (__fdimf): Likewise.
22077         * math/s_fdiml.c (__fdiml): Likewise.
22078         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22079         errno is unchanged.
22081 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22083         * argp/argp-help.c: Fix typos.
22084         * crypt/speeds.c: Likewise.
22085         * csu/check_fds.c: Likewise.
22086         * elf/dl-load.c: Likewise.
22087         * elf/dl-open.c: Likewise.
22088         * elf/reldep3.c: Likewise.
22089         * elf/reldep.c: Likewise.
22090         * elf/sprof.c: Likewise.
22091         * iconv/iconv_charmap.c: Likewise.
22092         * iconv/skeleton.c: Likewise.
22093         * iconv/strtab.c: Likewise.
22094         * io/lockf64.c: Likewise.
22095         * libio/libioP.h: Likewise.
22096         * resolv/gai_notify.c: Likewise.
22097         * resolv/ns_name.c: Likewise.
22098         * resolv/ns_samedomain.c: Likewise.
22099         * resolv/res_send.c: Likewise.
22100         * stdlib/random.c: Likewise.
22101         * sunrpc/rpc/xdr.h: Likewise.
22102         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22103         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22104         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22105         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22106         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22107         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22108         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22109         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22110         * sysdeps/mach/hurd/check_fds.c: Likewise.
22111         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22112         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22113         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22114         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22115         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22116         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22117         * sysdeps/pthread/aio_notify.c: Likewise.
22118         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22119         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22120         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22121         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22122         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22124 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22126         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22127         version if bit_Slow_SSE4_2 is set.
22128         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22129         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22131 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22133         [BZ #15867]
22134         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22135         trampoline stack frame information.
22136         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22137         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22138         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22139         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22140         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22141         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22142         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22143         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22144         sa_flags value.
22145         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22146         interrupting a syscall and set with option SA_SIGINFO.
22148 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22150         [BZ #15531]
22151         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22152         argument is infinite.
22153         * math/s_cprojf.c (__cprojf): Likewise.
22154         * math/s_cprojl.c (__cprojl): Likewise.
22155         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22156         * math/libm-test.inc (cproj_test_data): Add more tests.
22158         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22160         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22161         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22162         size.  Use __ffs to determine corresponding shift.
22164 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22165             Roland McGrath  <roland@hack.frob.com>
22167         * Makefile (INSTALL): Remove trailing blank lines from output of
22168         makeinfo.
22170 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22172         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22173         Align 32 bit compat elf_greg to 8 bytes.
22175 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22177         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22179 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22181         * string/strcoll_l.c (coll_seq): New structure.
22182         (get_next_seq_cached): New function.
22183         (get_next_seq): New function.
22184         (do_compare): New function.
22185         (STRCOLL): Use GNU style definition.  Simplify implementation
22186         by using get_next_seq, get_next_seq_cached and do_compare.
22188 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22190         [BZ #14699]
22191         CVE-2013-4237
22192         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22193         member.
22194         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22195         member.
22196         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22197         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22198         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22199         conditional.
22200         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22201         GETDENTS_64BIT_ALIGNED.
22202         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22203         * manual/filesys.texi (Reading/Closing Directory): Document
22204         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22205         strongly.
22206         * manual/conf.texi (Limits for Files): Add portability note to
22207         NAME_MAX, PATH_MAX.
22208         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22210 2013-08-13  Andreas Schwab  <schwab@suse.de>
22212         [BZ #15749]
22213         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22214         of fabs.
22215         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22216         LDBL_MAX_EXP >= 16384]: Add tests for it.
22218 2013-08-12  David S. Miller  <davem@davemloft.net>
22220         * version.h (RELEASE): Set to "development".
22221         (VERSION): Set to "2.18.90".
22222         * NEWS: Add 2.19 section.
22224 2013-08-03  David S. Miller  <davem@davemloft.net>
22226         * po/ko.po: Update Korean translation from translation project.
22228 2013-08-01  David S. Miller  <davem@davemloft.net>
22230         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22231         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22232         Bilka.
22234 2013-07-30  David S. Miller  <davem@davemloft.net>
22236         * po/fr.po: Update French translation from translation project.
22238 2013-07-28  David S. Miller  <davem@davemloft.net>
22240         * po/cs.po: Update Czech translation from translation project.
22242         * po/sv.po: Update Swedish translation from translation project.
22244 2013-07-27  David S. Miller  <davem@davemloft.net>
22246         * po/eo.po: Update Esperanto translation from translation project.
22248         * po/vi.po: Update Vietnamese translation from translation project.
22250         * po/de.po: Update German translation from translation project.
22252 2013-07-26  David S. Miller  <davem@davemloft.net>
22254         * po/bg.po: Update Bulgarian translation from translation project.
22256         * po/nl.po: Update Dutch translation from translation project.
22257         * po/pl.po: Update Polish translation from translation project.
22258         * po/ru.po: Update Russian translation from translation project.
22260 2013-07-24  David S. Miller  <davem@davemloft.net>
22262         * po/libc.pot: Update.
22264 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22266         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22267         variable page size.
22268         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22269         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22270         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22272 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22274         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22276 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22277             Andreas Schwab  <schwab@suse.de>
22278             Roland McGrath  <roland@hack.frob.com>
22279             Joseph Myers  <joseph@codesourcery.com>
22280             Carlos O'Donell  <carlos@redhat.com>
22282         [BZ #15755]
22283         * config.h.in: Define HAVE_PT_CHOWN.
22284         * config.make.in (build-pt-chown): New variable.
22285         * configure.in (--enable-pt_chown): New configure option.
22286         * configure: Regenerate.
22287         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22288         build-pt-chown is enabled.
22289         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22290         pt_chown to fix pty ownership.
22291         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22292         CLOSE_ALL_FDS.
22293         * manual/install.texi (Configuring and compiling): Mention
22294         --enable-pt_chown. Add @findex for grantpt.
22295         * INSTALL: Regenerate.
22297 2013-07-20  David S. Miller  <davem@davemloft.net>
22299         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22300         difference between 32-bit and 64-bit.
22302 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22304         [BZ #15711]
22305         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22306         Avoid system header dependency with -ffreestanding.
22307         ($(objpfx)bits/syscall%d): Likewise.
22309 2013-07-13  David S. Miller  <davem@davemloft.net>
22311         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22312         underflows from atanl/atan2l due to bug 15319.
22313         (casinh_test_data): Likewise.
22315 2013-07-07  David S. Miller  <davem@davemloft.net>
22317         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22319 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22321         * sysdeps/i386/fpu/libm-test-ulps: Update.
22322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22324 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22326         * configure.in (--enable-lock-elision): Fix message text.
22327         * INSTALL: Regenerate.
22328         * configure: Regenerate.
22330 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22332         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22334 2013-07-03  Andreas Jaeger  <aj@suse.de>
22336         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22337         define.
22338         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22339         (ptrace_peeksiginfo_args): Add.
22340         (__ptrace_peeksiginfo_flags): Add.
22341         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22342         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22343         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22345 2013-07-03  Allan McRae  <allan@archlinux.org>
22347         * sysdeps/i386/fpu/libm-test-ulps: Update.
22349 2013-07-02  David S. Miller  <davem@davemloft.net>
22351         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22353 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22355         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22357 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22359         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22362 2013-07-02  Andi Kleen <ak@linux.intel.com>
22364         * config.h.in (ENABLE_LOCK_ELISION): Add.
22365         * configure.in (--enable-lock-elision): Add option.
22366         * manual/install.texi: Document --enable lock elision.
22367         * configure: Regenerate
22368         * INSTALL: Regenerate.
22370 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22372         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22373         SSE4.2 strcasecmp for libc.a.
22374         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22376 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22378         [BZ #13304]
22379         * soft-fp/op-common.h (_FP_FMA): New macro.
22380         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22381         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22382         (_FP_MUL_MEAT_1_imm): ... here.
22383         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22384         (_FP_MUL_MEAT_1_wide): ... here.
22385         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22386         (_FP_MUL_MEAT_1_hard): ... here.
22387         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22388         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22389         (_FP_MUL_MEAT_2_wide): ... here.
22390         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22391         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22392         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22393         (_FP_MUL_MEAT_2_gmp): ... here.
22394         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22395         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22396         (_FP_MUL_MEAT_4_wide): ... here.
22397         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22398         (_FP_MUL_MEAT_4_gmp): ... here.
22399         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22400         (_FP_WFRACBITS_DW_S): Likewise.
22401         (_FP_WFRACXBITS_DW_S): Likewise.
22402         (_FP_HIGHBIT_DW_S): Likewise.
22403         (FP_FMA_S): Likewise.
22404         (_FP_FRAC_HIGH_DW_S): Likewise.
22405         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22406         (_FP_WFRACBITS_DW_D): Likewise.
22407         (_FP_WFRACXBITS_DW_D): Likewise.
22408         (_FP_HIGHBIT_DW_D): Likewise.
22409         (FP_FMA_D): Likewise.
22410         (_FP_FRAC_HIGH_DW_D): Likewise.
22411         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22412         (_FP_WFRACBITS_DW_E): Likewise.
22413         (_FP_WFRACXBITS_DW_E): Likewise.
22414         (_FP_HIGHBIT_DW_E): Likewise.
22415         (FP_FMA_E): Likewise.
22416         (_FP_FRAC_HIGH_DW_E): Likewise.
22417         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22418         (_FP_WFRACBITS_DW_Q): Likewise.
22419         (_FP_WFRACXBITS_DW_Q): Likewise.
22420         (_FP_HIGHBIT_DW_Q): Likewise.
22421         (FP_FMA_Q): Likewise.
22422         (_FP_FRAC_HIGH_DW_Q): Likewise.
22423         * soft-fp/fmasf4.c: New file.
22424         * soft-fp/fmadf4.c: Likewise.
22425         * soft-fp/fmatf4.c: Likewise.
22427 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22429         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22430         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22431         Silvermont.
22432         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22433         macro.
22434         (index_Slow_SSE4_2): Likewise.
22435         (index_Prefer_PMINUB_for_stringop): Likewise.
22436         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22437         bit_Slow_SSE4_2 is set.
22438         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22439         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22441 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22443         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22444         rtld_global._dl_hwcap2.
22445         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22446         POWER8.
22447         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22448         POWER8 feature descriptions defined in _dl_hwcap2.
22449         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22450         string handling for POWER8 feature bits.
22451         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22452         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22453         _dl_powerpc_cap_flags.
22454         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22455         * sysdeps/powerpc/rtld-global-offsets.sym
22456         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22457         _dl_hwcap2 in the rtld_global_ro structure.
22459 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22461         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22462         hardware capabilities in support of AT_HWCAP2.
22463         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22464         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22465         GLRO(dl_hwcap2).
22466         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22467         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22468         explicitly the unknown a_type display mechanism is used.
22469         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22470         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22471         struct member.
22472         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22473         to macro prototype for AT_HWCAP2 support.
22474         * sysdeps/i386/dl-procinfo.h: Likewise.
22475         * sysdeps/s390/dl-procinfo.h: Likewise.
22476         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22477         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22478         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22479         return -1 for unknown a_type display fallback.
22480         * sysdeps/sparc/dl-procinfo.h: Likewise.
22481         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22482         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22484 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22486         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22487         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22489 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22491         [BZ #12492]
22492         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22493         mprotect making __stack_prot writable.
22495 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22496             Joseph Myers  <joseph@codesourcery.com>
22498         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22499         as being properly aligned.
22501 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22503         * dlfcn/modstatic5.c: New file.
22504         * dlfcn/tststatic5.c: New file.
22505         * dlfcn/Makefile (tests): Add tststatic5.
22506         (tests-static): Likewise.
22507         (modules-names): Add modstatic5.
22508         (tststatic5-ENV): New variable.
22509         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22511         [BZ #15022]
22512         * elf/dl-support.c (_dl_main_map): New variable.
22513         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22514         (_dl_nns, _dl_load_adds): Set to 1.
22515         (_dl_initial_searchlist): Refer to _dl_main_map.
22516         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22517         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22518         call to _dl_get_origin.
22519         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22520         around call_map.
22521         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22522         * dlfcn/modstatic3.c: New file.
22523         * dlfcn/tststatic3.c: New file.
22524         * dlfcn/tststatic4.c: New file.
22525         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22526         (tests-static): Likewise.
22527         (modules-names): Add modstatic3.
22528         (tststatic3-ENV, tststatic4-ENV): New variables.
22529         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22530         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22532 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22534         * configure.in (CC): Require GCC version 4.4 or later.
22535         * configure: Regenerated.
22536         * manual/install.texi (Tools for Compilation): Update GCC version
22537         requirement.
22538         * INSTALL: Regenerated.
22540 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22542         [BZ #15674]
22543         * string/test-memcmp.c (check2): New.
22544         (main): Call check2.
22546         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22548 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22550         [BZ #15022]
22551         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22552         over to...
22553         (dl_open_worker) [!SHARED]: ... here.
22555 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22557         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22559 2013-06-25  Richard Henderson  <rth@redhat.com>
22561         * locale/programs/locarchive.c: Include <libc-internal.h>
22563 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22565         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22566         trailing whitespace removed.
22568 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22570         [BZ #10283]
22571         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22572         * locale/programs/locarchive.c: Include libc-mmap.h.
22573         (prepare_address_space): Take two new outputs (the mmap base and len).
22574         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22575         values.
22576         (create_archive): Declare new mmap base and len values for
22577         prepare_address_space, and store the result in ah.
22578         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22579         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22580         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22581         Declare new mmap base and len values for
22582         prepare_address_space, and store the result in new_ah.
22583         (open_archive): Declare new mmap base and len values for
22584         prepare_address_space, and store the result in ah.
22585         (close_archive): If ah->mmap_base is not NULL, use that and
22586         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22587         * sysdeps/generic/libc-mmap.h: New file.
22589 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22591         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22592         (ALIGN_UP): Likewise.
22593         (PTR_ALIGN_DOWN): Likewise.
22594         (PTR_ALIGN_UP): Likewise.
22596 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22598         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22599         entry mapped to PPC_PLATFORM_POWER8.
22600         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22601         POWER8.
22602         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22603         (_dl_string_platform): Add case for exporting platform position for
22604         POWER8.
22605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22606         search path to sysdeps/powerpc/powerpc32/power8 directory.
22607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22608         search path to sysdeps/powerpc/powerpc64/power8 directory.
22609         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22610         power7 directories.
22611         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22612         power7 directories.
22614 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22616         * INSTALL: Regenerate.
22618         * nscd/connections.c (nscd_init): Fix comment.
22620 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22622         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22624         [BZ #15667]
22625         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22626         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22628 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22630         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22631         DL_DST_REQ_STATIC.
22632         (DL_DST_REQ_STATIC): Remove macro.
22634 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22636         [BZ #7006]
22637         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22638         with a shift of 0 bits.
22640 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22642         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22643         $(tststatic-ENV).
22645 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22647         [BZ #15655]
22648         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22650 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22652         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22653         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22654         accepts -fno-tree-loop-distribute-patterns.
22655         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22656         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22657         recursive call.
22658         * string/memset.c (memset): Likewise.
22659         * string/test-memmove.c (simple_memmove): Disable loop transformation
22660         to library calls.
22661         * string/test-memset.c (simple_memset): Likewise.
22662         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22663         * benchtests/bench-memset.c (simple_memset): Likewise.
22664         * configure: Regenerated.
22666 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22668         * math/test-misc.c (main): Ignore fesetround failure when failures
22669         of subsequent rounding tests would be ignored.
22671         [BZ #15654]
22672         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22673         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22674         * math/fegetenv.c (__fegetenv): Return 0.
22675         * math/fegetexcept.c (fegetexcept): Return 0.
22676         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22677         FE_TONEAREST.
22678         * math/feholdexcpt.c (feholdexcept): Return 0.
22679         * math/fesetenv.c (__fesetenv): Return 0.
22680         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22681         argument FE_TONEAREST.
22682         * math/feupdateenv.c (__feupdateenv): Return 0.
22683         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22685 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22687         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22688         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22689         ($(objpfx)rtld-%.os rules): Use them.
22691 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22693         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22694         fields.
22696 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22698         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22699         length of target pattern, then descending length of dependency pattern.
22700         * configure.in (AWK): Require gawk 3.1.2 or newer.
22701         * manual/install.texi (Tools for Compilation): Say that we do.
22702         * configure: Regenerated.
22704         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22705         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22706         * scripts/sysd-rules.awk: ... this new script.
22707         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22708         than a glob-style pattern.
22710 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22712         * math/test-misc.c (main): Do not treat incorrectly rounded
22713         conversions as failure unless ROUNDING_TESTS passes.
22715 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22717         [BZ #15631]
22718         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22719         restore exception state around main square root computation, then
22720         check for inexactness explicitly.
22722         * math/libm-test.inc (fma_test_data): Add another test.
22724 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22726         * manual/threads.texi (Non-POSIX Extensions): New document
22727         node.  Document pthread_getattr_default_np and
22728         pthread_setattr_default_np.
22730         * Versions.def (libpthread): Add GLIBC_2.18.
22731         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22733         Likewise.
22734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22735         Likewise.
22736         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22737         Likewise.
22738         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22739         Likewise.
22740         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22741         Likewise.
22742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22743         Likewise.
22744         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22745         Likewise.
22746         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22747         Likewise.
22748         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22749         Likewise.
22751 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22753         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22754         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22756 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22757             H.J. Lu  <hjl.tools@gmail.com>
22759         [BZ #15627]
22760         * sysdeps/x86_64/rtld-memset.c: Remove file.
22761         * sysdeps/x86_64/rtld-memset.S: New file.
22763 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22765         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22766         (test_in_one_mode): Take arguments for whether the rounding mode
22767         is supported for each floating-point type.
22768         (do_test): Pass new arguments to test_in_one_mode using
22769         ROUNDING_TESTS.
22771 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22773         * posix/tst-waitid.c (do_test): Distinguish different instances of
22774         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22775         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22776         before entering the kernel for waitpid.
22778 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22780         * NEWS: Fix note on clock function precision.  Text by Roland
22781         McGrath.
22783 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22785         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22786         it into place only when and if the sanity check passes.
22788 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22790         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22791         output for whether conversion result is exact.  Take argument
22792         indicating whether type is IBM long double.
22793         (round_for_all): Change need_exact field to ibm_ld.
22794         * stdlib/tst-strtod-round.c (struct exactness): New type.
22795         (struct test): Change bool ld_ok field to struct exactness exact.
22796         (TEST): Update all definitions for change to field.
22797         (tests): Regenerate array contents.
22798         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22799         field value.  Check for IBM long double here.
22800         (do_test): Update calls to test_in_one_mode.
22802 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22804         [BZ #12515]
22805         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22806         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22808 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22810         [BZ #15605]
22811         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22812         generated by the compiler on loop optimizations.
22813         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22814         general definitions.
22816 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22818         * math/bug-nextafter.c: Include <math-tests.h>.
22819         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22820         the relevant type.
22821         * math/bug-nexttoward.c: Include <math-tests.h>.
22822         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22823         the relevant type.
22824         * math/test-misc.c: Include <math-tests.h>.
22825         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22826         the relevant type.
22828 2013-06-12  Andreas Jaeger  <aj@suse.de>
22830         * po/ia.po: Update Interlingua translation from translation
22831         project.
22833 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22835         * include/fenv.h: Include stdbool.h.
22836         (struct rm_ctx): New structure.
22837         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22838         Define macro.
22839         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22840         (SET_RESTORE_ROUNDF): Likewise.
22841         (SET_RESTORE_ROUNDL): Likewise.
22842         (SET_RESTORE_ROUND_NOEX): Likewise.
22843         (SET_RESTORE_ROUND_NOEXF): Likewise.
22844         (SET_RESTORE_ROUND_NOEXL): Likewise.
22845         (SET_RESTORE_ROUND_53BIT): Likewise.
22846         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22847         (libc_feresetround_noexf_ctx): Likewise.
22848         (libc_feresetround_noexl_ctx): Likewise.
22849         (libc_feholdsetround_53bit_ctx): Likewise.
22850         (libc_feresetround_53bit_ctx): Likewise.
22851         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22852         (libc_feholdexcept_setround_sse_ctx): New function.
22853         (libc_fesetenv_sse_ctx): Likewise.
22854         (libc_feupdateenv_sse_ctx): Likewise.
22855         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22856         (libc_feholdexcept_setround_387_ctx): Likewise.
22857         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22858         (libc_feholdsetround_387_prec_ctx): Likewise.
22859         (libc_feholdsetround_387_ctx): Likewise.
22860         (libc_feholdsetround_387_53bit_ctx): Likewise.
22861         (libc_feholdsetround_sse_ctx): Likewise.
22862         (libc_feresetround_sse_ctx): Likewise.
22863         (libc_feresetround_387_ctx): Likewise.
22864         (libc_feupdateenv_387_ctx): Likewise.
22865         (libc_feholdexcept_setroundf_ctx): Define macro.
22866         (libc_fesetenvf_ctx): Likewise.
22867         (libc_feupdateenvf_ctx): Likewise.
22868         (libc_feholdsetroundf_ctx): Likewise.
22869         (libc_feresetroundf_ctx): Likewise.
22870         (libc_feholdexcept_setround_ctx): Likewise.
22871         (libc_fesetenv_ctx): Likewise.
22872         (libc_feupdateenv_ctx): Likewise.
22873         (libc_feholdsetround_ctx): Likewise.
22874         (libc_feresetround_ctx): Likewise.
22875         (libc_feholdexcept_setroundl_ctx): Likewise.
22876         (libc_feupdateenvl_ctx): Likewise.
22877         (libc_feholdsetroundl_ctx): Likewise.
22878         (libc_feresetroundl_ctx): Likewise.
22879         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22880         (libc_feresetround_53bit_ctx): Likewise.
22882 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22884         * locale/iso-639.def: Convert to UTF-8.
22886 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22888         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22889         (EXCEPTION_TESTS_double): Likewise.
22890         (EXCEPTION_TESTS_long_double): Likewise.
22891         (EXCEPTION_TESTS): Likewise.
22892         * math/libm-test.inc (test_exceptions): Only test exceptions if
22893         EXCEPTION_TESTS (FLOAT).
22895 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22897         * benchtests/Makefile (string-bench): Add strcpy_chk and
22898         stpcpy_chk.
22899         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22900         * benchtests/bench-stpcpy_chk.c: New file.
22901         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22902         * benchtests/bench-strcpy_chk.c: New file.
22903         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22904         code.
22905         (do_test): Likewise.
22907 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22909         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22910         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22911         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22912         with tabs where appropriate.
22913         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22914         dl-procinfo.h.
22915         [PPC_PLATFORM_PPC440]: Likewise.
22916         [PPC_PLATFORM_PPC464]: Likewise.
22917         [PPC_PLATFORM_PPC476]: Likewise.
22918         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22919         ppc464, and ppc476 platform strings merging from ports/
22920         dl-procinfo.h.
22922 2013-06-11  Andreas Schwab  <schwab@suse.de>
22924         [BZ #14991]
22925         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22926         (from_ucs4_idx): Regenerate.
22927         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22928         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22929         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22930         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22931         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22932         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22933         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22934         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22935         from FROM_LOOP and TO_LOOP specific macros.
22936         (BODY): Handle combining characters.
22937         * iconvdata/BIG5HKSCS.irreversible: Update.
22938         * iconvdata/BIG5HKSCS.precomposed: New file.
22939         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22940         characters.
22941         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22943 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22945         * include/sys/time.h: Fix indentation and add copyright header.
22947         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22948         (do_test): Likewise.
22949         * string/test-memchr.c (do_one_test): Likewise.
22950         (do_test): Likewise.
22951         * string/test-memcmp.c (do_one_test): Likewise.
22952         (do_test): Likewise.
22953         * string/test-memcpy.c (do_one_test): Likewise.
22954         (do_test): Likewise.
22955         * string/test-memmem.c (do_one_test): Likewise.
22956         (do_test): Likewise.
22957         (do_random_tests): Likewise.
22958         * string/test-memmove.c (do_one_test): Likewise.
22959         (do_test): Likewise.
22960         * string/test-memset.c (do_one_test): Likewise.
22961         (do_test): Likewise.
22962         * string/test-rawmemchr.c (do_one_test): Likewise.
22963         (do_test): Likewise.
22964         * string/test-strcasecmp.c (do_one_test): Likewise.
22965         (do_test): Likewise.
22966         * string/test-strcasestr.c (do_one_test): Likewise.
22967         (do_test): Likewise.
22968         * string/test-strcat.c (do_one_test): Likewise.
22969         (do_test): Likewise.
22970         * string/test-strchr.c (do_one_test): Likewise.
22971         (do_test): Likewise.
22972         * string/test-strcmp.c (do_one_test): Likewise.
22973         (do_test): Likewise.
22974         * string/test-strcpy.c (do_one_test): Likewise.
22975         (do_test): Likewise.
22976         * string/test-string.h: Likewise.
22977         (test_init): Likewise.
22978         * string/test-strlen.c (do_one_test): Likewise.
22979         (do_test): Likewise.
22980         * string/test-strncasecmp.c (do_one_test): Likewise.
22981         (do_test): Likewise.
22982         * string/test-strncat.c (do_one_test): Likewise.
22983         (do_test): Likewise.
22984         * string/test-strncmp.c (do_one_test): Likewise.
22985         (do_test_limit): Likewise.
22986         (do_test): Likewise.
22987         * string/test-strncpy.c (do_one_test): Likewise.
22988         (do_test): Likewise.
22989         * string/test-strnlen.c (do_one_test): Likewise.
22990         (do_test): Likewise.
22991         * string/test-strpbrk.c (do_one_test): Likewise.
22992         (do_test): Likewise.
22993         * string/test-strrchr.c (do_one_test): Likewise.
22994         (do_test): Likewise.
22995         * string/test-strspn.c (do_one_test): Likewise.
22996         (do_test): Likewise.
22997         * string/test-strstr.c (do_one_test): Likewise.
22998         (do_test): Likewise.
23000         * benchtests/Makefile (string-bench): Add string benchmarks.
23001         * benchtests/bench-bcopy-ifunc.c: New file.
23002         * benchtests/bench-bcopy.c: New file.
23003         * benchtests/bench-bzero-ifunc.c: New file.
23004         * benchtests/bench-bzero.c: New file.
23005         * benchtests/bench-memccpy-ifunc.c: New file.
23006         * benchtests/bench-memccpy.c: New file.
23007         * benchtests/bench-memchr-ifunc.c: New file.
23008         * benchtests/bench-memchr.c: New file.
23009         * benchtests/bench-memcmp-ifunc.c: New file.
23010         * benchtests/bench-memcmp.c: New file.
23011         * benchtests/bench-memmem-ifunc.c: New file.
23012         * benchtests/bench-memmem.c: New file.
23013         * benchtests/bench-memmove-ifunc.c: New file.
23014         * benchtests/bench-memmove.c: New file.
23015         * benchtests/bench-mempcpy-ifunc.c: New file.
23016         * benchtests/bench-mempcpy.c: New file.
23017         * benchtests/bench-memset-ifunc.c: New file.
23018         * benchtests/bench-memset.c: New file.
23019         * benchtests/bench-rawmemchr-ifunc.c: New file.
23020         * benchtests/bench-rawmemchr.c: New file.
23021         * benchtests/bench-stpcpy-ifunc.c: New file.
23022         * benchtests/bench-stpcpy.c: New file.
23023         * benchtests/bench-stpncpy-ifunc.c: New file.
23024         * benchtests/bench-stpncpy.c: New file.
23025         * benchtests/bench-strcasecmp-ifunc.c: New file.
23026         * benchtests/bench-strcasecmp.c: New file.
23027         * benchtests/bench-strcasestr-ifunc.c: New file.
23028         * benchtests/bench-strcasestr.c: New file.
23029         * benchtests/bench-strcat-ifunc.c: New file.
23030         * benchtests/bench-strcat.c: New file.
23031         * benchtests/bench-strchr-ifunc.c: New file.
23032         * benchtests/bench-strchr.c: New file.
23033         * benchtests/bench-strchrnul-ifunc.c: New file.
23034         * benchtests/bench-strchrnul.c: New file.
23035         * benchtests/bench-strcmp-ifunc.c: New file.
23036         * benchtests/bench-strcmp.c: New file.
23037         * benchtests/bench-strcpy-ifunc.c: New file.
23038         * benchtests/bench-strcpy.c: New file.
23039         * benchtests/bench-strcspn-ifunc.c: New file.
23040         * benchtests/bench-strcspn.c: New file.
23041         * benchtests/bench-strlen-ifunc.c: New file.
23042         * benchtests/bench-strlen.c: New file.
23043         * benchtests/bench-strncasecmp-ifunc.c: New file.
23044         * benchtests/bench-strncasecmp.c: New file.
23045         * benchtests/bench-strncat-ifunc.c: New file.
23046         * benchtests/bench-strncat.c: New file.
23047         * benchtests/bench-strncmp-ifunc.c: New file.
23048         * benchtests/bench-strncmp.c: New file.
23049         * benchtests/bench-strncpy-ifunc.c: New file.
23050         * benchtests/bench-strncpy.c: New file.
23051         * benchtests/bench-strnlen-ifunc.c: New file.
23052         * benchtests/bench-strnlen.c: New file.
23053         * benchtests/bench-strpbrk-ifunc.c: New file.
23054         * benchtests/bench-strpbrk.c: New file.
23055         * benchtests/bench-strrchr-ifunc.c: New file.
23056         * benchtests/bench-strrchr.c: New file.
23057         * benchtests/bench-strspn-ifunc.c: New file.
23058         * benchtests/bench-strspn.c: New file.
23059         * benchtests/bench-strstr-ifunc.c: New file.
23060         * benchtests/bench-strstr.c: New file.
23062         * benchtests/Makefile: Disable parallel execution of targets.
23063         (string-bench): Add memcpy.
23064         (benchset): New variable to store a list of benchmark sets.
23065         (bench-func): Renamed from bench.
23066         (bench-set): New target.
23067         (bench): Depend on bench-func and bench-set.
23068         * benchtests/README: Add section on benchmark sets.
23069         * benchtests/bench-memcpy-ifunc.c: New file.
23070         * benchtests/bench-memcpy.c: New file.
23071         * benchtests/bench-string.h: New file.
23073 2013-06-11  Andreas Schwab  <schwab@suse.de>
23075         [BZ #15577]
23076         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23077         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23078         values in the triple.
23079         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23080         terminator in the group key.
23082 2013-06-11  Andreas Jaeger  <aj@suse.de>
23084         * po/zh_TW.po: Update Chinese (traditional) translation from
23085         translation project.
23087 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23089         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23090         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23091         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23092         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23093         (clock_getcpuclockid): Likewise.
23094         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23095         Add weak_alias and libc_hidden_def.
23096         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23097         * rt/clock_gettime.c (clock_gettime): Rename to
23098         __clock_gettime.  Add weak_alias and libc_hidden_def.
23099         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23100         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23101         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23102         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23103         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23104         Likewise.
23105         * rt/clock_settime.c (clock_settime): Rename to
23106         __clock_settime.  Add weak_alias and libc_hidden_def.
23107         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23109 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23111         * mach/err_boot.sub: Remove trailing whitespace.
23112         * mach/err_ipc.sub: Likewise.
23113         * mach/err_mach.sub: Likewise.
23115         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23116         (ROUNDING_TESTS_double): Likewise.
23117         (ROUNDING_TESTS_long_double): Likewise.
23118         (ROUNDING_TESTS): Likewise.
23119         * math/libm-test.inc: Include <math-tests.h>.
23120         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23121         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23122         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23123         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23125 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23127         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23128         of assigning.
23130 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23132         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23133         otherwise empty TRANS lines.
23134         * sysdeps/gnu/errlist.c: Regenerated.
23136         * catgets/gencat.c (error_print): Use (void) in function
23137         definition.
23138         * crypt/crypt_util.c (__init_des): Likewise.
23139         * crypt/speeds.c (Stop): Likewise.
23140         (main): Likewise.
23141         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23142         * inet/ruserpass.c (token): Likewise.
23143         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23144         * intl/localealias.c (extend_alias_table): Likewise.
23145         * intl/plural-exp.c (init_germanic_plural): Likewise.
23146         * libio/fcloseall.c (__fcloseall): Likewise.
23147         * libio/genops.c (_IO_flush_all): Likewise.
23148         (_IO_flush_all_linebuffered): Likewise.
23149         (_IO_cleanup): Likewise.
23150         (_IO_iter_begin): Likewise.
23151         (_IO_iter_end): Likewise.
23152         (_IO_list_lock): Likewise.
23153         (_IO_list_unlock): Likewise.
23154         (_IO_list_resetlock): Likewise.
23155         * libio/getchar.c (getchar): Likewise.
23156         * libio/getchar_u.c (getchar_unlocked): Likewise.
23157         * libio/getwchar.c (getwchar): Likewise.
23158         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23159         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23160         * login/getpt.c (__getpt): Likewise.
23161         * login/tst-utmp.c (main): Likewise.
23162         * malloc/hooks.c (__malloc_check_init): Likewise.
23163         * malloc/malloc.c (__malloc_stats): Likewise.
23164         * malloc/mtrace.c (tr_break): Likewise.
23165         (mtrace): Likewise.
23166         (muntrace): Likewise.
23167         * misc/fstab.c (endfsent): Likewise.
23168         * misc/getclktck.c (__getclktck): Likewise.
23169         * misc/getdtsz.c (__getdtablesize): Likewise.
23170         * misc/gethostid.c (gethostid): Likewise.
23171         * misc/getpagesize.c (__getpagesize): Likewise.
23172         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23173         (__get_nprocs): Likewise.
23174         (__get_phys_pages): Likewise.
23175         (__get_avphys_pages): Likewise.
23176         * misc/getttyent.c (getttyent): Likewise.
23177         (setttyent): Likewise.
23178         (endttyent): Likewise.
23179         * misc/getusershell.c (getusershell): Likewise.
23180         (endusershell): Likewise.
23181         (setusershell): Likewise.
23182         (initshells): Likewise.
23183         * misc/hsearch.c (__hdestroy): Likewise.
23184         * misc/sync.c (sync): Likewise.
23185         * misc/syslog.c (closelog_internal): Likewise.
23186         (closelog): Likewise.
23187         * misc/ttyslot.c (ttyslot): Likewise.
23188         * misc/vhangup.c (vhangup): Likewise.
23189         * posix/fork.c (__fork): Likewise.
23190         * posix/getegid.c (__getegid): Likewise.
23191         * posix/geteuid.c (__geteuid): Likewise.
23192         * posix/getgid.c (__getgid): Likewise.
23193         * posix/getpid.c (__getpid): Likewise.
23194         * posix/getppid.c (__getppid): Likewise.
23195         * posix/getuid.c (__getuid): Likewise.
23196         * posix/pause.c (pause): Likewise.
23197         * posix/setpgrp.c (setpgrp): Likewise.
23198         * posix/setsid.c (__setsid): Likewise.
23199         * posix/test-vfork.c (noop): Likewise.
23200         * resolv/gethnamaddr.c (_endhtent): Likewise.
23201         (_gethtent): Likewise.
23202         (ht_endhostent): Likewise.
23203         (gethostent): Likewise.
23204         (dns_service): Likewise.
23205         * stdlib/drand48.c (drand48): Likewise.
23206         * stdlib/lrand48.c (lrand48): Likewise.
23207         * stdlib/mrand48.c (mrand48): Likewise.
23208         * stdlib/rand.c (rand): Likewise.
23209         * stdlib/random.c (__random): Likewise.
23210         * stdlib/setenv.c (clearenv): Likewise.
23211         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23212         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23213         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23214         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23215         (__get_nprocs): Likewise.
23216         (__get_phys_pages): Likewise.
23217         (__get_avphys_pages): Likewise.
23218         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23219         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23220         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23221         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23222         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23223         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23224         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23225         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23226         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23227         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23228         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23229         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23230         * sysdeps/posix/clock.c (clock): Likewise.
23231         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23232         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23233         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23234         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23235         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23236         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23237         (__get_nprocs_conf): Likewise.
23238         (__get_phys_pages): Likewise.
23239         (__get_avphys_pages): Likewise.
23240         * time/clock.c (clock): Likewise.
23241         * time/tzset.c (__tzname_max): Likewise.
23243 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23245         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23246         (__bswap_32): Do not use "register".
23247         * crypt/crypt.c (_ufc_doit_r): Likewise.
23248         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23249         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23250         * gmon/gmon.c (__monstartup): Likewise.
23251         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23252         * hurd/hurdmalloc.c (more_memory): Likewise.
23253         (malloc): Likewise.
23254         (free): Likewise.
23255         (realloc): Likewise.
23256         (malloc_fork_prepare): Likewise.
23257         (malloc_fork_parent): Likewise.
23258         (malloc_fork_child): Likewise.
23259         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23260         (_svcauth_des): Likewise.
23261         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23262         * inet/inet_net.c (inet_network): Likewise.
23263         * inet/inet_netof.c (inet_netof): Likewise.
23264         * inet/rcmd.c (__validuser2_sa): Likewise.
23265         * io/fts.c (fts_open): Likewise.
23266         (fts_load): Likewise.
23267         (fts_close): Likewise.
23268         (fts_read): Likewise.
23269         (fts_children): Likewise.
23270         (fts_build): Likewise.
23271         (fts_stat): Likewise.
23272         (fts_sort): Likewise.
23273         (fts_alloc): Likewise.
23274         (fts_lfree): Likewise.
23275         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23276         (_IO_file_xsgetn): Likewise.
23277         (_IO_file_xsgetn_mmap): Likewise.
23278         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23279         (_IO_cookie_write): Likewise.
23280         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23281         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23282         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23283         * malloc/obstack.c (_obstack_begin): Likewise.
23284         (_obstack_begin_1): Likewise.
23285         (_obstack_newchunk): Likewise.
23286         (_obstack_allocated_p): Likewise.
23287         (obstack_free): Likewise.
23288         (_obstack_memory_used): Likewise.
23289         * misc/getttyent.c (getttynam): Likewise.
23290         (getttyent): Likewise.
23291         (skip): Likewise.
23292         (value): Likewise.
23293         * misc/getusershell.c (initshells): Likewise.
23294         * misc/syslog.c (__vsyslog_chk): Likewise.
23295         * misc/ttyslot.c (ttyslot): Likewise.
23296         * nis/nis_hash.c (__nis_hash): Likewise.
23297         * posix/fnmatch_loop.c (FCT): Likewise.
23298         * posix/getconf.c (print_all): Likewise.
23299         (main): Likewise.
23300         * posix/getopt.c (exchange): Likewise.
23301         * posix/glob.c (globfree): Likewise.
23302         (prefix_array): Likewise.
23303         (__glob_pattern_type): Likewise.
23304         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23305         (NS_GET32): Likewise.
23306         (NS_PUT16): Likewise.
23307         (NS_PUT32): Likewise.
23308         * resolv/gethnamaddr.c (getanswer): Likewise.
23309         (gethostbyname2): Likewise.
23310         (gethostbyaddr): Likewise.
23311         (_gethtent): Likewise.
23312         (_gethtbyname2): Likewise.
23313         (_gethtbyaddr): Likewise.
23314         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23315         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23316         * resolv/res_init.c (__res_vinit): Likewise.
23317         (net_mask): Likewise.
23318         * resolv/res_mkquery.c (outchar): Likewise.
23319         (PRINT): Likewise.
23320         * stdio-common/printf_fp.c (outchar): Likewise.
23321         (PRINT): Likewise.
23322         * stdio-common/printf_fphex.c (outchar): Likewise.
23323         (PRINT): Likewise.
23324         * stdio-common/printf_size.c (outchar): Likewise.
23325         (PRINT): Likewise.
23326         * stdio-common/test_rdwr.c (main): Likewise.
23327         * stdio-common/tfformat.c (matches): Likewise.
23328         * stdio-common/vfprintf.c (outchar): Likewise.
23329         (printf_unknown): Likewise.
23330         (buffered_vfprintf): Likewise.
23331         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23332         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23333         (ReadFile): Likewise.
23334         * stdlib/qsort.c (SWAP): Likewise.
23335         (_quicksort): Likewise.
23336         * stdlib/setenv.c (__add_to_environ): Likewise.
23337         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23338         * stdlib/strtol_l.c (__strtol_l): Likewise.
23339         * stdlib/tst-strtod.c (main): Likewise.
23340         * stdlib/tst-strtol.c (main): Likewise.
23341         * stdlib/tst-strtoll.c (main): Likewise.
23342         * string/bits/string2.h (__strcmp_cc): Likewise.
23343         (__strcmp_cg): Likewise.
23344         (__strcspn_c1): Likewise.
23345         (__strcspn_c2): Likewise.
23346         (__strcspn_c3): Likewise.
23347         (__strspn_c1): Likewise.
23348         (__strspn_c2): Likewise.
23349         (__strspn_c3): Likewise.
23350         (__strsep_1c): Likewise.
23351         (__strsep_2c): Likewise.
23352         (__strsep_3c): Likewise.
23353         * string/memccpy.c (__memccpy): Likewise.
23354         * string/stpcpy.c (__stpcpy): Likewise.
23355         * string/strcmp.c (strcmp): Likewise.
23356         * string/strrchr.c (strrchr): Likewise.
23357         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23358         Likewise.
23359         * sysdeps/mach/hurd/getcwd.c
23360         (_hurd_canonicalize_directory_name_internal): Likewise.
23361         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23362         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23363         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23364         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23365         Likewise, in both definitions.
23366         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23367         definitions.
23368         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23369         64] (__bswap_64): Likewise.
23370         * time/test_time.c (main): Likewise.
23371         * time/tzfile.c (__tzfile_read): Likewise.
23372         (__tzfile_compute): Likewise.
23373         * time/tzset.c (__tzset_parse_tz): Likewise.
23374         (tzset_internal): Likewise.
23375         (compute_change): Likewise.
23376         * wcsmbs/wcscat.c (__wcscat): Likewise.
23377         * wcsmbs/wcschr.c (wcschr): Likewise.
23378         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23379         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23380         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23381         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23382         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23383         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23384         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23385         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23386         * wcsmbs/wmemset.c (wmemset): Likewise.
23388 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23390         * scripts/config.guess: Update to version 2013-05-16.
23391         * scripts/config.sub: Update to version 2013-04-24.
23392         * scripts/install-sh: Update to version 2011-11-20.07.
23393         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23394         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23396 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23398         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23399         * elf/sln.c: Likewise.
23400         * hurd/hurd/ioctl.h: Likewise.
23401         * hurd/hurdmalloc.c: Likewise.
23402         * hurd/xattr.c: Likewise.
23403         * include/shlib-compat.h: Likewise.
23404         * inet/ruserpass.c: Likewise.
23405         * libio/iofgets_u.c: Likewise.
23406         * libio/iofgetws_u.c: Likewise.
23407         * locale/programs/ld-identification.c: Likewise.
23408         * locale/programs/ld-time.c: Likewise.
23409         * mach/msg-destroy.c: Likewise.
23410         * nss/nss_files/files-netgrp.c: Likewise.
23411         * resolv/res_data.c: Likewise.
23412         * soft-fp/op-1.h: Likewise.
23413         * soft-fp/op-2.h: Likewise.
23414         * soft-fp/op-4.h: Likewise.
23415         * soft-fp/op-common.h: Likewise.
23416         * stdio-common/printf_fphex.c: Likewise.
23417         * stdlib/strtod_l.c: Likewise.
23418         * sunrpc/rpc/clnt.h: Likewise.
23419         * sysdeps/generic/framestate.c: Likewise.
23420         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23421         * sysdeps/i386/bsd-setjmp.S: Likewise.
23422         * sysdeps/i386/__longjmp.S: Likewise.
23423         * sysdeps/i386/setjmp.S: Likewise.
23424         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23425         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23426         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23427         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23428         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23429         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23430         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23431         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23432         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23433         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23434         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23435         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23436         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23437         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23438         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23439         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23440         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23441         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23442         * sysdeps/ieee754/support.c: Likewise.
23443         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23444         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23445         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23446         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23447         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23448         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23449         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23450         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23451         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23452         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23453         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23454         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23455         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23456         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23457         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23458         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23459         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23462 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23464         * posix/transbug.c: Remove executable mode.
23466 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23468         * crypt/speeds.c: Remove trailing whitespace.
23469         * dlfcn/default.c: Likewise.
23470         * elf/ifuncdep2.c: Likewise.
23471         * elf/ifuncmain1.c: Likewise.
23472         * elf/ifuncmain1vis.c: Likewise.
23473         * elf/testobj.h: Likewise.
23474         * elf/tst-stackguard1.c: Likewise.
23475         * gmon/sys/gmon.h: Likewise.
23476         * hurd/hurdmsg.c: Likewise.
23477         * hurd/new-fd.c: Likewise.
23478         * hurd/ports-get.c: Likewise.
23479         * iconvdata/ibm1008_420.c: Likewise.
23480         * inet/tst-getni1.c: Likewise.
23481         * inet/tst-getni2.c: Likewise.
23482         * libio/ioungetc.c: Likewise.
23483         * libio/wfiledoalloc.c: Likewise.
23484         * manual/libm-err-tab.pl: Likewise.
23485         * math/w_dremf.c: Likewise.
23486         * misc/ftruncate.c: Likewise.
23487         * posix/bug-glob2.c: Likewise.
23488         * posix/tst-pcre.c: Likewise.
23489         * posix/wait4.c: Likewise.
23490         * resolv/README: Likewise.
23491         * resolv/res_debug.h: Likewise.
23492         * resolv/tst-inet_ntop.c: Likewise.
23493         * setjmp/bug269-setjmp.c: Likewise.
23494         * soft-fp/extended.h: Likewise.
23495         * soft-fp/op-1.h: Likewise.
23496         * soft-fp/op-2.h: Likewise.
23497         * soft-fp/op-4.h: Likewise.
23498         * soft-fp/op-8.h: Likewise.
23499         * soft-fp/testit.c: Likewise.
23500         * stdio-common/bug16.c: Likewise.
23501         * stdlib/random.c: Likewise.
23502         * sunrpc/rpcsvc/rquota.x: Likewise.
23503         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23504         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23505         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23506         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23507         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23508         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23509         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23510         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23511         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23512         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23513         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23514         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23515         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23516         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23517         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23518         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23519         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23520         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23521         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23522         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23523         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23524         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23525         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23526         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23527         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23528         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23529         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23530         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23531         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23532         * sysdeps/ieee754/s_lib_version.c: Likewise.
23533         * sysdeps/mach/hurd/check_fds.c: Likewise.
23534         * sysdeps/mach/hurd/getsockname.c: Likewise.
23535         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23536         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23537         * sysdeps/powerpc/bits/link.h: Likewise.
23538         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23539         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23540         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23541         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23542         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23543         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23544         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23545         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23546         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23547         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23548         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23549         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23550         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23551         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23552         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23553         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23554         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23555         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23556         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23557         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23558         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23559         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23560         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23561         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23562         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23563         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23564         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23565         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23566         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23567         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23568         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23569         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23570         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23571         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23572         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23573         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23574         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23575         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23576         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23577         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23578         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23579         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23580         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23581         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23582         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23583         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23584         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23585         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23586         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23587         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23588         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23589         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23590         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23591         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23592         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23593         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23594         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23595         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23596         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23597         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23598         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23599         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23600         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23601         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23602         * sysdeps/powerpc/sysdep.h: Likewise.
23603         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23604         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23605         * sysdeps/sh/dl-trampoline.S: Likewise.
23606         * sysdeps/sh/memset.S: Likewise.
23607         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23608         * sysdeps/sh/strlen.S: Likewise.
23609         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23610         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23611         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23612         * sysdeps/sparc/sparc32/rem.S: Likewise.
23613         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23614         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23615         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23616         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23617         * sysdeps/sparc/sparc32/urem.S: Likewise.
23618         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23619         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23620         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23621         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23622         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23623         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23624         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23625         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23626         * sysdeps/unix/bsd/times.c: Likewise.
23627         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23628         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23632         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23633         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23634         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23635         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23636         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23637         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23638         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23639         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23640         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23641         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23642         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23643         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23644         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23645         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23646         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23647         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23648         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23649         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23650         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23651         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23652         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23653         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23654         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23655         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23656         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23657         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23658         * sysdeps/x86_64/strcspn.S: Likewise.
23660 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23662         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23663         generated file.  Regenerate properly from gen-translit.pl.
23664         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23665         locale/C-translit.h.
23667 2013-06-05  Andreas Schwab  <schwab@suse.de>
23669         [BZ #15100]
23670         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23671         week as 6 instead of -1.
23672         * time/tst-strptime.c (day_tests): Add test case.
23674 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23676         * sysdeps/generic/math_private.h
23677         (libc_feholdexcept_setround_53bit): Replace with
23678         libc_feholdsetround_53bit.
23679         (libc_feupdateenv_53bit): Replace with
23680         libc_feresetround_53bit.
23681         (SET_RESTORE_ROUND_53BIT): Adjust.
23683 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23685         * string/test-strchrnul.c: Add copyright header.
23687         * posix/tst-getaddrinfo4.c: Increase test timeout.
23689 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23691         [BZ #15536]
23692         * math/libm-test.inc (MAX_EXP): Remove
23693         (MIN_EXP): Define.
23694         (ulp): Use MIN_EXP - MANT_DIG.
23695         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23697 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23699         * po/be.po: Revert last change.
23700         * po/zh_CN.po: Likewise.
23701         * po/header.pot: Likewise.
23703 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23705         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23706         link-libc-deps to empty as target-specific variable.
23707         * Makerules (link-libc-args): New variable.
23708         (libc-for-link): Likewise.
23709         (link-libc-deps): Likewise.
23710         (lib%.so): Depend on $(link-libc-deps).  Link with
23711         $(link-libc-args).
23712         (build-module): Link with $(link-libc-args).
23713         (build-module-asneeded): Likewise.
23714         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23715         list of objects.
23716         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23717         target-specific variable.
23718         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23719         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23720         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23721         libc.
23722         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23723         libc and ld.so.
23724         ($(objpfx)libpcprofile.so): Likewise.
23725         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23726         libc_nonshared.a.
23727         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23728         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23729         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23730         $(link-libc-deps).
23731         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23732         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23733         * login/Makefile ($(objpfx)libutil.so): Likewise.
23734         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23735         * math/Makefile ($(objpfx)libm.so): Likewise.
23736         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23737         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23738         variable instead of depending directly on libc.
23739         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23740         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23741         $(link-libc-deps).
23742         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23743         libc.
23744         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23745         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23746         ($(objpfx)libanl.so): Likewise.
23747         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23748         ld.so.
23749         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23750         $(link-libc-deps).
23751         * sysdeps/i386/fpu/Makefile: Remove file.
23752         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23753         ($(objpfx)libm.so): Remove dependency on ld.so.
23755 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23757         [BZ # 15553]
23758         * nis/yp_xdr.c (XDRMAXNAME): Define.
23759         (XDRMAXRECORD): Define.
23760         (xdr_domainname): Use XDRMAXNAME.
23761         (xdr_mapname): Likewise.
23762         (xdr_peername): Likewise.
23763         (xdr_keydat): Use XDRMAXRECORD.
23764         (xdr_valdat): Likewise.
23766 2013-05-30  Jeff Law  <law@redhat.com>
23768         [BZ #14256]
23769         * manual/errno.texi (ESTALE): Update to account for more than
23770         just NFS file systems.
23771         * sysdeps/gnu/errlist.c: Regenerated.
23773 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23775         [BZ #15465]
23776         * elf/Makefile (tests): Add tst-null-argv.
23777         (modules-names):  Add tst-null-argv-lib.
23778         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23779         (tst-null-argv-ENV): Set environment for tst-null-argv.
23780         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23781         (RTLD_PROGNAME): New macro.
23782         * elf/tst-null-argv.c: New test case.
23783         * elf/tst-null-argv-lib.c: Library for test case.
23784         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23785         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23786         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23787         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23788         * elf/dl-init.c (call_init): Likewise.
23789         (_dl_init): Likewise.
23790         * elf/dl-load.c (print_search_path): Likewise.
23791         (_dl_map_object): Likewise.
23792         * elf/dl-lookup.c (do_lookup_x): Likewise.
23793         (add_dependency): Likewise.
23794         (_dl_lookup_symbol_x): Likewise.
23795         (_dl_debug_bindings): Likewise.
23796         * elf/dl-open.c (_dl_show_scope): Likewise.
23797         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23798         * elf/dl-version.c (match_symbol): Likewise.
23799         (_dl_check_map_versions): Likewise.
23800         * elf/rtld.c (dl_main): Likewise.
23801         (print_unresolved): Use RTLD_PROGNAME.
23802         (print_missing_version): Likewise.
23803         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23804         (elf_machine_rela): Likewise.
23805         * sysdeps/powerpc/powerpc32/dl-machine.c
23806         (__process_machine_rela): Likewise.
23807         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23808         Likewise.
23809         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23810         Likewise.
23811         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23812         Likewise.
23813         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23814         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23815         Likewise.
23816         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23817         Likewise.
23818         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23820 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23822         * po/be.po: Add descriptive title.
23823         * po/zh_CN.po: Likewise.
23824         * po/header.pot: Likewise.
23826 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23828         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23829         error message.
23830         (enlarge_archive): Likewise.
23832 2013-05-28  Ben North  <ben@redfrontdoor.org>
23834         * manual/arith.texi (frexp): It is the magnitude of the return
23835         value which lies in [0.5, 1), not the return value itself.
23837 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23839         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23841 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23843         * stdio-common/bug26.c (main): Correct fscanf template.
23845         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23846         declare _dl_skip_args.
23848         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23849         Don't declare.
23851         * manual/platform.texi: Add missing @end deftypefun.
23853 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23855         [BZ #15529]
23856         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23857         bit of mantissa of 2^16382.
23858         * math/libm-test.inc (hypot_test_data): Add more tests.
23860         * math/libm-test.inc: Add drem and pow10 to list of tested
23861         functions.
23862         (pow10_test): New function.
23863         (drem_test): Likewise.
23864         (drem_test_tonearest): Likewise.
23865         (drem_test_towardzero): Likewise.
23866         (drem_test_downward): Likewise.
23867         (drem_test_upward): Likewise.
23868         (main): Call the new functions.
23870         * math/libm-test.inc (finite_test_data): Remove.
23871         (finite_test): Run tests from isfinite_test_data.
23872         (gamma_test_data): Remove.
23873         (gamma_test): Run tests from lgamma_test_data.
23874         * sysdeps/i386/fpu/libm-test-ulps: Update.
23875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23877 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23879         * manual/platform.texi: Add PowerPC PPR function set documentation.
23880         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23881         implementation.
23883 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23885         * math/libm-test.inc (MAX_EXP): Define.
23886         (ULPDIFF): Define.
23887         (ulp): New function.
23888         (check_float_internal): Use ULPDIFF.
23889         (cpow_test): Disable failing test.
23890         (check_ulp): Test ulp() implemetnation.
23891         (main): Call check_ulp before starting tests.
23893 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23895         * math/gen-libm-test.pl (generate_testfile): Do not handle
23896         START_DATA and END_DATA.
23897         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23898         END_DATA.
23899         (acos_tonearest_test_data): Likewise.
23900         (acos_towardzero_test_data): Likewise.
23901         (acos_downward_test_data): Likewise.
23902         (acos_upward_test_data): Likewise.
23903         (acosh_test_data): Likewise.
23904         (asin_test_data): Likewise.
23905         (asin_tonearest_test_data): Likewise.
23906         (asin_towardzero_test_data): Likewise.
23907         (asin_downward_test_data): Likewise.
23908         (asin_upward_test_data): Likewise.
23909         (asinh_test_data): Likewise.
23910         (atan_test_data): Likewise.
23911         (atanh_test_data): Likewise.
23912         (atan2_test_data): Likewise.
23913         (cabs_test_data): Likewise.
23914         (cacos_test_data): Likewise.
23915         (cacosh_test_data): Likewise.
23916         (carg_test_data): Likewise.
23917         (casin_test_data): Likewise.
23918         (casinh_test_data): Likewise.
23919         (catan_test_data): Likewise.
23920         (catanh_test_data): Likewise.
23921         (cbrt_test_data): Likewise.
23922         (ccos_test_data): Likewise.
23923         (ccosh_test_data): Likewise.
23924         (ceil_test_data): Likewise.
23925         (cexp_test_data): Likewise.
23926         (cimag_test_data): Likewise.
23927         (clog_test_data): Likewise.
23928         (clog10_test_data): Likewise.
23929         (conj_test_data): Likewise.
23930         (copysign_test_data): Likewise.
23931         (cos_test_data): Likewise.
23932         (cos_tonearest_test_data): Likewise.
23933         (cos_towardzero_test_data): Likewise.
23934         (cos_downward_test_data): Likewise.
23935         (cos_upward_test_data): Likewise.
23936         (cosh_test_data): Likewise.
23937         (cosh_tonearest_test_data): Likewise.
23938         (cosh_towardzero_test_data): Likewise.
23939         (cosh_downward_test_data): Likewise.
23940         (cosh_upward_test_data): Likewise.
23941         (cpow_test_data): Likewise.
23942         (cproj_test_data): Likewise.
23943         (creal_test_data): Likewise.
23944         (csin_test_data): Likewise.
23945         (csinh_test_data): Likewise.
23946         (csqrt_test_data): Likewise.
23947         (ctan_test_data): Likewise.
23948         (ctan_tonearest_test_data): Likewise.
23949         (ctan_towardzero_test_data): Likewise.
23950         (ctan_downward_test_data): Likewise.
23951         (ctan_upward_test_data): Likewise.
23952         (ctanh_test_data): Likewise.
23953         (ctanh_tonearest_test_data): Likewise.
23954         (ctanh_towardzero_test_data): Likewise.
23955         (ctanh_downward_test_data): Likewise.
23956         (ctanh_upward_test_data): Likewise.
23957         (erf_test_data): Likewise.
23958         (erfc_test_data): Likewise.
23959         (exp_test_data): Likewise.
23960         (exp_tonearest_test_data): Likewise.
23961         (exp_towardzero_test_data): Likewise.
23962         (exp_downward_test_data): Likewise.
23963         (exp_upward_test_data): Likewise.
23964         (exp10_test_data): Likewise.
23965         (exp2_test_data): Likewise.
23966         (expm1_test_data): Likewise.
23967         (fabs_test_data): Likewise.
23968         (fdim_test_data): Likewise.
23969         (finite_test_data): Likewise.
23970         (floor_test_data): Likewise.
23971         (fma_test_data): Likewise.
23972         (fma_towardzero_test_data): Likewise.
23973         (fma_downward_test_data): Likewise.
23974         (fma_upward_test_data): Likewise.
23975         (fmax_test_data): Likewise.
23976         (fmin_test_data): Likewise.
23977         (fmod_test_data): Likewise.
23978         (fpclassify_test_data): Likewise.
23979         (frexp_test_data): Likewise.
23980         (gamma_test_data): Likewise.
23981         (hypot_test_data): Likewise.
23982         (ilogb_test_data): Likewise.
23983         (isfinite_test_data): Likewise.
23984         (isgreater_test_data): Likewise.
23985         (isgreaterequal_test_data): Likewise.
23986         (isinf_test_data): Likewise.
23987         (isless_test_data): Likewise.
23988         (islessequal_test_data): Likewise.
23989         (islessgreater_test_data): Likewise.
23990         (isnan_test_data): Likewise.
23991         (isnormal_test_data): Likewise.
23992         (issignaling_test_data): Likewise.
23993         (isunordered_test_data): Likewise.
23994         (j0_test_data): Likewise.
23995         (j1_test_data): Likewise.
23996         (jn_test_data): Likewise.
23997         (ldexp_test_data): Likewise.
23998         (lgamma_test_data): Likewise.
23999         (lrint_test_data): Likewise.
24000         (lrint_tonearest_test_data): Likewise.
24001         (lrint_towardzero_test_data): Likewise.
24002         (lrint_downward_test_data): Likewise.
24003         (lrint_upward_test_data): Likewise.
24004         (llrint_test_data): Likewise.
24005         (llrint_tonearest_test_data): Likewise.
24006         (llrint_towardzero_test_data): Likewise.
24007         (llrint_downward_test_data): Likewise.
24008         (llrint_upward_test_data): Likewise.
24009         (log_test_data): Likewise.
24010         (log10_test_data): Likewise.
24011         (log1p_test_data): Likewise.
24012         (log2_test_data): Likewise.
24013         (logb_test_data): Likewise.
24014         (logb_downward_test_data): Likewise.
24015         (lround_test_data): Likewise.
24016         (llround_test_data): Likewise.
24017         (modf_test_data): Likewise.
24018         (nearbyint_test_data): Likewise.
24019         (nextafter_test_data): Likewise.
24020         (nexttoward_test_data): Likewise.
24021         (pow_test_data): Likewise.
24022         (pow_tonearest_test_data): Likewise.
24023         (pow_towardzero_test_data): Likewise.
24024         (pow_downward_test_data): Likewise.
24025         (pow_upward_test_data): Likewise.
24026         (remainder_test_data): Likewise.
24027         (remainder_tonearest_test_data): Likewise.
24028         (remainder_towardzero_test_data): Likewise.
24029         (remainder_downward_test_data): Likewise.
24030         (remainder_upward_test_data): Likewise.
24031         (remquo_test_data): Likewise.
24032         (rint_test_data): Likewise.
24033         (rint_tonearest_test_data): Likewise.
24034         (rint_towardzero_test_data): Likewise.
24035         (rint_downward_test_data): Likewise.
24036         (rint_upward_test_data): Likewise.
24037         (round_test_data): Likewise.
24038         (scalb_test_data): Likewise.
24039         (scalbn_test_data): Likewise.
24040         (scalbln_test_data): Likewise.
24041         (signbit_test_data): Likewise.
24042         (sin_test_data): Likewise.
24043         (sin_tonearest_test_data): Likewise.
24044         (sin_towardzero_test_data): Likewise.
24045         (sin_downward_test_data): Likewise.
24046         (sin_upward_test_data): Likewise.
24047         (sincos_test_data): Likewise.
24048         (sinh_test_data): Likewise.
24049         (sinh_tonearest_test_data): Likewise.
24050         (sinh_towardzero_test_data): Likewise.
24051         (sinh_downward_test_data): Likewise.
24052         (sinh_upward_test_data): Likewise.
24053         (sqrt_test_data): Likewise.
24054         (tan_test_data): Likewise.
24055         (tan_tonearest_test_data): Likewise.
24056         (tan_towardzero_test_data): Likewise.
24057         (tan_downward_test_data): Likewise.
24058         (tan_upward_test_data): Likewise.
24059         (tanh_test_data): Likewise.
24060         (tgamma_test_data): Likewise.
24061         (trunc_test_data): Likewise.
24062         (y0_test_data): Likewise.
24063         (y1_test_data): Likewise.
24064         (yn_test_data): Likewise.
24065         (significand_test_data): Likewise.
24067         * math/gen-libm-test.pl (@functions): Remove variable.
24068         (generate_testfile): Don't handle START and END lines.
24069         * math/libm-test.inc (START): New macro.
24070         (END): Likewise.
24071         (END_COMPLEX): Likewise.
24072         (acos_test): Use END macro without arguments.
24073         (acos_test_tonearest): Likewise.
24074         (acos_test_towardzero): Likewise.
24075         (acos_test_downward): Likewise.
24076         (acos_test_upward): Likewise.
24077         (acosh_test): Likewise.
24078         (asin_test): Likewise.
24079         (asin_test_tonearest): Likewise.
24080         (asin_test_towardzero): Likewise.
24081         (asin_test_downward): Likewise.
24082         (asin_test_upward): Likewise.
24083         (asinh_test): Likewise.
24084         (atan_test): Likewise.
24085         (atanh_test): Likewise.
24086         (atan2_test): Likewise.
24087         (cabs_test): Likewise.
24088         (cacos_test): Use END_COMPLEX macro without arguments.
24089         (cacosh_test): Likewise.
24090         (carg_test): Use END macro without arguments.
24091         (casin_test): Use END_COMPLEX macro without arguments.
24092         (casinh_test): Likewise.
24093         (catan_test): Likewise.
24094         (catanh_test): Likewise.
24095         (cbrt_test): Use END macro without arguments.
24096         (ccos_test): Use END_COMPLEX macro without arguments.
24097         (ccosh_test): Likewise.
24098         (ceil_test): Use END macro without arguments.
24099         (cexp_test): Use END_COMPLEX macro without arguments.
24100         (cimag_test): Use END macro without arguments.
24101         (clog_test): Use END_COMPLEX macro without arguments.
24102         (clog10_test): Likewise.
24103         (conj_test): Likewise.
24104         (copysign_test): Use END macro without arguments.
24105         (cos_test): Likewise.
24106         (cos_test_tonearest): Likewise.
24107         (cos_test_towardzero): Likewise.
24108         (cos_test_downward): Likewise.
24109         (cos_test_upward): Likewise.
24110         (cosh_test): Likewise.
24111         (cosh_test_tonearest): Likewise.
24112         (cosh_test_towardzero): Likewise.
24113         (cosh_test_downward): Likewise.
24114         (cosh_test_upward): Likewise.
24115         (cpow_test): Use END_COMPLEX macro without arguments.
24116         (cproj_test): Likewise.
24117         (creal_test): Use END macro without arguments.
24118         (csin_test): Use END_COMPLEX macro without arguments.
24119         (csinh_test): Likewise.
24120         (csqrt_test): Likewise.
24121         (ctan_test): Likewise.
24122         (ctan_test_tonearest): Likewise.
24123         (ctan_test_towardzero): Likewise.
24124         (ctan_test_downward): Likewise.
24125         (ctan_test_upward): Likewise.
24126         (ctanh_test): Likewise.
24127         (ctanh_test_tonearest): Likewise.
24128         (ctanh_test_towardzero): Likewise.
24129         (ctanh_test_downward): Likewise.
24130         (ctanh_test_upward): Likewise.
24131         (erf_test): Use END macro without arguments.
24132         (erfc_test): Likewise.
24133         (exp_test): Likewise.
24134         (exp_test_tonearest): Likewise.
24135         (exp_test_towardzero): Likewise.
24136         (exp_test_downward): Likewise.
24137         (exp_test_upward): Likewise.
24138         (exp10_test): Likewise.
24139         (exp2_test): Likewise.
24140         (expm1_test): Likewise.
24141         (fabs_test): Likewise.
24142         (fdim_test): Likewise.
24143         (finite_test): Likewise.
24144         (floor_test): Likewise.
24145         (fma_test): Likewise.
24146         (fma_test_towardzero): Likewise.
24147         (fma_test_downward): Likewise.
24148         (fma_test_upward): Likewise.
24149         (fmax_test): Likewise.
24150         (fmin_test): Likewise.
24151         (fmod_test): Likewise.
24152         (fpclassify_test): Likewise.
24153         (frexp_test): Likewise.
24154         (gamma_test): Likewise.
24155         (hypot_test): Likewise.
24156         (ilogb_test): Likewise.
24157         (isfinite_test): Likewise.
24158         (isgreater_test): Likewise.
24159         (isgreaterequal_test): Likewise.
24160         (isinf_test): Likewise.
24161         (isless_test): Likewise.
24162         (islessequal_test): Likewise.
24163         (islessgreater_test): Likewise.
24164         (isnan_test): Likewise.
24165         (isnormal_test): Likewise.
24166         (issignaling_test): Likewise.
24167         (isunordered_test): Likewise.
24168         (j0_test): Likewise.
24169         (j1_test): Likewise.
24170         (jn_test): Likewise.
24171         (ldexp_test): Likewise.
24172         (lgamma_test): Likewise.
24173         (lrint_test): Likewise.
24174         (lrint_test_tonearest): Likewise.
24175         (lrint_test_towardzero): Likewise.
24176         (lrint_test_downward): Likewise.
24177         (lrint_test_upward): Likewise.
24178         (llrint_test): Likewise.
24179         (llrint_test_tonearest): Likewise.
24180         (llrint_test_towardzero): Likewise.
24181         (llrint_test_downward): Likewise.
24182         (llrint_test_upward): Likewise.
24183         (log_test): Likewise.
24184         (log10_test): Likewise.
24185         (log1p_test): Likewise.
24186         (log2_test): Likewise.
24187         (logb_test): Likewise.
24188         (logb_test_downward): Likewise.
24189         (lround_test): Likewise.
24190         (llround_test): Likewise.
24191         (modf_test): Likewise.
24192         (nearbyint_test): Likewise.
24193         (nextafter_test): Likewise.
24194         (nexttoward_test): Likewise.
24195         (pow_test): Likewise.
24196         (pow_test_tonearest): Likewise.
24197         (pow_test_towardzero): Likewise.
24198         (pow_test_downward): Likewise.
24199         (pow_test_upward): Likewise.
24200         (remainder_test): Likewise.
24201         (remainder_test_tonearest): Likewise.
24202         (remainder_test_towardzero): Likewise.
24203         (remainder_test_downward): Likewise.
24204         (remainder_test_upward): Likewise.
24205         (remquo_test): Likewise.
24206         (rint_test): Likewise.
24207         (rint_test_tonearest): Likewise.
24208         (rint_test_towardzero): Likewise.
24209         (rint_test_downward): Likewise.
24210         (rint_test_upward): Likewise.
24211         (round_test): Likewise.
24212         (scalb_test): Likewise.
24213         (scalbn_test): Likewise.
24214         (scalbln_test): Likewise.
24215         (signbit_test): Likewise.
24216         (sin_test): Likewise.
24217         (sin_test_tonearest): Likewise.
24218         (sin_test_towardzero): Likewise.
24219         (sin_test_downward): Likewise.
24220         (sin_test_upward): Likewise.
24221         (sincos_test): Likewise.
24222         (sinh_test): Likewise.
24223         (sinh_test_tonearest): Likewise.
24224         (sinh_test_towardzero): Likewise.
24225         (sinh_test_downward): Likewise.
24226         (sinh_test_upward): Likewise.
24227         (sqrt_test): Likewise.
24228         (tan_test): Likewise.
24229         (tan_test_tonearest): Likewise.
24230         (tan_test_towardzero): Likewise.
24231         (tan_test_downward): Likewise.
24232         (tan_test_upward): Likewise.
24233         (tanh_test): Likewise.
24234         (tgamma_test): Likewise.
24235         (trunc_test): Likewise.
24236         (y0_test): Likewise.
24237         (y1_test): Likewise.
24238         (yn_test): Likewise.
24239         (significand_test): Likewise.
24241 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24243         [BZ #15381]
24244         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24246 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24248         [BZ #14894]
24249         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24250         __ppc_mdoio and __ppc_mdoom.
24251         * manual/platform.texi: Document new functions __ppc_yield,
24252         __ppc_mdoio and __ppc_mdoom.
24254 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24256         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24257         (main): Mention "tls" pseudo-hwcap is legacy.
24258         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24260 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24262         * math/gen-libm-test.pl (parse_args): Output only string of
24263         arguments as text for test name, not full call or descriptions of
24264         tests for extra outputs.
24265         (generate_testfile): Do not pass function name to parse_args.
24266         Generate this_func variable from START.
24267         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24268         field to arg_str.
24269         (struct test_ff_f_data): Likewise.
24270         (test_ff_f_data_nexttoward): Likewise.
24271         (struct test_fi_f_data): Likewise.
24272         (struct test_fl_f_data): Likewise.
24273         (struct test_if_f_data): Likewise.
24274         (struct test_fff_f_data): Likewise.
24275         (struct test_c_f_data): Likewise.
24276         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24277         (struct test_fF_f1_data): Likewise.
24278         (struct test_ffI_f1_data): Likewise.
24279         (struct test_c_c_data): Rename test_name field to arg_str.
24280         (struct test_cc_c_data): Likewise.
24281         (struct test_f_i_data): Likewise.
24282         (struct test_ff_i_data): Likewise.
24283         (struct test_f_l_data): Likewise.
24284         (struct test_f_L_data): Likewise.
24285         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24286         and extra2_name.
24287         (COMMON_TEST_SETUP): New macro.
24288         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24289         (COMMON_TEST_CLEANUP): Likewise.
24290         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24291         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24292         macros.
24293         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24294         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24295         macros.
24296         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24297         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24298         cleanup macros.
24299         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24300         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24301         macros.
24302         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24303         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24304         macros.
24305         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24306         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24307         cleanup macros.
24308         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24309         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24310         cleanup macros.
24311         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24312         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24313         cleanup macros.
24314         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24315         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24316         macros.
24317         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24318         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24319         macros.
24320         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24321         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24322         macros.
24323         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24324         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24325         cleanup macros.
24326         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24327         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24328         cleanup macros.
24329         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24330         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24331         macros.
24332         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24333         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24334         cleanup macros.
24335         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24336         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24337         macros.
24338         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24339         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24340         macros.
24341         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24342         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24343         cleanup macros.
24344         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24346 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24348         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24349         to _sifields.sigfault.
24350         (si_addr_lsb): Define new macro.
24351         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24352         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24353         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24355 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24357         [BZ #15441]
24358         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24359         returns -1.
24360         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24361         null return -1.
24362         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24363         loading the domain.
24365 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24367         * math/gen-libm-test.pl (parse_args): Do not include expected
24368         result in test name.
24369         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24370         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24371         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24372         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24373         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24376 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24378         * benchtests/Makefile: Sort function entries.
24380         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24381         tanh, asinh, acosh, atanh.
24382         * benchtests/acos-inputs: New file.
24383         * benchtests/acosh-inputs: New file.
24384         * benchtests/asin-inputs: New file.
24385         * benchtests/asinh-inputs: New file.
24386         * benchtests/atanh-inputs: New file.
24387         * benchtests/cosh-inputs: New file.
24388         * benchtests/log-inputs: New file.
24389         * benchtests/sinh-inputs: New file.
24390         * benchtests/tanh-inputs: New file.
24392 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24394         [BZ #15339]
24395         * posix/tst-getaddrinfo4.c: New test.
24396         * posix/Makefile (tests): Add it.
24398 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24400         [BZ #15339]
24401         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24402         when no services were used.
24403         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24404         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24406 2013-05-21  Andreas Schwab  <schwab@suse.de>
24408         [BZ #15014]
24409         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24410         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24411         successful.
24412         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24413         redundant variable declarations and reallocation of buffer when
24414         parsing as IPv6 address.  Always set NSS status when called from
24415         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24416         buffer too small.  Correct computation of needed size.
24417         * nss/Makefile (tests): Add test-digits-dots.
24418         * nss/test-digits-dots.c: New test.
24420 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24422         * benchtests/Makefile: Remove instructions for adding
24423         benchmark tests.
24424         * benchtests/README: New file to explain how to execute and
24425         enhance the benchmark tests.
24427 2013-05-21  Andreas Schwab  <schwab@suse.de>
24429         [BZ #15493]
24430         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24431         * setjmp/tst-sigsetjmp.c: New test.
24433 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24435         * sysdeps/x86_64/memset.S (memset): New implementation.
24436         (__bzero): Likewise.
24437         (__memset_tail): New function.
24439 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24441         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24442         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24443         __memcpy_sse2_unaligned ifunc selection.
24444         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24445         Add memcpy-sse2-unaligned.S.
24446         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24447         Add: __memcpy_sse2_unaligned.
24449 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24451         [BZ #15490]
24452         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24453         math_force_eval before restoring floating-point envrionment.
24454         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24455         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24456         Likewise.
24457         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24458         <math_private.h>.
24459         (__nearbyintl): Use math_force_eval before restoring
24460         floating-point environment.
24461         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24463         * math/gen-libm-test.pl (special_functions): Remove.
24464         (parse_args): Don't handle TEST_extra.  Handle functions with no
24465         return value.
24466         * math/libm-test.inc (struct test_sincos_data): Replace with
24467         struct test_fFF_11_data.
24468         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24469         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24470         (sincos_test_data): Change element type to struct
24471         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24472         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24473         RUN_TEST_LOOP_sincos.
24474         * math/README.libm-test: Don't mention special handling of
24475         individual functions.
24476         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24477         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24478         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24479         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24480         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24483         * math/gen-libm-test.pl (get_variable): Remove function.
24484         (parse_args): Don't show pointer parameters to call in test
24485         names.  Use "extra output N" in test names for extra outputs
24486         rather than naming variables.
24488 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24490         [BZ #15488]
24491         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24492         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24493         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24494         double tests.
24495         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24496         disable.
24497         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24498         check_long_double.
24500         * math/gen-libm-test.pl (@tests): Remove variable.
24501         ($count): Likewise.
24502         (new_test): Remove function.
24503         (show_exceptions): New function.
24504         (special_functions): Use show_exceptions instead of new_test.
24505         (parse_args): Likewise.
24506         (generate_testfile): Pass only function name in generated call to
24507         print_max_error or print_complex_max_error.
24508         (get_ulps): Do not handle complex tests specially.
24509         (output_test): Rename to ...
24510         (get_all_ulps_for_test): ... this.  Return a string rather than
24511         printing to a file.  Require ulps to be present.
24512         (output_ulps): Generate arrays rather than #defines.
24513         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24514         (struct ulp_data): New type.
24515         (BUILD_COMPLEX_ULP): Remove macro.
24516         (compare_ulp_data): New function.
24517         (find_ulps): Likewise.
24518         (find_test_ulps): Likewise.
24519         (find_function_ulps): Likewise.
24520         (find_complex_function_ulps): Likewise.
24521         (print_max_error): Determine allowed ulps using
24522         find_function_ulps.
24523         (print_complex_max_error): Determine allowed ulps using
24524         find_complex_function_ulps.
24525         (check_float_internal): Determine max ulps using find_test_ulps.
24526         (check_float): Do not take max_ulp parameter.  Update call to
24527         check_float_internal.
24528         (check_complex): Likewise.
24529         (check_int): Do not take max_ulp parameter.
24530         (check_long): Likewise.
24531         (check_bool): Likewise.
24532         (check_longlong): Likewise.
24533         (struct test_f_f_data): Remove max_ulp field.
24534         (struct test_ff_f_data): Likewise.
24535         (struct test_ff_f_data_nexttoward): Likewise.
24536         (struct test_fi_f_data): Likewise.
24537         (struct test_fl_f_data): Likewise.
24538         (struct test_if_f_data): Likewise.
24539         (struct test_fff_f_data): Likewise.
24540         (struct test_c_f_data): Likewise.
24541         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24542         (struct test_fF_f1_data): Likewise.
24543         (struct test_ffI_f1_data): Likewise.
24544         (struct test_c_c_data): Remove max_ulp field.
24545         (struct test_cc_c_data): Likewise.
24546         (struct test_f_i_data): Likewise.
24547         (struct test_ff_i_data): Likewise.
24548         (struct test_f_l_data): Likewise.
24549         (struct test_f_L_data): Likewise.
24550         (struct test_sincos_data): Likewise.
24551         (RUN_TEST_f_f): Do not handle ulps.
24552         (RUN_TEST_LOOP_f_f): Likewise.
24553         (RUN_TEST_2_f): Likewise.
24554         (RUN_TEST_LOOP_2_f): Likewise.
24555         (RUN_TEST_fff_f): Likewise.
24556         (RUN_TEST_LOOP_fff_f): Likewise.
24557         (RUN_TEST_c_f): Likewise.
24558         (RUN_TEST_LOOP_c_f): Likewise.
24559         (RUN_TEST_f_f1): Likewise.
24560         (RUN_TEST_LOOP_f_f1): Likewise.
24561         (RUN_TEST_fF_f1): Likewise.
24562         (RUN_TEST_LOOP_fF_f1): Likewise.
24563         (RUN_TEST_fI_f1): Likewise.
24564         (RUN_TEST_LOOP_fI_f1): Likewise.
24565         (RUN_TEST_ffI_f1): Likewise.
24566         (RUN_TEST_LOOP_ffI_f1): Likewise.
24567         (RUN_TEST_c_c): Likewise.
24568         (RUN_TEST_LOOP_c_c): Likewise.
24569         (RUN_TEST_cc_c): Likewise.
24570         (RUN_TEST_LOOP_cc_c): Likewise.
24571         (RUN_TEST_f_i): Likewise.
24572         (RUN_TEST_LOOP_f_i): Likewise.
24573         (RUN_TEST_f_i_tg): Likewise.
24574         (RUN_TEST_LOOP_f_i_tg): Likewise.
24575         (RUN_TEST_ff_i_tg): Likewise.
24576         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24577         (RUN_TEST_f_b): Likewise.
24578         (RUN_TEST_LOOP_f_b): Likewise.
24579         (RUN_TEST_f_b_tg): Likewise.
24580         (RUN_TEST_LOOP_f_b_tg): Likewise.
24581         (RUN_TEST_f_l): Likewise.
24582         (RUN_TEST_LOOP_f_l): Likewise.
24583         (RUN_TEST_f_L): Likewise.
24584         (RUN_TEST_LOOP_f_L): Likewise.
24585         (RUN_TEST_sincos): Likewise.
24586         (RUN_TEST_LOOP_sincos): Likewise.
24588 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24590         [BZ #15480]
24591         [BZ #15485]
24592         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24593         main case of finite arguments, set rounding mode to FE_TONEAREST
24594         and discard exceptions.
24595         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24596         exceptions.
24597         (remainder_tonearest_test_data): New variable.
24598         (remainder_test_tonearest): New function.
24599         (remainder_towardzero_test_data): New variable.
24600         (remainder_test_towardzero): New function.
24601         (remainder_downward_test_data): New variable.
24602         (remainder_test_downward): New function.
24603         (remainder_upward_test_data): New variable.
24604         (remainder_test_upward): New function.
24605         (main): Call the new test functions.
24607         * math/libm-test.inc (struct test_f_f1_data): Remove field
24608         extra_init.
24609         (struct test_fF_f1_data): Likewise.
24610         (struct test_ffI_f1_data): Likewise.
24611         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24612         based on value of EXTRA_EXPECTED.
24613         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24614         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24615         EXTRA_VAR based on value of EXTRA_EXPECTED.
24616         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24617         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24618         EXTRA_VAR based on value of EXTRA_EXPECTED.
24619         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24620         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24621         EXTRA_VAR based on value of EXTRA_EXPECTED.
24622         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24623         * math/gen-libm-test.pl (parse_args): Don't output initializers
24624         for extra output values.
24626         * math/libm-test.inc (check_int): Expect result to be exactly
24627         equal to expected value and do not handle ulps.
24628         (check_long): Likewise.
24629         (check_longlong): Likewise.
24631         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24632         exceptions.
24633         (cimag_test_data): Likewise.
24634         (conj_test_data): Likewise.
24635         (copysign_test_data): Likewise.
24636         (cproj_test_data): Likewise.
24637         (creal_test_data): Likewise.
24638         (fabs_test_data): Likewise.
24639         (fdim_test_data): Likewise.
24640         (finite_test_data): Likewise.
24641         (floor_test_data): Likewise.
24642         (fmax_test_data): Likewise.
24643         (fmin_test_data): Likewise.
24644         (fmod_test_data): Likewise.
24645         (fpclassify_test_data): Likewise.
24646         (frexp_test_data): Likewise.
24647         (ilogb_test_data): Likewise.
24648         (isfinite_test_data): Likewise.
24649         (isgreater_test_data): Likewise.
24650         (isgreaterequal_test_data): Likewise.
24651         (isinf_test_data): Likewise.
24652         (isless_test_data): Likewise.
24653         (islessequal_test_data): Likewise.
24654         (islessgreater_test_data): Likewise.
24655         (isnan_test_data): Likewise.
24656         (isnormal_test_data): Likewise.
24657         (issignaling_test_data): Likewise.
24658         (isunordered_test_data): Likewise.
24659         (ldexp_test_data): Likewise.
24660         (lrint_test_data): Likewise.
24661         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24662         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24663         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24664         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24665         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24666         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24667         test input.
24668         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24669         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24670         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24671         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24672         that test input.
24673         (lrint_downward_test_data): Test for "inexact" exceptions.
24674         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24675         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24676         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24677         test input.
24678         (lrint_upward_test_data): Test for "inexact" exceptions.
24679         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24680         test input.
24681         (llrint_test_data): Test for "inexact" exceptions.
24682         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24683         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24684         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24685         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24686         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24687         (llrint_downward_test_data): Test for "inexact" exceptions.
24688         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24689         (llrint_upward_test_data): Test for "inexact" exceptions.
24690         (logb_test_data): Likewise.
24691         (logb_downward_test_data): Likewise.
24692         (nextafter_test_data): Likewise.
24693         (nexttoward_test_data): Likewise.
24694         (remainder_test_data): Likewise.
24695         (remquo_test_data): Likewise.
24696         (scalbn_test_data): Likewise.
24697         (scalbln_test_data): Likewise.
24698         (signbit_test_data): Likewise.
24699         (sqrt_test_data): Likewise.
24700         (significand_test_data): Likewise.
24702 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24704         [BZ #15424]
24705         * benchtests/bench-modf.c (struct args): Mark arg0 as
24706         volatile.
24707         * scripts/bench.pl: Mark members of struct args as volatile.
24709 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24711         [BZ # 15497]
24712         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24713         negative infinity on POWER6 or lower.
24714         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24716 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24718         [BZ #15442]
24719         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24720         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24721         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24722         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24723         (_FP_SETQNAN): New macro.
24724         (_FP_SETQNAN_SEMIRAW): Likewise.
24725         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24726         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24727         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24728         (FP_EXTEND): Use _FP_FRAC_SNANP.
24729         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24730         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24731         into account.
24732         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24733         New macro.
24734         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24735         Likewise.
24737 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24739         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24740         with DIVIDE_BY_ZERO_EXCEPTION.
24741         (gamma_test_data): Likewise.
24742         (lgamma_test_data): Likewise.
24743         (log_test_data): Likewise.
24744         (log10_test_data): Likewise.
24745         (log2_test_data): Likewise.
24746         (tgamma_test_data): Likewise.
24748         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24749         (acos_test_tonearest): Likewise.
24750         (acos_test_towardzero): Likewise.
24751         (acos_test_downward): Likewise.
24752         (acos_test_upward): Likewise.
24753         (acosh_test): Likewise.
24754         (asin_test): Likewise.
24755         (asin_test_tonearest): Likewise.
24756         (asin_test_towardzero): Likewise.
24757         (asin_test_downward): Likewise.
24758         (asin_test_upward): Likewise.
24759         (asinh_test): Likewise.
24760         (atan_test): Likewise.
24761         (atanh_test): Likewise.
24762         (atan2_test): Likewise.
24763         (cabs_test): Likewise.
24764         (cacos_test): Likewise.
24765         (cacosh_test): Likewise.
24766         (casin_test): Likewise.
24767         (casinh_test): Likewise.
24768         (catan_test): Likewise.
24769         (catanh_test): Likewise.
24770         (cbrt_test): Likewise.
24771         (ccos_test): Likewise.
24772         (ccosh_test): Likewise.
24773         (cexp_test): Likewise.
24774         (clog_test): Likewise.
24775         (clog10_test): Likewise.
24776         (cos_test): Likewise.
24777         (cos_test_tonearest): Likewise.
24778         (cos_test_towardzero): Likewise.
24779         (cos_test_downward): Likewise.
24780         (cos_test_upward): Likewise.
24781         (cosh_test): Likewise.
24782         (cosh_test_tonearest): Likewise.
24783         (cosh_test_towardzero): Likewise.
24784         (cosh_test_downward): Likewise.
24785         (cosh_test_upward): Likewise.
24786         (cpow_test): Likewise.
24787         (csin_test): Likewise.
24788         (csinh_test): Likewise.
24789         (csqrt_test): Likewise.
24790         (ctan_test): Likewise.
24791         (ctan_test_tonearest): Likewise.
24792         (ctan_test_towardzero): Likewise.
24793         (ctan_test_downward): Likewise.
24794         (ctan_test_upward): Likewise.
24795         (ctanh_test): Likewise.
24796         (ctanh_test_tonearest): Likewise.
24797         (ctanh_test_towardzero): Likewise.
24798         (ctanh_test_downward): Likewise.
24799         (ctanh_test_upward): Likewise.
24800         (erf_test): Likewise.
24801         (erfc_test): Likewise.
24802         (exp_test): Likewise.
24803         (exp_test_tonearest): Likewise.
24804         (exp_test_towardzero): Likewise.
24805         (exp_test_downward): Likewise.
24806         (exp_test_upward): Likewise.
24807         (exp10_test): Likewise.
24808         (exp2_test): Likewise.
24809         (expm1_test): Likewise.
24810         (fmod_test): Likewise.
24811         (gamma_test): Likewise.
24812         (hypot_test): Likewise.
24813         (j0_test): Likewise.
24814         (j1_test): Likewise.
24815         (jn_test): Likewise.
24816         (lgamma_test): Likewise.
24817         (log_test): Likewise.
24818         (log10_test): Likewise.
24819         (log1p_test): Likewise.
24820         (log2_test): Likewise.
24821         (logb_test_downward): Likewise.
24822         (pow_test): Likewise.
24823         (pow_test_tonearest): Likewise.
24824         (pow_test_towardzero): Likewise.
24825         (pow_test_downward): Likewise.
24826         (pow_test_upward): Likewise.
24827         (remainder_test): Likewise.
24828         (remquo_test): Likewise.
24829         (sin_test): Likewise.
24830         (sin_test_tonearest): Likewise.
24831         (sin_test_towardzero): Likewise.
24832         (sin_test_downward): Likewise.
24833         (sin_test_upward): Likewise.
24834         (sincos_test): Likewise.
24835         (sinh_test): Likewise.
24836         (sinh_test_tonearest): Likewise.
24837         (sinh_test_towardzero): Likewise.
24838         (sinh_test_downward): Likewise.
24839         (sinh_test_upward): Likewise.
24840         (sqrt_test): Likewise.
24841         (tan_test): Likewise.
24842         (tan_test_tonearest): Likewise.
24843         (tan_test_towardzero): Likewise.
24844         (tan_test_downward): Likewise.
24845         (tan_test_upward): Likewise.
24846         (tanh_test): Likewise.
24847         (tgamma_test): Likewise.
24848         (y0_test): Likewise.
24849         (y1_test): Likewise.
24850         (yn_test): Likewise.
24852         * math/gen-libm-test.pl (adjust_arg): Remove function.
24853         (special_function): Remove argument $in_func.  Only handle
24854         generating output for tables of tests, not inside functions.
24855         (parse_args): Likewise.
24856         (generate_testfile): Remove variable $in_func.  Update call to
24857         parse_args.
24858         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24859         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24860         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24861         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24862         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24863         (MAX_VALUE_INIT): Rename macro to max_value.
24864         (MIN_VALUE_INIT): Rename macro to min_value.
24865         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24866         (plus_zero): Remove variable.
24867         (minus_zero): Likewise.
24868         (plus_infty): Likewise.
24869         (minus_infty): Likewise.
24870         (qnan_value): Likewise.
24871         (max_value): Likewise.
24872         (min_value): Likewise.
24873         (min_subnorm_value): Likewise.
24875 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24877         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24878         uint64_t or uint32_t usage.
24879         * crypt/sha256-block.c: Likewise.
24880         * crypt/sha256-crypt.c: Likewise.
24881         * crypt/sha256.c: Likewise.
24882         * crypt/sha512-block.c: Likewise.
24883         * crypt/sha512-crypt.c: Likewise.
24884         * crypt/sha512.c: Likewise.
24885         * debug/backtrace-tst.c: Likewise.
24886         * debug/pcprofiledump.c: Likewise.
24887         * elf/cache.c: Likewise.
24888         * elf/dl-cache.c: Likewise.
24889         * elf/dl-misc.c: Likewise.
24890         * elf/dl-profile.c: Likewise.
24891         * elf/dl-support.c: Likewise.
24892         * elf/ldconfig.c: Likewise.
24893         * elf/sprof.c: Likewise.
24894         * iconv/dummy-repertoire.c: Likewise.
24895         * iconv/iconv_charmap.c: Likewise.
24896         * iconv/skeleton.c: Likewise.
24897         * iconvdata/8bit-generic.c: Likewise.
24898         * iconvdata/cp737.h: Likewise.
24899         * iconvdata/cp775.h: Likewise.
24900         * iconvdata/ibm1008.h: Likewise.
24901         * iconvdata/ibm1025.h: Likewise.
24902         * iconvdata/ibm1046.h: Likewise.
24903         * iconvdata/ibm1097.h: Likewise.
24904         * iconvdata/ibm1112.h: Likewise.
24905         * iconvdata/ibm1122.h: Likewise.
24906         * iconvdata/ibm1123.h: Likewise.
24907         * iconvdata/ibm1124.h: Likewise.
24908         * iconvdata/ibm1129.h: Likewise.
24909         * iconvdata/ibm1130.h: Likewise.
24910         * iconvdata/ibm1132.h: Likewise.
24911         * iconvdata/ibm1133.h: Likewise.
24912         * iconvdata/ibm1137.h: Likewise.
24913         * iconvdata/ibm1140.h: Likewise.
24914         * iconvdata/ibm1141.h: Likewise.
24915         * iconvdata/ibm1142.h: Likewise.
24916         * iconvdata/ibm1143.h: Likewise.
24917         * iconvdata/ibm1144.h: Likewise.
24918         * iconvdata/ibm1145.h: Likewise.
24919         * iconvdata/ibm1146.h: Likewise.
24920         * iconvdata/ibm1147.h: Likewise.
24921         * iconvdata/ibm1148.h: Likewise.
24922         * iconvdata/ibm1149.h: Likewise.
24923         * iconvdata/ibm1153.h: Likewise.
24924         * iconvdata/ibm1154.h: Likewise.
24925         * iconvdata/ibm1155.h: Likewise.
24926         * iconvdata/ibm1156.h: Likewise.
24927         * iconvdata/ibm1157.h: Likewise.
24928         * iconvdata/ibm1158.h: Likewise.
24929         * iconvdata/ibm1160.h: Likewise.
24930         * iconvdata/ibm1161.h: Likewise.
24931         * iconvdata/ibm1162.h: Likewise.
24932         * iconvdata/ibm1163.h: Likewise.
24933         * iconvdata/ibm1164.h: Likewise.
24934         * iconvdata/ibm1166.h: Likewise.
24935         * iconvdata/ibm1167.h: Likewise.
24936         * iconvdata/ibm12712.h: Likewise.
24937         * iconvdata/ibm1390.h: Likewise.
24938         * iconvdata/ibm1399.h: Likewise.
24939         * iconvdata/ibm16804.h: Likewise.
24940         * iconvdata/ibm4517.h: Likewise.
24941         * iconvdata/ibm4899.h: Likewise.
24942         * iconvdata/ibm4909.h: Likewise.
24943         * iconvdata/ibm4971.h: Likewise.
24944         * iconvdata/ibm5347.h: Likewise.
24945         * iconvdata/ibm803.h: Likewise.
24946         * iconvdata/ibm856.h: Likewise.
24947         * iconvdata/ibm901.h: Likewise.
24948         * iconvdata/ibm902.h: Likewise.
24949         * iconvdata/ibm9030.h: Likewise.
24950         * iconvdata/ibm9066.h: Likewise.
24951         * iconvdata/ibm921.h: Likewise.
24952         * iconvdata/ibm922.h: Likewise.
24953         * iconvdata/ibm9448.h: Likewise.
24954         * iconvdata/isiri-3342.h: Likewise.
24955         * iconvdata/jis0201.h: Likewise.
24956         * include/link.h: Likewise.
24957         * include/netdb.h: Likewise.
24958         * inet/check_native.c: Likewise.
24959         * inet/check_pf.c: Likewise.
24960         * inet/getipv4sourcefilter.c: Likewise.
24961         * inet/getnameinfo.c: Likewise.
24962         * inet/getsourcefilter.c: Likewise.
24963         * inet/htonl.c: Likewise.
24964         * inet/setipv4sourcefilter.c: Likewise.
24965         * inet/setsourcefilter.c: Likewise.
24966         * inet/test-inet6_opt.c: Likewise.
24967         * inet/tst-network.c: Likewise.
24968         * locale/C-collate.c: Likewise.
24969         * locale/C-ctype.c: Likewise.
24970         * locale/C-time.c: Likewise.
24971         * locale/C-translit.h: Likewise.
24972         * locale/loadarchive.c: Likewise.
24973         * locale/programs/3level.h: Likewise.
24974         * locale/programs/charmap.c: Likewise.
24975         * locale/programs/charmap.h: Likewise.
24976         * locale/programs/ld-address.c: Likewise.
24977         * locale/programs/ld-collate.c: Likewise.
24978         * locale/programs/ld-ctype.c: Likewise.
24979         * locale/programs/ld-identification.c: Likewise.
24980         * locale/programs/ld-measurement.c: Likewise.
24981         * locale/programs/ld-messages.c: Likewise.
24982         * locale/programs/ld-monetary.c: Likewise.
24983         * locale/programs/ld-name.c: Likewise.
24984         * locale/programs/ld-numeric.c: Likewise.
24985         * locale/programs/ld-paper.c: Likewise.
24986         * locale/programs/ld-telephone.c: Likewise.
24987         * locale/programs/ld-time.c: Likewise.
24988         * locale/programs/linereader.c: Likewise.
24989         * locale/programs/locale.c: Likewise.
24990         * locale/programs/locarchive.c: Likewise.
24991         * locale/programs/locfile.h: Likewise.
24992         * locale/programs/repertoire.c: Likewise.
24993         * locale/programs/simple-hash.c: Likewise.
24994         * locale/programs/simple-hash.h: Likewise.
24995         * malloc/memusage.c: Likewise.
24996         * malloc/memusagestat.c: Likewise.
24997         * nis/nis_defaults.c: Likewise.
24998         * nis/nis_hash.c: Likewise.
24999         * nis/nis_print.c: Likewise.
25000         * nis/nis_xdr.c: Likewise.
25001         * nscd/connections.c: Likewise.
25002         * nscd/hstcache.c: Likewise.
25003         * nscd/nscd_gethst_r.c: Likewise.
25004         * nscd/nscd_getserv_r.c: Likewise.
25005         * nscd/nscd_helper.c: Likewise.
25006         * nscd/servicescache.c: Likewise.
25007         * nss/makedb.c: Likewise.
25008         * nss/nss_db/db-XXX.c: Likewise.
25009         * nss/nss_db/db-initgroups.c: Likewise.
25010         * nss/nss_db/db-netgrp.c: Likewise.
25011         * nss/nss_files/files-network.c: Likewise.
25012         * nss/nss_files/files-parse.c: Likewise.
25013         * posix/bug-regex5.c: Likewise.
25014         * posix/fnmatch_loop.c: Likewise.
25015         * posix/regcomp.c: Likewise.
25016         * posix/regexec.c: Likewise.
25017         * posix/tst-rfc3484-2.c: Likewise.
25018         * posix/tst-rfc3484-3.c: Likewise.
25019         * posix/tst-rfc3484.c: Likewise.
25020         * resolv/nss_dns/dns-canon.c: Likewise.
25021         * resolv/nss_dns/dns-network.c: Likewise.
25022         * resolv/res_init.c: Likewise.
25023         * resolv/res_mkquery.c: Likewise.
25024         * resolv/tst-aton.c: Likewise.
25025         * stdlib/cxa_atexit.c: Likewise.
25026         * stdlib/cxa_finalize.c: Likewise.
25027         * stdlib/gen-fpioconst.c: Likewise.
25028         * stdlib/strtol_l.c: Likewise.
25029         * string/tst-endian.c: Likewise.
25030         * sunrpc/auth_des.c: Likewise.
25031         * sunrpc/clnt_udp.c: Likewise.
25032         * sunrpc/rtime.c: Likewise.
25033         * sunrpc/svcauth_des.c: Likewise.
25034         * sunrpc/xdr.c: Likewise.
25035         * sunrpc/xdr_intXX_t.c: Likewise.
25036         * sunrpc/xdr_rec.c: Likewise.
25037         * sysdeps/generic/ldconfig.h: Likewise.
25038         * sysdeps/generic/ldsodefs.h: Likewise.
25039         * sysdeps/generic/memusage.h: Likewise.
25040         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25041         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25042         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25043         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25044         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25045         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25046         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25047         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25048         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25049         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25050         * sysdeps/posix/getaddrinfo.c: Likewise.
25051         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25052         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25053         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25054         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25055         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25056         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25057         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25058         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25059         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25060         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25061         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25062         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25063         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25064         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25065         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25066         * sysdeps/x86_64/dl-tls.h: Likewise.
25067         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25068         * time/alt_digit.c: Likewise.
25069         * time/era.c: Likewise.
25070         * wcsmbs/tst-c16c32-1.c: Likewise.
25072 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25074         * math/libm-test.inc (struct test_sincos_data): New type.
25075         (RUN_TEST_LOOP_sincos): New macro.
25076         (sincos_test_data): New variable.
25077         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25079 2013-05-16  Richard Henderson  <rth@redhat.com>
25081         * math/atest-exp2.c (LIMB64): New macro.
25082         (CONSTSZ): New macro.
25083         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25084         (hexdig): Move ...
25085         (print_mpn_fp): ... to function scope.
25086         (read_mpn_hex): Remove.
25087         (get_log2): Remove.
25088         (exp2_mpn): Use mp_log2.
25089         (main): Use mp_exp1.
25091 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25093         * math/libm-test.inc: Remove comment about not testing "inexact"
25094         exceptions.
25095         (INEXACT_EXCEPTION): New macro.
25096         (NO_INEXACT_EXCEPTION): Likewise.
25097         (INVALID_EXCEPTION_OK): Update value.
25098         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25099         (OVERFLOW_EXCEPTION_OK): Likewise.
25100         (UNDERFLOW_EXCEPTION_OK): Likewise.
25101         (IGNORE_ZERO_INF_SIGN): Likewise.
25102         (ERRNO_UNCHANGED): Likewise.
25103         (ERRNO_EDOM): Likewise.
25104         (ERRNO_ERANGE): Likewise.
25105         (test_exceptions): Handle testing "inexact" exceptions.
25106         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25107         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25108         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25109         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25110         INEXACT_EXCEPTION.
25111         (rint_towardzero_test_data): Likewise.
25112         (rint_downward_test_data): Likewise.
25113         (rint_upward_test_data): Likewise.
25115         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25116         with OVERFLOW_EXCEPTION.
25117         (exp10_test_data): Likewise.
25118         (exp2_test_data): Likewise.
25119         (expm1_test_data): Likewise.
25120         (lgamma_test_data): Likewise.
25121         (pow_test_data): Likewise.
25122         (tgamma_test_data): Likewise.
25123         (yn_test_data): Remove duplicate test of overflow.
25125         * math/libm-test.inc (struct test_cc_c_data): New type.
25126         (RUN_TEST_LOOP_cc_c): New macro.
25127         (cpow_test_data): New variable.
25128         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25130         * math/libm-test.inc (struct test_f_L_data): New type.
25131         (RUN_TEST_LOOP_f_L): New macro.
25132         (llrint_test_data): New variable.
25133         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25134         (llrint_tonearest_test_data): New variable.
25135         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25136         (llrint_towardzero_test_data): New variable.
25137         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25138         (llrint_downward_test_data): New variable.
25139         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25140         (llrint_upward_test_data): New variable.
25141         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25142         (llround_test_data): New variable.
25143         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25145 2013-05-13  Peter Collingbourne  <pcc@google.com>
25147         * math/atest-exp2.c (get_log2): Remove const attribute.
25149 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25151         * math/libm-test.inc (struct test_f_l_data): New type.
25152         (RUN_TEST_LOOP_f_l): New macro.
25153         (lrint_test_data): New variable.
25154         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25155         (lrint_tonearest_test_data): New variable.
25156         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25157         (lrint_towardzero_test_data): New variable.
25158         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25159         (lrint_downward_test_data): New variable.
25160         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25161         (lrint_upward_test_data): New variable.
25162         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25163         (lround_test_data): New variable.
25164         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25166 2013-05-15  Peter Collingbourne  <pcc@google.com>
25168         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25169         (EXTRACT_WORDS64) Use where appropriate.
25170         (INSERT_WORDS64) Likewise.
25172         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25173         constraints with x constraints.
25174         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25176         * malloc/obstack.c (_obstack_compat): Add initializer.
25178 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25180         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25181         si_trapno and add si_addr_lsb to _sifields.sigfault.
25182         (si_trapno): Remove macro.
25183         (si_addr_lsb): Define new macro.
25184         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25186 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25188         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25189         instead of TEST_f_l.
25190         (llrint_test_tonearest): Likewise.
25191         (llrint_test_towardzero): Likewise.
25192         (llrint_test_downward): Likewise.
25193         (llrint_test_upward): Likewise.
25194         (llround_test): Likewise.
25196         * math/libm-test.inc (struct test_f_i_data): Add comment.
25197         (RUN_TEST_LOOP_f_b): New macro.
25198         (RUN_TEST_LOOP_f_b_tg): Likewise.
25199         (finite_test_data): New variable.
25200         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25201         (isfinite_test_data): New variable.
25202         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25203         (isinf_test_data): New variable.
25204         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25205         (isnan_test_data): New variable.
25206         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25207         (isnormal_test_data): New variable.
25208         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25209         (issignaling_test_data): New variable.
25210         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25211         (signbit_test_data): New variable.
25212         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25214         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25215         with INVALID_EXCEPTION.
25216         (acosh_test_data): Likewise.
25217         (asin_test_data): Likewise.
25218         (atanh_test_data): Likewise.
25219         (fmod_test_data): Likewise.
25220         (log_test_data): Likewise.
25221         (log10_test_data): Likewise.
25222         (log2_test_data): Likewise.
25223         (pow_test_data): Likewise.
25224         (sqrt_test_data): Likewise.
25225         (y0_test_data): Likewise.
25226         (y1_test_data): Likewise.
25227         (yn_test_data): Likewise.
25229         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25230         function contents.
25232         * math/libm-test.inc (struct test_ff_i_data): New type.
25233         (RUN_TEST_LOOP_ff_i_tg): New macro.
25234         (isgreater_test_data): New variable.
25235         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25236         (isgreaterequal_test_data): New variable.
25237         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25238         (isless_test_data): New variable.
25239         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25240         (islessequal_test_data): New variable.
25241         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25242         (islessgreater_test_data): New variable.
25243         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25244         (isunordered_test_data): New variable.
25245         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25247 2013-05-14  David S. Miller  <davem@davemloft.net>
25249         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25251 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25253         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25255         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25256         extra_test to int.
25257         (struct test_f_i_data): Change type of max_ulp to int.
25259         * math/libm-test.inc (test_ffI_f1_data): New type.
25260         (RUN_TEST_LOOP_ffI_f1): New macro.
25261         (remquo_test_data): New variable.
25262         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25264         * setjmp/tst-setjmp-fp.c: New file.
25265         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25266         (link-libm): New variable.
25267         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25269         * math/libm-test.inc (struct test_f_i_data): New type.
25270         (RUN_TEST_LOOP_f_i): New macro.
25271         (RUN_TEST_LOOP_f_i_tg): Likewise.
25272         (fpclassify_test_data): New variable.
25273         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25274         (ilogb_test_data): New variable.
25275         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25277         * math/libm-test.inc (scalbln_test): Correct function name in END
25278         call.
25280         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25281         (RUN_TEST_LOOP_fI_f1): New macro.
25282         (frexp_test_data): New variable.
25283         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25285         * math/libm-test.inc (struct test_fF_f1_data): New type.
25286         (RUN_TEST_LOOP_fF_f1): New macro.
25287         (modf_test_data): New variable.
25288         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25290         * math/libm-test.inc (struct test_f_f1_data): New type.
25291         (RUN_TEST_LOOP_f_f1): New macro.
25292         (gamma_test_data): New variable.
25293         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25294         (lgamma_test_data): New variable.
25295         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25297 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25299         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25300         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25301         (main): Comment "tls" pseudo-hwcap.
25303 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25305         * math/libm-test.inc (struct test_fl_f_data): New type.
25306         (RUN_TEST_LOOP_fl_f): New variable.
25307         (scalbln_test_data): New variable.
25308         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25310         * math/libm-test.inc (struct test_fi_f_data): New type.
25311         (RUN_TEST_LOOP_fi_f): New macro.
25312         (ldexp_test_data): New variable.
25313         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25314         (scalbn_test_data): New variable.
25315         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25317         * math/libm-test.inc (struct test_c_f_data): New type.
25318         (RUN_TEST_LOOP_c_f): New macro.
25319         (cabs_test_data): New variable.
25320         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25321         (carg_test_data): New variable.
25322         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25323         (cimag_test_data): New variable.
25324         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25325         (creal_test_data): New variable.
25326         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25328         * math/libm-test.inc (struct test_if_f_data): New type.
25329         (RUN_TEST_LOOP_if_f): New macro.
25330         (jn_test_data): New variable.
25331         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25332         (yn_test_data): New variable.
25333         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25335         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25337 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25339         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25340         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25342 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25344         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25345         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25346         (bench-deps): Add bench-timing.h.
25347         * benchtests-bench-skeleton.c: Include bench-timing.h.
25348         (main): Use TIMING_* macros instead of clock_gettime.
25349         * benchtests/bench-timing.h: New file.
25351         [BZ #14582]
25352         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25353         Renamed from _LIB_VERSION.
25354         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25356 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25358         * math/libm-test.inc (struct test_fff_f_data): New type.
25359         (RUN_TEST_LOOP_fff_f): New macro.
25360         (fma_test_data): New variable.
25361         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25362         (fma_towardzero_test_data): New variable.
25363         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25364         (fma_downward_test_data): New variable.
25365         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25366         (fma_upward_test_data): New variable.
25367         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25369         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25370         (struct test_c_c_data): New type.
25371         (RUN_TEST_LOOP_c_c): New macro.
25372         (cacos_test_data): New variable.
25373         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25374         (cacosh_test_data): New variable.
25375         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25376         (casin_test_data): New variable.
25377         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25378         (casinh_test_data): New variable.
25379         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25380         (catan_test_data): New variable.
25381         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25382         (catanh_test_data): New variable.
25383         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25384         (ccos_test_data): New variable.
25385         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25386         (ccosh_test_data): New variable.
25387         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25388         (cexp_test_data): New variable.
25389         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25390         (clog_test_data): New variable.
25391         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25392         (clog10_test_data): New variable.
25393         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25394         (conj_test_data): New variable.
25395         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25396         (cproj_test_data): New variable.
25397         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25398         (csin_test_data): New variable.
25399         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25400         (csinh_test_data): New variable.
25401         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25402         (csqrt_test_data): New variable.
25403         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25404         (ctan_test_data): New variable.
25405         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25406         (ctan_tonearest_test_data): New variable.
25407         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25408         (ctan_towardzero_test_data): New variable.
25409         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25410         (ctan_downward_test_data): New variable.
25411         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25412         (ctan_upward_test_data): New variable.
25413         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25414         (ctanh_test_data): New variable.
25415         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25416         (ctanh_tonearest_test_data): New variable.
25417         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25418         (ctanh_towardzero_test_data): New variable.
25419         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25420         (ctanh_downward_test_data): New variable.
25421         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25422         (ctanh_upward_test_data): New variable.
25423         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25424         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25425         of BUILD_COMPLEX.
25427         * math/libm-test.inc (struct test_ff_f_data): New type.
25428         (struct test_ff_f_data_nexttoward): Likewise.
25429         (RUN_TEST_LOOP_2_f): New macro.
25430         (RUN_TEST_LOOP_ff_f): Likewise.
25431         (atan2_test_data): New variable.
25432         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25433         (copysign_test_data): New variable.
25434         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25435         (fdim_test_data): New variable.
25436         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25437         (fmax_test_data): New variable.
25438         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25439         (fmin_test_data): New variable.
25440         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25441         (fmod_test_data): New variable.
25442         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25443         (hypot_test_data): New variable.
25444         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25445         (nextafter_test_data): New variable.
25446         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25447         (nexttoward_test_data): New variable.
25448         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25449         (pow_test_data): New variable.
25450         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25451         (pow_tonearest_test_data): New variable.
25452         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25453         (pow_towardzero_test_data): New variable.
25454         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25455         (pow_downward_test_data): New variable.
25456         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25457         (pow_upward_test_data): New variable.
25458         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25459         (remainder_test_data): New variable.
25460         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25461         (scalb_test_data): New variable.
25462         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25463         * sysdeps/i386/fpu/libm-test-ulps: Update.
25465 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25467         * math/libm-test.inc (fma_test): Use max_value instead of local
25468         variable fltmax.
25469         (nextafter_test): Likewise.
25471         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25472         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25473         (acos_downward_test_data): New variable.
25474         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25475         (acos_upward_test_data): New variable.
25476         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25477         (acosh_test_data): New variable.
25478         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25479         (asin_test_data): New variable.
25480         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25481         (asin_tonearest_test_data): New variable.
25482         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25483         (asin_towardzero_test_data): New variable.
25484         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25485         (asin_downward_test_data): New variable.
25486         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25487         (asin_upward_test_data): New variable.
25488         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25489         (asinh_test_data): New variable.
25490         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25491         (atan_test_data): New variable.
25492         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25493         (atanh_test_data): New variable.
25494         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25495         (cbrt_test_data): New variable.
25496         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25497         (ceil_test_data): New variable.
25498         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25499         (cos_test_data): New variable.
25500         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25501         (cos_tonearest_test_data): New variable.
25502         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25503         (cos_towardzero_test_data): New variable.
25504         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25505         (cos_downward_test_data): New variable.
25506         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25507         (cos_upward_test_data): New variable.
25508         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25509         (cosh_test_data): New variable.
25510         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25511         (cosh_tonearest_test_data): New variable.
25512         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25513         (cosh_towardzero_test_data): New variable.
25514         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25515         (cosh_downward_test_data): New variable.
25516         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25517         (cosh_upward_test_data): New variable.
25518         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25519         (erf_test_data): New variable.
25520         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25521         (erfc_test_data): New variable.
25522         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25523         (exp_test_data): New variable.
25524         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25525         (exp_tonearest_test_data): New variable.
25526         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25527         (exp_towardzero_test_data): New variable.
25528         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25529         (exp_downward_test_data): New variable.
25530         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25531         (exp_upward_test_data): New variable.
25532         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25533         (exp10_test_data): New variable.
25534         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25535         (exp2_test_data): New variable.
25536         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25537         (expm1_test_data): New variable.
25538         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25539         (fabs_test_data): New variable.
25540         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25541         (floor_test_data): New variable.
25542         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25543         (j0_test_data): New variable.
25544         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25545         (j1_test_data): New variable.
25546         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25547         (log_test_data): New variable.
25548         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25549         (log10_test_data): New variable.
25550         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25551         (log1p_test_data): New variable.
25552         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25553         (log2_test_data): New variable.
25554         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25555         (logb_test_data): New variable.
25556         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25557         (logb_downward_test_data): New variable.
25558         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25559         (nearbyint_test_data): New variable.
25560         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25561         (rint_test_data): New variable.
25562         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25563         (rint_tonearest_test_data): New variable.
25564         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25565         (rint_towardzero_test_data): New variable.
25566         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25567         (rint_downward_test_data): New variable.
25568         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25569         (rint_upward_test_data): New variable.
25570         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25571         (round_test_data): New variable.
25572         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25573         (sin_test_data): New variable.
25574         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25575         (sin_tonearest_test_data): New variable.
25576         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25577         (sin_towardzero_test_data): New variable.
25578         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25579         (sin_downward_test_data): New variable.
25580         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25581         (sin_upward_test_data): New variable.
25582         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25583         (sinh_test_data): New variable.
25584         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25585         (sinh_tonearest_test_data): New variable.
25586         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25587         (sinh_towardzero_test_data): New variable.
25588         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25589         (sinh_downward_test_data): New variable.
25590         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25591         (sinh_upward_test_data): New variable.
25592         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25593         (sqrt_test_data): New variable.
25594         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25595         (tan_test_data): New variable.
25596         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25597         (tan_tonearest_test_data): New variable.
25598         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25599         (tan_towardzero_test_data): New variable.
25600         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25601         (tan_downward_test_data): New variable.
25602         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25603         (tan_upward_test_data): New variable.
25604         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25605         (tanh_test_data): New variable.
25606         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25607         (tgamma_test_data): New variable.
25608         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25609         (trunc_test_data): New variable.
25610         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25611         (y0_test_data): New variable.
25612         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25613         (y1_test_data): New variable.
25614         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25615         (significand_test_data): New variable.
25616         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25618 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25620         [BZ #12387]
25621         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25623 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25625         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25627 2013-05-10  Andreas Jaeger  <aj@suse.de>
25629         [BZ #15448]
25630         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25631         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25633 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25635         * math/gen-libm-test.pl (adjust_arg): New function.
25636         (special_functions): Handle generating output in both functions
25637         and arrays.
25638         (parse_args): Likewise.
25639         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25640         $in_func argument to parse_args.
25641         * math/libm-test.inc (struct test_f_f_data): New type.
25642         (IF_ROUND_INIT_): New macro.
25643         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25644         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25645         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25646         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25647         (ROUND_RESTORE_): Likewise.
25648         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25649         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25650         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25651         (ROUND_RESTORE_FE_UPWARD): Likewise.
25652         (RUN_TEST_LOOP_f_f): New macro.
25653         (acos_test_data): New variable.
25654         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25655         (acos_tonearest_test_data): New variable.
25656         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25658 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25660         * benchtests/bench-skeleton.c (startup): Fix coding style.
25662 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25664         [BZ #6809]
25665         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25666         negative infinity argument.
25667         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25668         negative infinity argument.
25669         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25670         negative infinity argument.
25671         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25672         domain errors.
25674 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25676         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25677         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25678         * iconv/iconv_prog.c (main): Likewise.
25679         * locale/programs/charmap-dir.c (charmap_readdir)
25680         (fopen_uncompressed): Likewise.
25681         * locale/programs/locfile.c (siblings_uncached)
25682         (write_locale_data): Use lstat64 instead of lstat.
25683         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25684         stat.
25686 2013-05-10  Andreas Jaeger  <aj@suse.de>
25688         [BZ #15395]
25689         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25690         localization.
25691         Include <locale.h>.
25693 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25695         * elf/dl-close.c (_dl_close_worker): Add comments.
25697 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25699         [BZ #15359]
25700         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25701         high part of pi/2.
25702         (__ieee754_rem_pio2l): Update comments.
25704         [BZ #15429]
25705         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25706         high part of pi/2.
25707         (__ieee754_rem_pio2l): Update comments.
25709         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25710         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25712         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25713         M_PI_4l.
25715         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25716         (M_PI_34_LOG10El): Likewise.
25717         (M_PI2_LOG10El): Likewise.
25718         (M_PI4_LOG10El): Likewise.
25719         (M_PI_LOG10El): Likewise.
25721 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25725 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25727         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25728         (MINUS_ZERO_INIT): Likewise.
25729         (PLUS_INFTY_INIT): Likewise.
25730         (MINUS_INFTY_INIT): Likewise.
25731         (QNAN_VALUE_INIT): Likewise.
25732         (MAX_VALUE_INIT): Likewise.
25733         (MIN_VALUE_INIT): Likewise.
25734         (MIN_SUBNORM_VALUE_INIT): Likewise.
25735         (plus_zero): Initialize with PLUS_ZERO_INIT.
25736         (minus_zero): Initialize with MINUS_ZERO_INIT.
25737         (plus_infty): Initialize with PLUS_INFTY_INIT.
25738         (minus_infty): Initialize with MINUS_INFTY_INIT.
25739         (qnan_value): Initialize with QNAN_VALUE_INIT.
25740         (max_value): Initialize with MAX_VALUE_INIT.
25741         (min_value): Initialize with MIN_VALUE_INIT.
25742         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25744         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25745         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25746         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25747         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25749         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25750         (RUN_TEST_2_f): Likewise.
25751         (RUN_TEST_ff_f): Likewise.
25752         (RUN_TEST_fi_f): Likewise.
25753         (RUN_TEST_fl_f): Likewise.
25754         (RUN_TEST_fff_f): Likewise.
25755         (RUN_TEST_c_f): Likewise.
25756         (RUN_TEST_f_f1): Likewise.
25757         (RUN_TEST_fF_f1): Likewise.
25758         (RUN_TEST_fI_f1): Likewise.
25759         (RUN_TEST_ffI_f1): Likewise.
25760         (RUN_TEST_c_c): Likewise.
25761         (RUN_TEST_cc_c): Likewise.
25762         (RUN_TEST_f_i): Likewise.
25763         (RUN_TEST_f_i_tg): Likewise.
25764         (RUN_TEST_ff_i_tg): Likewise.
25765         (RUN_TEST_f_b): Likewise.
25766         (RUN_TEST_f_b_tg): Likewise.
25767         (RUN_TEST_f_l): Likewise.
25768         (RUN_TEST_f_L): Likewise.
25769         (RUN_TEST_sincos): Likewise.
25770         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25771         whether to show exceptions.  Do not include ");\n" in return
25772         value.
25773         (special_functions): Output call to RUN_TEST_sincos instead of
25774         check_float calls.  Update calls to new_test.
25775         (parse_args): Output call to single RUN_TEST_* macro instead of
25776         check_* calls and other assignments.  Update calls to new_test.
25778         [BZ #2546]
25779         [BZ #2560]
25780         [BZ #5159]
25781         [BZ #15426]
25782         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25783         input to result for tgamma overflow.
25784         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25785         (gamma_coeff): New variable.
25786         (NCOEFF): New macro.
25787         (gamma_positive): New function.
25788         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25789         underflow here.  Use gamma_positive instead of exp (lgamma) for
25790         other arguments.
25791         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25792         (gamma_coeff): New variable.
25793         (NCOEFF): New macro.
25794         (gammaf_positive): New function.
25795         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25796         underflow here.  Use gamma_positive instead of exp (lgamma) for
25797         other arguments.
25798         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25799         (gamma_coeff): New variable.
25800         (NCOEFF): New macro.
25801         (gammal_positive): New function.
25802         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25803         underflow here.  Use gamma_positive instead of exp (lgamma) for
25804         other arguments.
25805         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25806         (gamma_coeff): New variable.
25807         (NCOEFF): New macro.
25808         (gammal_positive): New function.
25809         (__ieee754_gammal_r): Handle positive infinity, overflow and
25810         underflow here.  Handle NaN the same as positive infinity.  Remove
25811         check x < 0xffffffff for negative integers.  Use gamma_positive
25812         instead of exp (lgamma) for other arguments.
25813         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25814         (gamma_coeff): New variable.
25815         (NCOEFF): New macro.
25816         (gammal_positive): New function.
25817         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25818         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25819         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25820         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25821         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25822         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25823         * sysdeps/generic/math_private.h (__gamma_productf): New
25824         prototype.
25825         (__gamma_product): Likewise.
25826         (__gamma_productl): Likewise.
25827         * math/Makefile (libm-calls): Add gamma_product.
25828         * math/libm-test.inc (tgamma_test): Add more tests.
25829         * sysdeps/i386/fpu/libm-test-ulps: Update.
25830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25832 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25834         * benchtests/bench-skeleton.c (main): Preheat CPU.
25836 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25838         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25840 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25842         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25843         and _dl_skip_args_internal.
25845 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25847         * manual/message.texi (Message Translation): Talk about users.
25848         Message to key mapping impacts design.
25850 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25852         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25854         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25856         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25857         * sysdeps/wordsize-64/glob64.c: ... here.
25859         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25860         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25861         New macros.
25863         * debug/getlogin_r_chk.c: Moved to ...
25864         * login/getlogin_r_chk.c: ... here.
25865         * debug/Makefile (routines): Move getlogin_r_chk to ...
25866         * login/Makefile (routines): ... here.
25867         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25868         * login/Versions (libc: GLIBC_2.4): ... here.
25870         * io/poll.c (__poll): Renamed from poll.
25871         Add libc_hidden_def.
25872         (poll): Define as weak alias.
25874         * debug/ptsname_r_chk.c: Moved to ...
25875         * login/ptsname_r_chk.c: ... here.
25876         * debug/Makefile (routines): Move ptsname_r_chk to ...
25877         * login/Makefile (routines): ... here.
25878         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25879         * login/Versions (libc: GLIBC_2.4): ... here.
25881         * posix/getlogin.c: Moved to ...
25882         * login/getlogin.c: ... here.
25883         * posix/getlogin_r.c: Moved to ...
25884         * login/getlogin_r.c: ... here.
25885         * posix/getlogin_r.c: Moved to ...
25886         * login/getlogin_r.c: ... here.
25887         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25888         * login/Makefile (routines): ... here.
25889         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25890         * login/Versions (libc: GLIBC_2.0): ... here.
25892         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25893         (setrlimit): Define as weak alias.
25895         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25896         Call __ names for open, ftruncate, and close.
25897         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25898         (truncate): Define as weak alias.
25900 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25902         * math/gen-libm-test.pl (parse_args): Initialize x before each
25903         test of frexp, modf and remquo.
25905         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25906         test signgam value.
25908 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25910         [BZ #15418]
25911         [BZ #15419]
25912         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25913         internal tests.
25914         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25916 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25918         * elf/dl-writev.h: New file.
25919         * elf/dl-misc.c: Include it.
25920         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25921         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25923 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25925         * math/libm-test.inc (noXFails): Remove variable.
25926         (noXPasses): Likewise.
25927         (BUILD_COMPLEX_INT): Remove macro.
25928         (print_screen): Remove xfail argument.
25929         (print_screen_max_error): Likewise.
25930         (update_stats): Likewise.
25931         (print_max_error): Likewise.  Update calls to other affected
25932         functions.
25933         (print_complex_max_error): Likewise.
25934         (test_single_exception): Update calls to print_screen.
25935         (test_single_errno): Likewise.
25936         (check_float_internal): Remove xfail argument.  Update calls to
25937         other affected functions.
25938         (check_float): Likewise.
25939         (check_complex): Likewise.
25940         (check_int): Likewise.
25941         (check_long): Likewise.
25942         (check_bool): Likewise.
25943         (check_longlong): Likewise.
25944         (main): Don't print noXFails and noXPasses.
25945         * math/gen-libm-test.pl (top level): Don't mention expected
25946         failure handling in comment.
25947         (new_test): Don't handle expected failures.
25948         (parse_args): Don't mention expected failure handling in comment.
25949         (generate_testfile): Don't handle expected failures.
25950         (parse_ulps): Likewise.
25951         (print_ulps_file): Likewise.
25952         (get_failure): Remove function.
25953         (output_test): Don't handle expected failures.
25954         * make/README.libm-test: Don't mention expected failure handling.
25956         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25957         (minus_zero): Likewise.
25958         (plus_infty): Likewise.
25959         (minus_infty): Likewise.
25960         (qnan_value): Likewise.
25961         (max_value): Likewise.
25962         (min_value): Likewise.
25963         (min_subnorm_value): Likewise.
25964         (initialize): Do not initialize those variables dynamically.
25966 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25968         * io/open.c (__open_2): Moved to ...
25969         * io/open_2.c: ... this new file.
25970         * io/open64.c (__open64_2): Moved to ...
25971         * io/open64_2.c: ... this new file.
25972         * io/openat.c (__openat_2): Moved to ...
25973         * io/openat_2.c: ... this new file.
25974         * io/openat64.c (__openat64_2): Moved to ...
25975         * io/openat64_2.c: ... this new file.
25976         * io/Makefile (routines): Add them.
25977         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25978         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25979         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25980         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25981         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25982         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25983         (__openat64): Add hidden_ver.
25984         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25985         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25987         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25988         Separately conditionalize setting of GLRO(dl_sysinfo) so
25989         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25990         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25992 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25994         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25995         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25996         definition.
25997         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25998         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25999         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26000         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26001         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26003 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26005         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26006         test signgam value.
26008         * math/libm-test.inc (hypot_test): Do not use
26009         IGNORE_ZERO_INF_SIGN.
26011 2013-05-03  Andreas Jaeger  <aj@suse.de>
26013         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26014         Linux 3.9.
26015         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26016         (PF_MAX): Adjust for VSOCK change.
26018 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26022 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26024         [BZ #15264]
26025         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26026         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26027         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26029 2013-05-02  David S. Miller  <davem@davemloft.net>
26031         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26033 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26035         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26037 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26039         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26041 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26043         [BZ #14952]
26044         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26045         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26046         Use __attribute__ ((__gnu_inline__)).
26047         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26048         Don't use __attribute__ ((__gnu_inline__)).
26050 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26052         [BZ #15423]
26053         * math/s_catan.c (__catan): Handle small real or imaginary part of
26054         input specially to avoid spurious underflow.
26055         * math/s_catanf.c (__catanf): Likewise.
26056         * math/s_catanh.c (__catanh): Likewise.
26057         * math/s_catanhf.c (__catanhf): Likewise.
26058         * math/s_catanhl.c (__catanhl): Likewise.
26059         * math/s_catanl.c (__catanl): Likewise.
26060         * math/libm-test.inc (catan_test): Add more tests.
26061         (catanh_test): Likewise.
26062         * sysdeps/i386/fpu/libm-test-ulps: Update.
26063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26065 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26067         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26069 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26071         [BZ #15416]
26072         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26073         accurately for denominator in atan2.
26074         * math/s_catanf.c (__catanf): Likewise.
26075         * math/s_catanh.c (__catanh): Likewise.
26076         * math/s_catanhf.c (__catanhf): Likewise.
26077         * math/s_catanhl.c (__catanhl): Likewise.
26078         * math/s_catanl.c (__catanl): Likewise.
26079         * math/libm-test.inc (catan_test): Add more tests.
26080         (catanh_test): Likewise.
26081         * sysdeps/i386/fpu/libm-test-ulps: Update.
26082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26084 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26086         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26088         * benchtests/Makefile (bench): Remove slow benchmarks.
26089         * benchtests/atan-inputs: Add slow benchmark inputs.
26090         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26091         (BENCH_FUNC): Accept variant offset.
26092         (VARIANT): Define.
26093         * benchtests/bench-skeleton.c (main): Run benchmark for each
26094         variant.
26095         * benchtests/cos-inputs: Add slow benchmark inputs.
26096         * benchtests/exp-inputs: Likewise.
26097         * benchtests/pow-inputs: Likewise.
26098         * benchtests/sin-inputs: Likewise.
26099         * benchtests/slowatan-inputs: Remove.
26100         * benchtests/slowatan.c: Remove.
26101         * benchtests/slowcos-inputs: Remove.
26102         * benchtests/slowcos.c: Remove.
26103         * benchtests/slowexp-inputs: Remove.
26104         * benchtests/slowexp.c: Remove.
26105         * benchtests/slowpow-inputs: Remove.
26106         * benchtests/slowpow.c: Remove.
26107         * benchtests/slowsin-inputs: Remove.
26108         * benchtests/slowsin.c: Remove.
26109         * benchtests/slowtan-inputs: Remove.
26110         * benchtests/slowtan.c: Remove.
26111         * benchtests/tan-inputs: Add slow benchmark inputs.
26112         * scripts/bench.pl: Parse comments and directives.
26114         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26115         in CPPFLAGS.
26116         ($(objpfx)bench-%.c): Remove *-ITER.
26117         * benchtests/bench-modf.c: Remove definition of ITER.
26118         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26119         (main): Loop for DURATION seconds instead of fixed number of
26120         iterations.
26121         * scripts/bench.pl: Don't expect iterations in parameters.
26123 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26125         * io/fchdir.c (__fchdir): Renamed from fchdir.
26126         (fchdir): Define as weak alias.
26128 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26130         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26131         (ERRNO_EDOM): Likewise.
26132         (ERRNO_ERANGE): Likewise.
26133         (noErrnoTests): New variable.
26134         (init_max_error): Set errno to 0.
26135         (test_single_errno): New function.
26136         (test_errno): Likewise.
26137         (check_float_internal): Call test_errno.  Set errno to 0.
26138         (check_complex): Refer to errno tests in comment.
26139         (check_int): Call test_errno.  Set errno to 0.
26140         (check_long): Likewise.
26141         (check_bool): Likewise.
26142         (check_longlong): Likewise.
26143         (cos_test): Use ERRNO_* flags for errno tests instead of
26144         check_int.
26145         (expm1_test): Likewise.
26146         (fmod_test): Likewise.
26147         (ilogb_test): Likewise.
26148         (lgamma_test): Likewise.
26149         (pow_test): Likewise.
26150         (remainder_test): Likewise.
26151         (sin_test): Likewise.
26152         (tan_test): Likewise.
26153         (yn_test): Likewise.
26154         (initialize): Set errno to 0.
26155         (main): Print number of errno tests.
26156         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26158 2013-04-29  Andreas Jaeger  <aj@suse.de>
26160         [BZ #15084]
26161         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26162         and RES_USEVC.
26164         [BZ #15085]
26165         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26166         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26167         unimplemented.
26169         [BZ #15380]
26170         * stdlib/random.c (__initstate): Return NULL if
26171         __initstate fails.
26173         [BZ #15086]
26174         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26175         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26176         RES_SNGLKUPREOP.
26178 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26180         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26182 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26184         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26185         of individual tests.
26186         (casin_test): Likewise.
26187         (casinh_test): Likewise.
26189 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26191         [BZ #15409]
26192         * math/s_catan.c (__catan): Handle arguments with large real or
26193         imaginary part separately without squaring.
26194         * math/s_catanf.c (__catanf): Likewise.
26195         * math/s_catanh.c (__catanh): Likewise.
26196         * math/s_catanhf.c (__catanhf): Likewise.
26197         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26198         and redefine.
26199         (__catanhl): Handle arguments with large real or imaginary part
26200         separately without squaring.
26201         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26202         and redefine.
26203         (__catanl): Handle arguments with large real or imaginary part
26204         separately without squaring.
26205         * math/libm-test.inc (catan_test): Add more tests.
26206         (catanh_test): Likewise.
26207         * sysdeps/i386/fpu/libm-test-ulps: Update.
26208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26210 2013-04-27  Andreas Jaeger  <aj@suse.de>
26212         [BZ #15007]
26213         * stdlib/stdlib.h: Update guards for qecvt.
26214         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26215         <stdlib.h>.
26217 2013-04-27  Allan McRae  <allan@archlinux.org>
26219         * sysdeps/i386/fpu/libm-test-ulps: Update.
26221 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26223         [BZ #15406]
26224         * math/s_catan.c: Include <float.h>.
26225         (__catan): Ensure underflow exception occurs for underflowed
26226         result.
26227         * math/s_catanf.c: Include <float.h>.
26228         (__catanf): Ensure underflow exception occurs for underflowed
26229         result.
26230         * math/s_catanh.c: Include <float.h>.
26231         (__catanh): Ensure underflow exception occurs for underflowed
26232         result.
26233         * math/s_catanhf.c: Include <float.h>.
26234         (__catanhf): Ensure underflow exception occurs for underflowed
26235         result.
26236         * math/s_catanhl.c: Include <float.h>.
26237         (__catanhl): Ensure underflow exception occurs for underflowed
26238         result.
26239         * math/s_catanl.c: Include <float.h>.
26240         (__catanl): Ensure underflow exception occurs for underflowed
26241         result.
26242         * math/libm-test.inc (catan_test): Add more tests.
26243         (catanh_test): Likewise.
26245         [BZ #15405]
26246         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26247         underflowed result.
26248         * math/s_ccoshf.c (__ccoshf): Likewise.
26249         * math/s_ccoshl.c (__ccoshl): Likewise.
26250         * math/s_csin.c (__csin): Likewise.
26251         * math/s_csinf.c (__csinf): Likewise.
26252         * math/s_csinh.c (__csinh): Likewise.
26253         * math/s_csinhf.c (__csinhf): Likewise.
26254         * math/s_csinhl.c (__csinhl): Likewise.
26255         * math/s_csinl.c (__csinl): Likewise.
26256         * math/libm-test.inc (ccos_test): Add more tests.
26257         (ccosh_test): Likewise.
26258         (csin_test): Likewise.
26259         (csinh_test): Likewise.
26261 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26263         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26264         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26265         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26266         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26267         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26268         powerpc/power5+/fpu folders.
26269         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26272 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26274         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26276 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26278         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26279         additions to variable.
26280         [$(config-machine) = x86_64] (modules-names): Likewise.
26281         ($(objpfx)tst-audit3): Remove dependency.
26282         ($(objpfx)tst-audit3.out): Likewise.
26283         ($(objpfx)tst-audit4): Likewise.
26284         ($(objpfx)tst-audit4.out): Likewise.
26285         ($(objpfx)tst-audit5): Likewise.
26286         ($(objpfx)tst-audit5.out): Likewise.
26287         ($(objpfx)tst-audit6): Likewise.
26288         ($(objpfx)tst-audit6.out): Likewise.
26289         ($(objpfx)tst-audit7): Likewise.
26290         ($(objpfx)tst-audit7.out): Likewise.
26291         (tst-audit3-ENV): Remove variable.
26292         (tst-audit4-ENV): Likewise.
26293         (tst-audit5-ENV): Likewise.
26294         (tst-audit6-ENV): Likewise.
26295         (tst-audit7-ENV): Likewise.
26296         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26297         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26298         addition to variable.
26299         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26300         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26301         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26302         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26303         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26304         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26305         tst-audit3, tst-audit4 and tst-audit5.
26306         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26307         tst-audit6 and tst-audit7.
26308         [$(subdir) = elf] (modules-names): Add audit modules for those
26309         tests.
26310         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26311         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26312         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26313         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26314         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26315         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26316         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26317         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26318         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26319         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26320         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26321         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26322         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26323         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26324         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26325         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26326         Likewise.
26327         [$(subdir) = elf && $(config-cflags-avx) = yes]
26328         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26329         [$(subdir) = elf && $(config-cflags-avx) = yes]
26330         (CFLAGS-tst-auditmod4a.c): Likewise.
26331         [$(subdir) = elf && $(config-cflags-avx) = yes]
26332         (CFLAGS-tst-auditmod4b.c): Likewise.
26333         [$(subdir) = elf && $(config-cflags-avx) = yes]
26334         (CFLAGS-tst-auditmod6b.c): Likewise.
26335         [$(subdir) = elf && $(config-cflags-avx) = yes]
26336         (CFLAGS-tst-auditmod6c.c): Likewise.
26337         [$(subdir) = elf && $(config-cflags-avx) = yes]
26338         (CFLAGS-tst-auditmod7b.c): Likewise.
26339         * elf/tst-audit3.c: Move to ...
26340         * sysdeps/x86_64/tst-audit3.c: ... here.
26341         * elf/tst-audit4.c: Move to ...
26342         * sysdeps/x86_64/tst-audit4.c: ... here.
26343         * elf/tst-audit5.c: Move to ...
26344         * sysdeps/x86_64/tst-audit5.c: ... here.
26345         * elf/tst-audit6.c: Move to ...
26346         * sysdeps/x86_64/tst-audit6.c: ... here.
26347         * elf/tst-audit7.c: Move to ...
26348         * sysdeps/x86_64/tst-audit7.c: ... here.
26349         * elf/tst-auditmod3a.c: Move to ...
26350         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26351         * elf/tst-auditmod3b.c: Move to ...
26352         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26353         * elf/tst-auditmod4a.c: Move to ...
26354         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26355         * elf/tst-auditmod4b.c: Move to ...
26356         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26357         * elf/tst-auditmod5a.c: Move to ...
26358         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26359         * elf/tst-auditmod5b.c: Move to ...
26360         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26361         * elf/tst-auditmod6a.c: Move to ...
26362         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26363         * elf/tst-auditmod6b.c: Move to ...
26364         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26365         * elf/tst-auditmod6c.c: Move to ...
26366         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26367         * elf/tst-auditmod7a.c: Move to ...
26368         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26369         * elf/tst-auditmod7b.c: Move to ...
26370         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26372 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26374         [BZ #15366]
26375         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26376         define unconditionally.
26377         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26378         define unconditionally.
26379         (INT8_C, INT16_C, etc.): Likewise.
26381 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26383         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26384         __ehdr_start with hidden visibility.
26386         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26388 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26390         * math/libm-test.inc (cos_test): Use accurate hex constants.
26391         (sincost_test): Likewise.
26393 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26395         * math/libm-test.inc (catan_test): Add more tests.
26396         (catanh_test): Likewise.
26398         * math/s_catanf.c (__catanf): Use suffixed floating-point
26399         constants.
26400         * math/s_catanhf.c (__catanhf): Likewise.
26401         * math/s_catanhl.c (__catanhl): Likewise.
26402         * math/s_catanl.c (__catanl): Likewise.
26404         [BZ #15394]
26405         * math/s_catan.c (__catan): Calculate imaginary part of result
26406         with log1p not log unless computing log of number close to 0.
26407         * math/s_catanf.c (__catanf): Likewise.
26408         * math/s_catanl.c (__catanl): Likewise.
26409         * math/s_catanh.c (__catanh): Calculate real part of result with
26410         log1p not log unless computing log of number close to 0.
26411         * math/s_catanhf.c (__catanhf): Likewise.
26412         * math/s_catanhl.c (__catanhl): Likewise.
26413         * math/libm-test.inc (catan_test): Add more tests.
26414         (catanh_test): Likewise.
26415         * sysdeps/i386/fpu/libm-test-ulps: Update.
26416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26418 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26420         * benchtests/Makefile: Mention files in which fast and slow
26421         paths of math functions are implemented.
26423 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26425         * sysdeps/posix/timespec_get.c: New file.
26427 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26429         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26430         POWER.
26431         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26432         for POWER.
26433         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26434         powerpc/power5/fpu folders.
26435         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26436         * benchtests/Makefile: Add modf testcase.
26437         * benchtests/bench-modf.c: New file: Benchmark test for mo
26439 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26441         [BZ #14888]
26442         * time/Makefile (tests): Add tst-strptime-whitespace.
26443         * time/strptime_l.c (get_number): Use ISSPACE.
26444         (__strptime_internal): Likewise.
26445         * time/tst-strptime-whitespace.c: New test case.
26447 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26449         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26450         member.
26451         (_nss_files_init): Set it here.
26453 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26455         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26456         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26457         unsigned.
26459 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26461         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26463 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26465         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26466         size just once.
26468 2013-04-21  David S. Miller  <davem@davemloft.net>
26470         * po/ru.po: Update Russion translation from translation project.
26472 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26474         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26475         and setfsgid.
26477 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26479         * configure.in: Remove i386 configure warning. Remove i386 case.
26480         * configure: Regenerate.
26481         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26482         Add example to error message.
26483         * sysdeps/i386/configure: Regenerate.
26485 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26487         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26488         slowtan.
26489         * benchtests/cos-inputs: New file.
26490         * benchtests/slowcos-inputs: New file.
26491         * benchtests/slowcos.c: New file.
26492         * benchtests/slowtan-inputs: New file.
26493         * benchtests/slowtan.c: New file.
26494         * benchtests/tan-inputs: New file.
26496 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26498         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26499         considered kosher.
26501 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26503         * benchtests/Makefile: Include cppflags-iterator.mk to add
26504         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26506         * Makefile.in (bench-clean): New target.
26507         * benchtests/Makefile (bench-clean): Likewise.
26509 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26511         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26513 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26515         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26517 2013-04-15  Andreas Schwab  <schwab@suse.de>
26519         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26520         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26521         * nscd/pwdcache.c (cache_addpw): Likewise.
26522         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26523         more than recsize.
26525 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26527         * benchtests/Makefile (bench): Write all output to
26528         bench-out.tmp together.
26530 2013-04-15  Andreas Schwab  <schwab@suse.de>
26532         * nscd/nscd.c (main): Don't fork again after closing files.
26534 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26536         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26538         * benchtests/Rules (bench-deps): Collect dependencies into a
26539         single variable.  Add Makefile to dependencies.
26540         ($(objpfx)bench-%.c): Depend on bench-deps.
26542 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26543             Xavier Roche  <roche+kml2@exalead.com>
26545         [BZ #15361]
26546         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26547         just that it's a file descriptor.
26548         * manual/llio.texi (Synchronizing AIO Operations): Update description
26549         for EBADF error from aio_fsync.
26551 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26553         * Rules (bench): Move target definition...
26554         * benchtests/Makefile: ... here.
26556 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26558         * math/libm-test.inc (cos_test): Fix PI/2 test.
26559         (sincos_test): Likewise.
26560         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26561         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26563 2013-04-11  Andreas Schwab  <schwab@suse.de>
26565         [BZ #13988]
26566         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26567         accept exponent character only when digits were seen.
26568         * stdio-common/Makefile (tests): Add bug26.
26569         * stdio-common/bug26.c: New file.
26571         [BZ #14293]
26572         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26573         non-freeable.
26575 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26577         * Makeconfig (rtld-prefix): Define built linker prefix.
26578         * Rules (run-bench): Use it.
26579         * math/Makefile (run-regen-ulps): Likewise.
26581         * Rules (bench): Remove eval.
26583 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26584             Roland McGrath  <roland@hack.frob.com>
26585             Ondrej Bilka  <neleai@seznam.cz>
26587         [BZ #15346]
26588         * time/getdate.c: Include ctype.h and alloca.h.
26589         (__getdate_r): Trim leading and trailing spaces of input.
26590         * time/tst-getdate.c (tests): Add tests with leading and
26591         trailing spaces.
26593 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26595         [BZ #14280]
26596         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26597         when computing value.
26599 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26601         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26602         Use testrun.sh to run libm tests.
26604         [BZ #15309]
26605         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26607 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26609         [BZ #15264]
26610         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26612 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26614         * Makefile.in (regen-ulps): New target.
26615         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26616         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26617         [ifneq (no,$(PERL)] (regen-ulps): New target.
26618         [ifeq (no,$(PERL)] (regen-ulps): New target.
26619         * math/libm-test.inc (ulps_file_name): Define.
26620         (output_dir): New variable.
26621         (options): Add "output-dir" option.
26622         (parse_opt): Handle 'o' case.
26623         (main): If output_dir is non-NULL use it as a prefix
26624         otherwise use "".
26625         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26627 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26629         [BZ #10060, #10062]
26630         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26631         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26632         fail configure if __sync_val_compare_and_swap is not inlined.
26633         * sysdeps/i386/configure: Regenerate.
26634         * configure.in: Build for i686 when configured for i386.
26635         * configure: Regenerate.
26636         * README: Remove i386 reference.
26638 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26640         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26641         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26643 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26645         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26646         (lmsnanval): New variables.
26647         (F): Add conversion tests.
26648         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26649         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26651         * stdio-common/tstdiomisc.c (F): Properly collect individual
26652         tests' results.
26654         [BZ #14686, #15336]
26655         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26656         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26657         Instead, use input NaN values or generate a qNaN by arithmetic
26658         operation.  Also fix bugs to comply with the standard.
26659         * math/libm-test.inc (remainder_test): Add more tests.
26661         [BZ #15335, #15342]
26662         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26663         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26664         input NaN values or generate a qNaN by arithmetic operation.
26666         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26667         unreachable code.
26669         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26670         definitions.
26672 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26674         [BZ #14478]
26675         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26676         underflowed result.
26677         * math/s_cexpf.c (__cexpf): Likewise.
26678         * math/s_cexpl.c (__cexpl): Likewise.
26679         * math/libm-test.inc (cexp_test): Add more tests.
26681 2013-04-03  Andreas Schwab  <schwab@suse.de>
26683         [BZ #15330]
26684         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26685         order arrays from heap if bigger than alloca cutoff.
26687 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26689         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26690         (SNAN_TESTS_double): Refer to GCC PR56831.
26691         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26692         GCC PR56828.
26694 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26696         * Rules (bench): Move bench.out after the run is complete.
26698         * Rules (bench): Echo currently running benchmark.
26700         * benchtests/Makefile (bench): Add atan and slowatan.
26701         * benchtests/atan-inputs: New file.
26702         * benchtests/slowatan-inputs: New file.
26703         * benchtests/slowatan.c: New file.
26705         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26706         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26707         its value.
26709         [BZ #15305]
26710         * sysdeps/unix/sysv/linux/kernel-features.h
26711         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26712         __ASSUME_XFS_RESTRICTED_CHOWN.
26713         * sysdeps/unix/sysv/linux/pathconf.c
26714         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26715         Save and restore errno.
26717 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26719         [BZ #15327]
26720         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26721         arguments using __kernel_casinh.
26722         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26723         arguments using __kernel_casinhf.
26724         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26725         arguments using __kernel_casinhl.
26726         * math/libm-test.inc (cacosh_test): Add more tests.
26727         * sysdeps/i386/fpu/libm-test-ulps: Update.
26728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26730 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26732         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26733         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26735         * bench/Makefile (bench): Add sin and slowsin.
26736         * benchtests/sin-inputs: New file.
26737         * benchtests/slowsin-inputs: New file.
26738         * benchtests/slowsin.c: New file.
26740         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26741         (bench): Add slowexp and slowpow.
26742         (exp-ITER): Increase iterations.
26743         (pow-ITER): Likewise.
26744         * benchtests/exp-inputs: Change input.
26745         * benchtests/pow-inputs: Likewise.
26746         * benchtests/slowexp-inputs: New file.
26747         * benchtests/slowexp.c: New file.
26748         * benchtests/slowpow-inputs: New file.
26749         * benchtests/slowpow.c: New file.
26751 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26753         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26754         instructions.
26755         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26756         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26757         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26758         * benchtests/Makefile: Add rint benchtest.
26759         * benchtests/rint-inputs: Input for rint benchtest.
26761 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26763         * Versions.def (libm): Add GLIBC_2.18.
26764         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26765         hidden libm prototypes.
26766         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26767         * math/Makefile (libm-calls): Add s_issignaling.
26768         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26769         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26770         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26771         declaration.
26772         * math/math.h [__USE_GNU] (issignaling): New macro.
26773         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26774         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26775         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26776         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26777         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26778         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26779         * manual/arith.texi (issignaling): New section.
26780         * manual/libm-err-tab.pl (@all_functions): Update comment.
26781         * math/gen-libm-test.pl (parse_args): Apply special handling for
26782         issignaling.
26783         * math/libm-test.inc (print_float, issignaling_test): New
26784         functions.
26785         (check_float_internal): Add issignaling checks.
26786         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26787         default definition.
26788         * sysdeps/powerpc/math-tests.h: New file.
26789         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26790         tests.
26791         * math/test-snan.c (TEST_FUNC): Likewise.
26793 2013-03-30  David S. Miller  <davem@davemloft.net>
26795         * po/de.po: Update from translation team.
26797 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26799         [BZ #10357]
26800         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26801         imaginary part less than 1.0 and real part less than 0.5
26802         specially.
26803         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26804         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26805         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26806         (cacos_test): Add more tests.
26807         (casin_test): Likewise.
26808         (casinh_test): Likewise.
26809         * sysdeps/i386/fpu/libm-test-ulps: Update.
26810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26812 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26814         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26815         ONE with its value.
26817         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26818         (__pow_mp): Replace ONE and MONE with their values.
26819         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26820         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26821         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26822         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26823         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26824         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26826         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26828         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26829         (__pow_mp): Replace ZERO and MZERO with their values.
26830         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26831         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26832         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26833         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26834         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26835         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26836         (__sqr): Likewise.
26838         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26840         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26842 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26844         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26845         Declare with __attribute__ ((weak)).
26846         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26847         Call __call_tls_dtors only if it's not NULL.
26849 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26851         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26852         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26853         magic __ehdr_start linker symbol if it's defined.
26854         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26855         them up here if it was already done.
26857         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26858         (_dl_aux_init): Use const in cast when setting it.
26859         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26860         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26861         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26863         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26864         Declare them here.
26865         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26866         * csu/libc-tls.c: Nor here.
26867         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26869         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26870         (__libc_message): Never call vsyslog.
26872 2013-03-28  Alan Modra  <amodra@gmail.com>
26874         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26875         Define as empty.
26876         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26877         Likewise.
26879 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26881         [BZ #15214]
26882         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26883         underflow.
26884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26886 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26888         [BZ #15304]
26889         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26890         Don't add gid passed as argument.
26892         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26894 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26896         [BZ #15307]
26897         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26898         imaginary part between 1.0 and 1.5 and real part less than 0.5
26899         specially.
26900         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26901         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26902         * math/libm-test.inc (cacos_test): Add more tests.
26903         (casin_test): Likewise.
26904         (casinh_test): Likewise.
26905         * sysdeps/i386/fpu/libm-test-ulps: Update.
26906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26908 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26910         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26911         constants.
26912         (norm): Likewise.
26913         (denorm): Likewise.
26914         (__dbl_mp): Likewise.
26915         (add_magnitudes): Likewise.
26916         (sub_magnitudes): Likewise.
26917         (__add): Likewise.
26918         (__sub): Likewise.
26919         (__mul): Likewise.
26920         (__sqr): Likewise.
26921         (__inv): Likewise.
26922         (__dvd): Likewise.
26924         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26925         commented code.
26926         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26927         (__dubcos): Likewise.
26928         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26929         (__ieee754_acos): Likewise.
26930         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26931         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26932         (__exp1): Likewise.
26933         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26934         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26935         (log1): Likewise.
26936         (my_log2): Likewise.
26937         (checkint): Likewise.
26938         * sysdeps/ieee754/dbl-64/e_remainder.c
26939         (__ieee754_remainder): Likewise.
26940         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26941         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26942         (bsloww): Likewise.
26943         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26945         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26946         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26947         MANTISSA_STORE_T to store computations on mantissa.  Use
26948         macros for rounding and division.
26949         (denorm): Likewise.
26950         (__dbl_mp): Likewise.
26951         (add_magnitudes): Likewise.
26952         (sub_magnitudes): Likewise.
26953         (__mul): Likewise.
26954         (__sqr): Likewise.
26955         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26956         powers of two in terms of TWOPOW macro.
26957         (mp_no): Make type of mantissa as MANTISSA_T.
26958         [!RADIXI]: Define RADIXI.
26959         [!TWO52]: Define TWO52.
26960         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26962 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26964         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26965         llroundl symbol when building for PPC32.
26967 2013-03-24  Mark H Weaver  <mhw@netris.org>
26969         * manual/arith.texi (Normalization Functions): Fix prototypes for
26970         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26972 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26974         [BZ #13889]
26975         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26976         high value to check if expl overflow.
26977         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26978         to check for underflow and overflow.
26979         * math/libm-test.inc: Add exp test.
26981 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26983         [BZ #11120]
26984         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26985         with NOT_IN_libc.
26987 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26989         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26990         symbol.
26992 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26994         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26995         wrap blocks consisting of several statements.
26997         * sysdeps/generic/math-tests.h: New file.
26998         * sysdeps/i386/fpu/math-tests.h: Likewise.
26999         * math/test-snan.c: Include it.
27000         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27002 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27004         [BZ #15285]
27005         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27006         (__ieee754_j0l): Do not improve calculations using cos of twice
27007         input for inputs above LDBL_MAX / 2.0L.
27008         (__ieee754_y0l): Likewise.
27009         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27010         (__ieee754_j1l): Do not improve calculations using cos of twice
27011         input for inputs above LDBL_MAX / 2.0L.
27012         (__ieee754_y1l): Likewise.
27013         * math/libm-test.inc (j0_test): Add another test.
27014         (j1_test): Likewise.
27015         (y0_test): Likewise.
27016         (y1_test): Likewise.
27017         * sysdeps/i386/fpu/libm-test-ulps: Update.
27019 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27021         * Rules ($(objpfx)bench-%.c): Include code from a C source
27022         file.
27024 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27026         [BZ #15287]
27027         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27028         imaginary part 1.0 and real part less than 0.5 specially.
27029         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27030         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27031         * math/libm-test.inc (cacos_test): Add more tests.
27032         (casin_test): Likewise.
27033         (casinh_test): Likewise.
27034         * sysdeps/i386/fpu/libm-test-ulps: Update.
27035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27037 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27039         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27040         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27042 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27044         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27045         * config.make.in (config-cflags-sse4): Remove variable.
27046         (config-cflags-avx): Likewise.
27047         (config-cflags-sse2avx): Likewise.
27048         (config-cflags-novzeroupper): Likewise.
27049         (config-asflags-i686): Likewise.
27050         (have-mfma4): Likewise.
27051         (have-as-vis3): Likewise.
27052         (MIG): Likewise.
27053         * configure.in (MIG): Do not AC_SUBST.
27054         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27055         (libc_cv_cc_sse4): Do not AC_SUBST.
27056         (libc_cv_cc_avx): Likewise.
27057         (libc_cv_cc_sse2avx): Likewise.
27058         (libc_cv_cc_novzeroupper): Likewise.
27059         (libc_cv_cc_fma4): Likewise.
27060         (libc_cv_as_i686): Likewise.
27061         (libc_cv_sparc_as_vis3): Likewise.
27062         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27063         LIBC_CONFIG_VAR.
27064         (config-asflags-i686): Likewise.
27065         (config-cflags-avx): Likewise.
27066         (config-cflags-sse2avx): Likewise.
27067         (have-mfma4): Likewise.
27068         (config-cflags-novzeroupper): Likewise.
27069         * sysdeps/mach/configure.in (MIG): Likewise.
27070         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27071         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27072         LIBC_CONFIG_VAR.
27073         (config-cflags-avx): Likewise.
27074         (config-cflags-sse2avx): Likewise.
27075         (have-mfma4): Likewise.
27076         (config-cflags-novzeroupper): Likewise.
27077         * configure: Regenerated.
27078         * sysdeps/i386/configure: Likewise.
27079         * sysdeps/mach/configure: Likewise.
27080         * sysdeps/sparc/configure: Likewise.
27081         * sysdeps/x86_64/configure: Likewise.
27083 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27085         [BZ #14812]
27086         * locale/programs/localedef.c (options): Put N_ translation marker
27087         on argument names, not just descriptions.
27089 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27091         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27093 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27095         [BZ #14176]
27096         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27098 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27100         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27101         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27102         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27103         [!BEFORE_ABORT] (before_abort): New function.
27104         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27105         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27106         (writev_for_fatal): New function.
27107         (WRITEV_FOR_FATAL): New macro; call that.
27108         (backtrace_and_maps): New function.
27109         (BEFORE_ABORT): New macro; call that.
27110         (struct str_list): Type removed.
27111         (__libc_message, __libc_fatal): Functions removed.
27112         Include <sysdeps/posix/libc_fatal.c> instead.
27114 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27116         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27117         constants.
27118         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27119         double constants.
27121 2013-03-19  Andreas Schwab  <schwab@suse.de>
27123         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27124         * sysdeps/gnu/configure: Regenerate.
27126         * configure.in: Substitute libc_cv_rtlddir.
27127         * configure: Regenerate.
27128         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27129         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27130         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27131         * elf/Makefile (install-others, CFLAGS-interp.c)
27132         (ldso_install, common-ldd-rewrite): Likewise.
27133         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27134         $(inst_slibdir)/$(rtld-installed-name).
27135         * scripts/rellns-sh: Add -p option.
27136         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27137         for source.
27139 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27141         * manual/nptl.texi: Renamed to ...
27142         * manual/threads.texi: ... this.
27143         * manual/Makefile (chapters): Update.
27145 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27147         [BZ #14812]
27148         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27149         on argument names, not just descriptions.
27150         * malloc/memusagestat.c (options): Likewise.
27151         * nss/getent.c (options): Likewise.
27153 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27155         [BZ #14812]
27156         * iconv/iconv_prog.c (options): Put N_ translation marker
27157         on argument names, not just descriptions.
27158         * iconv/iconvconfig.c (options): Likewise.
27160 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27162         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27163         implementation which is faster on all x86_64 architectures.
27164         Tested on AMD, Intel Nehalem, SNB, IVB.
27165         * sysdeps/x86_64/strnlen.S: Likewise.
27167         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27168         Remove all multiarch strlen and strnlen versions.
27169         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27170         Remove strlen and strnlen related parts.
27172         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27173         Inline strlen part.
27174         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27176         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27177         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27178         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27179         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27180         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27181         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27183 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27185         * manual/memory.texi (Malloc Tunable Parameters):
27186         Sort parameters alphabetically. Add comments for missing entries.
27188 2013-03-17  David S. Miller  <davem@davemloft.net>
27190         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27192 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27194         [BZ #15283]
27195         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27196         for arguments at most half maximum finite value.
27197         * math/libm-test.inc (j0_test): Add more tests.
27198         (j1_test): Likewise.
27199         (y0_test): Likewise.
27200         (y1_test): Likewise.
27201         * sysdeps/i386/fpu/libm-test-ulps: Update.
27202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27204         [BZ #14155]
27205         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27206         1 / x and functions P and Q for arguments above 0x1p256L.
27207         (__ieee754_y0l): Likewise.
27208         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27209         (__ieee754_y1l): Likewise.
27210         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27211         (j1_test): Likewise.
27212         (y0_test): Likewise.
27213         (y1_test): Likewise.
27215 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27217         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27218         variable.
27220 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27222         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27223         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27224         zero since it's initialized to EXEC_PAGESIZE.
27226         * sysdeps/unix/sysv/linux/ldsodefs.h
27227         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27228         * sysdeps/generic/ldsodefs.h: ... here.
27230 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27232         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27234         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27235         math/test-snan.c.
27236         * math/test-snan.c: Renamed from
27237         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27238         * math/Makefile (tests): Add test-snan.
27239         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27240         test-powerpc-snan.
27242         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27243         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27244         functions.
27245         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27246         __builtin_nan family of functions.
27247         * math/libm-test.inc (initialize): Initialize qnan_value with
27248         __builtin_nan family of functions.
27249         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27250         Remove variables.
27251         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27252         Remove functions.
27253         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27254         storage class.  Initialize qNaN_var and sNaN_var with
27255         __builtin_nan and __builtin_nans families of functions,
27256         respectively.
27258         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27259         (sqrt_test): Remove duplicate test with qNaN input.
27260         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27261         (round_test, signbit_test, significand_test): Note missing +/-Inf
27262         as well as qNaN tests.
27264         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27265         qNaN_var.  Fix a few strings, too.
27266         * math/libm-test.inc (nan_value): Rename to qnan_value.
27267         * math/gen-libm-test.pl (%beautify): Adjust to that.
27268         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27269         * math/test-misc.c (main): Likewise.
27270         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27271         to __qnan_bytes, and __qnan_union, respectively.
27272         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27273         Likewise.
27274         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27275         and lqnanval, respectively.
27276         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27277         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27278         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27279         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27281         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27282         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27283         doubles.
27285         * math/test-misc.c (main): Fix copy'n'pastos.
27286         * misc/tst-efgcvt.c (special): Likewise.
27288         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27289         Remove declarations.
27291 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27293         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27294         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27295         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27296         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27298 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27300         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27301         macro to return vdso values correctly in IFUNC implementations.
27302         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27303         Optimization by using IFUNC.
27305 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27306             Richard Henderson  <rth@redhat.com>
27307             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27309         * Makefile.in (bench): New target.
27310         * NEWS: Mention the benchmark framework.
27311         * Rules (bench): Likewise.
27312         (binaries-bench): Generate binaries for functions to
27313         benchmark.
27314         * benchtests/Makefile: New makefile for benchmark tests.
27315         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27316         programs.
27317         * benchtests/exp-inputs: New input file for EXP function.
27318         * benchtests/pow-inputs: New input file for POW function.
27319         * scripts/bench.pl: New script to generate source files for
27320         benchmark programs.
27322 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27324         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27325         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27326         computations on mantissa.  Use macros for rounding and
27327         division.
27328         (denorm): Likewise.
27329         (__dbl_mp): Likewise.
27330         (add_magnitudes): Likewise.
27331         (sub_magnitudes): Likewise.
27332         (__mul): Likewise.
27333         (__sqr): Likewise.
27334         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27335         powers of two in terms of TWOPOW macro.
27336         (mp_no): Make type of mantissa as MANTISSA_T.
27337         [!RADIXI]: Define RADIXI.
27338         [!TWO52]: Define TWO52.
27339         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27341         * manual/nptl.texi (cindex): Modify threads to pthreads.
27343 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27345         * sysdeps/x86_64/preconfigure: Regenerated.
27347 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27349         [BZ #14155]
27350         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27351         0x1p28 and above.
27352         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27353         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27354         0x1p28 and above.
27355         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27356         * math/libm-test.inc (j0_test): Do not allow one spurious
27357         underflow exception.
27358         (y1_test): Likewise.
27360 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27362         * manual/Makefile (chapters): Add nptl.
27363         * manual/debug.texi (Debugging Support): Add link to Threads
27364         chapter.
27365         * manual/nptl.texi: New file.
27367         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27369 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27371         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27372         for non-NULL pointer before the memory validity test. Pointed
27373         out by Holger Brunck <holger.brunck@keymile.com>.
27375 2013-03-13  Andreas Schwab  <schwab@suse.de>
27377         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27378         instead of .os.
27380 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27382         * timezone/zic.c: Update from tzcode 2013b.
27384 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27386         * manual/install.texi (Configuring and compiling):
27387         Mention i686 and i586.
27388         * INSTALL: Regenerate.
27390 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27392         * sysdeps/init_array/elf-init.c: New file.
27393         * csu/elf-init.c
27394         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27395         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27397         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27398         __gmon_start__ as global, but as static with a .preinit_array pointer.
27399         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27400         * sysdeps/init_array/crti.S: New file, empty except for comments.
27401         * sysdeps/init_array/crtn.S: Likewise.
27403 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27405         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27406         definining bcopy.
27407         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27408         Remove Prefer_SSE_for_memop.
27409         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27410         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27411         HAS_PREFER_SSE_FOR_MEMOP.
27412         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27413         memset-x86-64.
27414         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27415         Remove bzero, memset ifunc support.
27416         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27417         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27418         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27419         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27421 2013-03-11  Andreas Schwab  <schwab@suse.de>
27423         [BZ #15234]
27424         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27425         by SHLIB_COMPAT.
27426         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27427         (GLIBC_2.16): Remove pthread_atfork.
27429 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27431         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27432         (ptestcases.h): Likewise.
27434 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27436         * Makeconfig ($(common-objpfx)config.status): Depend on
27437         sysdeps/*/preconfigure{,.in} too.
27439 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27441         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27442         (__free_hook): Use void * instead of __malloc_ptr_t.
27443         (__malloc_hook): Likewise.
27444         (__realloc_hook): Likewise.
27445         (__memalign_hook): Likewise.
27446         (__after_morecore_hook): Likewise.
27447         * malloc/arena.c (save_malloc_hook): Likewise.
27448         (save_free_hook): Likewise.
27449         * malloc/hooks.c (malloc_hook_ini): Likewise.
27450         (realloc_hook_ini): Likewise.
27451         (memalign_hook_ini): Likewise.
27452         * malloc/malloc.c (malloc_hook_ini): Likewise.
27453         (realloc_hook_ini): Likewise.
27454         (memalign_hook_ini): Likewise.
27455         (__free_hook): Likewise.
27456         (__malloc_hook): Likewise.
27457         (__realloc_hook): Likewise.
27458         (__memalign_hook): Likewise.
27459         (__libc_malloc): Likewise.
27460         (__libc_free): Likewise.
27461         (__libc_realloc): Likewise.
27462         (__libc_memalign): Likewise.
27463         (__libc_valloc): Likewise.
27464         (__libc_pvalloc): Likewise.
27465         (__libc_calloc): Likewise.
27466         (__posix_memalign): Likewise.
27467         * malloc/morecore.c (__sbrk): Likewise.
27468         (__default_morecore): Likewise.
27470         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27472         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27473         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27474         __malloc_ptrdiff_t.
27476         * malloc/malloc.h (__malloc_size_t): Remove macro.
27477         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27478         __malloc_size_t.
27479         (old_memalign_hook): Likewise.
27480         (old_realloc_hook): Likewise.
27481         (struct hdr): Likewise.
27482         (flood): Likewise.
27483         (mallochook): Likewise.
27484         (memalignhook): Likewise.
27485         (reallochook): Likewise.
27486         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27487         (tr_old_realloc_hook): Likewise.
27488         (tr_old_memalign_hook): Likewise.
27489         (tr_mallochook): Likewise.
27490         (tr_reallochook): Likewise.
27491         (tr_memalignhook): Likewise.
27493 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27495         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27496         default_ldbl_pack and using as default implementation.
27497         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27498         implementation.
27499         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27500         redundant definition.
27501         (ldbl_insert_mantissa): Likewise.
27502         (ldbl_canonicalize): Likewise.
27503         (ldbl_nearbyint): Likewise.
27504         (ldbl_pack): Rename to ldbl_pack_ppc.
27505         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27506         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27507         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27509 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27511         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27512         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27513         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27514         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27515         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27516         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27517         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27518         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27520 2013-03-07  Andreas Jaeger  <aj@suse.de>
27522         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27523         bits/mman-linux.h.
27525 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27527         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27528         Include mpa.h and declare __MPEXP.
27529         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27530         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27531         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27532         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27533         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27534         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27535         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27537         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27538         (__slowpow): Use long double EXPL and LOGL functions to
27539         compute POW.
27540         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27541         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27542         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27543         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27544         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27545         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27547         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27548         intermediate variable to calculate exponent.
27549         (__sqr): Likewise.
27550         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27551         Likewise.
27552         (__sqr): Likewise.
27554         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27555         [!NO__SQR]: Define __sqr.
27556         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27557         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27558         sysdeps/ieee754/dbl-64/mpa.c.
27559         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27561         [BZ #12723]
27562         * posix/Makefile (tests): Add tst-pathconf.
27563         * posix/tst-pathconf.c: New test case.
27564         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27565         _PC_PIPE_BUF.
27566         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27568 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27570         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27572 2013-03-06  Andreas Jaeger  <aj@suse.de>
27574         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27575         definition via __MAP_ANONYMOUS.
27577         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27578         it's not part of Linux headers.
27580         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27581         (MAP_HUGE_MASK): Define.
27583         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27584         Define.
27585         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27586         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27587         Define.
27588         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27589         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27590         Define.
27591         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27592         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27593         Define.
27594         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27596         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27597         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27598         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27599         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27600         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27601         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27603         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27604         Handle f2fs.
27606         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27607         Handle f2fs and efivarfs.
27609         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27610         f2fs.
27612         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27613         (EFIVARFS_MAGIC): Add.
27614         (F2FS_LINK_MAX): Add.
27616 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27618         * stdio-common/vfprintf.c: Replace __builtin_expect with
27619         __glibc_unlikely.
27621 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27623         [BZ #13550]
27624         * sysdeps/generic/bp-sym.h: Remove file.
27625         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27626         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27627         <bp-sym.h> and <bp-asm.h>.
27628         (__longjmp): Don't use BP_SYM.
27629         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27630         and <bp-asm.h>.
27631         (memcpy): Don't use BP_SYM.
27632         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27633         <bp-sym.h> and <bp-asm.h>.
27634         (memcpy): Don't use BP_SYM.
27635         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27636         <bp-asm.h>.
27637         (memcpy): Don't use BP_SYM.
27638         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27639         <bp-asm.h>.
27640         (memset): Don't use BP_SYM.
27641         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27642         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27643         (__bzero): Don't use BP_SYM.
27644         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27645         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27646         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27647         <bp-sym.h> and <bp-asm.h>.
27648         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27649         pointers.
27650         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27651         <bp-sym.h> and <bp-asm.h>.
27652         (memcpy): Don't use BP_SYM.
27653         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27654         <bp-sym.h> and <bp-asm.h>.
27655         (memset): Don't use BP_SYM.
27656         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27657         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27658         (__bzero): Don't use BP_SYM.
27659         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27660         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27661         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27662         <bp-sym.h> and <bp-asm.h>.
27663         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27664         pointers.
27665         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27666         <bp-sym.h> and <bp-asm.h>.
27667         (memcpy): Don't use BP_SYM.
27668         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27669         <bp-sym.h> and <bp-asm.h>.
27670         (memset): Don't use BP_SYM.
27671         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27672         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27673         (__bzero): Don't use BP_SYM.
27674         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27675         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27676         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27677         <bp-sym.h> and <bp-asm.h>.
27678         (__memchr): Don't use BP_SYM.
27679         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27680         <bp-sym.h> and <bp-asm.h>.
27681         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27682         pointers.
27683         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27684         <bp-sym.h> and <bp-asm.h>.
27685         (memcpy): Don't use BP_SYM.
27686         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27687         <bp-sym.h> and <bp-asm.h>.
27688         (__mempcpy): Don't use BP_SYM.
27689         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27690         <bp-sym.h> and <bp-asm.h>.
27691         (__memrchr): Don't use BP_SYM.
27692         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27693         <bp-sym.h> and <bp-asm.h>.
27694         (memset): Don't use BP_SYM.
27695         (__bzero): Likewise.
27696         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27697         <bp-sym.h> and <bp-asm.h>.
27698         (__rawmemchr): Don't use BP_SYM.
27699         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27700         <bp-sym.h> and <bp-asm.h>.
27701         (__STRCMP): Don't use BP_SYM.
27702         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27703         <bp-sym.h> and <bp-asm.h>.
27704         (strchr): Don't use BP_SYM.
27705         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27706         <bp-sym.h> and <bp-asm.h>.
27707         (__strchrnul): Don't use BP_SYM.
27708         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27709         <bp-sym.h> and <bp-asm.h>.
27710         (strlen): Don't use BP_SYM.
27711         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27712         <bp-sym.h> and <bp-asm.h>.
27713         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27714         pointers.
27715         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27716         <bp-sym.h> and <bp-asm.h>.
27717         (__strnlen): Don't use BP_SYM.
27718         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27719         <bp-sym.h> and <bp-asm.h>.
27720         (__GI__setjmp): Don't use BP_SYM.
27721         (_setjmp): Likewise.
27722         (__sigsetjmp): Likewise.
27723         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27724         (L(start_addresses)): Don't use BP_SYM.
27725         (_start): Likewise.
27726         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27727         <bp-asm.h>.
27728         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27729         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27730         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27731         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27732         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27733         <bp-asm.h>.
27734         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27735         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27736         about bounded pointers.
27737         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27738         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27739         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27740         <bp-asm.h>.
27741         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27742         about bounded pointers.  Remove GKM FIXME comments.
27743         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27744         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27745         <bp-asm.h>.
27746         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27747         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27748         Remove GKM FIXME comments.
27749         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27750         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27751         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27752         <bp-asm.h>.
27753         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27754         about bounded pointers.  Remove GKM FIXME comment.
27755         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27756         and <bp-asm.h>.
27757         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27758         pointers.
27759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27760         <bp-sym.h> and <bp-asm.h>.
27761         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27763         <bp-sym.h> and <bp-asm.h>.
27764         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27765         comment.
27767 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27769         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27770         call free(NULL).
27772 2013-03-05  David S. Miller  <davem@davemloft.net>
27774         * po/es.po: Update from translation team.
27776 2013-03-05  Andreas Jaeger  <aj@suse.de>
27778         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27779         <bits/mman-linux.h>.
27780         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27781         is fine.
27782         * sysdeps/unix/sysv/linux/sh/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/x86/bits/mman.h: Move include of
27787         <bits/mman-linux.h> to end of file.
27788         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27789         is fine.
27790         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27791         <bits/mman-linux.h> to end of file.
27793         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27794         (MCL_CURRENT, MCL_FUTURE): Define here.
27796 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27798         [BZ #15232]
27799         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27800         attribute_hidden.
27801         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27803 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27805         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27806         fourth parameter needed for rt_sigprocmask syscall.
27807         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27808         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27809         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27810         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27811         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27812         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27814 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27816         [BZ #13550]
27817         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27818         comment about bounded pointers.
27819         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27820         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27822 2013-03-04  Andreas Jaeger  <aj@suse.de>
27824         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27825         common definitions.
27827         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27828         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27829         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27830         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27831         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27832         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27834 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27836         [BZ #15055]
27837         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27838         __ieee754_sqrl instead of __sqrl.
27840 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27842         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27843         * sysdeps/powerpc/fpu_control.h: ... here.
27844         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27845         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27846         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27847         * sysdeps/powerpc/bits/mathinline.h: ... here.
27849 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27851         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27852         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27853         to just [NEED_DL_SYSINFO_DSO].
27854         * elf/dl-support.c: Likewise.
27855         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27856         * elf/rtld.c (dl_main): Likewise.
27857         * elf/setup-vdso.h (setup_vdso): Likewise.
27858         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27859         * sysdeps/unix/sysv/linux/dl-sysdep.c
27860         (_dl_discover_osversion): Likewise.
27862 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27864         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27865         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27867 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27869         * NEWS: Mention libm performance improvements and non-x86 PI
27870         futex support.
27872         * csu/libc-start.c (__pthread_initialize_minimal): Change
27873         function arguments.
27874         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27876 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27878         [BZ #13550]
27879         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27880         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27881         <bp-sym.h> and <bp-asm.h>.
27882         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27883         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27884         and <bp-asm.h>.
27885         (memcpy): Don't use BP_SYM.
27886         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27887         <bp-asm.h>.
27888         (__mpn_add_n): Don't use BP_SYM.
27889         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27890         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27891         and <bp-asm.h>.
27892         (__mpn_addmul_1): Don't use BP_SYM.
27893         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27894         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27895         <bp-sym.h>.
27896         (_setjmp): Don't use BP_SYM.
27897         (__novmx_setjmp): Likewise.
27898         (__GI__setjmp): Likewise.
27899         (__vmx_setjmp): Likewise.
27900         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27901         <bp-sym.h>.
27902         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27903         (__bzero): Don't use BP_SYM.
27904         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27905         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27906         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27907         <bp-sym.h> and <bp-asm.h>.
27908         (memcpy): Don't use BP_SYM.
27909         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27910         <bp-sym.h> and <bp-asm.h>.
27911         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27912         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27913         <bp-sym.h> and <bp-asm.h>.
27914         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27915         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27916         <bp-asm.h>.
27917         (__mpn_lshift): Don't use BP_SYM.
27918         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27919         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27920         <bp-asm.h>.
27921         (memset): Don't use BP_SYM.
27922         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27923         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27924         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27925         <bp-asm.h>.
27926         (__mpn_mul_1): Don't use BP_SYM.
27927         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27928         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27929         <bp-sym.h> and <bp-asm.h>.
27930         (memcmp): Don't use BP_SYM.
27931         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27932         <bp-sym.h> and <bp-asm.h>.
27933         (memcpy): Don't use BP_SYM.
27934         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27935         <bp-sym.h> and <bp-asm.h>.
27936         (memset): Don't use BP_SYM.
27937         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27938         <bp-sym.h> and <bp-asm.h>.
27939         (strncmp): Don't use BP_SYM.
27940         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27941         <bp-sym.h> and <bp-asm.h>.
27942         (memcpy): Don't use BP_SYM.
27943         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27944         <bp-sym.h> and <bp-asm.h>.
27945         (memset): Don't use BP_SYM.
27946         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27947         <bp-sym.h> and <bp-asm.h>.
27948         (__memchr): Don't use BP_SYM.
27949         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27950         <bp-sym.h> and <bp-asm.h>.
27951         (memcmp): Don't use BP_SYM.
27952         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27953         <bp-sym.h> and <bp-asm.h>.
27954         (memcpy): Don't use BP_SYM.
27955         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27956         <bp-sym.h> and <bp-asm.h>.
27957         (__mempcpy): Don't use BP_SYM.
27958         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27959         <bp-sym.h> and <bp-asm.h>.
27960         (__memrchr): Don't use BP_SYM.
27961         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27962         <bp-sym.h> and <bp-asm.h>.
27963         (memset): Don't use BP_SYM.
27964         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27965         <bp-sym.h> and <bp-asm.h>.
27966         (__rawmemchr): Don't use BP_SYM.
27967         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27968         <bp-sym.h> and <bp-asm.h>.
27969         (__STRCMP): Don't use BP_SYM.
27970         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27971         <bp-sym.h> and <bp-asm.h>.
27972         (strchr): Don't use BP_SYM.
27973         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27974         <bp-sym.h> and <bp-asm.h>.
27975         (__strchrnul): Don't use BP_SYM.
27976         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27977         <bp-sym.h> and <bp-asm.h>.
27978         (strlen): Don't use BP_SYM.
27979         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27980         <bp-sym.h> and <bp-asm.h>.
27981         (strncmp): Don't use BP_SYM.
27982         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27983         <bp-sym.h> and <bp-asm.h>.
27984         (__strnlen): Don't use BP_SYM.
27985         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27986         <bp-asm.h>.
27987         (__mpn_rshift): Don't use BP_SYM.
27988         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27989         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27990         <bp-sym.h> and <bp-asm.h>.
27991         (__sigsetjmp): Don't use BP_SYM.
27992         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27993         (L(start_addresses)): Don't use BP_SYM.
27994         (_start): Likewise.
27995         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27996         <bp-asm.h>.
27997         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27998         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27999         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28000         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28001         <bp-asm.h>.
28002         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28003         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28004         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28005         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28006         <bp-asm.h>.
28007         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28008         comments.
28009         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28010         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28011         <bp-asm.h>.
28012         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28013         FIXME comments.
28014         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28015         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28016         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28017         <bp-asm.h>.
28018         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28019         comment.
28020         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28021         and <bp-asm.h>.
28022         (strncmp): Don't use BP_SYM,
28023         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28024         <bp-asm.h>.
28025         (__mpn_sub_n): Don't use BP_SYM.
28026         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28027         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28028         and <bp-asm.h>.
28029         (__mpn_submul_1): Don't use BP_SYM.
28030         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28032         <bp-sym.h> and <bp-asm.h>.
28033         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28035         <bp-sym.h> and <bp-asm.h>.
28036         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28037         comment.
28039 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28041         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28042         Use ZK to minimize writes to Z.
28043         (sub_magnitudes): Simplify code a bit.
28044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28045         Use ZK to minimize writes to Z.
28046         (sub_magnitudes): Simplify code a bit.
28048 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28050         * csu/gmon-start.c: Add special exception to license text.
28052 2013-02-27  Richard Henderson  <rth@redhat.com>
28054         * scripts/config.guess: Update from config.git.
28055         * scripts/config.sub: Likewise.
28057 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28059         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28061         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28063         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28065         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28067         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28069 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28071         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28072         [$(build-shared = yes].
28074 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28076         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28077         (__mul): Reduce iterations for calculating mantissa.
28079         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28080         MPTWO.
28081         (__mpranred): Likewise.
28083         [BZ #15160]
28084         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28085         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28087 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28089         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28090         Define __attribute__.
28092 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28094         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28095         unused.
28096         * posix/regex_internal.h (__attribute): Remove.
28097         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28098         (re_string_context_at): Likewise.
28099         (bitset_not): Use __attribute__ and mark function as possibly
28100         unused.
28101         (bitset_merge): Likewise.
28102         (bitset_mask): Likewise.
28103         (re_string_char_size_at): Likewise.
28104         (re_string_wchar_at): Likewise.
28105         (re_string_elem_size_at): Likewise.
28107 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28109         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28110         code.
28111         (cc32): Likewise.
28113         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28114         (__acr): Likewise.
28115         (__cpy): Likewise.
28116         (norm): Likewise.
28117         (denorm): Likewise.
28118         (__dbl_mp): Likewise.
28119         (add_magnitudes): Likewise.
28120         (sub_magnitudes): Likewise.
28121         (__mul): Likewise.
28122         (__inv): Likewise.
28124         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28125         style.
28127         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28128         style.
28130         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28131         code.
28133         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28134         up changes with default code.
28135         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28136         Likewise.
28138 2013-02-24  Allan McRae  <allan@archlinux.org>
28140         * manual/socket.texi (The Internet Namespace): Order menu items
28141         to match that in the file.
28143         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28144         node listing of the info page menu.
28146 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28148         [BZ #13550]
28149         * sysdeps/i386/bp-asm.h: Remove file.
28150         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28151         (PARMS): Do not use macros from bp-asm.h.
28152         (S1): Likewise.
28153         (S2): Likewise.
28154         (SIZE): Likewise.
28155         (__mpn_add_n): Do not use BP_SYM
28156         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28157         "bp-asm.h".
28158         (PARMS): Do not use macros from bp-asm.h.
28159         (S1): Likewise.
28160         (SIZE): Likewise.
28161         (__mpn_addmul_1): Do not use BP_SYM
28162         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28163         "bp-asm.h".
28164         (PARMS): Do not use macros from bp-asm.h.
28165         (SIGMSK): Likewise.
28166         (_setjmp): Likewise.  Do not use BP_SYM.
28167         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28168         "bp-asm.h".
28169         (PARMS): Do not use macros from bp-asm.h.
28170         (SIGMSK): Likewise.
28171         (setjmp): Likewise.  Do not use BP_SYM.
28172         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28173         "bp-asm.h".
28174         (PARMS): Do not use macros from bp-asm.h.
28175         (__frexp): Do not use BP_SYM.
28176         (frexp): Likewise.
28177         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28178         "bp-asm.h".
28179         (PARMS): Do not use macros from bp-asm.h.
28180         (__frexpf): Do not use BP_SYM.
28181         (frexpf): Likewise.
28182         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28183         "bp-asm.h".
28184         (PARMS): Do not use macros from bp-asm.h.
28185         (__frexpl): Do not use BP_SYM.
28186         (frexpl): Likewise.
28187         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28188         "bp-asm.h".
28189         (PARMS): Do not use macros from bp-asm.h.
28190         (__remquo): Do not use BP_SYM.
28191         (remquo): Likewise.
28192         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28193         "bp-asm.h".
28194         (PARMS): Do not use macros from bp-asm.h.
28195         (__remquof): Do not use BP_SYM.
28196         (remquof): Likewise.
28197         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28198         "bp-asm.h".
28199         (PARMS): Do not use macros from bp-asm.h.
28200         (__remquol): Do not use BP_SYM.
28201         (remquol): Likewise.
28202         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28203         "bp-asm.h".
28204         (PARMS): Do not use macros from bp-asm.h.
28205         (DEST): Likewise.
28206         (SRC): Likewise.
28207         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28208         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28209         "bp-asm.h".
28210         (PARMS): Do not use macros from bp-asm.h.
28211         (strlen): Do not use BP_SYM.
28212         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28213         "bp-asm.h".
28214         (PARMS): Do not use macros from bp-asm.h.
28215         (S1): Likewise.
28216         (S2): Likewise.
28217         (SIZE): Likewise.
28218         (__mpn_add_n): Do not use BP_SYM.
28219         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28220         "bp-asm.h".
28221         (PARMS): Do not use macros from bp-asm.h.
28222         (S1): Likewise.
28223         (SIZE): Likewise.
28224         (__mpn_addmul_1): Do not use BP_SYM.
28225         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28226         weak_alias.
28227         (bzero): Likewise.
28228         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28229         "bp-asm.h".
28230         (PARMS): Do not use macros from bp-asm.h.
28231         (S): Likewise.
28232         (SIZE): Likewise.
28233         (__mpn_lshift): Do not use BP_SYM.
28234         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28235         "bp-asm.h".
28236         (PARMS): Do not use macros from bp-asm.h.
28237         (DEST): Likewise.
28238         (SRC): Likewise.
28239         (LEN): Likewise.
28240         (memcpy): Likewise.  Do not use BP_SYM.
28241         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28242         libc_hidden_def and weak_alias.
28243         (mempcpy): Do not use BP_SYM in weak_alias.
28244         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28245         "bp-asm.h".
28246         (PARMS): Do not use macros from bp-asm.h.
28247         (DEST): Likewise.
28248         (LEN): Likewise.
28249         [!BZERO_P] (CHR): Likewise.
28250         (memset): Likewise.  Do not use BP_SYM.
28251         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28252         "bp-asm.h".
28253         (PARMS): Do not use macros from bp-asm.h.
28254         (S1): Likewise.
28255         (SIZE): Likewise.
28256         (__mpn_mul_1): Do not use BP_SYM.
28257         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28258         "bp-asm.h".
28259         (PARMS): Do not use macros from bp-asm.h.
28260         (S): Likewise.
28261         (SIZE): Likewise.
28262         (__mpn_rshift): Do not use BP_SYM.
28263         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28264         "bp-asm.h".
28265         (PARMS): Do not use macros from bp-asm.h.
28266         (STR): Likewise.
28267         (CHR): Likewise.
28268         (strchr): Likewise.  Do not use BP_SYM.
28269         (index): Do not use BP_SYM in weak_alias.
28270         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28271         "bp-asm.h".
28272         (PARMS): Do not use macros from bp-asm.h.
28273         (DEST): Likewise.
28274         (SRC): Likewise.
28275         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28276         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28277         "bp-asm.h".
28278         (PARMS): Do not use macros from bp-asm.h.
28279         (strlen): Do not use BP_SYM.
28280         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28281         "bp-asm.h".
28282         (PARMS): Do not use macros from bp-asm.h.
28283         (S1): Likewise.
28284         (S2): Likewise.
28285         (SIZE): Likewise.
28286         (__mpn_sub_n): Do not use BP_SYM.
28287         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28288         "bp-asm.h".
28289         (PARMS): Do not use macros from bp-asm.h.
28290         (S1): Likewise.
28291         (SIZE): Likewise.
28292         (__mpn_submul_1): Do not use BP_SYM.
28293         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28294         "bp-asm.h".
28295         (PARMS): Do not use macros from bp-asm.h.
28296         (S1): Likewise.
28297         (S2): Likewise.
28298         (SIZE): Likewise.
28299         (__mpn_add_n): Do not use BP_SYM.
28300         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28301         weak_alias.
28302         (bzero): Likewise.
28303         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28304         "bp-asm.h".
28305         (PARMS): Do not use macros from bp-asm.h.
28306         (BLK2): Likewise.
28307         (LEN): Likewise.
28308         (memcmp): Do not use BP_SYM.
28309         (bcmp): Do not use BP_SYM in weak_alias.
28310         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28311         "bp-asm.h".
28312         (PARMS): Do not use macros from bp-asm.h.
28313         (DEST): Likewise.
28314         (SRC): Likewise.
28315         (LEN): Likewise.
28316         (memcpy): Likewise.  Do not use BP_SYM.
28317         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28318         "bp-asm.h".
28319         (PARMS): Do not use macros from bp-asm.h.
28320         (DEST): Likewise.
28321         (SRC): Likewise.
28322         (LEN): Likewise.
28323         (memmove): Likewise.  Do not use BP_SYM.
28324         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28325         "bp-asm.h".
28326         (PARMS): Do not use macros from bp-asm.h.
28327         (DEST): Likewise.
28328         (SRC): Likewise.
28329         (LEN): Likewise.
28330         (__mempcpy): Likewise.  Do not use BP_SYM.
28331         (mempcpy): Do not use BP_SYM in weak_alias.
28332         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28333         "bp-asm.h".
28334         (PARMS): Do not use macros from bp-asm.h.
28335         (DEST): Likewise.
28336         (LEN): Likewise.
28337         [!BZERO_P] (CHR): Likewise.
28338         (memset): Likewise.  Do not use BP_SYM.
28339         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28340         "bp-asm.h".
28341         (PARMS): Do not use macros from bp-asm.h.
28342         (STR2): Likewise.
28343         (strcmp): Do not use BP_SYM.
28344         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28345         "bp-asm.h".
28346         (PARMS): Do not use macros from bp-asm.h.
28347         (STR): Likewise.
28348         (DELIM): Likewise.
28349         [USE_AS_STRTOK_R] (SAVE): Likewise.
28350         (FUNCTION): Likewise.  Do not use BP_SYM.
28351         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28352         aliases.
28353         (strtok_r): Likewise.
28354         (__GI___strtok_r): Likewise.
28355         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28356         (PARMS): Do not use macros from bp-asm.h.
28357         (S): Likewise.
28358         (SIZE): Likewise.
28359         (__mpn_lshift): Do not use BP_SYM.
28360         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28361         (PARMS): Do not use macros from bp-asm.h.
28362         (STR): Likewise.
28363         (CHR): Likewise.
28364         (__memchr): Do not use BP_SYM.
28365         (memchr): Do not use BP_SYM in weak_alias.
28366         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28367         (PARMS): Do not use macros from bp-asm.h.
28368         (BLK2): Likewise.
28369         (LEN): Likewise.
28370         (memcmp): Do not use BP_SYM.
28371         (bcmp): Do not use BP_SYM in weak_alias.
28372         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28373         (PARMS): Do not use macros from bp-asm.h.
28374         (S1): Likewise.
28375         (SIZE): Likewise.
28376         (__mpn_mul_1): Do not use BP_SYM.
28377         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28378         "bp-asm.h".
28379         (PARMS): Do not use macros from bp-asm.h.
28380         (STR): Likewise.
28381         (CHR): Likewise.
28382         (__rawmemchr): Do not use BP_SYM.
28383         (rawmemchr): Do not use BP_SYM in weak_alias.
28384         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28385         (PARMS): Do not use macros from bp-asm.h.
28386         (S): Likewise.
28387         (SIZE): Likewise.
28388         (__mpn_rshift): Do not use BP_SYM.
28389         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28390         (PARMS): Do not use macros from bp-asm.h.
28391         (SIGMSK): Likewise.
28392         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28393         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28394         (_start): Do not use BP_SYM.
28395         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28396         (PARMS): Do not use macros from bp-asm.h.
28397         (DEST): Likewise.
28398         (SRC): Likewise.
28399         (__stpcpy): Likewise.  Do not use BP_SYM.
28400         (stpcpy): Do not use BP_SYM in weak_alias.
28401         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28402         "bp-asm.h".
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (DEST): Likewise.
28405         (SRC): Likewise.
28406         (LEN): Likewise.
28407         (__stpncpy): Likewise.  Do not use BP_SYM.
28408         (stpncpy): Do not use BP_SYM in weak_alias.
28409         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28410         (PARMS): Do not use macros from bp-asm.h.
28411         (STR): Likewise.
28412         (CHR): Likewise.
28413         (strchr): Likewise.  Do not use BP_SYM.
28414         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28415         "bp-asm.h".
28416         (PARMS): Do not use macros from bp-asm.h.
28417         (STR): Likewise.
28418         (CHR): Likewise.
28419         (__strchrnul): Likewise.  Do not use BP_SYM.
28420         (strchrnul): Do not use BP_SYM in weak_alias.
28421         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28422         "bp-asm.h".
28423         (PARMS): Do not use macros from bp-asm.h.
28424         (STOP): Likewise.
28425         (strcspn): Do not use BP_SYM.
28426         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28427         "bp-asm.h".
28428         (PARMS): Do not use macros from bp-asm.h.
28429         (STR): Likewise.
28430         (STOP): Likewise.
28431         (strpbrk): Likewise.  Do not use BP_SYM.
28432         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28433         "bp-asm.h".
28434         (PARMS): Do not use macros from bp-asm.h.
28435         (STR): Likewise.
28436         (CHR): Likewise.
28437         (strrchr): Likewise.  Do not use BP_SYM.
28438         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (SKIP): Likewise.
28441         (strspn): Do not use BP_SYM.
28442         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28443         (PARMS): Do not use macros from bp-asm.h.
28444         (STR): Likewise.
28445         (DELIM): Likewise.
28446         (SAVE): Likewise.
28447         (FUNCTION): Likewise.  Do not use BP_SYM.
28448         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28449         aliases.
28450         (strtok_r): Likewise.
28451         (__GI___strtok_r): Likewise.
28452         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28453         (PARMS): Do not use macros from bp-asm.h.
28454         (S1): Likewise.
28455         (S2): Likewise.
28456         (SIZE): Likewise.
28457         (__mpn_sub_n): Do not use BP_SYM.
28458         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28459         "bp-asm.h".
28460         (PARMS): Do not use macros from bp-asm.h.
28461         (S1): Likewise.
28462         (SIZE): Likewise.
28463         (__mpn_submul_1): Do not use BP_SYM.
28464         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28465         <bp-sym.h>.
28466         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28467         and <bp-asm.h>.
28468         (PARMS): Do not use macros from bp-asm.h.
28469         (FLAGS): Likewise.
28470         (PTID): Likewise.
28471         (TLS): Likewise.
28472         (CTID): Likewise.
28473         (__clone): Do not use BP_SYM.
28474         (clone): Do not use BP_SYM in weak_alias.
28475         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28476         and <bp-asm.h>.
28477         (PARMS): Do not use macros from bp-asm.h.
28478         (LEN): Likewise.
28479         (__mmap64): Do not use BP_SYM.
28480         (mmap64): Do not use BP_SYM in weak_alias.
28481         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28482         <bp-sym.h> and <bp-asm.h>.
28483         (PARMS): Do not use macros from bp-asm.h.
28484         (__posix_fadvise64_l64): Do not use BP_SYM.
28485         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28486         (PARMS): Do not use macros from bp-asm.h.
28487         (NSOPS): Likewise.
28488         (semtimedop): Do not use BP_SYM.
28489         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28490         and <bp-asm.h>.
28492 2013-02-21  Allan McRae  <allan@archlinux.org>
28494         * manual/message.texi (Charset conversion in gettext):
28495         Move @end statement to beginning of line.
28497 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28499         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28500         static.
28501         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28502         Likewise.
28504         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28505         (denorm): Likewise.
28506         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28507         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28509 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28511         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28512         tail-call to the resolved function if pltexit isn't needed.
28514 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28516         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28517         or Y being zero as being unlikely.
28518         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28519         Likewise.
28521 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28523         * manual/nss.texi (System Databases and Name Service Switch):
28524         Remove frobnicate @pxref.
28526 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28528         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28529         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28531 2013-02-20  Petr Machata  <pmachata@redhat.com>
28533         * elf/elf.h (R_ARM_TARGET1): New macro.
28534         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28535         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28536         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28537         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28538         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28539         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28540         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28541         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28542         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28543         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28544         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28545         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28546         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28547         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28548         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28549         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28550         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28551         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28552         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28553         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28554         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28555         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28556         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28557         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28558         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28559         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28560         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28561         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28562         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28563         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28564         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28565         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28566         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28567         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28568         (R_ARM_THM_GOT_BREL12): Likewise.
28569         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28570         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28571         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28572         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28573         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28574         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28575         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28576         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28577         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28579 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28581         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28582         __attribute_used__ to __attribute__ ((unused)).
28584 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28586         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28587         powerpc mpa.c.
28588         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28589         comment formatting.
28590         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28592 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28594         [BZ #13550]
28595         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28596         Remove macro.
28597         (ENTER): Remove both macro definitions.
28598         (LEAVE): Likewise.
28599         (CHECK_BOUNDS_LOW): Likewise.
28600         (CHECK_BOUNDS_HIGH): Likewise.
28601         (CHECK_BOUNDS_BOTH): Likewise.
28602         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28603         (RETURN_BOUNDED_POINTER): Likewise.
28604         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28605         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28606         (POP_ERRNO_LOCATION_RETURN): Likewise.
28607         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28608         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28609         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28610         macros.
28611         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28612         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28613         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28614         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28615         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28616         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28617         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28618         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28619         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28620         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28621         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28622         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28623         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28624         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28625         removed macros.
28626         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28627         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28628         macros.
28629         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28630         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28631         * sysdeps/i386/i586/memset.S (memset): Likewise.
28632         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28633         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28634         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28635         macros.
28636         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28637         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28638         Change uses of L(2) to L(out).
28639         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28640         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28641         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28642         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28643         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28644         removed macros.
28645         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28646         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28647         macros.
28648         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28649         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28650         (RETURN): Do not use macro LEAVE.
28651         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28652         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28653         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28654         * sysdeps/i386/i686/memset.S (memset): Likewise.
28655         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28656         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28657         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28658         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28659         Likewise.
28660         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28661         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28662         L(1_2) and L(1_3) into L(1).
28663         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28664         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28665         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28666         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28667         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28668         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28669         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28670         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28671         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28672         macros.
28673         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28674         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28675         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28676         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28677         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28678         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28679         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28680         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28681         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28682         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28683         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28684         * sysdeps/i386/strspn.S (strspn): Likewise.
28685         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28686         conditional code.
28687         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28688         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28689         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28690         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28691         L(1_3) into L(1_1).
28692         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28693         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28694         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28695         macros.
28696         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28698 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28700         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28701         macro.
28703 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28705         * math/atest-exp.c (exp_mpn): Remove ROUND.
28706         * math/atest-exp2.c (exp_mpn): Likewise.
28707         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28709         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28710         * stdlib/tst-tls-atexit-lib.c: Likewise.
28711         * stdlib/tst-tls-atexit.c: Likewise.
28713 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28715         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28716         and __attribute_alloc_size__.
28718 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28720         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28721         __attribute_alloc_size__.
28722         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28723         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28725 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28727         * include/programs/xmalloc.h: New file.
28728         * catgets/gencat.c: Include it.
28729         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28730         * elf/pldd.c: Likewise.
28731         * iconv/iconv_charmap.c: Likewise.
28732         * iconv/iconvconfig.c: Likewise.
28733         * iconv/strtab.c: Likewise.
28734         * locale/programs/locale.c: Likewise.
28735         * locale/programs/localedef.h: Likewise.
28736         * locale/programs/simple-hash.c: Likewise.
28737         * nscd/nscd.h: Likewise.
28738         * nss/makedb.c: Likewise.
28739         * sysdeps/generic/ldconfig.h: Likewise.
28741 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28743         * Versions.def: Add GLIBC_2.18.
28744         * include/link.h (struct link_map): New member l_tls_dtor_count.
28745         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28746         (__call_tls_dtors): Likewise.
28747         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28748         __cxa_thread_atexit_impl.
28749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28750         Likewise.
28751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28752         Likewise.
28753         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28754         Likewise.
28755         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28756         Likewise.
28757         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28758         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28759         Likewise.
28760         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28761         Likewise.
28762         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28764         Likewise.
28765         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28766         (tests): Add test case tst-tls-atexit.
28767         (modules-names): Add shared library for tst-tls-atexit.
28768         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28769         (GLIBC_PRIVATE): Add __call_tls_dtors.
28770         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28771         for libstdc++.
28772         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28773         * stdlib/tst-tls-atexit.c: New test case.
28774         * stdlib/tst-tls-atexit-lib.c: New test case.
28776         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28778         * elf/Versions (ld): Add _dl_find_dso_for_object.
28779         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28780         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28781         (dl_open_worker): Use _dl_find_dso_for_object.
28782         * elf/dl-sym.c (do_sym): Likewise.
28783         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28785 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28787         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28788         Syntactic changes only.
28789         (_dl_runtime_profile): Do a tail-call to the resolved function.
28791 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28793         [BZ #13550]
28794         * sysdeps/x86_64/bp-asm.h: Remove file.
28795         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28796         <bp-sym.h> and <bp-asm.h>.
28797         (__clone): Do not use BP_SYM.
28798         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28799         <bp-sym.h> and <bp-asm.h>.
28800         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28801         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28802         "bp-asm.h".
28803         (_setjmp): Do not use BP_SYM.
28804         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28805         "bp-asm.h".
28806         (setjmp): Do not use BP_SYM.
28807         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28808         libc_hidden_def.
28809         (mempcpy): Do not use BP_SYM in weak_alias.
28810         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28811         "bp-asm.h".
28812         (strchr): Do not use BP_SYM.
28813         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28814         "bp-asm.h".
28815         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28816         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28817         (_start): Do not use BP_SYM.
28818         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28819         "bp-asm.h".
28820         (strcat): Do not use BP_SYM.
28821         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28822         "bp-asm.h".
28823         (STRCMP): Do not use BP_SYM.
28824         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28825         "bp-asm.h".
28826         (STRCPY): Do not use BP_SYM.
28827         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28828         "bp-asm.h".
28829         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28830         "bp-asm.h".
28831         (FUNCTION): Do not use BP_SYM.
28832         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28833         weak_alias.
28834         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28836 2013-02-17  Andreas Jaeger  <aj@suse.de>
28838         * time/Versions: Sort entries.
28839         * string/Versions: Likewise.
28840         * resolv/Versions: Likewise.
28841         * posix/Versions: Likewise.
28842         * iconv/Versions: Likewise.
28843         * elf/Versions: Likewise.
28844         * wcsmbs/Versions: Likewise.
28846 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28848         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28849         loop termination condition.
28851         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28852         variable to calculate EZ.
28853         (__sqr): Likewise.
28855         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28856         the lower precision input.
28858 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28860         [BZ #13550]
28861         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28862         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28863         (run-via-rtld-prefix): Do not handle %-bp tests.
28864         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28865         (all-object-suffixes): Remove .ob.
28866         (bppfx): Remove variable.
28867         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28868         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28869         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28870         [$(build-bounded) = yes] (libtype.ob): Likewise.
28871         * Makerules (elide-routines.ob): Remove variable.
28872         (do-tests-clean): Do not handle *-bp.out.
28873         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28874         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28875         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28876         (tests): Do not include $(tests-bp.out).
28877         (xtests): Do not include $(xtests-bp.out).
28878         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28879         [$(build-bounded) = yes] ($(addprefix
28880         $(objpfx),$(binaries-bounded))): Remove rule.
28881         ($(objpfx)%-bp.out): Remove rule.
28882         * config.make.in (build-bounded): Remove variable.
28883         * crypt/Makefile [$(build-bounded) = yes]
28884         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28885         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28886         append to variable.
28887         [$(build-bounded) = yes] (install-lib): Likewise.
28888         [$(build-bounded) = yes] (generated): Likewise.
28889         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28890         Remove rule.
28891         * intl/Makefile [$(build-bounded) = yes]
28892         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28893         * math/Makefile [$(build-bounded) = yes]
28894         ($(tests:%=$(objpfx)%-bp): Likewise.
28895         * misc/Makefile [$(build-bounded) = yes]
28896         ($(objpfx)tst-tsearch-bp): Likewise.
28897         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28898         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28899         Remove dependency.
28900         * string/Makefile (o-objects.ob): Remove variable.
28901         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28902         (CFLAGS-.ob): Remove variable.
28903         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28904         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28905         both definitions of variable.
28906         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28907         (ASFLAGS-.ob): Remove variable.
28909 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28911         [BZ #13550]
28912         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28913         Remove __BOUNDED_POINTERS__ from condition.
28914         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28915         * string/bits/string2.h [!__NO_STRING_INLINES &&
28916         !__BOUNDED_POINTERS__]: Likewise.
28917         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28918         Likewise.
28919         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28920         Remove conditional code.
28921         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28922         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28923         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28924         condition.
28926         [BZ #13550]
28927         * csu/libc-start.c: Do not include <bp-sym.h>.
28928         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28929         * elf/dl-open.c: Do not include <bp-sym.h>.
28930         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28931         * math/fegetenv.c: Do not include <bp-sym.h>.
28932         (fegetenv): Do not use BP_SYM in versioned symbols.
28933         * nptl/sysdeps/pthread/bits/libc-lockP.h
28934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28935         <bp-sym.h>.
28936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28937         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28939         (__pthread_mutex_destroy): Likewise.
28940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28941         (__pthread_mutex_lock): Likewise.
28942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28943         (__pthread_mutex_trylock): Likewise.
28944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28945         (__pthread_mutex_unlock): Likewise.
28946         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28947         (__pthread_mutexattr_init): Likewise.
28948         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28949         (__pthread_mutexattr_destroy): Likewise.
28950         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28951         (__pthread_mutexattr_settype): Likewise.
28952         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28953         (__pthread_rwlock_init): Likewise.
28954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28955         (__pthread_rwlock_destroy): Likewise.
28956         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28957         (__pthread_rwlock_rdlock): Likewise.
28958         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28959         (__pthread_rwlock_tryrdlock): Likewise.
28960         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28961         (__pthread_rwlock_wrlock): Likewise.
28962         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28963         (__pthread_rwlock_trywrlock): Likewise.
28964         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28965         (__pthread_rwlock_unlock): Likewise.
28966         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28967         (__pthread_key_create): Likewise.
28968         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28969         (__pthread_setspecific): Likewise.
28970         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28971         (__pthread_getspecific): Likewise.
28972         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28973         Likewise.
28974         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28975         (_pthread_cleanup_push_defer): Likewise.
28976         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28977         (_pthread_cleanup_pop_restore): Likewise.
28978         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28979         (pthread_setcancelstate): Likewise.
28980         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28981         <bp-sym.h>.
28982         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28983         (memchr): Do not use BP_SYM in weak_alias.
28984         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28985         (fegetenv): Do not use BP_SYM in versioned symbols.
28986         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28987         (fesetenv): Do not use BP_SYM in versioned symbols.
28988         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28989         (feupdateenv): Do not use BP_SYM in versioned symbols.
28990         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28991         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28992         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28993         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28994         (open64): Do not use BP_SYM in weak_alias.
28995         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28996         (fegetenv): Do not use BP_SYM in versioned symbols.
28997         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28998         (fesetenv): Do not use BP_SYM in versioned symbols.
28999         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29000         (feupdateenv): Do not use BP_SYM in versioned symbols.
29001         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29002         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29003         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29004         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29005         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29006         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29007         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29008         <bp-sym.h>.
29009         (__libc_start_main): Do not use BP_SYM.
29011 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29013         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29014         redundant return line.
29015         (norm): Likewise.
29016         (denorm): Likewise.
29017         (dbl_mp): Likewise.
29018         (sub_magnitudes): Likewise.
29019         (__add): Likewise.
29020         (__sub): Likewise.
29021         (__mul): Likewise.
29022         (__inv): Likewise.
29023         (__dvd): Likewise.
29024         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29025         (norm): Likewise.
29026         (denorm): Likewise.
29027         (dbl_mp): Likewise.
29028         (sub_magnitudes): Likewise.
29029         (__add): Likewise.
29030         (__sub): Likewise.
29031         (__mul): Likewise.
29032         (__inv): Likewise.
29033         (__dvd): Likewise.
29035         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29036         instead of __mul.
29037         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29038         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29039         (cc32): Likewise.
29041         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29042         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29043         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29044         of __mul for squares.
29045         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29046         function
29047         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29048         Likewise.
29049         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29050         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29052 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29054         [BZ #13550]
29055         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29056         code.
29057         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29058         prototype or function definition.  Rename ubp_* variables and
29059         parameters.  Remove argv definitions conditional on
29060         [__BOUNDED_POINTERS__].
29061         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29062         * elf/dl-runtime.c (_dl_fixup): Likewise.
29063         * include/set-hooks.h (RUN_HOOK): Likewise.
29064         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29065         definition.
29066         * string/strcpy.c (strcpy): Do not use __unbounded.
29067         * sysdeps/generic/frame.h (struct layout): Likewise.
29068         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29069         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29070         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29071         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29072         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29073         (__backtrace): Likewise.
29074         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29075         use __ptrvalue.
29076         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29077         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29078         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29079         Likewise.
29080         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29081         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29082         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29083         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29084         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29085         Do not use __unbounded.
29086         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29087         Rename __unboundedrlimits parameter to rlimits in prototype.
29088         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29089         Do not use __unbounded.
29090         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29091         not use __ptrvalue.
29092         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29093         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29094         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29095         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29096         __ptrvalue or __unbounded.
29097         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29098         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29099         use __unbounded.
29100         (__new_msgctl): Do not use __ptrvalue.
29101         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29102         __unbounded.
29103         (__libc_msgrcv): Do not use __ptrvalue.
29104         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29105         startup_info): Do not use __unbounded.
29106         (__libc_start_main): Likewise.  Rename ubp_* variables and
29107         parameters.  Remove argv definitions conditional on
29108         [__BOUNDED_POINTERS__].
29109         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29110         __ptrvalue.
29111         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29112         use __unbounded.
29113         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29114         or __ptrvalue.
29115         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29116         use __unbounded.
29117         (__new_shmctl): Do not use __ptrvalue.
29118         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29119         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29120         Likewise.
29121         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29122         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29123         (__libc_sigaction): Likewise.
29124         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29125         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29126         Likewise.
29127         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29129 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29131         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29133         * string/mempcpy.c: Implement by calling memcpy.
29135 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29137         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29139         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29140         evaluation.
29142         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29143         values in the mantissa.
29145         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29146         minimize writes to Z.
29147         (sub_magnitudes): Simplify code a bit.
29149 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29151         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29152         from the message.  The linker prefixes all warnings with that already.
29154 2013-02-12  Andreas Schwab  <schwab@suse.de>
29156         [BZ #15078]
29157         * posix/regexec.c (extend_buffers): Add parameter min_len.
29158         (check_matching): Pass minimum needed length.
29159         (clean_state_log_if_needed): Likewise.
29160         (get_subexp): Likewise.
29161         * posix/Makefile (tests): Add bug-regex34.
29162         (bug-regex34-ENV): Define.
29163         * posix/bug-regex34.c: New file.
29165         [BZ #11561]
29166         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29167         elements compare against the byte sequence of it, not its name.
29168         * posix/Makefile (tests): Add bug-regex35.
29169         (bug-regex35-ENV): Define.
29170         * posix/bug-regex35.c: New file.
29172 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29174         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29175         comment.
29176         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29177         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29178         (CHECK_EOL): Add undef.
29180 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29182         * bits/stdlib-bsearch.h: New file.
29183         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29184         * stdlib/stdlib.h: Likewise.
29186 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29188         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29189         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29190         declaration.
29191         * manual/search.texi (Array Search Function): Add missing const in
29192         lfind prototype.
29193         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29194         declaration to use rlim_t.
29195         (Basic Scheduling Functions): Remove erroneous const from
29196         sched_getparam prototype.  Remove erroneous * from
29197         sched_get_priority_max and sched_get_priority_min prototypes.
29198         (Resource Usage): Fix summary @comment on vtimes to refer to
29199         sys/vtimes.h rather than vtimes.h.
29200         Add missing *s in vtimes prototype.
29201         (Limits on Resources): Fix ulimit prototype to return long int.
29202         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29203         prototypes to use long int rather than double.
29204         (BSD Random): Fix initstate and setstate to use char *, not void *.
29205         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29206         prototype to make second argument 'struct aiocb64 *const[]'.
29207         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29208         (Status of AIO Operations): Remove erroneous const in aio_return and
29209         aio_return64 prototypes.
29210         (Synchronizing I/O): Fix sync prototype to return void.
29211         * manual/startup.texi (Suboptions): Remove an erroneous const in
29212         getsubopt prototype.
29213         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29214         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29215         use size_t rather than int.
29216         (Scanning All Users): Likewise for getpwent_r.
29217         (Setting Groups): Add missing const to setgroups prototype.
29218         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29219         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29220         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29221         'const void *' rather than 'const char *'.
29222         (Host Address Functions): Likewise for inet_ntop.
29223         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29224         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29225         ssize_t for return value.
29226         (Sending Data): Likewise for send, sendto, sendmsg.
29227         (Socket Option Functions): Add a missing const in setsockopt prototype.
29228         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29229         use wchar_t for the argument.
29230         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29231         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29232         take no arguments.
29233         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29234         double/float/long double for second argument.
29235         Fix return types of significand, significandf, significandl.
29236         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29237         argument in fchmod prototype.
29238         (File Owner): Use uid_t and gid_t in fchown prototype.
29239         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29240         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29241         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29242         use 'const struct dirent **' as argument types to CMP function pointer
29243         argument.
29244         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29245         (File Times): Fix summary magic @comment for struct utimbuf and utime
29246         to refer to utime.h, not time.h.
29247         * manual/string.texi (Argz Functions): Add missing const in
29248         argz_extract and argz_next prototypes.
29249         (Finding Tokens in a String): Likewise for basename.
29250         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29251         (Copying and Concatenation): Fix typo in wmemmove prototype.
29252         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29253         (Signal Stack): Remove erroneous const in sigstack prototype.
29254         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29255         prototype.
29256         (Simple Calendar Time): Likewise for stime.
29257         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29258         prototype.
29259         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29260         say sys/sysctl.h instead.
29261         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29262         and vsyslog prototypes.
29264 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29266         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29267         Remove.
29269 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29271         * misc/sys/mman.h: Fix typo in mremap comment.
29273 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29275         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29276         the '\0' terminator.
29278 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29280         [BZ #13550]
29281         * debug/segfault.c: Don't include <bp-checks.h>.
29282         * sysdeps/generic/bp-checks.h: Remove file.
29283         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29284         (__GETDENTS): Don't use CHECK_N.
29285         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29286         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29287         (__getgroups): Don't use CHECK_N.
29288         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29289         (setgroups): Don't use CHECK_N.
29290         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29291         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29292         (__libc_msgrcv): Don't use CHECK_N.
29293         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29294         (__libc_msgsnd): Don't use CHECK_N.
29295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29296         <bp-checks.h>.
29297         (__libc_pread): Don't use CHECK_N.
29298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29299         include <bp-checks.h>.
29300         (__libc_pread64): Don't use CHECK_N.
29301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29302         include <bp-checks.h>.
29303         (__libc_pwrite): Don't use CHECK_N.
29304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29305         include <bp-checks.h>.
29306         (__libc_pwrite64): Don't use CHECK_N.
29307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29308         <bp-checks.h>.
29309         (__libc_pread): Don't use CHECK_N.
29310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29311         include <bp-checks.h>.
29312         (__libc_pread64): Don't use CHECK_N.
29313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29314         include <bp-checks.h>.
29315         (__libc_pwrite): Don't use CHECK_N.
29316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29317         include <bp-checks.h>.
29318         (__libc_pwrite64): Don't use CHECK_N.
29319         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29320         (do_pread): Don't use CHECK_N.
29321         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29322         (do_pread64): Don't use CHECK_N.
29323         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29324         (do_pwrite): Don't use CHECK_N.
29325         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29326         (do_pwrite64): Don't use CHECK_N.
29327         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29328         (__libc_readv): Don't use CHECK_N.
29329         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29330         (semop): Don't use CHECK_N.
29331         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29332         <bp-checks.h>.
29333         (semtimedop): Don't use CHECK_N.
29334         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29335         (__libc_pread): Don't use CHECK_N.
29336         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29337         <bp-checks.h>.
29338         (__libc_pread64): Don't use CHECK_N.
29339         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29340         <bp-checks.h>.
29341         (__libc_pwrite): Don't use CHECK_N.
29342         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29343         <bp-checks.h>.
29344         (__libc_pwrite64): Don't use CHECK_N.
29345         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29346         <bp-checks.h>.
29347         (__libc_msgrcv): Don't use CHECK_N.
29348         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29349         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29350         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29351         (__libc_writev): Don't use CHECK_N.
29353 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29355         * string/strcpy.c: Removed unused variable.
29357         * Makeconfig (+sysdep-includes): Define with := rather than =.
29358         Use an existing include/ subdir of each sysdeps dir before it.
29360 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29362         * nscd/connection.c (register_traced_file): Comment function.
29363         [HAVE_INOTIFY] (union __inev): Define.
29364         [HAVE_INOTIFY] (inotify_check_files): New function.
29365         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29366         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29367         clear_db_cache.
29368         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29370 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29372         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29373         loaded if not already and that a failure is permanent.
29375 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29377         [BZ #15006]
29378         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29379         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29381 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29383         [BZ #13550]
29384         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29385         (CHECK_1_NULL_OK): Likewise.
29386         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29387         (__fxstat): Do not use CHECK_1.
29388         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29389         <bp-checks.h>.
29390         (___fxstat64): Do not use CHECK_1.
29391         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29392         <bp-checks.h>.
29393         (__fxstatat): Do not use CHECK_1.
29394         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29395         <bp-checks.h>.
29396         (__fxstatat64): Do not use CHECK_1.
29397         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29398         <bp-checks.h>.
29399         (__fxstat): Do not use CHECK_1.
29400         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29401         <bp-checks.h>.
29402         (__fxstatat): Do not use CHECK_1.
29403         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29404         <bp-checks.h>.
29405         (__getresgid): Do not use CHECK_1.
29406         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29407         <bp-checks.h>.
29408         (__getresuid): Do not use CHECK_1.
29409         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29410         <bp-checks.h>.
29411         (__lxstat): Do not use CHECK_1.
29412         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29413         <bp-checks.h>.
29414         (__old_msgctl): Do not use CHECK_1.
29415         (__new_msgctl): Likewise.
29416         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29417         <bp-checks.h>.
29418         (__new_setrlimit): Do not use CHECK_1.
29419         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29420         <bp-checks.h>.
29421         (__old_shmctl): Do not use CHECK_1.
29422         (__new_shmctl): Likewise.
29423         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29424         <bp-checks.h>.
29425         (__xstat): Do not use CHECK_1.
29426         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29427         (__lxstat): Do not use CHECK_1.
29428         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29429         <bp-checks.h>.
29430         (___lxstat64): Do not use CHECK_1.
29431         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29432         (__old_msgctl): Do not use CHECK_1.
29433         (__new_msgctl): Likewise.
29434         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29435         <bp-checks.h>.
29436         (__gettimeofday): Do not use CHECK_1.
29437         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29438         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29439         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29440         <bp-checks.h>.
29441         (__gettimeofday): Do not use CHECK_1.
29442         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29443         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29444         (__new_shmctl): Do not use CHECK_1.
29445         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29446         <bp-checks.h>.
29447         (do_sigtimedwait): Do not use CHECK_1.
29448         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29449         <bp-checks.h>.
29450         (do_sigwaitinfo): Do not use CHECK_1.
29451         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29452         <bp-checks.h>.
29453         (msgctl): Do not use CHECK_1.
29454         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29455         <bp-checks.h>.
29456         (shmctl): Do not use CHECK_1.
29457         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29458         (ustat): Do not use CHECK_1.
29459         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29460         <bp-checks.h>.
29461         (__fxstat): Do not use CHECK_1.
29462         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29463         <bp-checks.h>.
29464         (__fxstatat): Do not use CHECK_1.
29465         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29466         <bp-checks.h>.
29467         (__lxstat): Do not use CHECK_1.
29468         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29469         <bp-checks.h>.
29470         (__xstat): Do not use CHECK_1.
29471         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29472         (__xstat): Do not use CHECK_1.
29473         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29474         (___xstat64): Do not use CHECK_1.
29476         [BZ #13550]
29477         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29478         definitions.
29479         (CHECK_BOUNDS_HIGH): Likewise.
29480         * string/strcpy.c: Do not include <bp-checks.h>.
29481         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29483 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29485         * nscd/nscd-client.h (__nscd_drop_map_ref):
29486         Add __attribute__ ((unused)).
29487         * nis/nss-nisplus.h (niserr2nss): Likewise.
29489         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29490         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29492         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29493         Remove inline keyword.
29494         * include/rounding-mode.h (round_away): Likewise.
29495         * libio/wfileops.c (adjust_wide_data): Likewise.
29496         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29497         (__m128i_strloadu_tolower): Likewise.
29498         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29499         (__m128i_strloadu_tolower): Likewise.
29500         * time/mktime.c (ydhms_diff): Likewise.
29501         * locale/elem-hash.h (elem_hash): Likewise.
29502         * locale/setlocale.c (setdata): Likewise.
29503         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29504         (re_string_wchar_at): Likewise.
29505         (bitset_not, bitset_merge, bitset_mask): Likewise.
29506         [!(__GNUC__ > 3)] (inline): Remove macro.
29507         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29508         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29509         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29510         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29511         * string/memcmp.c (memcmp_bytes): Likewise.
29512         * locale/programs/locarchive.c (compute_hashval): Likewise.
29513         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29514         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29515         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29516         * nss/getent.c (print_rpc, print_protocols): Likewise.
29517         (print_passwd, print_group, print_aliases): Likewise.
29518         * nis/nss-nisplus.h (niserr2nss): Likewise.
29519         * nscd/connections.c (restart_p): Likewise.
29520         Change return type to bool.
29522 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29524         * Makeconfig (all-Depend-files): Add existing
29525         $(sorted-subdirs:=/Depend) files.
29526         (all-subdirs): Remove nss.
29527         * sysdeps/unix/inet/Subdirs: Add it here instead.
29528         * hesiod/Depend: New file.
29530         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29531         instead of calling alloca.
29533         * io/lseek.c (__lseek): Rename to __libc_lseek.
29534         Define __lseek as an alias.
29536         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29538 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29540         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29541         else clause and remove check for non-standard endianness.
29543 2013-02-04  David S. Miller  <davem@davemloft.net>
29545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29547 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29549         [BZ #13550]
29550         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29551         (__ubp_memchr): Remove prototype.
29552         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29553         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29554         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29555         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29556         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29557         Remove alias.
29558         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29559         (__ubp_memchr): Likewise.
29560         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29561         (__ubp_memchr): Likewise.
29562         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29563         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29564         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29565         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29566         CHECK_STRING.
29567         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29568         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29569         (__getcwd): Do not use CHECK_STRING.
29570         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29571         <bp-checks.h>.
29572         (__real_chown): Do not use CHECK_STRING.
29573         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29574         <bp-checks.h>.
29575         (fchownat): Do not use CHECK_STRING.
29576         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29577         CHECK_STRING.
29578         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29579         <bp-checks.h>.
29580         (__lchown): Do not use CHECK_STRING.
29581         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29582         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29583         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29584         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29586         include <bp-checks.h>.
29587         (truncate64): Do not use CHECK_STRING.
29588         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29589         <bp-checks.h>.
29590         (__real_chown): Do not use CHECK_STRING.
29591         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29592         <bp-checks.h>.
29593         (__lchown): Do not use CHECK_STRING.
29594         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29595         <bp-checks.h>.
29596         (__chown): Do not use CHECK_STRING.
29597         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29598         <bp-checks.h>.
29599         (truncate64): Do not use CHECK_STRING.
29600         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29601         Likewise.
29602         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29603         (__xmknod): Do not use CHECK_STRING.
29604         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29605         <bp-checks.h>.
29606         (__xmknodat): Do not use CHECK_STRING.
29607         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29608         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29610 2013-02-04  Andreas Schwab  <schwab@suse.de>
29612         [BZ #14142]
29613         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29614         * include/netdb.h: Likewise for h_errno.
29615         * elf/tst-stackguard1.c: Include <tls.h>.
29617 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29619         * elf/link.h (struct link_map): Extend the l_addr comment.
29620         * include/link.h (struct link_map): Likewise.
29622 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29624         [BZ #13550]
29625         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29626         (BOUNDED_1): Remove macro.
29627         * debug/backtrace.c: Don't include <bp-checks.h>.
29628         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29629         (__backtrace): Likewise.
29630         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29631         <bp-checks.h>.
29632         (__backtrace): Don't use BOUNDED_1.
29633         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29634         <bp-checks.h>.
29635         (__backtrace): Don't use BOUNDED_1.
29636         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29637         (__backtrace): Don't use BOUNDED_1.
29638         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29639         (shmat): Don't use BOUNDED_N.
29641 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29643         [BZ #13550]
29644         * sysdeps/generic/bp-start.h: Remove file.
29645         * csu/libc-start.c: Don't include <bp-start.h>.
29646         (LIBC_START_MAIN): Set up __environ directly instead of using
29647         INIT_ARGV_and_ENVIRON.
29648         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29649         <bp-start.h>.
29651         [BZ #13550]
29652         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29653         definitions.
29654         (CHECK_FCNTL): Likewise.
29655         (CHECK_N_PAGES): Likewise.
29657         [BZ #13550]
29658         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29659         definitions.
29660         (CHECK_SIGSET_NULL_OK): Likewise.
29661         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29662         <bp-checks.h>.
29663         (sigpending): Don't use CHECK_SIGSET.
29664         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29665         <bp-checks.h>.
29666         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29667         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29668         <bp-checks.h>.
29669         (do_sigsuspend): Don't use CHECK_SIGSET.
29670         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29671         use CHECK_SIGSET.
29672         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29673         (do_sigwait): Don't use CHECK_SIGSET.
29674         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29675         use CHECK_SIGSET.
29676         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29677         include <bp-checks.h>.
29678         (sigpending): Don't use CHECK_SIGSET.
29679         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29680         include <bp-checks.h>.
29681         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29682         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29683         <bp-checks.h>.
29684         (sigpending): Don't use CHECK_SIGSET.
29685         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29686         <bp-checks.h>.
29687         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29689         [BZ #13550]
29690         * sysdeps/generic/bp-semctl.h: Remove file.
29691         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29692         <bp-checks.h> and <bp-semctl.h>.
29693         (__old_semctl): Don't use CHECK_SEMCTL.
29694         (__new_semctl): Likewise.
29695         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29696         and <bp-semctl.h>.
29697         (__old_semctl): Don't use CHECK_SEMCTL.
29698         (__new_semctl): Likewise.
29699         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29700         <bp-checks.h> and <bp-semctl.h>.
29701         (__old_semctl): Don't use CHECK_SEMCTL.
29702         (__new_semctl): Likewise.
29703         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29704         <bp-checks.h> and <bp-semctl.h>.
29705         (semctl): Don't use CHECK_SEMCTL.
29707         [BZ #13550]
29708         * Makerules (elide-bp-thunks): Remove variable.
29709         (elide-routines.oS): Don't use $(elide-bp-thunks).
29710         (elide-routines.os): Likewise.
29711         (elide-routines.o): Likewise.
29712         (elide-routines.op): Likewise.
29713         (elide-routines.og): Likewise.
29714         (objects): Don't use $(bp-thunks).
29715         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29716         include.
29717         (common-generated): Do not add s-proto-bp.d.
29718         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29719         (int): Likewise.
29720         (typ): Likewise.
29721         Do not generate makefile rules for bounded-pointer thunks.
29722         * sysdeps/generic/bp-thunks.h: Remove file.
29723         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29724         * sysdeps/unix/s-proto-bp.S: Likewise.
29726         [BZ #15062]
29727         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29728         parts of result separately when argument is not close to line from
29729         -i to i and one part of argument is small.
29730         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29731         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29732         * math/libm-test.inc (cacos_test): Add more tests.
29733         (casin_test): Likewise.
29734         (casinh_test): Likewise.
29735         * sysdeps/i386/fpu/libm-test-ulps: Update.
29736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29738 2013-01-31  David S. Miller  <davem@davemloft.net>
29740         * po/de.po: Update from translation team.
29742 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29744         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29746 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29748         * configure.in (_AC_PROG_CC_C89): New definition.
29749         * configure: Regenerate.
29751         * configure.in (AC_PROG_CPP): New definition.
29752         * configure: Regenerate.
29754 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29756         * debug/tst-backtrace.h: New file.
29757         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29758         (ret): Remove variable.
29759         (x): Likewise.
29760         (FAIL): Remove macro.
29761         (NO_INLINE): Likewise.
29762         (fn1): Use match function instead of strstr.
29763         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29764         (ret): Remove variable.
29765         (x): Likewise.
29766         (FAIL): Remove macro.
29767         (NO_INLINE): Likewise.
29768         (fn): Use match function instead of strstr.
29769         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29770         (ret): Remove variable.
29771         (x): Likewise.
29772         (FAIL): Remove macro.
29773         (NO_INLINE): Likewise.
29774         (handle_signal): Use match function instead of strstr.
29775         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29776         (ret): Remove variable.
29777         (x): Likewise.
29778         (FAIL): Remove macro.
29779         (NO_INLINE): Likewise.
29780         (handle_signal): Use match function instead of strstr.
29782 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29784         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29786 2013-01-23  David S. Miller  <davem@davemloft.net>
29788         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29789         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29790         argument of CAS if possible.
29791         * sysdeps/sparc/sparc64/bits/atomic.h
29792         (__arch_compare_and_exchange_val_32_acq): Likewise.
29793         (__arch_compare_and_exchange_val_64_acq): Likewise.
29795 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29797         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29798         * sysdeps/posix/ulimit.c: ... this.
29799         Include <limits.h>.
29800         * sysdeps/unix/bsd/ulimit.c: Remove file.
29802 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29804         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29805         (LDFLAGS-tst-array5): Likewise.
29807 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29809         [BZ #15036]
29810         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29811         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29812         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29813         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29815 2013-01-21  David S. Miller  <davem@davemloft.net>
29817         * sysdeps/sparc/backtrace.c: New file.
29818         * sysdeps/sparc/sparc32/backtrace.h: New file.
29819         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29820         * sysdeps/sparc/sparc64/backtrace.h: New file.
29821         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29822         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29823         -funwind-tables.
29825 2013-01-21  Andreas Schwab  <schwab@suse.de>
29827         [BZ #15020]
29828         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29829         closed its stdout.
29831 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29833         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29834         "mpa2.h".
29835         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29837 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29838             Mark Mitchell  <mark@codesourcery.com>
29839             Tom de Vries  <tom@codesourcery.com>
29840             Paul Pluzhnikov  <ppluzhnikov@google.com>
29842         * debug/tst-backtrace2.c: New file.
29843         * debug/tst-backtrace3.c: Likewise.
29844         * debug/tst-backtrace4.c: Likewise.
29845         * debug/tst-backtrace5.c: Likewise.
29846         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29847         (CFLAGS-tst-backtrace3.c): Likewise.
29848         (CFLAGS-tst-backtrace4.c): Likewise.
29849         (CFLAGS-tst-backtrace5.c): Likewise.
29850         (LDFLAGS-tst-backtrace2): Likewise.
29851         (LDFLAGS-tst-backtrace3): Likewise.
29852         (LDFLAGS-tst-backtrace4): Likewise.
29853         (LDFLAGS-tst-backtrace5): Likewise.
29854         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29855         tst-backtrace4 and tst-backtrace5.
29857 2013-01-18  Anton Blanchard  <anton@samba.org>
29858             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29860         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29861         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29862         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29863         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29865         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29866         "+r" and remove output regs list as redundant.  Add explicit inline
29867         asm to specify register of return val to work around compiler codegen
29868         bug.  Remove (int) cast on return value.  Add return type parameter to
29869         use in macro so that this macro does not truncate return value for
29870         64-bit values.
29871         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29872         pass to INTERNAL_VSYSCALL_NCS.
29873         (INLINE_VSYSCALL): Add 'long int' as return type to
29874         INTERNAL_VSYSCALL_NCS macro invocation.
29875         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29876         INTERNAL_VSYSCALL_NCS macro invocation.
29877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29879 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29881         [BZ #14496]
29882         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29883         Fix application of SIMD FP exception mask.
29885         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29886         mp_no from a power of two.
29887         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29888         __mpexp_twomm1.  Use __pow_mp.
29890         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29891         multiplication.
29893 2013-01-17  David S. Miller  <davem@davemloft.net>
29895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29897 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29899         [BZ #15023]
29900         * include/complex.h: Condition contents on [!_COMPLEX_H].
29901         (__kernel_casinhf): New prototype.
29902         (__kernel_casinh): Likewise.
29903         (__kernel_casinhl): Likewise.
29904         * math/Makefile (libm_calls): Add k_casinh.
29905         * math/k_casinh.c: New file.
29906         * math/k_casinhf.c: Likewise.
29907         * math/k_casinhl.c: Likewise.
29908         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29909         finite nonzero arguments.
29910         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29911         finite nonzero arguments.
29912         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29913         finite nonzero arguments.
29914         * math/s_casinh.c: Do not include <float.h>.
29915         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29916         * math/s_casinhf.c: Do not include <float.h>.
29917         (__casinhf): Move code for finite nonzero arguments to
29918         k_casinhf.c.
29919         * math/s_casinhl.c: Do not include <float.h>.
29920         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29921         redefine.
29922         (__casinhl): Move code for finite nonzero arguments to
29923         k_casinhl.c.
29924         * math/libm-test.inc (cacos_test): Add more tests.
29925         * sysdeps/i386/fpu/libm-test-ulps: Update.
29926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29928 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29930         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29931         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29932         [!HAVE_MREMAP]: Remove [defined linux] case.
29933         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29935 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29937         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29939 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29941         * elf/elf.h (R_386_SIZE32): New relocation.
29942         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29943         R_386_SIZE32.
29944         (elf_machine_rela): Likewise.
29945         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29946         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29948 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29950         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29951         (FP_FAST_FMA): Do not define.
29952         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29953         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29954         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29955         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29956         !_SOFT_FLOAT]: Likewise.
29957         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29958         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29959         value.
29960         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29961         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29962         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29963         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29964         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29965         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29966         file.
29968 2013-01-16  Andreas Schwab  <schwab@suse.de>
29970         [BZ #14327]
29971         * include/stdlib.h (__mktemp): Add declaration.
29972         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29973         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29975 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29977         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29978         definitions.
29979         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29980         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29981         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29982         definitions here.
29983         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29984         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29985         definitions.
29986         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29987         and ONE.
29988         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29989         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29990         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29991         definitions.
29992         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29993         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29994         definitions.
29995         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29997         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29999 2013-01-15  David S. Miller  <davem@davemloft.net>
30001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30002         trunc{,f} to libm-sysdep_routes.
30003         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30005         file.
30006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30008         file.
30009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30010         file.
30011         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30012         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30013         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30014         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30015         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30016         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30017         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30018         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30021         nearbyint{,f} to libm-sysdep_routes.
30022         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30024         New file.
30025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30026         file.
30027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30028         New file.
30029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30030         file.
30031         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30033         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30034         file.
30035         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30036         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30037         file.
30038         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30039         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30040         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30042         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30043         libc_feholdexcept and libc_fesetenv.
30045 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30047         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30049 2013-01-14  David S. Miller  <davem@davemloft.net>
30051         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30052         (SPARC_ASM_VIS2_IFUNC): Likewise.
30053         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30055         use of 'siam' instruction.
30056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30057         Likewise.
30058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30059         Likewise.
30060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30061         Likewise.
30062         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30063         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30064         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30065         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30067         file.
30068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30069         file.
30070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30071         file.
30072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30073         file.
30074         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30075         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30076         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30077         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30079         new VIS2 routines.
30080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30083         Likewise.
30084         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30085         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30086         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30087         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30089         routines to libm-sysdep_routines.
30090         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30093         fdim/fdimf to libm-sysdep_routines.
30094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30095         file.
30096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30098         file.
30099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30102         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30103         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30104         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30105         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30107 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30109         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30110         to optimize copies.
30112         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30113         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30114         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30116         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30117         local variable MPTWO.
30118         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30119         Likewise.
30121 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30123         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30124         GLOB_NOESCAPE.
30126 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30128         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30130 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30132         * manual/pattern.texi (glob_t): Document gl_flags.
30133         (glob64_t): Likewise.
30135 2013-01-11  David S. Miller  <davem@davemloft.net>
30137         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30138         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30139         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30140         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30141         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30142         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30143         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30144         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30145         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30146         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30147         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30148         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30149         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30151         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30152         sparc V9 rather than using V8 code.
30153         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30154         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30156         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30157         Move to...
30158         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30159         Here.
30161 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30163         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30164         not in the main loop.
30165         * configure: Regenerated.
30167 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30169         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30170         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30171         to just #else.
30172         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30173         [!__GLIBC_HAVE_LONG_LONG] case.
30174         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30175         condition to just #else.
30176         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30177         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30178         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30179         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30180         unconditional.
30181         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30182         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30183         #elif condition to just #else.
30184         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30185         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30186         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30187         #elif condition to just #else.
30189 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30191         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30192         (EF_MIPS_ARCH_64): Fix value.
30193         (EF_MIPS_ARCH_32R2): New.
30194         (EF_MIPS_ARCH_64R2): New.
30196 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30198         * Makeconfig (+link-pie-before-libc): New.
30199         (+link-pie-after-libc): Likewise.
30200         (+link-pie-tests): Likewise.
30201         (+link-pie): Rewritten.
30202         (link-before-libc): Remove $(config-LDFLAGS).
30203         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30204         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30205         (config-LDFLAGS): Renamed to ...
30206         (rtld-LDFLAGS): This.
30207         (rtld-tests-LDFLAGS): New macro.
30208         (link-libc-rpath-link): Likewise.
30209         (link-libc-tests-rpath-link): Likewise.
30210         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30211         (link-libc): Prepand $(link-libc-rpath-link).
30212         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30213         (test-program-prefix): New macro.
30214         (test-via-rtld-prefix): Likewise.
30215         (test-program-cmd): Likewise.
30216         (host-test-program-cmd): Likewise.
30217         * Makefile ($(common-objpfx)testrun.sh): Replace
30218         $(run-program-prefix) with $(test-program-prefix).
30219         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30220         $(rtld-LDFLAGS).
30221         ($(common-objpfx)shlib.lds): Likewise.
30222         (build-module-helper): Likewise.
30223         ($(common-objpfx)format.lds): Likewise.
30224         * Rules (binaries-pie-tests): New.
30225         (binaries-pie-notests): Likewise.
30226         (binaries-pie): Rewritten.
30227         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30228         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30229         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30230         (make-test-out): Replace $(host-built-program-cmd) with
30231         $(host-test-program-cmd).
30232         * config.make.in (build-hardcoded-path-in-tests): New variable.
30233         * configure.in (--enable-hardcoded-path-in-tests): New configure
30234         option.
30235         (hardcoded_path_in_tests): New AC_SUBST.
30236         * configure: Regenerated.
30237         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30238         $(built-program-cmd) with $(test-program-cmd).
30239         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30240         (test_program_cmd): This.
30241         * elf/Makefile ($(objpfx)order.out): Run test with
30242         $(test-program-prefix).
30243         ($(objpfx)order2.out): Likewise.
30244         ($(objpfx)tst-initorder.out): Likewise.
30245         ($(objpfx)tst-initorder2.out): Likewise.
30246         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30247         $(test-program-cmd).
30248         ($(objpfx)tst-array1-static.out): Likewise.
30249         ($(objpfx)tst-array2.out): Likewise.
30250         ($(objpfx)tst-array3.out): Likewise.
30251         ($(objpfx)tst-array4.out): Likewise.
30252         ($(objpfx)tst-array5.out): Likewise.
30253         ($(objpfx)tst-array5-static.out): Likewise.
30254         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30255         $(test-program-cmd).
30256         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30257         $(run-program-prefix) with $(test-program-prefix).
30258         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30259         (test_program_prefix): This.
30260         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30261         $(run-program-prefix) with $(test-program-prefix).
30262         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30263         (test_program_prefix): This.
30264         * iconvdata/tst-tables.sh: Likewise.
30265         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30266         $(run-program-prefix) with $(test-program-prefix).
30267         ($(objpfx)tst-translit.out): Likewise.
30268         ($(objpfx)tst-gettext2.out): Likewise.
30269         ($(objpfx)tst-gettext4.out): Likewise.
30270         ($(objpfx)tst-gettext6.out): Likewise.
30271         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30272         (test_program_prefix): This.
30273         * intl/tst-gettext2.sh: Likewise.
30274         * intl/tst-gettext4.sh  Likewise.
30275         * intl/tst-gettext6.sh: Likewise.
30276         * intl/tst-translit.sh: Likewise.
30277         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30278         with $(test-program-cmd).
30279         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30280         $(run-program-prefix) with $(test-program-prefix).
30281         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30282         (test_program_prefix): This.
30283         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30284         $(run-program-prefix) with $(test-program-prefix).
30285         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30286         (test_program_prefix): This.
30287         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30288         * posix/Makefile ($(objpfx)globtest.out): Replace
30289         $(run-via-rtld-prefix) and $(test-wrapper) with
30290         $(test-program-prefix) and $(test-via-rtld-prefix).
30291         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30292         $(test-program-prefix).
30293         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30294         $(host-test-program-cmd).
30295         (tst-spawn-ARGS): Likewise.
30296         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30297         $(test-program-prefix).
30298         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30299         (test_via_rtld_prefix): This.
30300         (test_wrapper): Renamed to ...
30301         (test_program_prefix): This.
30302         (run_program_prefix): Replaced by test_program_prefix.
30303         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30304         (test_program_prefix): This.
30305         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30306         with $(host-test-program-cmd).
30307         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30308         $(run-program-prefix) with $(test-program-prefix).
30309         ($(objpfx)tst-printf.out): Likewise.
30310         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30311         $(test-program-cmd).
30312         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30313         (test_program_prefix): This.
30314         * stdio-common/tst-unbputc.sh: Likewise.
30315         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30316         $(run-program-prefix) with $(test-program-prefix).
30317         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30318         (test_program_prefix): This.
30319         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30320         $(built-program-cmd) with $(test-program-cmd).
30322 2013-01-11  Andreas Jaeger  <aj@suse.de>
30324         [BZ #15003]
30325         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30326         value. Sync with Linux 3.7.
30328 2013-01-10  David S. Miller  <davem@davemloft.net>
30330         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30331         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30332         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30334 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30336         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30337         never set.
30338         * configure: Regenerated.
30340 2013-01-10  David S. Miller  <davem@davemloft.net>
30342         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30343         sparc V9 rather than using V8 code.
30344         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30345         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30347 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30349         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30350         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30351         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30352         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30353         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30354         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30355         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30356         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30357         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30358         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30359         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30360         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30361         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30362         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30363         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30364         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30365         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30366         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30367         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30368         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30369         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30370         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30371         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30372         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30373         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30374         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30375         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30377 2013-01-10  David S. Miller  <davem@davemloft.net>
30379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30381 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30383         * posix/Makefile (tests-static): New variable.
30384         (tests): Add $(tests-static).
30385         (tst-exec-static-ARGS): New variable.
30386         (tst-spawn-static-ARGS): Likewise.
30387         * posix/tst-exec-static.c: New file.
30388         * posix/tst-spawn-static.c: Likewise.
30389         * posix/tst-exec.c: Support run directly.
30390         * posix/tst-spawn.c: Likewise.
30392 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30394         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30395         long.
30396         * math/bits/mathcalls.h (llrint): Likewise.
30397         (llround): Likewise.
30398         * stdlib/stdlib.h (struct drand48_data): Likewise.
30399         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30400         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30401         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30402         Likewise.
30403         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30404         Likewise.
30405         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30406         (elf_greg_t): Likewise.
30407         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30408         (__jmp_buf): Likewise.
30409         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30410         definitions.
30411         (llrint): Likewise, for all definitions.
30412         (llrintl): Likewise.
30414         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30415         Remove [__GNUC__] condition.
30416         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30417         condition to just [__USE_ISOC99].
30418         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30420 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30422         [BZ #14200]
30423         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30424         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30425         defined.
30426         (_POSIX_V6_ILP32_OFF32): Likewise.
30427         (_XBS5_ILP32_OFF32): Likewise.
30428         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30429         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30431 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30433         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30435         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30436         doubles __mpexp_twomm1.  Adjust usage.
30437         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30438         Remove.
30440 2013-01-10  Andreas Schwab  <schwab@suse.de>
30442         [BZ #14964]
30443         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30444         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30446 2013-01-09  David S. Miller  <davem@davemloft.net>
30448         [BZ #15003]
30449         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30450         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30451         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30452         (TCP_FASTOPEN): Define.
30453         (tcp_repair_opt): New structure.
30454         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30455         enum values.
30456         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30457         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30458         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30459         (tcp_cookie_transactions): New structure.
30461 2013-01-09  Anton Blanchard  <anton@samba.org>
30463         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30464         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30465         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30466         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30468 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30470         * include/features.h (__USE_ANSI): Remove.
30472 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30474         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30476         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30478 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30480         * sysdeps/s390/fpu/libm-test-ulps: Update.
30482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30484         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30485         (__acr): Likewise.
30486         (__cpy): Likewise.
30487         (norm): Likewise.
30488         (denorm): Likewise.
30489         (__mp_dbl): Likewise.
30490         (__dbl_mp): Likewise.
30491         (add_magnitudes): Likewise.
30492         (sub_magnitudes): Likewise.
30493         (__add): Likewise.
30494         (__sub): Likewise.
30495         (__mul): Likewise.
30496         (__inv): Likewise.
30497         (__dvd): Likewise.
30498         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30499         (__acr): Likewise.
30500         (__cpy): Likewise.
30501         (norm): Likewise.
30502         (denorm): Likewise.
30503         (__mp_dbl): Likewise.
30504         (__dbl_mp): Likewise.
30505         (add_magnitudes): Likewise.
30506         (sub_magnitudes): Likewise.
30507         (__add): Likewise.
30508         (__sub): Likewise.
30509         (__mul): Likewise.
30510         (__inv): Likewise.
30511         (__dvd): Likewise.
30512         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30513         (__acr): Likewise.
30514         (__cpy): Likewise.
30515         (norm): Likewise.
30516         (denorm): Likewise.
30517         (__mp_dbl): Likewise.
30518         (__dbl_mp): Likewise.
30519         (add_magnitudes): Likewise.
30520         (sub_magnitudes): Likewise.
30521         (__add): Likewise.
30522         (__sub): Likewise.
30523         (__mul): Likewise.
30524         (__inv): Likewise.
30525         (__dvd): Likewise.
30527 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30529         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30530         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30531         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30532         2 && __USE_EXTERN_INLINES]: Likewise.
30534 2013-01-08  Andreas Jaeger  <aj@suse.de>
30536         [BZ# 14985]
30537         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30538         Remove.
30539         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30540         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30542 2013-01-07  Anton Blanchard  <anton@samba.org>
30544         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30545         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30546         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30547         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30548         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30549         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30550         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30551         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30552         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30553         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30554         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30555         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30556         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30557         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30558         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30559         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30560         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30561         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30562         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30563         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30564         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30565         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30566         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30567         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30568         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30569         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30570         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30571         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30572         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30573         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30574         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30575         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30576         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30577         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30578         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30579         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30580         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30581         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30582         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30583         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30584         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30585         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30586         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30588 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30590         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30591         (__MALLOC_PMT): Likewise.
30592         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30593         [__GNUC__], only on [_LIBC].
30594         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30595         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30596         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30597         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30598         forward declaration.
30599         (realloc_hook_ini): Likewise.
30600         (memalign_hook_ini): Likewise.
30601         (__libc_memalign): Do not use __MALLOC_PMT in variable
30602         declaration.
30603         (__libc_valloc): Likewise.
30604         (__libc_pvalloc): Likewise.
30605         (__libc_calloc): Likewise.
30606         (__posix_memalign): Likewise.
30608         [BZ #14996]
30609         * math/s_casinh.c: Include <float.h>.
30610         (__casinh): Do not do computation with squaring and square root
30611         for large arguments.
30612         * math/s_casinhf.c: Include <float.h>.
30613         (__casinhf): Do not do computation with squaring and square root
30614         for large arguments.
30615         * math/s_casinhl.c: Include <float.h>.
30616         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30617         (__casinhl): Do not do computation with squaring and square root
30618         for large arguments.
30619         * math/libm-test.inc (casin_test): Add more tests.
30620         (casinh_test): Likewise.
30621         * sysdeps/i386/fpu/libm-test-ulps: Update.
30622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30624 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30626         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30627         (__x86_64_raw_data_cache_size): Likewise.
30628         (__x86_64_data_cache_size_half): Likewise.
30629         (__x86_64_raw_data_cache_size_half): Likewise.
30630         (__x86_64_shared_cache_size): Likewise.
30631         (__x86_64_raw_shared_cache_size): Likewise.
30632         (__x86_64_shared_cache_size_half): Likewise.
30633         (__x86_64_raw_shared_cache_size_half): Likewise.
30634         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30635         to ...
30636         (__x86_data_cache_size): This.
30637         (__x86_64_raw_data_cache_size): Renamed to ...
30638         (__x86_raw_data_cache_size): This.
30639         (__x86_64_data_cache_size_half): Renamed to ...
30640         (__x86_data_cache_size_half): This.
30641         (__x86_64_raw_data_cache_size_half): Renamed to ...
30642         (__x86_raw_data_cache_size_half): This.
30643         (__x86_64_shared_cache_size): Renamed to ...
30644         (__x86_shared_cache_size): This.
30645         (__x86_64_raw_shared_cache_size): Renamed to ...
30646         (__x86_raw_shared_cache_size): This.
30647         (__x86_64_shared_cache_size_half): Renamed to ...
30648         (__x86_shared_cache_size_half): This.
30649         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30650         (__x86_raw_shared_cache_size_half): This.
30651         * sysdeps/x86_64/memcpy.S: Updated.
30652         * sysdeps/x86_64/memset.S: Likewise.
30653         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30654         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30655         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30657 2013-01-04  David S. Miller  <davem@davemloft.net>
30659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30661 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30663         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30664         1 to avoid redefinition warning.
30665         (__USE_GNU): Don't define.
30666         (init_signaling_nan): Protoize.
30668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30670 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30672         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30674         (__cpymn): Likewise.
30675         (norm): Remove commented code.
30676         (denorm): Likewise.
30677         (__mp_dbl): Likewise.
30678         (__inv): Likewise.
30679         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30680         (__cpymn): Likewise.
30681         (norm): Remove commented code.
30682         (denorm): Likewise.
30683         (__mp_dbl): Likewise.
30684         (__inv): Likewise.
30686         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30687         mp_no value for 1.0 and 2.0.
30688         (norm): Use RADIXI instead of radixi.d.
30689         (denorm): Likewise.
30690         (__mul): Use 0.0 instead of zero.d.
30691         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30692         mp_no value for 1.0 and 2.0.
30693         (norm): Use RADIXI instead of radixi.d.
30694         (denorm): Likewise.
30695         (__mul): Use 0.0 instead of zero.d.
30697 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30699         [BZ #14994]
30700         * math/s_casinh.c (__casinh): Reduce finite argument to first
30701         quadrant then set signs of results at the end.
30702         * math/s_casinhf.c (__casinhf): Likewise.
30703         * math/s_casinhl.c (__casinhl): Likewise.
30704         * math/libm-test.inc (casin_test): Add more tests.
30705         (casinh_test): Likewise.
30706         * sysdeps/i386/fpu/libm-test-ulps: Update.
30707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30709 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30711         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30713         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30715         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30716         declarations.
30717         (denorm): Likewise.
30718         (__mp_dbl): Likewise.
30719         (__inv): Likewise.
30721         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30722         and adjust the header comment.
30724         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30725         variable name from declaration.
30727 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30729         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30730         Initialize COMMON_CPUID_INDEX_7 element.
30731         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30732         (CPUID_RTM): Likewise.
30733         (HAS_RTM): Likewise.
30734         (COMMON_CPUID_INDEX_7): New enum.
30736 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30738         [BZ #14981]
30739         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30740         size is zero, record memory as freed.
30742 2013-01-03  Andreas Jaeger  <aj@suse.de>
30744         * po/ia.po: Add new Interlingua translation.
30746 2012-01-03  Allan McRae  <allan@archlinux.org>
30748         * locale/programs/localedef.c: Fix description of '--posix' flag.
30750 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30752         * NEWS: Update dates in second copyright notice.
30753         * README: Update copyright dates in example.
30754         * manual/libc.texinfo: Update copyright dates.
30755         * scripts/test-installation.pl: Update copyright date in --version
30756         output.
30758         * hurd/ctty-input.c: Fix copyright notice formatting.
30759         * hurd/ctty-output.c: Likewise.
30760         * hurd/dtable.c: Likewise.
30761         * hurd/hurd-raise.c: Likewise.
30762         * hurd/hurdprio.c: Likewise.
30763         * hurd/msgportdemux.c: Likewise.
30764         * misc/sys/file.h: Likewise.
30765         * misc/sys/ioctl.h: Likewise.
30766         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30767         * sysdeps/mach/hurd/chdir.c: Likewise.
30768         * sysdeps/mach/hurd/fchdir.c: Likewise.
30769         * sysdeps/mach/hurd/rename.c: Likewise.
30770         * sysdeps/mach/hurd/rmdir.c: Likewise.
30771         * sysdeps/mach/hurd/seekdir.c: Likewise.
30772         * sysdeps/mach/hurd/setsid.c: Likewise.
30773         * sysdeps/posix/wait3.c: Likewise.
30775         * All files with FSF copyright notices: Update copyright dates
30776         using scripts/update-copyrights.
30777         * intl/plural.c: Regenerated.
30778         * locale/programs/charmap-kw.h: Likewise.
30779         * locale/programs/locfile-kw.h: Likewise.
30781 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30783         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30784         four values.
30786         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30787         calculation loop and add branch prediction.
30789         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30790         check access beyond bounds of m1np.
30792         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30793         MPTWO.
30794         (__inv): Remove local variable MPTWO to use the global
30795         constant.
30796         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30797         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30798         variable MPTWO.
30799         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30800         MP3HALFS static const.
30802 2013-01-01  David S. Miller  <davem@davemloft.net>
30804         * po/ca.po: Update from translation team.
30806 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30808         * scripts/update-copyrights: New file.
30809         * Makeconfig: Reformat copyright notice.
30810         * ctype/ctype.h: Likewise.
30811         * debug/swprintf_chk.c: Likewise.
30812         * elf/dl-cache.c: Likewise.
30813         * elf/dl-debug.c: Likewise.
30814         * elf/dl-object.c: Likewise.
30815         * grp/initgroups.c: Likewise.
30816         * hurd/Makefile: Likewise.
30817         * hurd/hurd/signal.h: Likewise.
30818         * hurd/hurdfault.c: Likewise.
30819         * hurd/hurdioctl.c: Likewise.
30820         * hurd/hurdlookup.c: Likewise.
30821         * hurd/intr-msg.c: Likewise.
30822         * iconv/gconv_open.c: Likewise.
30823         * libio/swprintf.c: Likewise.
30824         * locale/lc-ctype.c: Likewise.
30825         * locale/nl_langinfo.c: Likewise.
30826         * mach/Machrules: Likewise.
30827         * mach/Makefile: Likewise.
30828         * malloc/obstack.h: Likewise.
30829         * manual/Makefile: Likewise.
30830         * manual/tsort.awk: Likewise.
30831         * misc/bits/stab.def: Likewise.
30832         * nis/nis_print_group_entry.c: Likewise.
30833         * nis/nis_table.c: Likewise.
30834         * nis/nss_compat/compat-pwd.c: Likewise.
30835         * nis/nss_compat/compat-spwd.c: Likewise.
30836         * po/Makefile: Likewise.
30837         * posix/fnmatch.c: Likewise.
30838         * posix/regex.h: Likewise.
30839         * resolv/Makefile: Likewise.
30840         * resolv/nss_dns/dns-network.c: Likewise.
30841         * resolv/res_hconf.c: Likewise.
30842         * scripts/gen-sorted.awk: Likewise.
30843         * soft-fp/soft-fp.h: Likewise.
30844         * stdio-common/printf.h: Likewise.
30845         * stdlib/monetary.h: Likewise.
30846         * stdlib/random.c: Likewise.
30847         * stdlib/random_r.c: Likewise.
30848         * sysdeps/generic/Makefile: Likewise.
30849         * sysdeps/gnu/Makefile: Likewise.
30850         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30851         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30852         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30853         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30854         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30855         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30856         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30857         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30858         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30859         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30860         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30861         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30862         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30863         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30864         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30865         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30866         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30867         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30868         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30869         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30870         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30871         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30872         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30873         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30874         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30875         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30876         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30877         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30878         * sysdeps/mach/hurd/errnos.awk: Likewise.
30879         * sysdeps/mach/hurd/fork.c: Likewise.
30880         * sysdeps/mach/hurd/getcwd.c: Likewise.
30881         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30882         * sysdeps/mach/hurd/mmap.c: Likewise.
30883         * sysdeps/mach/hurd/utimes.c: Likewise.
30884         * sysdeps/mach/hurd/xmknod.c: Likewise.
30885         * sysdeps/posix/profil.c: Likewise.
30886         * sysdeps/posix/readdir_r.c: Likewise.
30887         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30888         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30889         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30890         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30891         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30892         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30893         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30894         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30895         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30896         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30897         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30898         * sysdeps/pthread/lio_listio.c: Likewise.
30899         * sysdeps/sparc/dl-procinfo.h: Likewise.
30900         * sysdeps/unix/i386/sysdep.S: Likewise.
30901         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30902         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30903         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30904         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30906         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30907         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30908         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30909         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30910         * sysdeps/wordsize-32/divdi3.c: Likewise.
30911         * time/sys/time.h: Likewise.
30912         * wcsmbs/Makefile: Likewise.
30914 2013-01-01  David S. Miller  <davem@davemloft.net>
30916         * po/fr.po: Update from translation team.
30918         * catgets/gencat.c: Update copyright year.
30919         * csu/version.c: Likewise.
30920         * debug/catchsegv.sh: Likewise.
30921         * debug/pcprofiledump.c: Likewise.
30922         * debug/xtrace.sh: Likewise.
30923         * elf/ldconfig.c: Likewise.
30924         * elf/ldd.bash.in: Likewise.
30925         * elf/pldd.c: Likewise.
30926         * elf/sotruss.ksh: Likewise.
30927         * elf/sprof.c: Likewise.
30928         * iconv/iconv_prog.c: Likewise.
30929         * iconv/iconvconfig.c: Likewise.
30930         * locale/programs/locale.c: Likewise.
30931         * locale/programs/localedef.c: Likewise.
30932         * login/programs/pt_chown.c: Likewise.
30933         * malloc/memusage.sh: Likewise.
30934         * malloc/memusagestat.c: Likewise.
30935         * malloc/mtrace.pl: Likewise.
30936         * nscd/nscd.c: Likewise.
30937         * nss/getent.c: Likewise.
30938         * nss/makedb.c: Likewise.
30939         * posix/getconf.c: Likewise.
30941 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30943         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30944         numbers.
30946 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30948         * math/bits/mathcalls.h (modf): Use __nonnull.
30950 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30952         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30953         (split): Use macro CN instead of the bare value.
30954         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30955         could be used.
30956         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30957         instead of the bare value.
30958         (power1): Likewise.
30960 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30962         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30963         __ATAN_TWOM.
30964         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30966         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30967         their values.
30968         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30969         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30970         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30971         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30973 2012-12-28  Andreas Jaeger  <aj@suse.de>
30975         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30976         values are from Linux 3.7.
30978         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30979         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30981 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30983         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30984         TRUE case.
30986         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30987         (norm): Likewise.
30988         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30989         variables with preprocessor constants.
30990         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30991         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30992         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30994 2012-12-27  Bruno Haible  <bruno@clisp.org>
30996         [BZ #14317]
30997         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30998         only if needed.
31000 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31002         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31003         and use variable directly.
31004         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31006         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31007         MPONE.
31008         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31009         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31010         variable MPONE.
31011         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31012         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31013         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31014         include directive.  Remove local variable MPONE.
31015         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31016         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31017         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31019 2012-12-25  David S. Miller  <davem@davemloft.net>
31021         * version.h (RELEASE): Set to "development".
31022         (VERSION): Set to "2.17.90".
31023         * NEWS: Add 2.18 section.
31025 2012-12-21  David S. Miller  <davem@davemloft.net>
31027         * po/hr.po: Update from translation team.
31029 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31031         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31033 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31035         * NEWS:  Mention new memcpy for MIPS.
31037 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31039         * manual/contrib.texi (Contributors): Spelling correction.
31041 2012-12-15  David S. Miller  <davem@davemloft.net>
31043         * po/ru.po: Update from translation team.
31045 2012-12-13  David S. Miller  <davem@davemloft.net>
31047         * NEWS: Mention IFUNC testsuite enhancements.
31049         * po/pl.po: Update from translation team.
31050         * po/bg.po: Likewise.
31052         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31053         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31055 2012-12-11  David S. Miller  <davem@davemloft.net>
31057         * po/sv.po: Update from translation team.
31059         * po/vi.po: Update from translation team.
31061         * po/cs.po: Update from translation team.
31063         * po/de.po: Update from translation team.
31064         * po/eo.po: Likewise.
31065         * po/nl.po: Likewise.
31067 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31069         [BZ #14246]
31070         * manual/argp.texi (Argp Helper Functions): Move node to follow
31071         Argp Parsing State.
31073         [BZ #14872]
31074         * manual/conf.texi (Limits on File System Capacity): Mention if
31075         terminating null is included in the max size.
31077 2012-12-10  Andreas Jaeger  <aj@suse.de>
31079         * po/cs.po: Update from translation team.
31081 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31083         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31084         void pointer and cast to uintptr_t.
31085         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31086         path.
31087         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31088         * sysdeps/s390/s390-64/memset.S: Likewise.
31090 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31092         [BZ #14833]
31093         * menual/message.texi (Message Translation): Fix typos.
31094         (Helper programs for gettext): Likewise.
31096 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31098         [BZ #14898]
31099         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31100         Change to -1.
31102 2012-12-07  David S. Miller  <davem@davemloft.net>
31104         * po/libc.pot: Update.
31106 2012-12-07  Richard Henderson  <rth@redhat.com>
31108         [BZ #10114]
31109         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31110         normal/normal case to before the switch.
31111         (_FP_DIV): Likewise.
31113 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31114             Mike Frysinger  <vapier@gentoo.org>
31116         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31117         check for __NR_fadvise64_64.
31119 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31121         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31122         0, not just to plain "0" as a statement.
31123         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31124         with cw.
31126 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31128         * NEWS: Use sourceware.org in Bugzilla URL.
31130 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31133         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31135         * stdio-common/tst-put-error.c (do_test): Add newline to the
31136         padded test to ensure flush.
31138 2012-12-05  Jeff Law  <law@redhat.com>
31140         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31142 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31144         * README: Don't refer to ports add-on as distributed separately.
31145         Mention AArch64 in list of systems supported in the ports add-on.
31147         * LICENSES: Add more non-FSF copyright and license notices.
31149         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31150         ((unused)).
31152         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31154         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31155         10000 as width of padded output.
31157 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31159         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31161         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31162         variable LX with __attribute__ ((unused)).
31163         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31164         Likewise.
31165         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31166         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31167         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31168         with __attribute__ ((unused)).
31170 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31172         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31174 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31176         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31177         (CFLAGS-nldbl-acos.c): New variable.
31178         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31179         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31180         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31197         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31198         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31199         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31201         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31202         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31203         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31204         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31205         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31206         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31207         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31208         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31209         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31210         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31211         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31212         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31213         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31214         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31215         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31216         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31217         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31218         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31219         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31220         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31221         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31222         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31223         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31224         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31225         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31226         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31227         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31228         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31229         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31230         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31231         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31232         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31233         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31234         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31235         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31236         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31237         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31238         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31239         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31240         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31241         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31242         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31243         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31244         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31245         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31246         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31247         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31248         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31249         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31250         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31251         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31252         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31253         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31254         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31255         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31256         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31257         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31258         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31259         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31260         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31261         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31262         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31263         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31264         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31265         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31266         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31267         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31268         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31269         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31270         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31271         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31272         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31273         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31274         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31277         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31279         [BZ #14914]
31280         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31281         whole low double instead of just low 47 bits when splitting values
31282         into two parts.
31284 2012-12-03  Allan McRae  <allan@archlinux.org>
31286         * manual/stdio.texi (Predefined Printf Handlers): Remove
31287         @hsep and @vsep usage.
31289 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31291         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31292         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31294 2012-12-03  Jeff Law  <law@redhat.com>
31296         * time/sys/time.h (settimeofday): Do not mark TV argument
31297         as __nonnull.
31299 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31301         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31302         when currently writing and seek to current position when not.
31303         * libio/Makefile (tests): Remove bug-fclose1.
31304         * libio/bug-fclose1.c: Delete.
31306 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31308         * manual/arith.texi (feenableexcept): Fix typo.
31309         (fedisableexcept): Likewise.
31311 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31313         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31314         second, differently-typed declaration, rather than a cast.
31316 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31318         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31319         * include/rpc/svc.h: ... here.
31321 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31323         [BZ #13013]
31324         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31325         depending n and resplen2 to catch cases where answer
31326         equals answerp2.
31328 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31330         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31331         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31333 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31335         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31337 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31339         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31341 2012-11-28  Jeff Law  <law@redhat.com>
31343         [BZ #13761]
31344         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31345         dataset_temporary.  Track alloca usage into alloca_used.
31346         If dataset is large allocate and release it via malloc/free.
31348 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31350         [BZ #14197]
31351         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31353 2012-11-28  David S. Miller  <davem@davemloft.net>
31355         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31357 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31359         [BZ #14803]
31360         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31361         of pi/2 rounded to nearest to 64 bits.
31362         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31363         nearest to 64 bits.
31364         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31365         bits.
31367 2012-11-28  Jeff Law <law@redhat.com>
31368             Martin Osvald <mosvald@redhat.com>
31370         [BZ #14889]
31371         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31372         * sunrpc/svc.c: Include time.h.
31373         (__svc_accept_failed): New function.
31374         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31375         any reason other than EINTR, call __svc_accept_failed.
31376         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31377         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31379 2012-11-28  Andreas Schwab  <schwab@suse.de>
31381         * scripts/abilist.awk: Also handle indirect functions in .opd
31382         section.
31384 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31386         [BZ #13881]
31387         * sysdeps/x86/fpu/powl_helper.c: New file.
31388         * sysdeps/x86/fpu/Makefile: Likewise.
31389         * sysdeps/i386/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         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31394         (p3): New object.
31395         (__ieee754_powl): Use __powl_helper for finite arguments except
31396         integer exponents below 8.
31397         * math/libm-test.inc (pow_test): Add more tests and enable some
31398         previously disabled tests.
31399         * sysdeps/i386/fpu/libm-test-ulps: Update.
31400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31402 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31403             Carlos O'Donell  <carlos_odonell@mentor.com>
31405         * nss/makedb.c (is_prime): Assert that input is odd and greater
31406         than 4.  Note that fact in a comment too.
31407         (next_prime): Add 4 to input.
31409 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31411         [BZ #11741]
31412         * libio/Makefile (tests): Add test case tst-fwrite-error.
31413         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31414         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31415         * libio/tst-fwrite-error.c: New test case.
31417 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31419         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31420         before casting to void *.
31421         * include/libc-internal.h (__pointer_type): New macro.
31422         (__integer_if_pointer_type_sub): Likewise.
31423         (__integer_if_pointer_type): Likewise.
31424         (cast_to_integer): Likewise.
31425         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31426         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31427         before casting to atomic64_t.
31428         (atomic_exchange_acq): Likewise.
31429         (__arch_exchange_and_add_body): Likewise.
31430         (__arch_add_body): Likewise.
31431         (atomic_add_negative): Likewise.
31432         (atomic_add_zero): Likewise.
31434 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31436         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31437         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31438         (add_fdes): Likewise.
31439         (linear_search_fdes): Likewise.
31440         (binary_search_unencoded_fdes): Likewise.
31442 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31444         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31446 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31448         * configure.in: Autodetect C++ header directories.
31449         * configure: Regenerated.
31451 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31453         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31455 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31457         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31459 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31461         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31462         LDBL_MANT_DIG == 106]: Disable some tests.
31463         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31464         Likewise.
31465         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31466         Likewise.
31468         [BZ #14871]
31469         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31470         input for small inputs.  Return +/- pi/2 for large inputs.
31471         * math/libm-test.inc (atan_test): Add more tests.
31473         * sysdeps/generic/unwind-dw2-fde-glibc.c
31474         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31475         __attribute__ ((unused)).
31477         [BZ #14645]
31478         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31479         x * y if x and y are nonzero and z is zero.
31481         [BZ #14811]
31482         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31483         nonzero exponents with absolute value below 0x1p-117 to +/-
31484         0x1p-117.
31486         [BZ #14869]
31487         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31488         up arguments below 2**-450, not just those below 2**-500.
31489         * math/libm-test.inc (hypot_test): Add another test.
31491         [BZ #14868]
31492         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31493         Return a+b for ratio over 2**120, not 2**60.
31494         * math/libm-test.inc (hypot_test): Add another test.
31496         * math/libm-test.inc (clog_test): Use
31497         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31498         (clog10_test): Likewise.
31500         [BZ #6778]
31501         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31503 2012-11-22  Andreas Schwab  <schwab@suse.de>
31505         * sysdeps/i386/fpu/libm-test-ulps: Update.
31507 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31509         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31510         printf output with newline.
31512 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31514         [BZ #14865]
31515         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31516         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31517         -z nodlopen, -z initfirst and -z execstack support.
31518         * configure: Regenerated.
31520         * elf/elf.h (DF_1_NODIRECT): New macro.
31521         (DF_1_IGNMULDEF): Likewise.
31522         (DF_1_NOKSYMS): Likewise.
31523         (DF_1_NOHDR): Likewise.
31524         (DF_1_EDITED): Likewise.
31525         (DF_1_NORELOC): Likewise.
31526         (DF_1_SYMINTPOSE): Likewise.
31527         (DF_1_GLOBAUDIT): Likewise.
31528         (DF_1_SINGLETON): Likewise.
31529         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31530         DT_1_SUPPORTED_MASK bits.
31531         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31533 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31535         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31537 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31539         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31540         macro.
31542         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31543         (sendmmsg): Move declarations...
31544         * socket/sys/socket.h: ... here.
31545         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31546         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31547         include it from...
31548         * socket/recvmmsg.c: ... this new file.
31549         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31550         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31551         definition of __sendmmsg hidden.
31552         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31553         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31554         Move ENOSYS stub into and include it from...
31555         * socket/sendmmsg.c: ... this new file.
31556         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31557         (sysdep_routines): Move recvmmsg and sendmmsg...
31558         * socket/Makefile (routines): ... here.
31559         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31560         (GLIBC_PRIVATE): Add __sendmmsg.
31561         * include/sys/socket.h (__sendmmsg): Add declarations.
31562         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31563         sendmmsg.
31565 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31567         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31568         variable I1 with __attribute__ ((unused)).
31569         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31571 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31573         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31574         DUMMY variables with __attribute__ ((unused)).
31576         * bits/byteswap.h: Include <bits/types.h>.
31577         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31579 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31581         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31582         string_t.  Do not manually set errno.
31583         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31584         length with __strnlen.  Make sure to both set errno and return it on
31585         failure.
31587 2012-11-19  David S. Miller  <davem@davemloft.net>
31589         With help from Joseph Myers.
31590         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31591         very large arguments properly.
31592         * math/libm-test.inc (atan_test): New tests.
31593         (atan2_test): New tests.
31594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31595         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31597 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31599         [BZ #14856]
31600         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31601         Define to 3.
31603         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31604         [POSIX] (EADDRNOTAVAIL): Likewise.
31605         [POSIX] (EAFNOSUPPORT): Likewise.
31606         [POSIX] (EALREADY): Likewise.
31607         [POSIX] (ECONNABORTED): Likewise.
31608         [POSIX] (ECONNREFUSED): Likewise.
31609         [POSIX] (ECONNRESET): Likewise.
31610         [POSIX] (EDESTADDRREQ): Likewise.
31611         [POSIX] (EDQUOT): Likewise.
31612         [POSIX] (EHOSTUNREACH): Likewise.
31613         [POSIX] (EIDRM): Likewise.
31614         [POSIX] (EISCONN): Likewise.
31615         [POSIX] (ELOOP): Likewise.
31616         [POSIX] (EMULTIHOP): Likewise.
31617         [POSIX] (ENETDOWN): Likewise.
31618         [POSIX] (ENETUNREACH): Likewise.
31619         [POSIX] (ENOBUFS): Likewise.
31620         [POSIX] (ENODATA): Likewise.
31621         [POSIX] (ENOLINK): Likewise.
31622         [POSIX] (ENOMSG): Likewise.
31623         [POSIX] (ENOPROTOOPT): Likewise.
31624         [POSIX] (ENOSR): Likewise.
31625         [POSIX] (ENOSTR): Likewise.
31626         [POSIX] (ENOTCONN): Likewise.
31627         [POSIX] (ENOTSOCK): Likewise.
31628         [POSIX] (EOPNOTSUPP): Likewise.
31629         [POSIX] (EOVERFLOW): Likewise.
31630         [POSIX] (EPROTO): Likewise.
31631         [POSIX] (EPROTONOSUPPORT): Likewise.
31632         [POSIX] (EPROTOTYPE): Likewise.
31633         [POSIX] (ESTALE): Likewise.
31634         [POSIX] (ETIME): Likewise.
31635         [POSIX] (ETXTBSY): Likewise.
31636         [POSIX] (EWOULDBLOCK): Likewise.
31637         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31638         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31639         [POSIX] (SEEK_CUR): Likewise.
31640         [POSIX] (SEEK_END): Likewise.
31641         [POSIX || UNIX98] (mode_t): Do not require.
31642         [POSIX] (off_t): Likewise.
31643         [POSIX] (pid_t): Likewise.
31644         [POSIX] (sys/stat.h): Do not allow header.
31645         [POSIX] (unistd.h): Likewise.
31646         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31647         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31648         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31649         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31650         require.
31651         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31652         sigevent): Specify elements.
31653         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31654         entry.
31655         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31656         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31658         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31659         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31660         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31661         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31662         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31663         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31664         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31665         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31666         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31667         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31668         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31669         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31670         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31671         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31672         Likewise.
31673         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31674         Likewise.
31675         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31676         Likewise.
31677         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31678         Likewise.
31679         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31680         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31681         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31682         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31683         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31684         Specify lower bound on value.
31685         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31686         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31687         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31688         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31689         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31690         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31691         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31692         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31693         value.
31694         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31695         as optional.
31696         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31697         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31698         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31699         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31700         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31701         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31702         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31703         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31704         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31705         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31706         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31707         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31708         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31709         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31710         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31711         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31712         entry.
31713         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31714         optional.
31715         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31716         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31717         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31718         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31719         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31720         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31721         Likewise.
31722         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31723         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31724         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31725         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31726         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31727         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31728         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31729         as optional.
31730         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31731         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31732         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31733         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31734         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31735         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31736         specify as optional.
31737         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31738         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31739         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31740         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31741         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31742         [XPG3] (NL_LANGMAX): Likewise.
31743         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31744         [POSIX || XPG3] (NL_NMAX): Likewise.
31745         [POSIX || XPG3] (NL_SETMAX): Likewise.
31746         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31747         [XPG3] (NZERO): Likewise.
31748         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31749         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31750         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31751         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31752         (REG_ERANGE): Expect.
31753         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31754         optional-constant.
31755         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31756         Use (void) in prototype.
31757         [POSIX] (*_t): Allow.
31758         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31759         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31760         (WRDE_BADVAL): Expect.
31762         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31763         expect.
31764         [XPG3 || XPG4] (O_RSYNC): Likewise.
31765         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31766         Likewise.
31767         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31768         [XPG3 || XPG4] (sigqueue): Likewise.
31769         [XPG3 || XPG4] (sigtimedwait): Likewise.
31770         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31771         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31772         [XPG3 || XPG4] (vsnprintf): Likewise.
31773         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31774         Likewise.
31775         [XPG3 || XPG4] (blksize_t): Likewise.
31776         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31777         Likewise.
31778         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31779         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31780         [XPG3 || XPG4] (struct itimerspec): Likewise.
31781         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31782         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31783         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31784         [XPG3 || XPG4] (clockid_t): Likewise.
31785         [XPG3 || XPG4] (timer_t): Likewise.
31786         [XPG3 || XPG4] (clock_getres): Likewise.
31787         [XPG3 || XPG4] (clock_gettime): Likewise.
31788         [XPG3 || XPG4] (clock_settime): Likewise.
31789         [XPG3 || XPG4] (nanosleep): Likewise.
31790         [XPG3 || XPG4] (timer_create): Likewise.
31791         [XPG3 || XPG4] (timer_delete): Likewise.
31792         [XPG3 || XPG4] (timer_gettime): Likewise.
31793         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31794         [XPG3 || XPG4] (timer_settime): Likewise.
31795         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31796         [XPG3 || XPG4] (getlogin_r): Likewise.
31797         [XPG3 || XPG4] (pread): Likewise.
31798         [XPG3 || XPG4] (pthread_atfork): Likewise.
31799         [XPG3 || XPG4] (pwrite): Likewise.
31801         [BZ #14835]
31802         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31803         <bits/siginfo.h>.
31805 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31807         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31808         finalizing MALLSTREAM.
31810         * sysdeps/mach/hurd/syncfs.c: New file.
31812 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31814         [BZ #14719]
31815         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31816         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31817         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31818         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31819         (_nss_dns_gethostbyname4_r): Likewise.
31820         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31821         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31823 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31825         [BZ #13763]
31826         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31828 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31830         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31831         * elf/cache.c (print_entry): Print ",AArch64" for
31832         FLAG_AARCH64_LIB64
31834         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31835         * elf/cache.c (print_entry): Print ",hard-float" for
31836         FLAG_ARM_LIBHF.
31838 2012-11-18  David S. Miller  <davem@davemloft.net>
31840         With help from Joseph Myers.
31841         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31842         cutoff to 2**-13.
31843         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31844         cutoff to 2**-25.
31845         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31846         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31847         small.
31848         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31849         * math/libm-test.inc (y0_test): New tests.
31850         (y1_test): New tests.
31851         * sysdeps/i386/fpu/libm-test-ulps: Update.
31852         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31853         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31855 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31857         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31858         64-bit targets.
31859         * configure: Regenerated.
31861 2012-11-17  David S. Miller  <davem@davemloft.net>
31863         [BZ #14811]
31864         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31865         nonzero exponents with absolute value below 0x1p-128 to +/-
31866         0x1p-128.
31868 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31870         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31872         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31874         * posix/getconf-speclist.c: New file.
31875         * posix/posix-envs.def: Likewise.
31876         * posix/confstr.c (START_ENV_GROUP): New macro.
31877         (END_ENV_GROUP): Likewise.
31878         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31879         (KNOWN_PRESENT_ENV_STRING): Likewise.
31880         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31881         (UNKNOWN_ENVIRONMENT): Likewise.
31882         (confstr): Include posix-envs.def instead of handling
31883         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31884         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31885         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31886         (END_ENV_GROUP): Likewise.
31887         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31888         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31889         (UNKNOWN_ENVIRONMENT): Likewise.
31890         (__sysconf): Include posix-envs.def instead of handling associated
31891         cases directly here.
31892         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31893         preprocessing getconf-speclist.c rather than running getconf or
31894         generating empty file.
31896 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31898         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31900 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31902         [BZ #14672]
31903         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31905 2012-11-16  David S. Miller  <davem@davemloft.net>
31907         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31908         smaller than LDBL_EPSILON/2.0L, just return xm1.
31910 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31912         * elf/tst-array1.c (init): Set constructor priority to 1000.
31913         (fini): Set destructor priority to 1000.
31914         * elf/tst-array2dep.c: Likewise.
31916 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31918         [BZ #11741]
31919         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31920         (_IO_new_file_xsputn): Also return EOF if none of the input
31921         data was written when overflow failed.
31922         * libio/iopadn.c (_IO_padn): Likewise.
31923         * libio/iowpadn.c (_IO_wpadn): Likewise.
31924         * stdio-common/tst-put-error.c: Add copyright notice.
31925         (do_test): Add case for printing padded string.
31926         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31927         _IO_padn returned error.
31928         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31929         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31930         return EOF.
31932 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31934         * libio/libioP.h: Add comment note that the references to C++
31935         bits are now obsolete.
31937 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31939         * math/libm-test.inc (check_complex): Use asprintf.
31941 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31943         * debug/pcprofiledump.c (print_version): Update copyright year.
31944         * malloc/memusagestat.c (print_version): Likewise.
31946 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31948         [BZ #14831]
31949         * elf/Makefile (tests): Add tst-audit8.
31950         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31951         ($(objpfx)tst-audit8.out): New target.
31952         (tst-audit8-ENV): New variable.
31953         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31954         audit if l_reloc_result is NULL.
31955         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31956         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31957         * elf/tst-audit8.c: New file.
31959 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31961         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31962         * misc/Makefile (CFLAGS-select.c): Define.
31963         * posix/Makefile (CFLAGS-pause.c): Define.
31965 2012-11-13  David S. Miller  <davem@davemloft.net>
31967         * crypt/Makefile: Move test targets after toplevel Rules
31968         inclusion.  Grab any necessary sysdep routines when linking.
31969         * crypt/md5.c (md5_process_block): Remove define, we will always
31970         name it __md5_process_block.
31971         (md5_finish_ctx): Update md5_process_block call.
31972         (md5_stream): Likewise.
31973         (md5_process_bytes): Likewise.
31974         (md5_process_block): Rename to __md5_process_block and move to ...
31975         * crypt/md5-block.c: ... here.
31976         * crypt/sha256.c (sha256_process_block): Move to ...
31977         * crypt/sha256-block.c: ... here.
31978         * crypt/sha512.c (sha512_process_block): Move to ...
31979         * crypt/sha512-block.c: ... here.
31980         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31981         path.
31982         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31983         * sysdeps/sparc/sparc64/multiarch/Makefile
31984         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31985         crypt subdir.
31986         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31987         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31988         multiarch changes.
31989         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31990         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31991         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31992         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31993         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31994         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31995         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31996         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31997         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31998         file.
31999         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32000         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32001         file.
32002         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32004 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32006         * timezone/tzselect.ksh: Update from tzcode git revision
32007         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32008         * timezone/zdump.c: Likewise.
32009         * timezone/zic.c: Likewise.
32010         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32011         in TZVERSION setting, not $(PKGVERSION).
32012         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32013         REPORT_BUGS_TO settings.
32015         [BZ #14838]
32016         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32017         macro.
32019 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32021         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32022         detection to immediately after _FP_ROUND().
32023         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32024         bits are 0.
32026 2012-11-11  David S. Miller  <davem@davemloft.net>
32028         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32029         inttypes.h
32030         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32031         __close rather than their public counterparts.
32033 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32035         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32036         file.
32037         [UNIX98] (sem_timedwait): Do not expect.
32038         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32039         [XPG4 || UNIX98] (sockatmark): Do not expect.
32040         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32041         (clock_getcpuclockid): Do not expect.
32042         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32043         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32044         Do not expect.
32045         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32046         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32047         [UNIX98] (vwscanf): Likewise.
32048         [UNIX98] (vswscanf): Likewise.
32050 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32052         * timezone/version.h: Remove file.
32053         * timezone/README: Do not refer to version.h.
32054         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32055         $(objpfx)version.h.
32056         ($(objpfx)zdump.o): Likewise.
32057         ($(objpfx)version.h): New target.
32059         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32060         2012i.
32061         * timezone/README: Don't mention modification to tzselect.ksh.
32062         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32063         work on unmodified tzselect.ksh.  Substitute version numbers in
32064         tzselect.ksh.
32066         * Makefile (format-me): Remove.
32067         (INSTALL): Adjust indentation.  Use commands directly instead of
32068         using $(format-me).
32070         * aclocal.m4 (ACX_PKGVERSION): New macro.
32071         (ACX_BUGURL): Likewise.
32072         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32073         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32074         (REPORT_BUGS_TO): Likewise.
32075         * configure: Regenerated.
32076         * config.h.in (PKGVERSION): New macro.
32077         (REPORT_BUGS_TO): Likewise.
32078         * config.make.in (PKGVERSION): New variable.
32079         (PKGVERSION_TEXI): Likewise.
32080         (REPORT_BUGS_TO): Likewise.
32081         (REPORT_BUGS_TEXI): Likewise.
32082         * Makefile (format-me): Use -I$(common-objpfx)manual.
32083         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32084         ($(common-objpfx)manual/%): New target.
32085         (manual/%): Remove target.
32086         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32087         (print_version): Use PKGVERSION.
32088         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32089         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32090         and REPORT_BUGS_TO.
32091         ($(objpfx)xtrace): Likewise.
32092         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32093         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32094         (print_version): Use PKGVERSION.
32095         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32096         (do_version): Use PKGVERSION.
32097         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32098         REPORT_BUGS_TO.
32099         (common-ldd-rewrite): Likewise.
32100         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32101         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32102         (print_version): Use PKGVERSION.
32103         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32104         * elf/pldd.c (argp_program_bug_address): Remove variable.
32105         (more_help): New function.
32106         (argp): Use more_help.
32107         (print_version): Use PKGVERSION.
32108         * elf/sln.c (main): Use PKGVERSION.
32109         (usage): Use REPORT_BUGS_TO.
32110         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32111         (top level): Use PKGVERSION.
32112         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32113         (print_version): Use PKGVERSION.
32114         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32115         (print_version): Use PKGVERSION.
32116         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32117         (print_version): Use PKGVERSION.
32118         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32119         (print_version): Use PKGVERSION.
32120         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32121         (print_version): Use PKGVERSION.
32122         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32123         (print_version): Use PKGVERSION.
32124         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32125         and BUGURL.
32126         ($(objpfx)memusage): Likewise.
32127         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32128         (do_version): Use PKGVERSION.
32129         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32130         (print_version): Use PKGVERSION.
32131         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32132         ($PKGVERSION): New variable.
32133         ($REPORT_BUGS_TO): Likewise.
32134         (usage): Use $REPORT_BUGS_TO.
32135         (top level): Use $PKGVERSION.
32136         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32137         ($(objpfx)pkgvers.texi): New rule.
32138         ($(objpfx)stamp-pkgvers): Likewise.
32139         * manual/install.texi: Include pkgvers.texi.
32140         (--with-pkgversion): Document new configure option.
32141         (--with-bugurl): Likewise.
32142         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32143         than necessarily for this particular distribution.  Use
32144         REPORT_BUGS_TO for where to report bugs.
32145         * INSTALL: Regenerated.
32146         * manual/libc.texinfo: Include pkgvers.texi.
32147         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32148         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32149         (print_version): Use PKGVERSION.
32150         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32151         (print_version): Use PKGVERSION.
32152         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32153         (print_version): Use PKGVERSION.
32154         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32155         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32156         macro.
32157         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32158         (print_version): Use PKGVERSION.
32159         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32160         (print_version): Use PKGVERSION.
32161         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32162         and PKGVERSION.
32164         * timezone/checktab.awk: Update from tzcode 2012i.
32165         * timezone/ialloc.c: Likewise.
32166         * timezone/private.h: Likewise.
32167         * timezone/scheck.c: Likewise.
32168         * timezone/tzfile.h: Likewise.
32169         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32170         (TZVERSION): Hardcode tzcode version number.
32171         * timezone/zdump.c: Update from tzcode 2012i.
32172         * timezone/zic.c: Likewise.
32173         * timezone/version.h: New file.
32174         * timezone/README: Describe version.h.  Update upstream location.
32176         [BZ #14824]
32177         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32178         (mktemp): Enable declaration.
32179         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32180         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32181         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32182         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32183         Likewise.
32184         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32185         Likewise.
32186         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32187         Likewise.
32188         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32189         Likewise.
32190         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32191         Likewise.
32192         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32193         Likewise.
32195         [BZ #14821]
32196         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32197         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32198         for copies of such integer values.
32199         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32200         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32202 2012-11-09  Andreas Jaeger  <aj@suse.de>
32204         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32205         definitions and declarations that are provided by
32206         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32208 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32210         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32211         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32212         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32213         definition.
32215 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32217         * elf/elf.h: Update comment before AArch64 relocations.
32219 2012-11-07  David S. Miller  <davem@davemloft.net>
32221         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32222         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32223         (__start_context): Declare.
32224         (__makecontext_ret): Delete.
32225         (__makecontext): Hook up __start_context instead of
32226         __makecontext_ret.
32227         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32228         (sysdep_routines): Add __start_context when in stdlib.
32230 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32232         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32233         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32234         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32235         hardcoded "nm".
32236         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32237         (READELF): New variable.  Use it instead of hardcoded "readelf".
32239 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32241         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32242         * sysdeps/x86/Makefile: Here.
32243         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32244         * sysdeps/x86/tst-xmmymm.sh: This.
32246 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32248         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32249         expectations.
32250         [UNIX98] (pthread_barrier_t): Do not expect.
32251         [UNIX98] (pthread_barrierattr_t): Likewise.
32252         [UNIX98] (pthread_spinlock_t): Likewise.
32253         [UNIX98] (pthread_barrier_destroy): Likewise.
32254         [UNIX98] (pthread_barrier_init): Likewise.
32255         [UNIX98] (pthread_barrier_wait): Likewise.
32256         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32257         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32258         [UNIX98] (pthread_barrierattr_init): Likewise.
32259         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32260         [UNIX98] (pthread_getcpuclockid): Likewise.
32261         [UNIX98] (pthread_mutex_timedlock): Likewise.
32262         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32263         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32264         [UNIX98] (pthread_sigmask): Likewise.
32265         [UNIX98] (pthread_spin_destroy): Likewise.
32266         [UNIX98] (pthread_spin_init): Likewise.
32267         [UNIX98] (pthread_spin_lock): Likewise.
32268         [UNIX98] (pthread_spin_trylock): Likewise.
32269         [UNIX98] (pthread_spin_unlock): Likewise.
32270         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32271         Do not expect.
32272         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32273         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32274         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32275         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32276         [XPG3 || XPG4] (pthread_key_t): Likewise.
32277         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32278         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32279         [XPG3 || XPG4] (pthread_once_t): Likewise.
32280         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32281         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32282         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32283         [XPG3 || XPG4] (pthread_t): Likewise.
32285         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32286         not expect.
32287         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32289         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32290         Change function return type to int.
32292         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32293         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32294         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32295         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32296         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32297         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32298         [!POSIX] (posix_madvise): Likewise.
32299         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32300         && !UNIX98].
32301         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32302         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32303         (mode_t): Likewise.
32304         (posix_mem_offset): Likewise.
32305         (posix_typed_mem_get_info): Likewise.
32306         (posix_typed_mem_open): Likewise.
32308         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32309         Change condition to [XOPEN2K8].
32311         * conform/conformtest.pl: Preprocess allow-header data with -x c
32312         instead of from stdin.
32313         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32314         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32315         [C99-based standards] (cerfc): Likewise.
32316         [C99-based standards] (cexp2): Likewise.
32317         [C99-based standards] (cexpm1): Likewise.
32318         [C99-based standards] (clog10): Likewise.
32319         [C99-based standards] (clog1p): Likewise.
32320         [C99-based standards] (clog2): Likewise.
32321         [C99-based standards] (clgamma): Likewise.
32322         [C99-based standards] (ctgamma): Likewise.
32323         [C99-based standards] (cerff): Likewise.
32324         [C99-based standards] (cerfcf): Likewise.
32325         [C99-based standards] (cexp2f): Likewise.
32326         [C99-based standards] (cexpm1f): Likewise.
32327         [C99-based standards] (clog10f): Likewise.
32328         [C99-based standards] (clog1pf): Likewise.
32329         [C99-based standards] (clog2f): Likewise.
32330         [C99-based standards] (clgammaf): Likewise.
32331         [C99-based standards] (ctgammaf): Likewise.
32332         [C99-based standards] (cerfl): Likewise.
32333         [C99-based standards] (cerfcl): Likewise.
32334         [C99-based standards] (cexp2l): Likewise.
32335         [C99-based standards] (cexpm1l): Likewise.
32336         [C99-based standards] (clog10l): Likewise.
32337         [C99-based standards] (clog1pl): Likewise.
32338         [C99-based standards] (clog2l): Likewise.
32339         [C99-based standards] (clgammal): Likewise.
32340         [C99-based standards] (ctgammal): Likewise.
32341         * conform/data/inttypes.h-data [C99-based standards]: Include
32342         stdint.h-data.  Remove all expectations for stdint.h contents.
32343         [C99-based standards] (PRI*): Do not allow.
32344         [C99-based standards] (SCN*): Likewise.
32345         [C99-based standards] (*_t): Likewise.
32346         [C99-based-standards] (PRId8): Expect macro.
32347         [C99-based-standards] (PRIi8): Likewise.
32348         [C99-based-standards] (PRIo8): Likewise.
32349         [C99-based-standards] (PRIu8): Likewise.
32350         [C99-based-standards] (PRIx8): Likewise.
32351         [C99-based-standards] (PRIX8): Likewise.
32352         [C99-based-standards] (SCNd8): Likewise.
32353         [C99-based-standards] (SCNi8): Likewise.
32354         [C99-based-standards] (SCNo8): Likewise.
32355         [C99-based-standards] (SCNu8): Likewise.
32356         [C99-based-standards] (SCNx8): Likewise.
32357         [C99-based-standards] (PRIdLEAST8): Likewise.
32358         [C99-based-standards] (PRIiLEAST8): Likewise.
32359         [C99-based-standards] (PRIoLEAST8): Likewise.
32360         [C99-based-standards] (PRIuLEAST8): Likewise.
32361         [C99-based-standards] (PRIxLEAST8): Likewise.
32362         [C99-based-standards] (PRIXLEAST8): Likewise.
32363         [C99-based-standards] (SCNdLEAST8): Likewise.
32364         [C99-based-standards] (SCNiLEAST8): Likewise.
32365         [C99-based-standards] (SCNoLEAST8): Likewise.
32366         [C99-based-standards] (SCNuLEAST8): Likewise.
32367         [C99-based-standards] (SCNxLEAST8): Likewise.
32368         [C99-based-standards] (PRIdFAST8): Likewise.
32369         [C99-based-standards] (PRIiFAST8): Likewise.
32370         [C99-based-standards] (PRIoFAST8): Likewise.
32371         [C99-based-standards] (PRIuFAST8): Likewise.
32372         [C99-based-standards] (PRIxFAST8): Likewise.
32373         [C99-based-standards] (PRIXFAST8): Likewise.
32374         [C99-based-standards] (SCNdFAST8): Likewise.
32375         [C99-based-standards] (SCNiFAST8): Likewise.
32376         [C99-based-standards] (SCNoFAST8): Likewise.
32377         [C99-based-standards] (SCNuFAST8): Likewise.
32378         [C99-based-standards] (SCNxFAST8): Likewise.
32379         [C99-based-standards] (PRId16): Likewise.
32380         [C99-based-standards] (PRIi16): Likewise.
32381         [C99-based-standards] (PRIo16): Likewise.
32382         [C99-based-standards] (PRIu16): Likewise.
32383         [C99-based-standards] (PRIx16): Likewise.
32384         [C99-based-standards] (PRIX16): Likewise.
32385         [C99-based-standards] (SCNd16): Likewise.
32386         [C99-based-standards] (SCNi16): Likewise.
32387         [C99-based-standards] (SCNo16): Likewise.
32388         [C99-based-standards] (SCNu16): Likewise.
32389         [C99-based-standards] (SCNx16): Likewise.
32390         [C99-based-standards] (PRIdLEAST16): Likewise.
32391         [C99-based-standards] (PRIiLEAST16): Likewise.
32392         [C99-based-standards] (PRIoLEAST16): Likewise.
32393         [C99-based-standards] (PRIuLEAST16): Likewise.
32394         [C99-based-standards] (PRIxLEAST16): Likewise.
32395         [C99-based-standards] (PRIXLEAST16): Likewise.
32396         [C99-based-standards] (SCNdLEAST16): Likewise.
32397         [C99-based-standards] (SCNiLEAST16): Likewise.
32398         [C99-based-standards] (SCNoLEAST16): Likewise.
32399         [C99-based-standards] (SCNuLEAST16): Likewise.
32400         [C99-based-standards] (SCNxLEAST16): Likewise.
32401         [C99-based-standards] (PRIdFAST16): Likewise.
32402         [C99-based-standards] (PRIiFAST16): Likewise.
32403         [C99-based-standards] (PRIoFAST16): Likewise.
32404         [C99-based-standards] (PRIuFAST16): Likewise.
32405         [C99-based-standards] (PRIxFAST16): Likewise.
32406         [C99-based-standards] (PRIXFAST16): Likewise.
32407         [C99-based-standards] (SCNdFAST16): Likewise.
32408         [C99-based-standards] (SCNiFAST16): Likewise.
32409         [C99-based-standards] (SCNoFAST16): Likewise.
32410         [C99-based-standards] (SCNuFAST16): Likewise.
32411         [C99-based-standards] (SCNxFAST16): Likewise.
32412         [C99-based-standards] (PRId32): Likewise.
32413         [C99-based-standards] (PRIi32): Likewise.
32414         [C99-based-standards] (PRIo32): Likewise.
32415         [C99-based-standards] (PRIu32): Likewise.
32416         [C99-based-standards] (PRIx32): Likewise.
32417         [C99-based-standards] (PRIX32): Likewise.
32418         [C99-based-standards] (SCNd32): Likewise.
32419         [C99-based-standards] (SCNi32): Likewise.
32420         [C99-based-standards] (SCNo32): Likewise.
32421         [C99-based-standards] (SCNu32): Likewise.
32422         [C99-based-standards] (SCNx32): Likewise.
32423         [C99-based-standards] (PRIdLEAST32): Likewise.
32424         [C99-based-standards] (PRIiLEAST32): Likewise.
32425         [C99-based-standards] (PRIoLEAST32): Likewise.
32426         [C99-based-standards] (PRIuLEAST32): Likewise.
32427         [C99-based-standards] (PRIxLEAST32): Likewise.
32428         [C99-based-standards] (PRIXLEAST32): Likewise.
32429         [C99-based-standards] (SCNdLEAST32): Likewise.
32430         [C99-based-standards] (SCNiLEAST32): Likewise.
32431         [C99-based-standards] (SCNoLEAST32): Likewise.
32432         [C99-based-standards] (SCNuLEAST32): Likewise.
32433         [C99-based-standards] (SCNxLEAST32): Likewise.
32434         [C99-based-standards] (PRIdFAST32): Likewise.
32435         [C99-based-standards] (PRIiFAST32): Likewise.
32436         [C99-based-standards] (PRIoFAST32): Likewise.
32437         [C99-based-standards] (PRIuFAST32): Likewise.
32438         [C99-based-standards] (PRIxFAST32): Likewise.
32439         [C99-based-standards] (PRIXFAST32): Likewise.
32440         [C99-based-standards] (SCNdFAST32): Likewise.
32441         [C99-based-standards] (SCNiFAST32): Likewise.
32442         [C99-based-standards] (SCNoFAST32): Likewise.
32443         [C99-based-standards] (SCNuFAST32): Likewise.
32444         [C99-based-standards] (SCNxFAST32): Likewise.
32445         [C99-based-standards] (PRId64): Likewise.
32446         [C99-based-standards] (PRIi64): Likewise.
32447         [C99-based-standards] (PRIo64): Likewise.
32448         [C99-based-standards] (PRIu64): Likewise.
32449         [C99-based-standards] (PRIx64): Likewise.
32450         [C99-based-standards] (PRIX64): Likewise.
32451         [C99-based-standards] (SCNd64): Likewise.
32452         [C99-based-standards] (SCNi64): Likewise.
32453         [C99-based-standards] (SCNo64): Likewise.
32454         [C99-based-standards] (SCNu64): Likewise.
32455         [C99-based-standards] (SCNx64): Likewise.
32456         [C99-based-standards] (PRIdLEAST64): Likewise.
32457         [C99-based-standards] (PRIiLEAST64): Likewise.
32458         [C99-based-standards] (PRIoLEAST64): Likewise.
32459         [C99-based-standards] (PRIuLEAST64): Likewise.
32460         [C99-based-standards] (PRIxLEAST64): Likewise.
32461         [C99-based-standards] (PRIXLEAST64): Likewise.
32462         [C99-based-standards] (SCNdLEAST64): Likewise.
32463         [C99-based-standards] (SCNiLEAST64): Likewise.
32464         [C99-based-standards] (SCNoLEAST64): Likewise.
32465         [C99-based-standards] (SCNuLEAST64): Likewise.
32466         [C99-based-standards] (SCNxLEAST64): Likewise.
32467         [C99-based-standards] (PRIdFAST64): Likewise.
32468         [C99-based-standards] (PRIiFAST64): Likewise.
32469         [C99-based-standards] (PRIoFAST64): Likewise.
32470         [C99-based-standards] (PRIuFAST64): Likewise.
32471         [C99-based-standards] (PRIxFAST64): Likewise.
32472         [C99-based-standards] (PRIXFAST64): Likewise.
32473         [C99-based-standards] (SCNdFAST64): Likewise.
32474         [C99-based-standards] (SCNiFAST64): Likewise.
32475         [C99-based-standards] (SCNoFAST64): Likewise.
32476         [C99-based-standards] (SCNuFAST64): Likewise.
32477         [C99-based-standards] (SCNxFAST64): Likewise.
32478         [C99-based-standards] (PRIdMAX): Likewise.
32479         [C99-based-standards] (PRIiMAX): Likewise.
32480         [C99-based-standards] (PRIoMAX): Likewise.
32481         [C99-based-standards] (PRIuMAX): Likewise.
32482         [C99-based-standards] (PRIxMAX): Likewise.
32483         [C99-based-standards] (PRIXMAX): Likewise.
32484         [C99-based-standards] (SCNdMAX): Likewise.
32485         [C99-based-standards] (SCNiMAX): Likewise.
32486         [C99-based-standards] (SCNoMAX): Likewise.
32487         [C99-based-standards] (SCNuMAX): Likewise.
32488         [C99-based-standards] (SCNxMAX): Likewise.
32489         [C99-based-standards] (PRIdPTR): Likewise.
32490         [C99-based-standards] (PRIiPTR): Likewise.
32491         [C99-based-standards] (PRIoPTR): Likewise.
32492         [C99-based-standards] (PRIuPTR): Likewise.
32493         [C99-based-standards] (PRIxPTR): Likewise.
32494         [C99-based-standards] (PRIXPTR): Likewise.
32495         [C99-based-standards] (SCNdPTR): Likewise.
32496         [C99-based-standards] (SCNiPTR): Likewise.
32497         [C99-based-standards] (SCNoPTR): Likewise.
32498         [C99-based-standards] (SCNuPTR): Likewise.
32499         [C99-based-standards] (SCNxPTR): Likewise.
32500         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32501         allow.
32502         * conform/data/stdint.h-data: Update comments to clarify
32503         requirements.
32504         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32505         type.
32506         [C99-based standards] (INT8_MAX): Likewise.
32507         [C99-based standards] (INT16_MIN): Likewise.
32508         [C99-based standards] (INT16_MAX): Likewise.
32509         [C99-based standards] (INT32_MIN): Likewise.
32510         [C99-based standards] (INT32_MAX): Likewise.
32511         [C99-based standards] (INT64_MIN): Likewise.
32512         [C99-based standards] (INT64_MAX): Likewise.
32513         [C99-based standards] (UINT8_MAX): Likewise.
32514         [C99-based standards] (UINT16_MAX): Likewise.
32515         [C99-based standards] (UINT32_MAX): Likewise.
32516         [C99-based standards] (UINT64_MAX): Likewise.
32517         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32518         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32519         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32520         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32521         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32522         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32523         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32524         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32525         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32526         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32527         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32528         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32529         [C99-based standards] (INT_FAST8_MIN): Likewise.
32530         [C99-based standards] (INT_FAST8_MAX): Likewise.
32531         [C99-based standards] (INT_FAST16_MIN): Likewise.
32532         [C99-based standards] (INT_FAST16_MAX): Likewise.
32533         [C99-based standards] (INT_FAST32_MIN): Likewise.
32534         [C99-based standards] (INT_FAST32_MAX): Likewise.
32535         [C99-based standards] (INT_FAST64_MIN): Likewise.
32536         [C99-based standards] (INT_FAST64_MAX): Likewise.
32537         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32538         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32539         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32540         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32541         [C99-based standards] (INTPTR_MIN): Likewise.
32542         [C99-based standards] (INTPTR_MAX): Likewise.
32543         [C99-based standards] (UINTPTR_MAX): Likewise.
32544         [C99-based standards] (INTMAX_MIN): Likewise.
32545         [C99-based standards] (INTMAX_MAX): Likewise.
32546         [C99-based standards] (UINTMAX_MAX): Likewise.
32547         [C99-based standards] (PTRDIFF_MIN): Likewise.
32548         [C99-based standards] (PTRDIFF_MAX): Likewise.
32549         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32550         [C99-based standards] (SIZE_MAX): Likewise.
32551         [C99-based standards] (WCHAR_MAX): Likewise.
32552         [C99-based standards] (WINT_MAX): Likewise.
32553         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32554         constraint on value.
32555         [C99-based standards] (WCHAR_MIN): Likewise.
32556         [C99-based standards] (WINT_MIN): Likewise.
32557         [C99-based standards] (*_t): Allow.
32558         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32559         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32560         Include math.h-data and complex.h-data.  Remove all expectations
32561         of math.h and complex.h contents.
32562         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32563         at end of line.
32564         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32565         (struct tm): Expect tag.
32566         [C99-based-standards] (wcstof): Expect function.
32567         [C99-based-standards] (wcstold): Likewise.
32568         [C99-based-standards] (wcstoll): Likewise.
32569         [C99-based-standards] (wcstoull): Likewise.
32570         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32571         macro-int-constant.  Specify type.
32572         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32573         constraint on value.
32574         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32575         Specify type.
32576         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32577         Specify value.
32578         [ISO C standards]: Do not allow headers.
32579         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32580         wcs[abcdefghijklmnopqrstuvwxyz]*.
32581         [ISO C standards] (*_t): Do not allow.
32582         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32583         Expect function.
32584         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32585         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32586         Specify type.
32587         [ISO C standards]: Do not allow headers.
32588         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32589         is[abcdefghijklmnopqrstuvwxyz]*.
32590         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32591         to[abcdefghijklmnopqrstuvwxyz]*.
32592         [ISO C standards] (*_t): Do not allow.
32593         * conform/data/stdalign.h-data: New file.
32594         * conform/data/stdbool.h-data: Likewise.
32595         * conform/data/stdnoreturn.h-data: Likewise.
32597 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32599         [BZ #14815]
32600         * manual/filesys.texi (Directory Entries): Typo fix.
32601         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32603 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32605         * elf/elf.h (EM_AARCH64): New macro.
32606         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32607         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32608         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32609         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32610         (R_AARCH64_TLSDESC): Likewise.
32611         (NT_ARM_TLS): Likewise.
32612         (NT_ARM_HW_BREAK): Likewise.
32613         (NT_ARM_HW_WATCH): Likewise.
32615 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32617         [BZ #14811]
32618         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32619         (__ieee754_powl): Saturate nonzero exponents with absolute value
32620         below 0x1p-79 to +/- 0x1p-79.
32621         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32622         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32623         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32624         nonzero exponents with absolute value below 0x1p-32 to +/-
32625         0x1p-32.
32626         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32627         (__ieee754_powl): Saturate nonzero exponents with absolute value
32628         below 0x1p-79 to +/- 0x1p-79.
32629         * math/libm-test.inc (pow_test): Add more tests.
32631 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32633         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32634         _dl_s390_cap_flags with kernel. Increase string length.
32635         (_dl_s390_platforms): Add z196 and zEC12.
32637 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32639         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32640         Change XOPEN21K to XOPEN2K.
32642 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32644         * string/memmove.c: Use memcpy when possible.
32646 2012-11-06  Andreas Jaeger  <aj@suse.de>
32648         * po/eo.po: Update from translation team.
32650 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32652         [BZ #14793]
32653         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32654         exponent and small x and y exponents, scale x or y up.  Increase
32655         by 2 the exponent used in scaling up.
32656         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32657         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32658         * math/libm-test.inc (fma_test): Add more tests.
32659         (fma_test_towardzero): Likewise.
32660         (fma_test_downward): Likewise.
32661         (fma_test_upward): Likewise.
32663 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32665         [BZ #14805]
32666         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32667         fenv_t *.
32669         [BZ #14801]
32670         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32671         namespace for names of struct fields.
32672         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32673         fenv_t fields.
32674         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32675         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32677 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32679         [BZ #3665]
32680         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32682 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32684         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32685         PTR_DEMANGLE.
32687         [BZ #5246]
32688         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32689         PTR_DEMANGLE.
32691 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32693         [BZ #14797]
32694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32695         definitely overflow as x * y not x * y + z.
32696         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32697         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32698         * math/libm-test.inc (fma_test): Add more tests.
32699         (fma_test_towardzero): Likewise.
32700         (fma_test_downward): Likewise.
32701         (fma_test_upward): Likewise.
32703 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32705         [BZ #157]
32707         * include/stub-tag.h: Remove file.
32708         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32709         '#include' of it.
32710         * manual/maint.texi (Porting): Don't reference it.
32711         * Makerules ($(objpfx)stubs): Likewise.
32712         * dirent/closedir.c: Don't include <stub-tag.h>.
32713         * dirent/dirfd.c: Likewise.
32714         * dirent/fdopendir.c: Likewise.
32715         * dirent/getdents.c: Likewise.
32716         * dirent/getdents64.c: Likewise.
32717         * dirent/opendir.c: Likewise.
32718         * dirent/readdir.c: Likewise.
32719         * dirent/readdir64.c: Likewise.
32720         * dirent/readdir64_r.c: Likewise.
32721         * dirent/readdir_r.c: Likewise.
32722         * dirent/rewinddir.c: Likewise.
32723         * dirent/seekdir.c: Likewise.
32724         * dirent/telldir.c: Likewise.
32725         * gmon/profil.c: Likewise.
32726         * grp/setgroups.c: Likewise.
32727         * inet/if_index.c: Likewise.
32728         * io/access.c: Likewise.
32729         * io/chdir.c: Likewise.
32730         * io/chmod.c: Likewise.
32731         * io/chown.c: Likewise.
32732         * io/close.c: Likewise.
32733         * io/dup.c: Likewise.
32734         * io/dup2.c: Likewise.
32735         * io/dup3.c: Likewise.
32736         * io/euidaccess.c: Likewise.
32737         * io/faccessat.c: Likewise.
32738         * io/fchdir.c: Likewise.
32739         * io/fchmod.c: Likewise.
32740         * io/fchmodat.c: Likewise.
32741         * io/fchown.c: Likewise.
32742         * io/fchownat.c: Likewise.
32743         * io/fcntl.c: Likewise.
32744         * io/flock.c: Likewise.
32745         * io/fstatfs.c: Likewise.
32746         * io/fstatfs64.c: Likewise.
32747         * io/fstatvfs.c: Likewise.
32748         * io/fstatvfs64.c: Likewise.
32749         * io/futimens.c: Likewise.
32750         * io/fxstat.c: Likewise.
32751         * io/fxstat64.c: Likewise.
32752         * io/fxstatat.c: Likewise.
32753         * io/fxstatat64.c: Likewise.
32754         * io/getcwd.c: Likewise.
32755         * io/isatty.c: Likewise.
32756         * io/lchmod.c: Likewise.
32757         * io/lchown.c: Likewise.
32758         * io/link.c: Likewise.
32759         * io/linkat.c: Likewise.
32760         * io/lseek.c: Likewise.
32761         * io/lseek64.c: Likewise.
32762         * io/lxstat64.c: Likewise.
32763         * io/mkdir.c: Likewise.
32764         * io/mkdirat.c: Likewise.
32765         * io/mkfifo.c: Likewise.
32766         * io/mkfifoat.c: Likewise.
32767         * io/open.c: Likewise.
32768         * io/open64.c: Likewise.
32769         * io/openat.c: Likewise.
32770         * io/openat64.c: Likewise.
32771         * io/pipe.c: Likewise.
32772         * io/pipe2.c: Likewise.
32773         * io/poll.c: Likewise.
32774         * io/posix_fadvise.c: Likewise.
32775         * io/posix_fadvise64.c: Likewise.
32776         * io/posix_fallocate.c: Likewise.
32777         * io/posix_fallocate64.c: Likewise.
32778         * io/read.c: Likewise.
32779         * io/readlink.c: Likewise.
32780         * io/readlinkat.c: Likewise.
32781         * io/rmdir.c: Likewise.
32782         * io/sendfile.c: Likewise.
32783         * io/sendfile64.c: Likewise.
32784         * io/statfs.c: Likewise.
32785         * io/statfs64.c: Likewise.
32786         * io/statvfs.c: Likewise.
32787         * io/statvfs64.c: Likewise.
32788         * io/symlink.c: Likewise.
32789         * io/symlinkat.c: Likewise.
32790         * io/ttyname.c: Likewise.
32791         * io/ttyname_r.c: Likewise.
32792         * io/umask.c: Likewise.
32793         * io/unlink.c: Likewise.
32794         * io/unlinkat.c: Likewise.
32795         * io/utime.c: Likewise.
32796         * io/utimensat.c: Likewise.
32797         * io/write.c: Likewise.
32798         * io/xmknod.c: Likewise.
32799         * io/xmknodat.c: Likewise.
32800         * io/xstat.c: Likewise.
32801         * io/xstat64.c: Likewise.
32802         * login/getpt.c: Likewise.
32803         * login/grantpt.c: Likewise.
32804         * login/unlockpt.c: Likewise.
32805         * math/e_acoshl.c: Likewise.
32806         * math/e_acosl.c: Likewise.
32807         * math/e_asinl.c: Likewise.
32808         * math/e_atan2l.c: Likewise.
32809         * math/e_atanhl.c: Likewise.
32810         * math/e_coshl.c: Likewise.
32811         * math/e_expl.c: Likewise.
32812         * math/e_fmodl.c: Likewise.
32813         * math/e_gammal_r.c: Likewise.
32814         * math/e_hypotl.c: Likewise.
32815         * math/e_j0l.c: Likewise.
32816         * math/e_j1l.c: Likewise.
32817         * math/e_jnl.c: Likewise.
32818         * math/e_lgammal_r.c: Likewise.
32819         * math/e_log10l.c: Likewise.
32820         * math/e_log2l.c: Likewise.
32821         * math/e_logl.c: Likewise.
32822         * math/e_powl.c: Likewise.
32823         * math/e_rem_pio2l.c: Likewise.
32824         * math/e_sinhl.c: Likewise.
32825         * math/e_sqrtl.c: Likewise.
32826         * math/fclrexcpt.c: Likewise.
32827         * math/fedisblxcpt.c: Likewise.
32828         * math/feenablxcpt.c: Likewise.
32829         * math/fegetenv.c: Likewise.
32830         * math/fegetexcept.c: Likewise.
32831         * math/fegetround.c: Likewise.
32832         * math/feholdexcpt.c: Likewise.
32833         * math/fesetenv.c: Likewise.
32834         * math/fesetround.c: Likewise.
32835         * math/feupdateenv.c: Likewise.
32836         * math/fgetexcptflg.c: Likewise.
32837         * math/fraiseexcpt.c: Likewise.
32838         * math/fsetexcptflg.c: Likewise.
32839         * math/ftestexcept.c: Likewise.
32840         * math/k_cosl.c: Likewise.
32841         * math/k_rem_pio2l.c: Likewise.
32842         * math/k_sinl.c: Likewise.
32843         * math/k_tanl.c: Likewise.
32844         * math/s_asinhl.c: Likewise.
32845         * math/s_atanl.c: Likewise.
32846         * math/s_cbrtl.c: Likewise.
32847         * math/s_erfl.c: Likewise.
32848         * math/s_expm1l.c: Likewise.
32849         * math/s_log1pl.c: Likewise.
32850         * math/s_tanhl.c: Likewise.
32851         * misc/acct.c: Likewise.
32852         * misc/brk.c: Likewise.
32853         * misc/chflags.c: Likewise.
32854         * misc/chroot.c: Likewise.
32855         * misc/fchflags.c: Likewise.
32856         * misc/fgetxattr.c: Likewise.
32857         * misc/flistxattr.c: Likewise.
32858         * misc/fremovexattr.c: Likewise.
32859         * misc/fsetxattr.c: Likewise.
32860         * misc/fsync.c: Likewise.
32861         * misc/ftruncate.c: Likewise.
32862         * misc/futimes.c: Likewise.
32863         * misc/futimesat.c: Likewise.
32864         * misc/getdomain.c: Likewise.
32865         * misc/getdtsz.c: Likewise.
32866         * misc/gethostid.c: Likewise.
32867         * misc/gethostname.c: Likewise.
32868         * misc/getloadavg.c: Likewise.
32869         * misc/getpagesize.c: Likewise.
32870         * misc/getsysstats.c: Likewise.
32871         * misc/getxattr.c: Likewise.
32872         * misc/gtty.c: Likewise.
32873         * misc/ioctl.c: Likewise.
32874         * misc/lgetxattr.c: Likewise.
32875         * misc/listxattr.c: Likewise.
32876         * misc/llistxattr.c: Likewise.
32877         * misc/lremovexattr.c: Likewise.
32878         * misc/lsetxattr.c: Likewise.
32879         * misc/lutimes.c: Likewise.
32880         * misc/madvise.c: Likewise.
32881         * misc/mincore.c: Likewise.
32882         * misc/mlock.c: Likewise.
32883         * misc/mlockall.c: Likewise.
32884         * misc/mmap.c: Likewise.
32885         * misc/mprotect.c: Likewise.
32886         * misc/msync.c: Likewise.
32887         * misc/munlock.c: Likewise.
32888         * misc/munlockall.c: Likewise.
32889         * misc/munmap.c: Likewise.
32890         * misc/preadv.c: Likewise.
32891         * misc/preadv64.c: Likewise.
32892         * misc/ptrace.c: Likewise.
32893         * misc/pwritev.c: Likewise.
32894         * misc/pwritev64.c: Likewise.
32895         * misc/readv.c: Likewise.
32896         * misc/reboot.c: Likewise.
32897         * misc/remap_file_pages.c: Likewise.
32898         * misc/removexattr.c: Likewise.
32899         * misc/revoke.c: Likewise.
32900         * misc/select.c: Likewise.
32901         * misc/setdomain.c: Likewise.
32902         * misc/setegid.c: Likewise.
32903         * misc/seteuid.c: Likewise.
32904         * misc/sethostid.c: Likewise.
32905         * misc/sethostname.c: Likewise.
32906         * misc/setregid.c: Likewise.
32907         * misc/setreuid.c: Likewise.
32908         * misc/setxattr.c: Likewise.
32909         * misc/sstk.c: Likewise.
32910         * misc/stty.c: Likewise.
32911         * misc/swapoff.c: Likewise.
32912         * misc/swapon.c: Likewise.
32913         * misc/sync.c: Likewise.
32914         * misc/syncfs.c: Likewise.
32915         * misc/syscall.c: Likewise.
32916         * misc/truncate.c: Likewise.
32917         * misc/ualarm.c: Likewise.
32918         * misc/usleep.c: Likewise.
32919         * misc/ustat.c: Likewise.
32920         * misc/utimes.c: Likewise.
32921         * misc/vhangup.c: Likewise.
32922         * misc/writev.c: Likewise.
32923         * posix/_exit.c: Likewise.
32924         * posix/alarm.c: Likewise.
32925         * posix/execve.c: Likewise.
32926         * posix/fexecve.c: Likewise.
32927         * posix/fork.c: Likewise.
32928         * posix/fpathconf.c: Likewise.
32929         * posix/getaddrinfo.c: Likewise.
32930         * posix/getegid.c: Likewise.
32931         * posix/geteuid.c: Likewise.
32932         * posix/getgid.c: Likewise.
32933         * posix/getgroups.c: Likewise.
32934         * posix/getlogin.c: Likewise.
32935         * posix/getlogin_r.c: Likewise.
32936         * posix/getpgid.c: Likewise.
32937         * posix/getpid.c: Likewise.
32938         * posix/getppid.c: Likewise.
32939         * posix/getresgid.c: Likewise.
32940         * posix/getresuid.c: Likewise.
32941         * posix/getsid.c: Likewise.
32942         * posix/getuid.c: Likewise.
32943         * posix/glob64.c: Likewise.
32944         * posix/nanosleep.c: Likewise.
32945         * posix/pathconf.c: Likewise.
32946         * posix/pause.c: Likewise.
32947         * posix/posix_madvise.c: Likewise.
32948         * posix/pread.c: Likewise.
32949         * posix/pread64.c: Likewise.
32950         * posix/pwrite.c: Likewise.
32951         * posix/pwrite64.c: Likewise.
32952         * posix/sched_getaffinity.c: Likewise.
32953         * posix/sched_getp.c: Likewise.
32954         * posix/sched_gets.c: Likewise.
32955         * posix/sched_primax.c: Likewise.
32956         * posix/sched_primin.c: Likewise.
32957         * posix/sched_rr_gi.c: Likewise.
32958         * posix/sched_setaffinity.c: Likewise.
32959         * posix/sched_setp.c: Likewise.
32960         * posix/sched_sets.c: Likewise.
32961         * posix/sched_yield.c: Likewise.
32962         * posix/setgid.c: Likewise.
32963         * posix/setlogin.c: Likewise.
32964         * posix/setpgid.c: Likewise.
32965         * posix/setresgid.c: Likewise.
32966         * posix/setresuid.c: Likewise.
32967         * posix/setsid.c: Likewise.
32968         * posix/setuid.c: Likewise.
32969         * posix/sleep.c: Likewise.
32970         * posix/spawni.c: Likewise.
32971         * posix/sysconf.c: Likewise.
32972         * posix/times.c: Likewise.
32973         * posix/wait.c: Likewise.
32974         * posix/wait3.c: Likewise.
32975         * posix/wait4.c: Likewise.
32976         * posix/waitpid.c: Likewise.
32977         * resolv/gai_sigqueue.c: Likewise.
32978         * resource/getpriority.c: Likewise.
32979         * resource/getrlimit.c: Likewise.
32980         * resource/getrusage.c: Likewise.
32981         * resource/nice.c: Likewise.
32982         * resource/setpriority.c: Likewise.
32983         * resource/setrlimit.c: Likewise.
32984         * resource/ulimit.c: Likewise.
32985         * rt/aio_cancel.c: Likewise.
32986         * rt/aio_fsync.c: Likewise.
32987         * rt/aio_read.c: Likewise.
32988         * rt/aio_sigqueue.c: Likewise.
32989         * rt/aio_suspend.c: Likewise.
32990         * rt/aio_write.c: Likewise.
32991         * rt/clock_getres.c: Likewise.
32992         * rt/clock_gettime.c: Likewise.
32993         * rt/clock_nanosleep.c: Likewise.
32994         * rt/clock_settime.c: Likewise.
32995         * rt/lio_listio.c: Likewise.
32996         * rt/mq_close.c: Likewise.
32997         * rt/mq_getattr.c: Likewise.
32998         * rt/mq_notify.c: Likewise.
32999         * rt/mq_open.c: Likewise.
33000         * rt/mq_receive.c: Likewise.
33001         * rt/mq_send.c: Likewise.
33002         * rt/mq_setattr.c: Likewise.
33003         * rt/mq_timedreceive.c: Likewise.
33004         * rt/mq_timedsend.c: Likewise.
33005         * rt/mq_unlink.c: Likewise.
33006         * rt/shm_open.c: Likewise.
33007         * rt/shm_unlink.c: Likewise.
33008         * rt/timer_create.c: Likewise.
33009         * rt/timer_delete.c: Likewise.
33010         * rt/timer_getoverr.c: Likewise.
33011         * rt/timer_gettime.c: Likewise.
33012         * rt/timer_settime.c: Likewise.
33013         * setjmp/__longjmp.c: Likewise.
33014         * setjmp/setjmp.c: Likewise.
33015         * signal/kill.c: Likewise.
33016         * signal/killpg.c: Likewise.
33017         * signal/raise.c: Likewise.
33018         * signal/sigaction.c: Likewise.
33019         * signal/sigaltstack.c: Likewise.
33020         * signal/sigblock.c: Likewise.
33021         * signal/sigignore.c: Likewise.
33022         * signal/sigintr.c: Likewise.
33023         * signal/signal.c: Likewise.
33024         * signal/sigpause.c: Likewise.
33025         * signal/sigpending.c: Likewise.
33026         * signal/sigqueue.c: Likewise.
33027         * signal/sigreturn.c: Likewise.
33028         * signal/sigset.c: Likewise.
33029         * signal/sigsetmask.c: Likewise.
33030         * signal/sigstack.c: Likewise.
33031         * signal/sigsuspend.c: Likewise.
33032         * signal/sigtimedwait.c: Likewise.
33033         * signal/sigvec.c: Likewise.
33034         * signal/sigwait.c: Likewise.
33035         * signal/sigwaitinfo.c: Likewise.
33036         * signal/sysv_signal.c: Likewise.
33037         * socket/accept.c: Likewise.
33038         * socket/accept4.c: Likewise.
33039         * socket/bind.c: Likewise.
33040         * socket/connect.c: Likewise.
33041         * socket/getpeername.c: Likewise.
33042         * socket/getsockname.c: Likewise.
33043         * socket/getsockopt.c: Likewise.
33044         * socket/isfdtype.c: Likewise.
33045         * socket/listen.c: Likewise.
33046         * socket/recv.c: Likewise.
33047         * socket/recvfrom.c: Likewise.
33048         * socket/recvmsg.c: Likewise.
33049         * socket/send.c: Likewise.
33050         * socket/sendmsg.c: Likewise.
33051         * socket/sendto.c: Likewise.
33052         * socket/setsockopt.c: Likewise.
33053         * socket/shutdown.c: Likewise.
33054         * socket/sockatmark.c: Likewise.
33055         * socket/socket.c: Likewise.
33056         * socket/socketpair.c: Likewise.
33057         * stdio-common/ctermid.c: Likewise.
33058         * stdio-common/cuserid.c: Likewise.
33059         * stdio-common/remove.c: Likewise.
33060         * stdio-common/rename.c: Likewise.
33061         * stdio-common/renameat.c: Likewise.
33062         * stdio-common/tempname.c: Likewise.
33063         * stdlib/getcontext.c: Likewise.
33064         * stdlib/makecontext.c: Likewise.
33065         * stdlib/setcontext.c: Likewise.
33066         * stdlib/swapcontext.c: Likewise.
33067         * stdlib/system.c: Likewise.
33068         * streams/fattach.c: Likewise.
33069         * streams/fdetach.c: Likewise.
33070         * streams/getmsg.c: Likewise.
33071         * streams/getpmsg.c: Likewise.
33072         * streams/putmsg.c: Likewise.
33073         * streams/putpmsg.c: Likewise.
33074         * sysdeps/unix/bsd/getpt.c: Likewise.
33075         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33076         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33077         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33079         Likewise.
33080         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33081         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33082         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33083         * sysvipc/msgctl.c: Likewise.
33084         * sysvipc/msgget.c: Likewise.
33085         * sysvipc/msgrcv.c: Likewise.
33086         * sysvipc/msgsnd.c: Likewise.
33087         * sysvipc/semctl.c: Likewise.
33088         * sysvipc/semget.c: Likewise.
33089         * sysvipc/semop.c: Likewise.
33090         * sysvipc/semtimedop.c: Likewise.
33091         * sysvipc/shmat.c: Likewise.
33092         * sysvipc/shmctl.c: Likewise.
33093         * sysvipc/shmdt.c: Likewise.
33094         * sysvipc/shmget.c: Likewise.
33095         * termios/tcdrain.c: Likewise.
33096         * termios/tcflow.c: Likewise.
33097         * termios/tcflush.c: Likewise.
33098         * termios/tcgetattr.c: Likewise.
33099         * termios/tcgetpgrp.c: Likewise.
33100         * termios/tcsendbrk.c: Likewise.
33101         * termios/tcsetattr.c: Likewise.
33102         * termios/tcsetpgrp.c: Likewise.
33103         * time/adjtime.c: Likewise.
33104         * time/clock.c: Likewise.
33105         * time/getitimer.c: Likewise.
33106         * time/gettimeofday.c: Likewise.
33107         * time/setitimer.c: Likewise.
33108         * time/settimeofday.c: Likewise.
33109         * time/stime.c: Likewise.
33110         * time/time.c: Likewise.
33112 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33114         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33115         /usr/old/bin.
33117         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33118         instead of spaces.
33119         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33121 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33123         [BZ #14796]
33124         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33125         FE_TONEAREST before applying Dekker multiplication and Knuth
33126         addition.  Clear inexact exceptions and check for exact zero
33127         results afterwards.
33128         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33129         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33130         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33131         * math/libm-test.inc (fma_test): Add more tests.
33132         (fma_test_towardzero): Likewise.
33133         (fma_test_downward): Likewise.
33134         (fma_test_upward): Likewise.
33135         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33136         function.
33137         (libc_fesetround): New macro.
33138         (libc_fesetroundf): Likewise.
33139         (libc_fesetroundl): Likewise.
33140         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33141         function.
33142         (libc_fesetround_387): Likewise.
33143         (libc_fesetroundf): New macro.
33144         (libc_fesetround): Likewise.
33145         (libc_fesetroundl): Likewise.
33146         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33147         function.
33148         (libc_fesetroundf): New macro.
33149         (libc_fesetround): Likewise.
33150         (libc_fesetroundl): Likewise.
33151         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33152         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33153         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33154         libm_hidden_ver.
33155         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33156         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33157         libm_hidden_def.
33158         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33159         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33160         libm_hidden_ver.
33161         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33162         libm_hidden_def.
33164         [BZ #3439]
33165         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33166         integer constant usable in #if and use that to give value to enum
33167         constant.
33168         (FE_DIVBYZERO): Likewise.
33169         (FE_UNDERFLOW): Likewise.
33170         (FE_OVERFLOW): Likewise.
33171         (FE_INVALID): Likewise.
33172         (FE_INVALID_SNAN): Likewise.
33173         (FE_INVALID_ISI): Likewise.
33174         (FE_INVALID_IDI): Likewise.
33175         (FE_INVALID_ZDZ): Likewise.
33176         (FE_INVALID_IMZ): Likewise.
33177         (FE_INVALID_COMPARE): Likewise.
33178         (FE_INVALID_SOFTWARE): Likewise.
33179         (FE_INVALID_SQRT): Likewise.
33180         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33181         (FE_TONEAREST): Likewise.
33182         (FE_TOWARDZERO): Likewise.
33183         (FE_UPWARD): Likewise.
33184         (FE_DOWNWARD): Likewise.
33185         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33186         (FE_DIVBYZERO): Likewise.
33187         (FE_OVERFLOW): Likewise.
33188         (FE_UNDERFLOW): Likewise.
33189         (FE_INEXACT): Likewise.
33190         (FE_TONEAREST): Likewise.
33191         (FE_DOWNWARD): Likewise.
33192         (FE_UPWARD): Likewise.
33193         (FE_TOWARDZERO): Likewise.
33194         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33195         (FE_UNDERFLOW): Likewise.
33196         (FE_OVERFLOW): Likewise.
33197         (FE_DIVBYZERO): Likewise.
33198         (FE_INVALID): Likewise.
33199         (FE_TONEAREST): Likewise.
33200         (FE_TOWARDZERO): Likewise.
33201         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33202         (FE_OVERFLOW): Likewise.
33203         (FE_UNDERFLOW): Likewise.
33204         (FE_DIVBYZERO): Likewise.
33205         (FE_INEXACT): Likewise.
33206         (FE_TONEAREST): Likewise.
33207         (FE_TOWARDZERO): Likewise.
33208         (FE_UPWARD): Likewise.
33209         (FE_DOWNWARD): Likewise.
33210         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33211         (FE_DIVBYZERO): Likewise.
33212         (FE_OVERFLOW): Likewise.
33213         (FE_UNDERFLOW): Likewise.
33214         (FE_INEXACT): Likewise.
33215         (FE_TONEAREST): Likewise.
33216         (FE_DOWNWARD): Likewise.
33217         (FE_UPWARD): Likewise.
33218         (FE_TOWARDZERO): Likewise.
33220 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33222         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33224 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33226         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33227         commands.  Quote $PWD.
33228         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33229         -x" by "export".
33230         (remove_newlines): Remove.
33232 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33234         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33235         * stdlib/stdlib.h (atof): Moved to ...
33236         * include/bits/stdlib-float.h: Here.  New file.
33237         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33238         * stdlib/bits/stdlib-float.h: New file.
33239         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33240         -mno-sse -mno-mmx.
33241         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33242         <xmmintrin.h>.
33244 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33246         * conform/conformtest.pl (@headers): Add fenv.h.
33247         * conform/data/fenv.h-data: New file.
33248         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33249         include of <math/fenv.h>.
33251         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33252         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33253         && !UNIX98].  Enables tests for XOPEN2K8.
33254         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33255         POSIX2008]: Likewise.
33257         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33258         (struct rusage): Do not expect type or its members.
33260         [BZ #3439]
33261         * math/math.h (FP_NAN): Define macro to integer constant usable in
33262         #if and use that to give value to enum constant.
33263         (FP_INFINITE): Likewise.
33264         (FP_ZERO): Likewise.
33265         (FP_SUBNORMAL): Likewise.
33266         (FP_NORMAL): Likewise.
33268 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33270         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33271         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33272         arguments.
33274 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33276         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33277         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33278         autoconf-time if not.
33279         * configure.in: Remove AC_PREREQ.
33281 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33283         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33284         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33285         of the internal implementation.
33287 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33289         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33290         except include of <misc/sys/syslog.h>.
33292 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33295         function returns with a NULL context exit with zero.
33297 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33299         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33301 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33303         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33304         (run_program_cmd): This.
33305         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33306         (tst_langinfo): New variable.  Use it.
33308 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33310         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33311         floating point opcodes.
33313 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33315         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33316         variable.
33318         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33320         * sysdeps/mach/hurd/powerpc: Remove directory.
33321         * sysdeps/mach/powerpc: Likewise.
33323 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33325         * scripts/check-local-headers.sh: Ignore c++ headers.
33327 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33329         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33330         __libc_cleanup_region_start argument.
33332 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33334         [BZ #14784]
33335         [BZ #14785]
33336         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33337         x * y using scaling, not as x * y + z.
33338         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33339         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33340         * math/libm-test.inc (fma_test): Add more tests.
33341         (fma_test_towardzero): Likewise.
33342         (fma_test_downward): Likewise.
33343         (fma_test_upward): Likewise.
33345 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33347         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33349 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33351         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33352         New variable.
33354 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33356         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33358 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33361         Fix sort order.
33362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33363         Likewise.
33365 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33368         Fix the order of the list for glibc 2.17.
33369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33370         Likewise.
33372 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33376 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33378         [BZ #14610]
33379         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33380         for low part of x being zero before using __atanl (y).
33381         * math/libm-test.inc (atan2_test): Add another test.
33383         * manual/install.texi (Configuring and compiling): Document
33384         general use of test-wrapper and test-wrapper-env.
33385         * INSTALL: Regenerated.
33387         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33388         (__fma): 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-128/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         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33396         (__fmal): Do not extract and scale down low bits on after-rounding
33397         systems when result rounded to normal precision would have normal
33398         exponent.
33399         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33400         macro.
33401         (fma_test): Add more tests.
33402         (fma_test_towardzero): Likewise.
33403         (fma_test_downward): Likewise.
33404         (fma_test_upward): Likewise.
33406 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33408         * sysdeps/i386/tininess.h: Renamed to ...
33409         * sysdeps/x86/tininess.h: This.
33410         * sysdeps/x86_64/tininess.h: Removed.
33412 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33414         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33415         input.  Use $(build-program-cmd).
33416         ($(objpfx)tst-array1-static.out): Likewise.
33417         ($(objpfx)tst-array2.out): Likewise.
33418         ($(objpfx)tst-array3.out): Likewise.
33419         ($(objpfx)tst-array4.out): Likewise.
33420         ($(objpfx)tst-array5.out): Likewise.
33421         ($(objpfx)tst-array5-static.out): Likewise.
33423 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33425         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33426         if defined.
33428         * nss/nsswitch.h (nss_interface_function): Provide new
33429         macro for use with NSS functions.
33430         * grp/initgroups.c: Use new macro.
33431         * nss/getXXbyYY.c: Likewise.
33432         * nss/getXXbyYY_r.c: Likewise.
33433         * nss/getXXent.c: Likewise.
33434         * nss/getXXent_r.c: Likewise.
33435         * sysdeps/posix/getaddrinfo.c: Likewise.
33437 2012-10-30  Andreas Jaeger  <aj@suse.de>
33439         * po/ru.po: Update Russion translation from translation project.
33441 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33443         [BZ #14152]
33444         [BZ #14783]
33445         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33446         result and shift together with sticky bit instead of replicating
33447         round-to-nearest rounding.
33448         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33449         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33450         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33451         missing underflow exceptions.
33452         (fma_test_towardzero): Add more tests.
33453         (fma_test_downward): Likewise.
33454         (fma_test_upward): Likewise.
33456         [BZ #14047]
33457         * sysdeps/generic/tininess.h: New file.
33458         * sysdeps/i386/tininess.h: Likewise.
33459         * sysdeps/sh/tininess.h: Likewise.
33460         * sysdeps/x86_64/tininess.h: Likewise.
33461         * stdlib/tst-strtod-underflow.c: Likewise.
33462         * stdlib/tst-tininess.c: Likewise.
33463         * stdlib/strtod_l.c: Include <tininess.h>.
33464         (round_and_return): Do not set errno for exact underflow cases.
33465         Force an underflow exception when setting errno for underflow.
33466         Determine underflow based on rounding to normal precision if
33467         TININESS_AFTER_ROUNDING.
33468         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33469         ERANGE for exact underflow cases.
33470         * stdlib/Makefile (tests): Add tst-tininess and
33471         tst-strtod-underflow.
33472         ($(objpfx)tst-tininess): Use $(link-libm).
33473         ($(objpfx)tst-strtod-underflow): Likewise.
33475 2012-10-30  Andreas Jaeger  <aj@suse.de>
33477         [BZ#14767]
33478         * elf/Makefile (tests): Remove conditional for have-initfini-array
33479         since this is now always required and the variable does not exist
33480         anymore.
33481         (tests-static): Likewise.
33482         (modules-names): Likewise.
33484         * po/eo.po: Add Esperanto translation from translation project.
33486         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33487         merged with constructor/destructor.
33488         (init_array): Likewise.
33489         * elf/tst-array2dep.c (fini_array): Likewise.
33490         (init_array): Likewise.
33492 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33494         * manual/message.texi: Delete @cartouche tags.
33496 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33498         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33499         EOPNOTSUPP.
33500         * sysdeps/mach/hurd/fsync.c: Likewise.
33502         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33503         [_POSIX_REALTIME_SIGNALS]: Change condition to
33504         [_POSIX_REALTIME_SIGNALS > 0].
33506 2012-10-27  Andreas Jaeger  <aj@suse.de>
33508         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33509         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33510         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33511         [__WORDSIZE != 64]: Likewise.
33513 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33515         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33516         *  iconvdata/tst-tables.sh: Likewise.
33518 2012-10-25  David S. Miller  <davem@davemloft.net>
33520         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33521         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33522         of strtoull.
33524         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33525         ifunc-impl-list.c
33526         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33527         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33528         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33529         file.
33531 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33533         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33534         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33535         __getdirentries.
33537 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33538             Jim Blandy  <jimb@codesourcery.com>
33540         * scripts/cross-test-ssh.sh: New file.
33541         * manual/install.texi (Configuring and compiling): Document use of
33542         cross-test-ssh.sh.
33543         * INSTALL: Regenerated.
33545 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33547         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33548         EOPNOTSUPP.
33550 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33552         * Makeconfig (run-program-prefix): Fix comment.
33554 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33555             Jim Blandy  <jimb@codesourcery.com>
33557         * Makeconfig (test-wrapper): New variable,
33558         (test-wrapper-env): Likewise.
33559         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33560         (run-built-tests): Define to yes.
33561         (run-program-prefix): Use $(test-wrapper).
33562         (built-program-cmd): Likewise.
33563         * Rules (make-test-out): Use $(test-wrapper-env) and
33564         $(host-built-program-cmd).
33565         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33566         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33567         tst-pathopt.sh.
33568         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33569         $(test-wrapper-env) to tst-rtld-load-self.sh.
33570         ($(objpfx)order2.out): Use $(test-wrapper).
33571         ($(objpfx)tst-initorder.out): Likewise.
33572         ($(objpfx)tst-initorder2.out): Likewise.
33573         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33574         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33575         (test_wrapper_env): New variable.  Use it to run ld.so.
33576         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33577         Use it to run ld.so.
33578         (test_wrapper_env): Likewise.
33579         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33580         $(test-wrapper) to run-iconv-test.sh.
33581         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33582         (ICONV): Use $test_wrapper.
33583         * posix/Makefile ($(objpfx)globtest.out): Pass
33584         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33585         globtest.sh, not $(run-program-prefix).
33586         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33587         (test_wrapper): Likewise.
33588         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33589         set together with run_via_rtld_prefix.
33590         (run_program_prefix): Define in terms of test_wrapper and
33591         run_via_rtld_prefix.
33593 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33595         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33596         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33597         Targets removed.
33599         [BZ #14743]
33600         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33601         Declare __clock_getres, __clock_gettime, __clock_settime,
33602         __clock_nanosleep, and __clock_getcpuclockid.
33603         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33604         Remove librt_hidden_def (clock_gettime).
33605         * sysdeps/unix/clock_gettime.c: Likewise.
33606         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33607         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33608         * rt/clock_getres.c: Define __clock_getres as an alias.
33609         * sysdeps/posix/clock_getres.c: Likewise.
33610         * rt/clock_settime.c: Define __clock_settime as an alias.
33611         * sysdeps/unix/clock_settime.c: Likewise.
33612         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33613         * sysdeps/unix/clock_nanosleep.c: Likewise.
33614         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33615         * rt/clock-compat.c: New file.
33616         * rt/Makefile (librt-routines): Add clock-compat and move
33617         $(clock-routines) to ...
33618         (routines): ... here, new variable.
33619         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33620         Don't add get_clockfreq here.
33621         * rt/Versions (libc: GLIBC_2.17): New version set.
33622         Add clock_* symbols here.
33623         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33624         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33625         (GLIBC_2.17): Add clock_* symbols.
33626         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33627         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33628         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33630         Likewise.
33631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33632         Likewise.
33633         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33634         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33635         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33636         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33637         * NEWS: Mention the move.
33639         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33640         Use __open, __read, __close rather than their public counterparts.
33641         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33642         (__get_clockfreq_via_cpuinfo): Likewise.
33643         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33644         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33646         * config.h.in (HAVE_IFUNC): New #undef.
33647         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33648         was successful.
33649         * configure: Regenerated.
33651 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33653         * configure.in: Move READELF check to start of file.
33654         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33655         libc_cv_asm_gnu_indirect_function in the process.
33656         * configure: Regenerated.
33658 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33660         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33661         send the output to /dev/null.
33662         (libc_cv_cc_with_libunwind): Likewise.
33663         (libc_cv_as_noexecstack): Likewise.
33664         * configure: Regenerate.
33666 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33668         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33670         * posix/globtest.sh (TMPDIR): Do not set.
33671         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33672         (testout): Likewise.
33674 2012-10-24  Andreas Jaeger  <aj@suse.de>
33676         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33677         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33678         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33679         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33680         posix_fadvise64, posix_fallocate64.
33682         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33683         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33684         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33685         Likewise.
33686         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33687         Likewise.
33688         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33690         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33691         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33692         <bits/fcntl-linux.h>.
33693         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33695         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33696         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33697         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33698         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33699         [__WORDSIZE != 64]: Likewise.
33701 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33703         * Makeconfig (run-built-tests): New variable.
33704         * Rules [$(cross-compiling) = yes]: Change condition to
33705         [$(run-built-tests) = no].
33706         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33707         to [$(run-built-tests) = yes].
33708         * elf/Makefile [$(cross-compiling) = no]: Likewise
33709         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33710         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33711         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33712         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33713         * io/Makefile [$(cross-compiling) = no]: Likewise.
33714         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33715         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33716         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33717         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33718         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33719         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33720         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33721         * string/Makefile [$(cross-compiling) = no]: Likewise.
33723         * posix/Makefile ($(objpfx)globtest.out): Pass
33724         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33725         $(rtld-installed-name).
33726         * posix/globtest.sh (elf_objpfx): Remove variable.
33727         (rtld_installed_name): Likewise.
33728         (library_path): Likewise.
33729         (run_program_prefix): New variable.  Use for running globtest
33730         binary.
33732 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33733             Joseph Myers  <joseph@codesourcery.com>
33735         * Makeconfig (host-built-program-cmd): New variable.
33736         * elf/Makefile (tst-stackguard1-ARGS): Use
33737         $(host-built-program-cmd).
33738         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33739         (tst-spawn-ARGS): Likewise.
33740         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33742 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33743             Jim Blandy  <jimb@codesourcery.com>
33745         * Makeconfig (run-via-rtld-prefix): New variable.
33746         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33747         (built-program-cmd): Likewise.
33749 2012-10-22  Andreas Jaeger  <aj@suse.de>
33751         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33752         __O_RSYNC if it exists, otherwise to O_SYNC.
33754 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33755             Joseph Myers  <joseph@codesourcery.com>
33757         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33758         /dev/null.
33759         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33760         from /dev/null
33761         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33762         /dev/null.
33764 2012-10-22  Andreas Jaeger  <aj@suse.de>
33766         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33767         Define always.
33768         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33770         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33771         bits/fcntl-linux.h.
33773         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33774         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33776         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33777         to __O_LARGEFILE.
33778         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33779         to __O_LARGEFILE.
33781 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33782             Joseph Myers  <joseph@codesourcery.com>
33784         * config.make.in (NM): New variable.
33786 2012-10-21  Andreas Jaeger  <aj@suse.de>
33788         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33789         definitions and declarations that are provided by
33790         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33792 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33794         [BZ #14683]
33795         * elf/Makefile (tests-static): Add tst-leaks1-static.
33796         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33797         ($(objpfx)tst-leaks1-static): New rule.
33798         ($(objpfx)tst-leaks1-static-mem): Likewise.
33799         (tst-leaks1-static-ENV): New macro.
33800         * elf/dl-open.c (dl_open_worker): Check the main application
33801         only if SHARED is defined.
33802         * elf/tst-leaks1-static.c: New file.
33804 2012-10-20  Andreas Jaeger  <aj@suse.de>
33806         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33807         generic values for Linux.
33808         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33809         and declarations that are provided by <bits/fcntl-linux.h> and
33810         include <bits/fcntl-linux.h>.
33811         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33812         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33814 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33816         * io/fcntl.h: Move include of <bits/types.h> to the top and
33817         include it unconditionally.
33819 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33821         * wcsmbs/Makefile (tests-ifunc): New variable.
33822         (tests): Add $(tests-ifunc).
33823         * wcsmbs/test-wcschr-ifunc.c: New file.
33824         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33825         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33826         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33827         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33828         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33830         * string/Makefile (tests-ifunc): New variable.
33831         (tests): Add $(tests-ifunc).
33832         * string/test-memccpy.c (TEST_NAME): New macro.
33833         * string/test-memchr.c (TEST_NAME): Likewise.
33834         * string/test-memcmp.c (TEST_NAME): Likewise.
33835         * string/test-memcpy.c (TEST_NAME): Likewise.
33836         * string/test-memmem.c (TEST_NAME): Likewise.
33837         * string/test-memmove.c (TEST_NAME): Likewise.
33838         * string/test-memset.c (TEST_NAME): Likewise.
33839         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33840         * string/test-stpcpy.c (TEST_NAME): Likewise.
33841         * string/test-stpncpy.c (TEST_NAME): Likewise.
33842         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33843         * string/test-strcasestr.c (TEST_NAME): Likewise.
33844         * string/test-strcat.c (TEST_NAME): Likewise.
33845         * string/test-strchr.c (TEST_NAME): Likewise.
33846         * string/test-strcmp.c(TEST_NAME): Likewise.
33847         * string/test-strcpy.c (TEST_NAME): Likewise.
33848         * string/test-strcspn.c (TEST_NAME): Likewise.
33849         * string/test-strlen.c (TEST_NAME): Likewise.
33850         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33851         * string/test-strncmp.c (TEST_NAME): Likewise.
33852         * string/test-strncpy.c (TEST_NAME): Likewise.
33853         * string/test-strnlen.c (TEST_NAME): Likewise.
33854         * string/test-strpbrk.c (TEST_NAME): Likewise.
33855         * string/test-strrchr.c (TEST_NAME): Likewise.
33856         * string/test-strspn.c (TEST_NAME): Likewise.
33857         * string/test-strstr.c (TEST_NAME): Likewise.
33858         * string/test-bcopy-ifunc.c: New file.
33859         * string/test-bzero-ifunc.c: Likewise.
33860         * string/test-memccpy-ifunc.c: Likewise.
33861         * string/test-memchr-ifunc.c: Likewise.
33862         * string/test-memcmp-ifunc.c: Likewise.
33863         * string/test-memcpy-ifunc.c: Likewise.
33864         * string/test-memmem-ifunc.c: Likewise.
33865         * string/test-memmove-ifunc.c: Likewise.
33866         * string/test-mempcpy-ifunc.c: Likewise.
33867         * string/test-memset-ifunc.c: Likewise.
33868         * string/test-rawmemchr-ifunc.c: Likewise.
33869         * string/test-stpcpy-ifunc.c: Likewise.
33870         * string/test-stpncpy-ifunc.c: Likewise.
33871         * string/test-strcasecmp-ifunc.c: Likewise.
33872         * string/test-strcasestr-ifunc.c: Likewise.
33873         * string/test-strcat-ifunc.c: Likewise.
33874         * string/test-strchr-ifunc.c: Likewise.
33875         * string/test-strchrnul-ifunc.c: Likewise.
33876         * string/test-strcmp-ifunc.c: Likewise.
33877         * string/test-strcpy-ifunc.c: Likewise.
33878         * string/test-strcspn-ifunc.c: Likewise.
33879         * string/test-strlen-ifunc.c: Likewise.
33880         * string/test-strncasecmp-ifunc.c: Likewise.
33881         * string/test-strncat-ifunc.c: Likewise.
33882         * string/test-strncmp-ifunc.c: Likewise.
33883         * string/test-strncpy-ifunc.c: Likewise.
33884         * string/test-strnlen-ifunc.c: Likewise.
33885         * string/test-strpbrk-ifunc.c: Likewise.
33886         * string/test-strrchr-ifunc.c: Likewise.
33887         * string/test-strspn-ifunc.c: Likewise.
33888         * string/test-strstr-ifunc.c: Likewise.
33890         * debug/Makefile (tests-ifunc): New variable.
33891         (tests): Add $(tests-ifunc).
33892         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33893         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33894         * debug/test-stpcpy_chk-ifunc.c: New file.
33895         * debug/test-strcpy_chk-ifunc.c: Likewise.
33897 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33899         [BZ #13601]
33900         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33901         header is not read in.
33903 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33905         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33906         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33907         directly.  Pass built executable to script as
33908         $(built-program-cmd).
33909         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33910         $testprogram without using LD_LIBRARY_PATH and $ldso.
33912         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33913         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33914         $(rtld-installed-name).
33915         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33916         (rtld_installed_name): Likewise.
33917         (library_path): Likewise.
33918         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33919         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33920         $(run-program-prefix) to tst-tables.sh.
33921         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33922         it to run tst-table-from and tst-table-to.
33923         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33924         Pass it to tst-table.sh.
33925         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33926         $(run-program-prefix) to tst-gettext.sh.
33927         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33928         tst-translit.sh.
33929         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33930         tst-gettext2.sh.
33931         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33932         to run tst-gettext.
33933         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33934         to run tst-gettext2.
33935         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33936         to run tst-translit.
33937         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33938         $(run-program-prefix) to tst-mtrace.sh.
33939         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33940         to run tst-mtrace.
33941         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33942         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33943         $(rtld-installed-name).
33944         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33945         (rtld_installed_name): Likewise.
33946         (run_program_prefix): New variable.  Use it to run wordexp-test.
33948         * Makeconfig (ARCH): Remove all definitions.
33949         (machine): Likewise.
33950         [ARCH]: Remove conditional code.
33951         [!objdir]: Give error.
33952         [!objdir] (objpfx): Remove.
33953         [!objdir] (common-objpfx): Likewise.
33954         [!objdir] (common-objdir): Likewise.
33955         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33956         AC_CONFIG_FILES call.
33957         * configure: Regenerated.
33959         [BZ #13888]
33960         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33961         or TMPDIR.
33962         (testout): Likewise.
33964         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33965         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33966         $(rtld-installed-name).
33967         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33968         (rtld_installed_name): Likwise.
33969         (runit): Remove function.
33970         (run_getconf): New variable,  Use it for running getconf binary.
33972 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33974         [BZ #14716]
33975         * string/test-memmem.c (check_result): New function.
33976         (do_one_test): Use it.
33977         (check1): New function.
33978         (test_main): Use it.
33980 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33982         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33984 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33986         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33987         (_G_LSEEK64): Likewise.
33988         (_G_MMAP64): Likewise.
33989         (_G_FSTAT64): Likewise.
33990         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33991         (_G_LSEEK64): Likewise.
33992         (_G_MMAP64): Likewise.
33993         (_G_FSTAT64): Likewise.
33994         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33995         unconditional.  Call __mmap64 directly.
33996         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33997         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33998         __lseek64 directly.
33999         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34000         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34001         __mmap64 directly.
34002         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34003         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34004         __lseek64 directly.
34005         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34006         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34007         __lseek64 directly.
34008         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34009         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34010         __lseek64 directly.
34011         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34012         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34013         __fxstat64 directly.
34014         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34015         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34016         unconditional.
34017         (freopen64) [!_G_OPEN64]: Remove conditional code.
34018         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34019         unconditional.
34020         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34021         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34022         unconditional.
34023         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34024         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34025         unconditional.
34026         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34027         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34028         unconditional.
34029         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34030         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34031         unconditional.
34032         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34033         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34034         unconditional.
34035         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34036         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34037         unconditional.
34038         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34040 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34042         [BZ #12140]
34043         * manual/memory.texi (Malloc Tunable Parameters): Add note
34044         about free list pointers overwriting some perturb bytes.
34045         Wording suggested by Roland McGrath.
34047 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34049         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34050         (lgamma_test): Likewise.
34051         (tgamma_test): Likewise.
34053 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34055         [BZ #14700]
34056         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34057         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34059 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34061         * NEWS: Mention BZ #14716.
34062         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34063         when removing AVAILABLE1_USES_J macro.
34065 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34067         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34068         (__bswap_64): __uint64_t for unsigned 64-bit int.
34070 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34072         * include/string.h (memmem): Declare libc hidden alias.
34073         * string/memmem.c (memmem): Define libc hidden alias.
34074         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34075         __read, __close instead of open, read, close.
34077 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34079         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34080         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34081         global and hidden.
34082         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34083         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34084         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34085         Likewise.
34086         (__rawmemchr_sse2): Likewise.
34087         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34088         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34089         (__strchr_sse2): Likewise.
34090         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34091         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34092         (__strcasecmp_sse2): Likewise.
34093         (__strncasecmp_sse2): Likewise.
34094         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34095         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34096         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34097         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34098         (__strrchr_sse2): Likewise.
34099         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34100         ifunc-impl-list.c.
34101         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34102         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34103         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34104         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34105         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34106         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34107         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34108         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34109         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34110         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34111         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34112         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34113         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34114         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34115         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34116         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34117         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34118         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34119         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34120         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34121         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34122         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34123         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34124         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34125         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34126         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34127         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34128         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34129         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34130         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34132         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34133         global and hidden.
34134         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34135         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34136         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34137         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34138         Likewise.
34139         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34140         Likewise.
34141         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34142         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34143         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34144         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34145         ifunc-impl-list.c.
34146         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34147         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34148         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34149         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34150         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34151         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34152         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34153         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34154         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34155         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34156         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34157         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34158         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34159         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34160         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34161         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34162         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34163         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34164         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34165         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34166         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34167         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34168         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34169         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34170         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34171         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34172         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34173         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34174         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34175         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34176         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34177         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34178         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34179         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34180         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34181         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34182         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34183         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34184         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34185         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34186         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34188         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34189         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34190         * include/ifunc-impl-list.h: New file.
34191         * misc/ifunc-impl-list.c: Likewise.
34192         * misc/Makefile (routines): Add ifunc-impl-list.
34193         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34194         * string/test-string.h: Include <ifunc-impl-list.h>.
34195         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34196         TEST_NAME]: New variables.
34197         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34198         are defined.
34199         (test_init): Call __libc_ifunc_impl_list to initialize
34200         func_list if TEST_IFUNC and TEST_NAME are defined.
34202         * string/Makefile (strop-tests): Add bcopy and bzero.
34203         * string/test-bcopy.c: New file.
34204         * string/test-bzero.c: Likewise.
34205         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34206         defined.
34207         * string/test-memset.c: Support bzero test if TEST_BZERO is
34208         defined.
34209         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34210         __libc_memmove.
34211         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34212         __libc_memset.
34213         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34214         of memset.
34216 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34218         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34219         * configure: Regenerated.
34221         * Makeconfig (+link-static-before-libc): Don't include
34222         $(link-static-libc).
34224         * libio/libio.h (_IO_pos_t): Remove.
34226 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34228         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34229         McGrath.
34231 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34233         * crypt/crypt-entry.c: Include fips-private.h.
34234         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34235         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34236         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34237         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34239 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34241         * crypt/crypt-private.h: Include stdbool.h.
34242         (_ufc_setup_salt_r): Return bool.
34243         * crypt/crypt-entry.c: Include errno.h.
34244         (__crypt_r): Return NULL with EINVAL for bad salt.
34245         * crypt/crypt_util.c (bad_for_salt): New.
34246         (_ufc_setup_salt_r): Check that salt is long enough and within
34247         the specified alphabet.
34248         * crypt/badsalttest.c: New file.
34249         * crypt/Makefile (tests): Add it.
34250         ($(objpfx)badsalttest): New.
34252 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34254         * NEWS: Add entry for BZ #14602.
34256 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34258         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34259         type-generic.
34260         * math/libm-test.inc: Update comment listing what functions and
34261         macros are tested.
34262         (isgreater_test): New function.
34263         (isgreaterequal_test): Likewise.
34264         (isless_test): Likewise.
34265         (islessequal_test): Likewise.
34266         (islessgreater_test): Likewise.
34267         (isunordered_test): Likewise.
34268         (main): Call the new functions.
34270 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34272         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34273         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34274         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34275         * sysdeps/i386/configure: Regenerated.
34276         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34277         * sysdeps/mach/configure: Regenerated.
34278         * sysdeps/mach/hurd/configure: Regenerated.
34279         * sysdeps/powerpc/configure: Regenerated.
34280         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34281         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34282         * sysdeps/s390/s390-32/configure: Regenerated.
34283         * sysdeps/s390/s390-64/configure: Regenerated.
34284         * sysdeps/sh/configure: Regenerated.
34285         * sysdeps/sparc/configure: Regenerated.
34286         * sysdeps/unix/sysv/linux/configure: Regenerated.
34287         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34288         * sysdeps/x86_64/configure: Regenerated.
34290         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34291         defined.  Don't check if MAP is NULL.
34293 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34295         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34296         (_G_stat64): Likewise.
34297         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34298         (_G_stat64): Likewise.
34299         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34300         instead of struct _G_stat64.
34301         * libio/fileops.c (mmap_remap_check): Likewise.
34302         (decide_maybe_mmap): Likewise.
34303         (_IO_new_file_seekoff): Likewise.
34304         (_IO_file_stat): Likewise.
34305         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34306         _G_off64_t.
34307         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34308         instead of struct _G_stat64.
34309         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34311 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34313         [BZ #14602]
34314         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34315         Replace with ...
34316         (CHECK_EOL): New macro.
34317         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34318         CHECK_EOL.
34319         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34320         Replace with CHECK_EOL.
34321         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34322         Replace with CHECK_EOL.
34324 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34326         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34327         type-generic.
34328         * math/libm-test.inc: Update comment listing what functions and
34329         macros are tested.
34330         (finite_test): New function.
34331         (isinf_test): Likewise.
34332         (isnan_test): Likewise.
34333         (fpclassify_test): Test subnormal input.
34334         (isfinite_test): Likewise.
34335         (isnormal_test): Likewise.
34336         (main): Call the new functions.
34338 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34340         [BZ #14660]
34341         * Makerules (%.dynsym): Force C locale when running
34342         $(OBJDUMP) --dynamic-syms.
34344 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34346         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34347         <stdint.h>.
34349 2012-10-06  David S. Miller  <davem@davemloft.net>
34351         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34352         upper 32-bits of the length value in %o2 since we use branch-on-register
34353         tests which consider the entire 64-bit register.
34355 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34357         * string/test-strstr.c (check2): Add a test for page boundary.
34359 2012-10-05  David S. Miller  <davem@davemloft.net>
34361         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34362         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34363         file.
34364         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34365         sysdep_routines.
34366         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34367         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34368         and bzero when HWCAP_SPARC_CRYPTO is present.
34370 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34372         [BZ #14602]
34373         * string/test-strstr.c (check2): New function.
34374         (test_main): Call check2.
34376         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34377         and bug-strchr1.
34378         * string/bug-strcasestr1.c (do_test): Moved to ...
34379         * string/test-strcasestr.c (check1): Here.  New function.
34380         (do_one_test): Break out result checking code into ...
34381         (check_result): This.  New function.
34382         (do_one_test): Call check_result.
34383         (test_main): Call check1.
34384         * string/bug-strchr1.c (do_test): Moved to ...
34385         * string/test-strchr.c (check1): Here.  New function.
34386         (do_one_test): Break out result checking code into ...
34387         (check_result): This.  New function.
34388         (do_one_test): Call check_result.
34389         (test_main): Call check1.
34390         * string/bug-strstr1.c (main): Moved to ...
34391         * string/test-strstr.c (check1): Here.  New function.
34392         (do_one_test): Break out result checking code into ...
34393         (check_result): This.  New function.
34394         (do_one_test): Call check_result.
34395         (test_main): Call check1.
34396         * string/bug-strcasestr1.c: Removed.
34397         * string/bug-strchr1.c: Likewise.
34398         * string/bug-strstr1.c: Likewise.
34400         * elf/Makefile (dl-routines): Add hwcaps.
34401         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34402         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34403         (_dl_important_hwcaps): Moved to ...
34404         * elf/dl-hwcaps.c: Here.  New file.
34405         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34407         [BZ #14557]
34408         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34409         if IS_IN_rtld isn't defined.
34411         * elf/dl-support.c (_dl_sysinfo_map): New.
34412         Include "get-dynamic-info.h" and "setup-vdso.h".
34413         (_dl_non_dynamic_init): Call setup_vdso.
34414         * elf/dynamic-link.h: Don't include <assert.h>.
34415         (elf_get_dynamic_info): Moved to ...
34416         * elf/get-dynamic-info.h: Here.  New file.
34417         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34418         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34419         * elf/setup-vdso.h: Here.  New file.
34420         * elf/rtld.c: Include "setup-vdso.h".
34421         (dl_main): Call setup_vdso.
34423 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34425         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34426         creal in comment listing functions tested.  List finite, isinf,
34427         isnan, isless, islessequal, isgreater, isgreaterequal,
34428         islessgreater, isunordered, lgamma_r and pow10 as functions and
34429         macros not tested.  Mention which functions not tested are aliases
34430         for other functions.  Fix typo.  Note that signs of NaNs are not
34431         tested.
34433         * scripts/config.guess: Update from config.git.
34434         * scripts/config.sub: Likewise.
34436 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34438         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34439         * misc/madvise.c (madvise): Renamed to __madvise.
34440         Make madvise a weak alias.
34441         * include/sys/mman.h: Declare __madvise.
34442         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34443         * sysdeps/unix/syscalls.list
34444         (madvise): Make __madvise the strong name, and madvise a weak alias.
34445         * sysdeps/unix/sysv/linux/syscalls.list
34446         (madvise, mmap): Remove redundant entries.
34447         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34448         * malloc/malloc.c (mtrim): Likewise.
34449         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34451 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34453         * sysdeps/mach/hurd/dl-cache.c: File removed.
34454         * config.h.in (USE_LDCONFIG): New #undef.
34455         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34456         * configure: Regenerated.
34457         * elf/Makefile (dl-routines): Add dl-cache only under
34458         [$(use-ldconfig) = yes].
34459         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34460         cache on [USE_LDCONFIG].
34461         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34462         [USE_LDCONFIG].
34463         * elf/rtld.c (dl_main): Likewise.
34465 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34467         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34468         _SC_LEVEL4_CACHE_LINESIZE.
34470 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34472         * sysdeps/unix/bsd/confstr.h: File removed.
34474 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34476         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34477         sys/sdt-config.h.
34479 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34481         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34482         Make 'mapoff' field ElfW(Off) rather than off_t.
34484 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34486         * nscd/Makefile: Remove nscd-cflags and all its users.
34487         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34488         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34490         [BZ #10631]
34491         * malloc.c (malloc_printerr): Clarify error message.
34493 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34495         [BZ #14648]
34496         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34497         Set bit_FMA_Usable if FMA is supported.
34498         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34499         macro.
34500         (bit_FMA4_Usable): Updated.
34501         (index_FMA_Usable): New macro.
34502         (CPUID_FMA): Likewise
34503         (HAS_FMA): Defined with bit_FMA_Usable.
34505 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34507         * bits/types.h (__swblk_t): Type removed.
34508         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34509         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34510         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34511         (__SWBLK_T_TYPE): Likewise.
34512         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34513         (__SWBLK_T_TYPE): Likewise.
34514         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34515         (__SWBLK_T_TYPE): Likewise.
34516         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34517         (__SWBLK_T_TYPE): Likewise.
34519 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34520             Honza Horak <hhorak@redhat.com>
34522         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34523         (xdr_mapname): Use YPMAXMAP as maxsize.
34524         (xdr_peername): Use YPMAXPEER as maxsize.
34525         (xdr_keydat): Use YPAXRECORD as maxsize.
34526         (xdr_valdat): Use YPMAXRECORD as maxsize.
34528 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34530         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34532         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34533         * csu/init-first.c: ... here.
34534         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34535         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34536         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34537         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34538         * sysdeps/i386/init-first.c: File removed.
34539         * sysdeps/sh/init-first.c: File removed.
34541 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34543         [BZ #14645]
34544         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34545         if x * y might underflow to zero and z is zero.
34546         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34547         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34548         * math/libm-test.inc (min_subnorm_value): New variable.
34549         (fma_test): Add more tests.
34550         (fma_test_towardzero): Likewise.
34551         (fma_test_downward): Likewise
34552         (fma_test_upward): Likewise.
34553         (initialize): Set min_subnorm_value.
34555 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34557         [BZ #14638]
34558         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34559         0 + 0.
34560         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34561         mode for addition resulting in exact zero.
34562         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34563         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34564         exact 0 + 0.
34565         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34566         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34567         * math/libm-test.inc (fma_test): Add more tests.
34568         (fma_test_towardzero): New function.
34569         (fma_test_downward): Likewise.
34570         (fma_test_upward): Likewise.
34571         (main): Call the new functions.
34573 2012-09-28  David S. Miller  <davem@davemloft.net>
34575         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34577 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34579         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34580         instead of SIGALRM.
34582         * sysdeps/gnu/_G_config.h: Moved to ...
34583         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34584         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34585         * sysdeps/generic/_G_config.h: ... here.
34587         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34589         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34591         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34592         Conditionalize target on [libnss_test1.so-version].
34594         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34596         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34597         (elfobjdir): Move out of conditionals.
34599         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34600         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34601         (__nss_lookup_function): Conditionalize label remove_from_tree on
34602         [!DO_STATIC_NSS || SHARED], matching its only use.
34604 2012-09-28  David S. Miller  <davem@davemloft.net>
34606         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34607         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34608         file.
34609         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34610         sysdep_routines.
34611         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34612         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34613         when HWCAP_SPARC_CRYPTO is present.
34615 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34617         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34619 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34621         [BZ #6530]
34622         * stdio-common/vfprintf.c (process_string_arg): Revert
34623         2000-07-22 change.
34625 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34627         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34628         for testcase.
34629         * stdio-common/tst-sprintf.c: Include <locale.h>
34630         (main): Test sprintf's handling of incomplete multibyte
34631         characters.
34633 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34635         * elf/dl-runtime.c (VERSYMIDX): Removed.
34636         * elf/dl-version.c (VERSYMIDX): Likewise.
34637         * elf/do-rel.h (VERSYMIDX): Likewise.
34638         (VALIDX): Likewise.
34639         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34640         * elf/rtld.c (VALIDX): Likewise.
34641         (ADDRIDX): Likewise.
34642         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34643         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34644         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34645         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34646         (VALIDX): Likewise.
34647         (ADDRIDX): Likewise.
34649 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34651         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34653 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34655         [BZ #11438]
34656         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34657         to global scope.
34658         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34659         addresses are in the same scope as 192.0.2/24.
34660         * posix/gai.conf: Document new scope table defaults.
34662 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34664         [BZ #5298]
34665         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34666         for ftell.  Compute offsets from write pointers instead.
34667         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34669 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34671         [BZ #14543]
34672         * libio/Makefile (tests): New test case tst-fseek.
34673         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34674         combination works in wide mode.
34675         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34676         state when the external buffer state changes.
34678 2012-09-27  David S. Miller  <davem@davemloft.net>
34680         [BZ #14376]
34681         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34682         pass reloc->r_addend in as the 'high' argument to
34683         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34685         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34687 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34689         * rt/tst-aio2.c: Include <pthread.h>.
34690         * rt/tst-aio3.c: Likewise.
34692 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34694         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34696 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34698         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34699         contents on [SHARED].
34701 2012-09-26  Marek Polacek  <polacek@redhat.com>
34703         [BZ #14530]
34704         [BZ #13741]
34705         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34706         for C++ and GCC <4.3 as well as for non GCC compilers.
34708 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34710         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34712 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34714         * Makefile.in (all, install): Declare with .PHONY.
34715         Reported by Michael Hope <michael.hope@linaro.org>.
34717 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34719         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34720         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34721         system header.
34722         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34723         Likewise.
34724         (sydep_routines): Add the new and the internal functions.
34725         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34726         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34728         (GLIBC_2.17): Add the new function.
34729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34730         (GLIBC_2.17): Likewise.
34731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34732         (GLIBC_2.17): Likewise.
34733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34734         (GLIBC_2.17): Likewise.
34735         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34737 2012-09-25  Alan Modra  <amodra@gmail.com>
34739         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34740         Add release barrier before setting once_control to say
34741         initialisation is done.  Add hints on lwarx.  Use macro in
34742         place of isync.
34743         (clear_once_control): Add release barrier.
34745 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34747         [BZ #13629]
34748         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34749         specially.
34750         * math/s_clog10.c (__clog10): Likewise.
34751         * math/s_clog10f.c (__clog10f): Likewise.
34752         * math/s_clog10l.c (__clog10l): Likewise.
34753         * math/s_clogf.c (__clogf): Likewise.
34754         * math/s_clogl.c (__clogl): Likewise.
34755         * math/Makefile (libm-calls): Add x2y2m1.
34756         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34757         (__x2y2m1): Likewise.
34758         (__x2y2m1l): Likewise.
34759         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34760         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34761         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34762         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34763         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34764         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34765         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34766         * sysdeps/i386/fpu/libm-test-ulps: Update.
34767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34769         [BZ #14621]
34770         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34771         int as type of variable DEPTH.
34772         (glob): Use size_t instead of int as type of variables NEWCOUNT
34773         and OLD_PATHC.
34775 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34777         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34778         Add s_sincosf-sse2.
34779         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34780         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34781         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34782         macros for using routine as __sincosf_ia32.
34783         Use macro for function declaration and weak_alias.
34784         * sysdeps/i386/fpu/libm-test-ulps: Update.
34786         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34787         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34789         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34790         subnormal argument.
34791         * math/s_cexpf.c (__cexpf): Likewise.
34792         * math/s_csinf.c (__csinf): Likewise.
34793         * math/s_csinhf.c (__csinhf): Likewise.
34794         * math/s_ctanf.c (__ctanf): Likewise.
34795         * math/s_ctanhf.c (__ctanhf): Likewise.
34796         * math/s_ccosh.c (__ccoshf): Likewise.
34797         * math/s_cexp.c (__cexpl): Likewise.
34798         * math/s_csin.c (__csin): Likewise.
34799         * math/s_csinh.c (__csinh): Likewise.
34800         * math/s_ctan.c (__ctan): Likewise.
34801         * math/s_ctanh.c (ctanh): Likewise.
34802         * math/s_ccoshl.c (__ccoshl): Likewise.
34803         * math/s_cexpl.c (__cexpl): Likewise.
34804         * math/s_csinl.c (__csinl): Likewise.
34805         * math/s_csinhl.c (__csinhl): Likewise.
34806         * math/s_ctanl.c (__ctanl): Likewise.
34807         * math/s_ctanhl.c (__ctanhl): Likewise.
34809 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34811         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34812         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34813         (_IO_off_t): Define to __off_t, not _G_off_t.
34814         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34815         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34816         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34817         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34818         type of __dummy and __dummy2 fields.
34819         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34820         (_G_ssize_t): Likewise.
34821         (_G_off_t): Likewise.
34822         (_G_pid_t): Likewise.
34823         (_G_uid_t): Likewise.
34824         (_G_wchar_t): Likewise.
34825         (_G_wint_t): Likewise.
34826         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34827         (_G_ssize_t): Likewise.
34828         (_G_off_t): Likewise.
34829         (_G_pid_t): Likewise.
34830         (_G_uid_t): Likewise.
34831         (_G_wchar_t): Likewise.
34832         (_G_wint_t): Likewise.
34833         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34834         (_G_ssize_t): Likewise.
34835         (_G_off_t): Likewise.
34836         (_G_pid_t): Likewise.
34837         (_G_uid_t): Likewise.
34838         (_G_wchar_t): Likewise.
34839         (_G_wint_t): Likewise.
34841 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34843         * malloc/arena.c: Include malloc-sysdep.h.
34844         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34845         is sufficient to shrink the heap or an unmap is needed.
34846         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34847         new function check_may_shrink_heap.
34848         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34849         new function check_may_shrink_heap.
34851 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34853         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34854         comments.
34856 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34858         * catgets/test-gencat.sh: Add "set -e".
34859         * elf/tst-pathopt.sh: Likewise.
34860         * grp/tst_fgetgrent.sh: Likewise.
34861         * iconvdata/run-iconv-test.sh: Likewise.
34862         * intl/tst-gettext.sh: Likewise.
34863         * intl/tst-gettext2.sh: Likewise.
34864         * intl/tst-gettext4.sh: Likewise.
34865         * intl/tst-gettext6.sh: Likewise.
34866         * intl/tst-translit.sh: Likewise.
34867         * io/ftwtest-sh: Likewise.
34868         * libio/test-freopen.sh: Likewise.
34869         * malloc/tst-mtrace.sh: Likewise.
34870         * posix/globtest.sh: Likewise.
34871         * posix/tst-getconf.sh: Likewise.
34872         * posix/wordexp-tst.sh: Likewise.
34873         * stdio-common/tst-printf.sh: Likewise.
34874         * stdio-common/tst-unbputc.sh: Likewise.
34875         * stdlib/tst-fmtmsg.sh: Likewise.
34876         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34877         * catgets/Makefile: Do not specify -e option when running
34878         testsuite shell scripts.
34879         * elf/Makefile: Likewise.
34880         * grp/Makefile: Likewise.
34881         * iconvdata/Makefile: Likewise.
34882         * intl/Makefile: Likewise.
34883         * io/Makefile: Likewise.
34884         * libio/Makefile: Likewise.
34885         * malloc/Makefile: Likewise.
34886         * posix/Makefile: Likewise.
34887         * stdio-common/Makefile: Likewise.
34888         * stdlib/Makefile: Likewise.
34889         * sysdeps/x86_64/Makefile: Likewise.
34891         * io/ftwtest-sh: Add copyright header.
34892         * posix/globtest.sh: Likewise.
34893         * posix/tst-getconf.sh: Likewise.
34894         * posix/wordexp-tst.sh: Likewise.
34895         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34897 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34899         [BZ #13679]
34900         * Makeconfig (+link): Defined as $(+link-static) if
34901         $(build-shared) isn't yes.
34902         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34903         isn't yes.
34904         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34906         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34908         [BZ #14562]
34909         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34910         new chunk size with MALLOC_ALIGN_MASK.
34912 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34914         [BZ #5044]
34915         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34916         <rounding-mode.h>.
34917         (__printf_fphex): Determine rounding using get_rounding_mode and
34918         round_away.
34919         * stdio-common/tst-printf-round.c (struct hex_test): New
34920         structure.
34921         (hex_tests): New variable.
34922         (test_hex_in_one_mode): New function.
34923         (do_test): Also run tests for hex float output.
34925 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34927         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34928         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34929         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34930         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34931         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34932         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34933         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34934         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34936 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34938         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34939         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34940         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34941         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34943 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34945         [BZ #14579]
34946         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34947         mode only.
34948         * elf/tst-rtld-load-self.sh: New test.
34949         * elf/Makefile: Run it.
34951 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34953         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34954         (tst-writev-ENV): Remove.
34955         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34957 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34959         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34961 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34963         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34964         unconditional.
34965         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34966         Likewise.
34967         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34968         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34969         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34970         Likewise.
34972 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34974         [BZ #14587]
34975         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34976         * config.make.in (have-cpp-asm-debuginfo): Removed.
34977         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34978         * configure: Regenerated.
34980 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34982         [BZ #5044]
34983         * stdio-common/printf_fp.c: Include <stdbool.h> and
34984         <rounding-mode.h>.
34985         (___printf_fp): Determine rounding using get_rounding_mode and
34986         round_away.
34987         * stdio-common/tst-printf-round.c: New file.
34988         * stdio-common/Makefile (tests): Add tst-printf-round.
34989         (link-libm): New variable.
34990         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34992 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34994         [BZ #14576]
34995         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34996         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34997         Likewise.
34998         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34999         Likewise.
35001 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35003         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35004         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35005         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35006         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35008 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35010         [BZ #14518]
35011         * include/rounding-mode.h: New file.
35012         * sysdeps/generic/get-rounding-mode.h: Likewise.
35013         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35014         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35015         (MAX_VALUE): New macro.
35016         (MIN_VALUE): Likewise.
35017         (overflow_value): New function.
35018         (underflow_value): Likewise.
35019         (round_and_return): Use overflow_value and underflow_value to
35020         determine return values in overflow and underflow cases.  Use
35021         round_away to determine rounding depending on rounding mode.
35022         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35023         determine return values in overflow and underflow cases.
35024         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35025         (struct test_results): New structure.
35026         (struct test): Use struct test_results to store expected results
35027         for all rounding modes.
35028         (TEST): Include expected results for all rounding modes.
35029         (test_in_one_mode): New function.
35030         (do_test): Use test_in_one_mode to compute and check results.
35031         Check results for all rounding modes.
35032         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35033         $(link-libm).
35035 2012-12-09  Allan McRae  <allan@archlinux.org>
35037         * sysdeps/i386/fpu/libm-test-ulps: Update
35039 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35041         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35042         (_G_int32_t): Likewise.
35043         (_G_uint16_t): Likewise.
35044         (_G_uint32_t): Likewise.
35045         (_G_HAVE_BOOL): Likewise.
35046         (_G_HAVE_ATEXIT): Likewise.
35047         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35048         (_G_HAVE_IO_FILE_OPEN): Likewise.
35049         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35050         (_G_int32_t): Likewise.
35051         (_G_uint16_t): Likewise.
35052         (_G_uint32_t): Likewise.
35053         (_G_HAVE_BOOL): Likewise.
35054         (_G_HAVE_ATEXIT): Likewise.
35055         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35056         (_G_HAVE_IO_FILE_OPEN): Likewise.
35057         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35058         (_G_int32_t): Likewise.
35059         (_G_uint16_t): Likewise.
35060         (_G_uint32_t): Likewise.
35061         (_G_HAVE_BOOL): Likewise.
35062         (_G_HAVE_ATEXIT): Likewise.
35063         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35064         (_G_HAVE_IO_FILE_OPEN): Likewise.
35066 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35068         * csu/libc-tls.c: Update copyright years.
35070 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35072         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35073         [!_G_USING_THUNKS]: Remove conditional code.
35074         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35075         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35077         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35078         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35079         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35080         (_G_VTABLE_LABEL_PREFIX): Likewise.
35081         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35082         * sysdeps/gnu/_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.
35086         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35087         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35088         (_G_VTABLE_LABEL_PREFIX): Likewise.
35089         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35091 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35093         * libio/Makefile: Include ../Makeconfig before tests.
35094         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35095         only if $(build-shared) is yes.
35097         * iconv/gconv_db.c: Update copyright years.
35099 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35101         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35102         unwind info if defined PIC. Fix special cases description.
35103         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35105         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35106         DP_HI_MASK entry.
35107         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35109 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35111         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35113         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35114         is NULL.
35116         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35117         (LDLIBS-tst-chk4): This.
35118         (LDFLAGS-tst-chk5): Renamed to ...
35119         (LDLIBS-tst-chk5): This.
35120         (LDFLAGS-tst-chk6): Renamed to ...
35121         (LDLIBS-tst-chk6): This.
35122         (LDFLAGS-tst-lfschk4): Renamed to ...
35123         (LDLIBS-tst-lfschk4): This.
35124         (LDFLAGS-tst-lfschk5): Renamed to ...
35125         (LDLIBS-tst-lfschk5): This.
35126         (LDFLAGS-tst-lfschk6): Renamed to ...
35127         (LDLIBS-tst-lfschk6): This.
35129         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35130         on $(common-objpfx)soversions.mk.
35132 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35134         [BZ #10014]
35135         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35136         example host name.
35138 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35140         * malloc/arena.c (arena_get_retry): New function that gets
35141         another arena for the caller to try its request on.
35142         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35143         current arena cannot fulfill the request.
35144         (__libc_memalign): Likewise.
35145         (__libc_memalign): Likewise.
35146         (__libc_pvalloc): Likewise.
35147         (__libc_calloc): Likewise.
35149 2012-09-05  John Tobey  <john.tobey@gmail.com>
35151         [BZ #13542]
35152         * manual/arith.texi (Operations on Complex): Fix description
35153         of carg branch cut.
35155 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35157         [BZ #10014]
35158         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35159         host name.
35161         [BZ #10038]
35162         * manual/memory.texi (Memory): Make order of menu items match
35163         order of sections.
35165 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35167         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35168         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35169         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35171 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35173         * csu/libc-tls.c (static_dtv): Renamed to ...
35174         (_dl_static_dtv): This.  Make it global.
35175         (_dl_initial_dtv): Removed.
35176         (__libc_setup_tls): Updated.
35177         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35178         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35179         DL_INITIAL_DTV.
35181 2012-09-06  Petr Machata  <pmachata@redhat.com>
35183         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35184         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35185         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35186         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35188 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35190         [BZ #14545]
35191         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35192         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35193         freeing dtv[-1].
35195 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35197         [BZ #14544]
35198         * Makeconfig (link-static-before-libc): Replace $(+prector)
35199         with $(+prectorT).
35200         (link-static-after-libc): Replace $(+postctor) with
35201         $(+postctorT).
35202         (link-bounded): Replace $(+prector)/$(+postctor) with
35203         $(+prectorT)/$(+postctorT).
35204         (+prectorT): New macro.
35205         (+postctorT): Likewise.
35207 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35209         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35210         (round_str): Handle values above the maximum for IBM long double
35211         as inexact.
35212         * stdlib/tst-strtod-round.c (tests): Regenerated.
35214 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35216         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35217         assembler flag.
35218         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35219         zarch_nohighgprs around the zarch optimized routines.
35220         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35221         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35222         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35223         for zarch.
35225 2012-09-05  David S. Miller  <davem@davemloft.net>
35227         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35229         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35230         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35231         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35232         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35233         entries.
35235 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35237         * malloc/arena.c: Fold copyright years.
35238         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35240 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35242         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35244 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35246         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35248 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35250         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35251         change internal state upon failure.
35253 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35255         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35256         * malloc/memusage.c (mmap): Likewise.
35257         (mmap64, mremap): Likewise.  Adjust name in comment.
35259 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35261         * libio/fileops.c: Fix typos in comments.
35262         * libio/oldfileops.c: Likewise.
35263         * libio/wfileops.c: Likewise.
35265 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35267         [BZ #1349]
35268         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35269         (tst-malloc-usable-ENV): Set environment for test case.
35270         * malloc/hooks.c (malloc_check_get_size): New function to get
35271         requested size.
35272         * malloc/malloc.c (musable): Use malloc_check_get_size.
35273         * malloc/tst-malloc-usable.c: New test case.
35275 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35277         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35279 2012-09-05  Allan McRae  <allan@archlinux.org>
35281         [BZ #13966]
35282         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35283         determine header location.
35284         * configure: Regenerated.
35286 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35288         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35289         float format.
35290         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35291         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35292         format.
35293         (test): Regenerate.
35295 2012-09-04  David S. Miller  <davem@davemloft.net>
35297         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35298         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35299         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35301 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35303         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35304         failures.
35306         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35308 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35310         [BZ #9914]
35311         * libio/iogetdelim.c: Include <limits.h>.
35312         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35313         + len + 1 would overflow.
35315 2012-09-03  Andreas Jaeger  <aj@suse.de>
35317         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35318         * sysdeps/i386/fpu/libm-test-ulps: Update.
35320 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35322         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35323         Add s_sinf-sse2, s_conf-sse2.
35325         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35326         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35327         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35328         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35330         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35331         for using routine as __sinf_ia32.
35332         Use macro for function declaration and weak_alias.
35333         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35334         for using routine as __cosf_ia32.
35335         Use macro for function declaration and weak_alias.
35337         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35338         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35340         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35341         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35342         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35344         * math/libm-test.inc (cos_test): Add more test cases.
35345         (sin_test): Likewise.
35346         (sincos_test): Likewise.
35348 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35350         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35351         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35352         hidden.
35353         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35355 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35357         [BZ #14538]
35358         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35359         first element of the GOT.
35360         (elf_machine_load_address): Return the difference between
35361         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35363 2012-09-01  Allan McRae  <allan@archlinux.org>
35365         [BZ #13412]
35366         * configure.in (AWK): Require gawk version 3.0 or later.
35367         * configure: Regenerated.
35369 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35371         * sysdeps/unix/sysv/linux/kernel-features.h
35372         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35373         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35374         [__NR_clock_getres]: Make code unconditional.
35375         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35376         (clock_getcpuclockid): Remove code left unreachable by removal of
35377         conditionals.
35378         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35379         code unconditional.
35380         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35381         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35382         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35383         Make code unconditional.
35384         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35385         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35386         * sysdeps/unix/sysv/linux/clock_settime.c
35387         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35388         conditional code.
35389         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35390         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35392 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35394         [BZ #14476]
35395         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35396         scripts/test-installation.pl.
35398         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35399         and $ld_so_version if it is set.
35401 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35403         [BZ #14516]
35404         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35405         failure if reading from procfs failed.
35406         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35408 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35410         * sysdeps/unix/sysv/linux/kernel-features.h
35411         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35412         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35413         Remove conditional code.
35414         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35415         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35416         Remove conditional code.
35417         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35418         * sysdeps/unix/sysv/linux/i386/fxstat.c
35419         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35420         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35421         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35422         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35423         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35424         * sysdeps/unix/sysv/linux/i386/lxstat.c
35425         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35426         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35427         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35428         Remove conditional code.
35429         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35430         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35431         Remove conditional code.
35432         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35433         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35434         <kernel-features.h>.
35435         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35436         Remove.
35437         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35438         Remove conditional code.
35439         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35440         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35441         Remove conditional.
35443 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35445         [BZ #5400]
35446         * NEWS: Add fixed bug number.
35448 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35450         [BZ #14519]
35451         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35452         underflowing exponent in case of negative sign.
35453         * stdlib/tst-strtod-round-data: Add more tests.
35454         * stdlib/tst-strtod-round.c (tests): Regenerated.
35456         [BZ #3479]
35457         * stdlib/strtod_l.c (NDIG): Remove.
35458         (HEXNDIG): Likewise.
35459         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35460         smallest representable value.
35461         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35462         lie within an exact representation of 1/2 ulp of the result.
35463         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35464         unconditionally.
35465         (TENS_P9_IDX): Define unconditionally.
35466         (TENS_P9_SIZE): Likewise.
35467         (TENS_P10_IDX): Likewise.
35468         (TENS_P10_SIZE): Likewise.
35469         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35470         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35471         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35472         entries for 10^2^13 and 10^2^14.
35473         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35474         (TENS_P13_IDX): Define.
35475         (TENS_P13_SIZE): Likewise.
35476         (TENS_P14_IDX): Likewise.
35477         (TENS_P14_SIZE): Likewise.
35478         (_fpioconst_pow10): Change array size to
35479         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35480         unconditional.
35481         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35482         1024]: Add entries for 10^2^13 and 10^2^14.
35483         [LAST_POW10 > _LAST_POW10]: Remove #error.
35484         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35485         (_fpioconst_pow10): Change array size to
35486         FPIOCONST_POW10_ARRAY_SIZE.
35487         * stdlib/gen-fpioconst.c: New file.
35488         * stdlib/gen-tst-strtod-round.c: Likewise.
35489         * stdlib/tst-strtod-round-data: Likewise.
35490         * stdlib/tst-strtod-round.c: Likewise.
35491         * stdlib/Makefile (tests): Add tst-strtod-round.
35493         [BZ #14459]
35494         * stdlib/strtod_l.c: Include <stdint.h>.
35495         (NDEBUG): Do not define.
35496         (round_and_return): Change EXPONENT parameter to type intmax_t.
35497         Rearrange calculations to avoid internal overflow possibilities.
35498         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35499         Rearrange calculations to avoid internal overflow possibilities.
35500         Assert that number fits inside MPNSIZE limbs.
35501         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35502         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35503         calculations and add assertions to avoid internal overflow
35504         possibilities.  Add casts to avoid signed/unsigned operations.
35505         * stdlib/tst-strtod-overflow.c: New file.
35506         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35508 2012-08-25  Marek Polacek  <polacek@redhat.com>
35510         * time/time.h: Fix some typos in comments.
35512 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35514         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35515         * posix/tst-rfc3484-2.c: Likewise.
35516         * posix/tst-rfc3484-3.c: Likewise.
35518 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35520         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35521         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35523 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35525         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35526         #include of fxstatat64.c.
35528 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35530         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35531         * shadow/getspent_r.c: Likewise.
35532         * shadow/getspnam.c: Likewise.
35533         * shadow/getspnam_r.c: Likewise.
35534         * gshadow/getsgent.c: Likewise.
35535         * gshadow/getsgent_r.c: Likewise.
35536         * gshadow/getsgnam.c: Likewise.
35537         * gshadow/getsgnam_r.c: Likewise.
35538         * inet/getnetbyad.c: Likewise.
35539         * inet/getnetbyad_r.c: Likewise.
35540         * inet/getnetbynm.c: Likewise.
35541         * inet/getnetbynm_r.c: Likewise.
35542         * inet/getnetent.c: Likewise.
35543         * inet/getnetent_r.c: Likewise.
35544         * inet/getproto.c: Likewise.
35545         * inet/getproto_r.c: Likewise.
35546         * inet/getprtent.c: Likewise.
35547         * inet/getprtent_r.c: Likewise.
35548         * inet/getprtname.c: Likewise.
35549         * inet/getprtname_r.c: Likewise.
35550         * inet/getrpcbyname.c: Likewise.
35551         * inet/getrpcbyname_r.c: Likewise.
35552         * inet/getrpcbynumber.c: Likewise.
35553         * inet/getrpcbynumber_r.c: Likewise.
35554         * inet/getrpcent.c: Likewise.
35555         * inet/getrpcent_r.c: Likewise.
35556         * inet/getaliasent.c: Likewise.
35557         * inet/getaliasent_r.c: Likewise.
35558         * inet/getaliasname.c: Likewise.
35559         * inet/getaliasname_r.c: Likewise.
35560         * nscd/getgrgid_r.c: Likewise.
35561         * nscd/getgrnam_r.c: Likewise.
35562         * nscd/gethstbyad_r.c: Likewise.
35563         * nscd/gethstbynm3_r.c: Likewise.
35564         * nscd/getpwnam_r.c: Likewise.
35565         * nscd/getpwuid_r.c: Likewise.
35566         * nscd/getsrvbynm_r.c: Likewise.
35567         * nscd/getsrvbypt_r.c: Likewise.
35568         * nscd/gai.c: Likewise.
35570         * configure.in (build_nscd): New substituted variable, set
35571         by --disable-build-nscd and defaults to $use_nscd.
35572         * configure: Regenerated.
35573         * config.make.in (build-nscd): New substituted variable.
35574         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35575         Change conditional to require [$(build-nscd) = yes] as well.
35576         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35578         [BZ# 13696]
35579         * configure.in (use_nscd): New substituted variable, set by
35580         --disable-nscd.  If enabled, define USE_NSCD.
35581         * configure: Regenerated.
35582         * config.h.in: Add USE_NSCD.
35583         * config.make.in (use-nscd): New substituted variable.
35584         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35585         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35586         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35587         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35588         (CFLAGS-getgrnam_r.c): Likewise.
35589         (CFLAGS-initgroups.c): Likewise.
35590         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35591         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35592         Variables removed.
35593         * inet/getnetgrent_r.c
35594         (nscd_setnetgrent): New function, broken out of ...
35595         (setnetgrent): ... here.  Call it.
35596         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35597         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35598         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35599         * nscd/Makefile (routines, aux): Move definitions after include of
35600         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35601         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35602         Conditionalize on [USE_NSCD].
35603         (is_nscd, nscd_init_cb): Likewise.
35604         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35605         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35606         * nss/nss_db/db-init.c: Likewise.
35607         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35608         [USE_NSCD].
35609         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35610         (make_request): Use it.
35611         (cache_valid_p): New function.
35612         (__check_pf): Use it.
35613         * NEWS: Add item for --disable-nscd.
35615 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35617         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35618         to support sed >= 4.2.1-20-ga9bf076.
35619         * configure: Regenerated.
35621 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35623         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35624         Conditionalize whole body on [IREL].
35626 2012-08-22  Jeff Law <law@redhat.com>
35628         [BZ #14505]
35629         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35630         if the family is PF_UNSPEC.
35632 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35634         * Makerules (lib-version): Rename from V.
35635         (install-lib-nosubdir): Change V to lib-version.
35637 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35639         [BZ #14252]
35640         * powerpc32/power6/wcschr.c: New file.
35641         * powerpc32/power6/wcscpy.c: New file.
35642         * powerpc32/power6/wcsrchr.c: New file.
35643         * powerpc64/power6/wcschr.c: New file.
35644         * powerpc64/power6/wcscpy.c: New file.
35645         * powerpc64/power6/wcsrchr.c: New file.
35647 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35649         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35650         (two_way_short_needle): Use it.
35651         * string/strstr.c (AVAILABLE1_USES_J): Define.
35652         * string/strcasestr.c: Likewise.
35654         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35655         array references.
35656         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35658         [BZ #11607]
35659         * NEWS: Add an entry.
35660         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35661         define their defaults.
35662         (two_way_short_needle): Detect end-of-string on-the-fly.
35663         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35664         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35665         * string/bug-strcasestr1.c: New test.
35666         * string/Makefile: Run it.
35668 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35670         [BZ #11607]
35671         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35672         the first character.
35674 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35676         * csu/elf-init.c (__libc_csu_irel): Function removed.
35677         * csu/libc-start.c (apply_irel): New function.
35678         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35680 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35682         * sysdeps/unix/sysv/linux/kernel-features.h
35683         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35684         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35685         <kernel-features.h>.
35686         [__NR_fadvise64_64]: Make code unconditional.
35687         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35688         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35689         !__NR_fadvise64_64)]: Likewise.
35690         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35691         !__NR_fadvise64_64))]: Likewise.
35692         [__NR_fadvise64]: Make code unconditional.
35693         [!__NR_fadvise64]: Remove conditional code.
35694         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35695         <kernel-features.h>.
35696         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35697         unconditional.
35698         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35699         conditional code.
35700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35701         not include <kernel-features.h>.
35702         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35703         unconditional.
35704         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35705         conditional code.
35706         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35707         include <kernel-features.h>.
35708         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35709         unconditional.
35710         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35711         conditional code.
35713 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35715         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35716         slight instruction rearrangements per scrollpipe analysis.
35717         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35719 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35721         * manual/syslog.texi (syslog; vsyslog, closelog):
35722         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35723         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35725         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35726         DSOCAPS to match condition on defining it.
35728 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35730         * sysdeps/unix/sysv/linux/kernel-features.h
35731         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35733         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35734         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35736         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35737         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35739         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35740         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35742         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35743         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35745         * sysdeps/unix/sysv/linux/kernel-features.h
35746         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35747         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35748         unconditional.
35749         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35750         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35751         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35752         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35753         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35754         Make code unconditional.
35755         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35756         (__mmap64) [!__NR_mmap2]: Likewise.
35757         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35758         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35759         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35760         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35761         [__NR_mmap2]: Make code unconditional.
35762         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35763         (__mmap64) [!__NR_mmap2]: Likewise.
35765 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35767         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35769 2012-08-18  Andreas Jaeger  <aj@suse.de>
35771         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35773 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35775         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35776         * include/unistd.h (__have_sock_cloexec): Likewise.
35777         (__have_pipe2): Likewise.
35778         (__have_dup3): Likewise.
35780 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35782         [BZ #9685]
35783         * include/unistd.h (__have_pipe2): Change define into an extern int.
35784         (__have_dup3): Likewise.
35785         * socket/have_sock_cloexec.c: Include fcntl.h.
35786         (__have_pipe2): New variable.
35787         (__have_dup3): Likewise.
35789 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35791         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35793 2012-08-17  Marek Polacek  <polacek@redhat.com>
35795         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35796         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35798 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35800         * configure.in: Add AC_SUBST for sysheaders.
35801         * configure: Regenerated.
35802         * config.make.in (sysheaders): New substituted variable.
35804         * sysdeps/unix/mkfifo.c: Moved ...
35805         * sysdeps/posix/mkfifo.c: ... here.
35806         * sysdeps/unix/mkfifoat.c: Moved ...
35807         * sysdeps/posix/mkfifoat.c: ... here.
35809         * sysdeps/unix/utime.c: Moved ...
35810         * sysdeps/posix/utime.c: ... here.
35812         * sysdeps/unix/time.c: Moved ...
35813         * sysdeps/posix/time.c: ... here.
35814         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35815         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35817         * sysdeps/unix/nice.c: Moved ...
35818         * sysdeps/posix/nice.c: ... here.
35820         * sysdeps/unix/alarm.c: Moved ...
35821         * sysdeps/posix/alarm.c: ... here.
35823         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35825 2012-08-17  Jeff Law <law@redhat.com>
35827         * intl/Makefile (codeset_mo): New variable.
35828         ($(codeset_mo)): New target.
35829         (tst-codeset.out): Depend on that.  Remove explicit rule.
35830         (tst-gettext3.out, tst-gettext5.out): Likewise.
35831         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35832         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35833         * intl/tst-codeset.sh: Remove.
35834         * intl/tst-gettext3.sh: Likewise.
35835         * intl/tst-gettext5.sh: Likewise.
35837 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35839         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35840         * sysdeps/unix/syscalls.list: ... here.
35842         * sysdeps/posix/getaddrinfo.c
35843         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35844         (gaiconf_init, gaiconf_reload): Use them.
35845         [!_STATBUF_ST_NSEC]
35846         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35847         Define using time_t rather than struct timespec.
35849         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35850         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35851         Macros removed.
35852         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35853         [!NO_THREADS].
35854         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35855         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35856         Likewise.
35858         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35859         __libc_cleanup_push argument.
35861         * bits/param.h: New file.
35862         * misc/sys/param.h: New file.
35863         * include/sys/param.h: New file.
35864         * misc/Makefile (headers): Add bits/param.h.
35865         * sysdeps/generic/sys/param.h: File removed.
35866         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35867         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35868         * sysdeps/mach/hurd/bits/param.h: New file.
35869         * sysdeps/mach/hurd/sys/param.h: File removed.
35871         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35872         last change.
35874         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35875         [_IO_MTSAFE_IO].
35876         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35877         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35878         New macros.
35880         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35881         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35882         rather than -D_IO_MTSAFE_IO conditionally.
35883         * stdio-common/Makefile (CPPFLAGS): Likewise.
35884         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35885         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35886         Use $(libio-mtsafe).
35887         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35888         of -D_IO_MTSAFE_IO.
35889         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35890         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35891         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35892         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35893         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35894         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35895         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35896         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35897         (CFLAGS-fread_u_chk.c): Likewise.
35898         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35899         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35900         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35901         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35902         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35903         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35904         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35905         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35906         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35908         * libio/Makefile: Test [$(libc-reentrant) = yes]
35909         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35911         * Makeconfig
35912         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35913         * sysdeps/pthread/configure: File removed.
35914         * sysdeps/pthread/Makeconfig: New file.
35915         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35916         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35918 2012-08-16  Gary Benson  <gbenson@redhat.com>
35920         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35921         unmapping the first object in a namespace.
35923 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35925         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35926         (__internal_setnetgrent): ... this.  Add internal_function to
35927         definition.  Add libc_hidden_def.
35928         (setnetgrent): Update caller.
35929         (internal_endnetgrent): Renamed to ...
35930         (__internal_endnetgrent): ... this.  Add internal_function to
35931         definition.  Add libc_hidden_def.
35932         (endnetgrent): Update caller.
35933         (internal_getnetgrent_r): Renamed to ...
35934         (__internal_getnetgrent_r): ... this.  Add internal_function to
35935         definition.  Add libc_hidden_def.
35936         (__getnetgrent_r): Update caller.
35937         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35939 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35941         * stdlib/longlong.h: Update from GCC.
35943 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35945         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35946         on _QL, which is set by umul_ppmm but never used.
35947         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35948         variables, which are set by GMP macros but never used.
35949         * stdio-common/_itowa.c (_itowa): Likewise.
35950         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35951         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35953 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35955         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35956         struct La_sh_regs is not constant.
35957         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35958         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35959         and struct La_sparc64_regs are not constant.
35961 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35963         * sysdeps/unix/sysv/linux/kernel-features.h
35964         (__ASSUME_POSIX_TIMERS): Remove.
35965         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35966         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35967         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35968         Make code unconditional.
35969         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35970         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35971         Make code unconditional.
35972         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35973         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35974         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35975         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35976         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35977         Make code unconditional.
35978         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35979         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35980         (__libc_missing_posix_timers): Remove.
35982 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35984         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35985         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35987         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35989         * elf/dl-sym.c: Include <stdlib.h>.
35991         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35992         constants, which avoids warnings in 32-bit builds.
35994         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35995         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35997         * misc/lseek.c: File moved to ...
35998         * io/lseek.c: ... here.
36000         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36002         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36003         shifting LEN more than 31 bits at once.
36005 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36007         [BZ #14195]
36008         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36009         segmentation fault for a case of two empty input strings.
36010         * string/test-strncasecmp.c (check1): Renamed to...
36011         (bz12205): ...this.
36012         (bz14195): Add new testcase for two empty input strings and N > 0.
36013         (test_main): Call new testcase, adapt for renamed function.
36015 2012-08-15  Andreas Jaeger  <aj@suse.de>
36017         [BZ #14090]
36018         * crypt/md5test2.c: New test, based on test supplied by Serge
36019         Belyshev <belyshev@depni.sinp.msu.ru>.
36020         * crypt/Makefile (xtests): Add md5test-giant..
36021         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36023 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36025         [BZ #14090]
36026         * crypt/md5.c (md5_process_block): Don't assume the buffer
36027         length is less than 2**32.
36028         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36029         length is less than 2**64.
36031 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36033         * string/str-two-way.h: Include <sys/param.h>.
36034         (MAX): Macro removed.
36036         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36037         Move #define and #undef of memmove to just before and after
36038         including <string.h>.
36040         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36041         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36042         and after including <string.h>.  Move declarations of
36043         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36044         to before #include "string/memmove.c".
36046         * include/dirent.h: Declare __getdirentries.
36048         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36049         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36051 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36053         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36054         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36055         * sysdeps/i386/configure: Regenerated.
36056         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36057         STABS_CURRENT_FILE, and STABS_FUN.
36058         (END): Remove call to STABS_FUN_END.
36059         (STABS_CURRENT_FILE1): Delete.
36060         (STABS_CURRENT_FILE): Likewise.
36061         (STABS_FUN): Likewise.
36062         (STABS_FUN_END): Likewise.
36063         (STABS_FUN2): Likewise.
36064         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36065         * sysdeps/x86_64/configure: Regenerated.
36067 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36069         * elf/dl-open.c: Include <atomic.h>.
36070         * elf/dl-lookup.c: Likewise.
36072 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36074         * sysdeps/unix/sysv/linux/kernel-features.h
36075         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36076         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36077         unconditionally.
36078         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36079         unconditionally.
36080         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36081         condition on __ASSUME_CLONE_THREAD_FLAGS.
36083 2012-08-14  Andreas Jaeger  <aj@suse.de>
36085         * sysdeps/i386/fpu/libm-test-ulps: Update.
36087 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36089         * include/atomic.h (atomic_exchange_and_add): Split into ...
36090         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36091         New atomic macros.
36093 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36095         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36097 2012-08-13  Jeff Law <law@redhat.com>
36099         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36100         null byte in the output string.
36102 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36104         * sysdeps/unix/sysv/linux/kernel-features.h
36105         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36106         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36107         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36108         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36109         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36110         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36111         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36113 2012-08-09  Jeff Law <law@redhat.com>
36115         [BZ #13939]
36116         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36117         When avoid_arena is set, don't retry in the that arena.  Pick the
36118         next one, whatever it might be.
36119         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36120         (arena_lock): Pass in new parameter to arena_get2.
36121         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36122         arena_get2.
36123         (__libc_malloc): Unify retrying after main arena failure with
36124         __libc_memalign version.
36125         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36127 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36129         [BZ #14166]
36130         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36131         to __redirect_strstr.
36132         (__strstr_sse42): Use typeof __redirect_strstr.
36133         (__strstr_ia32): Likewise.
36134         (__libc_strstr): New prototype.
36135         (strstr): Renamed to ...
36136         (__libc_strstr): This.
36137         (strstr): New strong alias of __libc_strstr.
36138         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36139         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36140         __redirect_time.
36141         Include <time.h>.
36142         (__libc_time): New prototype.
36143         (time_ifunc): Replace time with __libc_time.
36144         (time): New strong alias and hidden definition of __libc_time.
36145         (__GI_time): Remove strong alias.
36146         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36147         Include <stddef.h>.
36148         (memmove): Redefined to __redirect_memmove.
36149         (__memmove_sse2): Use typeof __redirect_memmove.
36150         (__memmove_ssse3): Likewise.
36151         (__memmove_ssse3_back): Likewise.
36152         (__libc_memmove): New prototype.
36153         (memmove): Renamed to ...
36154         (__libc_memmove): This.
36155         (memmove): New strong alias of __libc_memmove.
36157 2012-08-08  Mark Salter  <msalter@redhat.com>
36159         * elf/elf.h
36160         (R_MN10300_TLS_GD): Define.
36161         (R_MN10300_TLS_LD): Likewise.
36162         (R_MN10300_TLS_LDO): Likewise.
36163         (R_MN10300_TLS_GOTIE): Likewise.
36164         (R_MN10300_TLS_IE): Likewise.
36165         (R_MN10300_TLS_LE): Likewise.
36166         (R_MN10300_TLS_DTPMOD): Likewise.
36167         (R_MN10300_TLS_DTPOFF): Likewise.
36168         (R_MN10300_TLS_TPOFF): Likewise.
36169         (R_MN10300_SYM_DIFF): Likewise.
36170         (R_MN10300_ALIGN): Likewise.
36171         (R_MN10300_NUM): Update.
36173 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36175         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36176         Remove.
36178 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36180         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36182         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36183         sysdeps/unix -> sysdeps/posix move.
36184         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36186 2012-08-07      Allan McRae     <allan@archlinux.org>
36188         [BZ #14303]
36189         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36190         (SUNOS_CPP): Likewise.
36191         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36192         not found.
36193         (open_input): Call CPP using execvp.
36195 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36197         * sysdeps/unix/sysv/linux/kernel-features.h
36198         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36199         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36200         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36201         (__ASSUME_WAITID_SYSCALL): Likewise.
36202         * sysdeps/unix/sysv/linux/dl-execstack.c
36203         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36204         code unconditional.
36205         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36206         conditional code.
36207         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36208         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36209         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36210         code.
36211         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36212         unconditional.
36213         [__ASSUME_WAITID_SYSCALL]: Likewise.
36214         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36216 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36218         * sysdeps/unix/closedir.c: Renamed to ...
36219         * sysdeps/posix/closedir.c: ... here.
36220         * sysdeps/unix/dirfd.c: Renamed to ...
36221         * sysdeps/posix/dirfd.c: ... here.
36222         * sysdeps/unix/dirstream.h: Renamed to ...
36223         * sysdeps/posix/dirstream.h: ... here.
36224         * sysdeps/unix/fdopendir.c: Renamed to ...
36225         * sysdeps/posix/fdopendir.c: ... here.
36226         * sysdeps/unix/opendir.c: Renamed to ...
36227         * sysdeps/posix/opendir.c: ... here.
36228         * sysdeps/unix/readdir.c: Renamed to ...
36229         * sysdeps/posix/readdir.c: ... here.
36230         * sysdeps/unix/readdir_r.c: Renamed to ...
36231         * sysdeps/posix/readdir_r.c: ... here.
36232         * sysdeps/unix/rewinddir.c: Renamed to ...
36233         * sysdeps/posix/rewinddir.c: ... here.
36234         * sysdeps/unix/seekdir.c: Renamed to ...
36235         * sysdeps/posix/seekdir.c: ... here.
36236         * sysdeps/unix/telldir.c: Renamed to ...
36237         * sysdeps/posix/telldir.c: ... here.
36238         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36239         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36240         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36241         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36243         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36244         * bits/fcntl.h: ... here.
36246         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36247         not 0.
36248         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36249         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36250         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36251         (struct flock): Move l_start, l_len to the beginning.
36252         Use __pid_t for l_pid.
36253         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36254         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36255         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36256         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36257         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36258         [__USE_LARGEFILE64] (struct flock64): New type.
36259         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36261         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36262         * bits/dirent.h: ... here.
36264         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36265         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36267 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36269         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36270         Change from 2.6.0 to 2.6.16.
36271         * sysdeps/unix/sysv/linux/configure: Regenerated.
36272         * sysdeps/unix/sysv/linux/kernel-features.h
36273         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36274         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36275         version.
36276         (__ASSUME_UTIMES): Likewise.
36277         (__ASSUME_CLONE_STOPPED): Remove.
36278         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36279         architectures, not kernel version.
36280         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36281         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36282         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36283         (__ASSUME_WAITID_SYSCALL): Likewise.
36284         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36285         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36286         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36287         refer to older versions.
36289 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36291         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36292         Define alphasort64 as an alias.
36293         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36294         Define versionsort64 as an alias.
36295         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36296         Define scandir64 as an alias.
36297         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36298         Define scandirat64 as an alias.
36299         * dirent/alphasort64.c (alphasort64):
36300         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36301         * dirent/versionsort64.c: Likewise.
36302         * dirent/scandir64.c: Likewise.
36303         * dirent/scandirat64.c: Likewise.
36304         * sysdeps/wordsize-64/alphasort.c: File removed.
36305         * sysdeps/wordsize-64/alphasort64.c: File removed.
36306         * sysdeps/wordsize-64/scandir.c: File removed.
36307         * sysdeps/wordsize-64/scandir64.c: File removed.
36308         * sysdeps/wordsize-64/scandirat.c: File removed.
36309         * sysdeps/wordsize-64/scandirat64.c: File removed.
36310         * sysdeps/wordsize-64/versionsort.c: File removed.
36311         * sysdeps/wordsize-64/versionsort64.c: File removed.
36312         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36313         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36314         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36315         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36316         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36317         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36318         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36319         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36321         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36322         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36323         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36324         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36325         [defined __arch64__ || defined __sparcv9]
36326         (__INO_T_MATCHES_INO64_T): New macro.
36327         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36328         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36329         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36330         * sysdeps/unix/sysv/linux/bits/dirent.h
36331         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36332         (_DIRENT_MATCHES_DIRENT64): New macro.
36334         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36335         Define lockf64 as an alias.
36336         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36337         Define fseeko64 as an alias.
36338         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36339         Define ftello64 as an alias.
36340         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36341         Define _IO_fgetpos64 and fgetpos64 as aliases.
36342         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36343         Define _IO_fsetpos64 and fsetpos64 as aliases.
36344         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36345         Conditionalize body on this.
36346         * libio/fseeko64.c: Likewise.
36347         * libio/ftello64.c: Likewise.
36348         * libio/iofgetpos64.c: Likewise.
36349         * libio/iofsetpos64.c: Likewise.
36350         * sysdeps/wordsize-64/lockf.c: File removed.
36351         * sysdeps/wordsize-64/lockf64.c: File removed.
36352         * sysdeps/wordsize-64/fseeko.c: File removed.
36353         * sysdeps/wordsize-64/fseeko64.c: File removed.
36354         * sysdeps/wordsize-64/ftello.c: File removed.
36355         * sysdeps/wordsize-64/ftello64.c: File removed.
36356         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36357         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36358         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36359         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36360         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36361         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36362         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36363         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36364         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36365         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36366         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36367         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36368         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36369         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36371         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36372         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36373         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36374         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36375         [defined __arch64__ || defined __sparcv9]
36376         (__OFF_T_MATCHES_OFF64_T): New macro.
36377         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36378         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36379         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36380         (__OFF_T_MATCHES_OFF64_T): New macro.
36382 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36384         * stdlib/secure-getenv.c (__secure_getenv): Replace
36385         GLIBC_2_16 with GLIBC_2_17.
36387 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36389         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36390         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36392 2012-08-03  David S. Miller  <davem@davemloft.net>
36394         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36396 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36398         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36399         Remove.
36400         (__ASSUME_CORRECT_SI_PID): Likewise.
36401         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36402         (__ASSUME_TMPFS_NAME): Likewise.
36403         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36404         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36405         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36406         (HAVE_AUX_SECURE): Make definition unconditional.
36407         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36408         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36410 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36412         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36413         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36414         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36415         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36416         __eloop_threshold instead of SYMLOOP_MAX.
36418         * sysdeps/generic/eloop-threshold.h: New file.
36419         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36420         of MAXSYMLINKS.
36421         * elf/chroot_canon.c (chroot_canon): Likewise.
36423 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36425         [BZ #13717]
36426         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36427         Change to 2.6.0 everywhere.
36428         * sysdeps/unix/sysv/linux/configure: Regenerated.
36429         * sysdeps/unix/sysv/linux/kernel-features.h
36430         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36431         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36432         kernel versions.
36433         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36434         (__ASSUME_FUTEX_REQUEUE): Remove.
36435         (__ASSUME_STATFS64): Define unconditionally.
36436         (__ASSUME_AT_SECURE): Likewise.
36437         (__ASSUME_CORRECT_SI_PID): Likewise.
36438         (__ASSUME_TGKILL): Define without depending on kernel version for
36439         i386.
36440         (__ASSUME_UTIMES): Likewise.
36441         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36442         kernel version.
36443         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36444         (__ASSUME_TMPFS_NAME): Likewise.
36445         * README: Update reference to Linux kernel versions.
36447 2012-08-02  Marek Polacek  <polacek@redhat.com>
36449         [BZ# 14150]
36450         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36451         libc_cv_asm_type_prefix with %.
36452         * configure: Regenerated.
36453         * include/libc-symbols.h: Remove comment about
36454         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36455         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36456         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36457         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36458         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36459         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36460         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36461         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36462         * elf/tst-unique2mod1.c: Likewise.
36463         * elf/tst-unique1mod2.c: Likewise.
36464         * elf/tst-unique1mod1.c: Likewise.
36465         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36466         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36467         Replace ASM_TYPE_DIRECTIVE with .type.
36468         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36469         * sysdeps/i386/sysdep.h: Likewise.
36470         * sysdeps/x86_64/sysdep.h: Likewise.
36471         * sysdeps/sh/sysdep.h: Likewise.
36472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36473         Do not define ASM_TYPE_DIRECTIVE.
36474         * sysdeps/powerpc/sysdep.h: Likewise.
36475         * sysdeps/powerpc/powerpc32/sysdep.h:
36476         Replace ASM_TYPE_DIRECTIVE with .type.
36477         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36478         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36479         * sysdeps/i386/fpu/e_powf.S: Likewise.
36480         * sysdeps/i386/fpu/e_expl.S: Likewise.
36481         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36482         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36483         * sysdeps/i386/fpu/e_pow.S: Likewise.
36484         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36485         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36486         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36487         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36488         * sysdeps/i386/fpu/e_log2.S: Likewise.
36489         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36490         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36491         * sysdeps/i386/fpu/e_powl.S: Likewise.
36492         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36493         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36494         * sysdeps/i386/fpu/e_logl.S: Likewise.
36495         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36496         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36497         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36498         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36499         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36500         * sysdeps/i386/fpu/e_log.S: Likewise.
36501         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36502         * sysdeps/i386/fpu/e_logf.S: Likewise.
36503         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36504         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36505         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36506         * sysdeps/i386/fpu/e_log10.S: Likewise.
36507         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36508         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36509         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36510         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36511         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36512         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36513         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36514         * sysdeps/i386/i686/strtok.S: Likewise.
36515         * sysdeps/i386/i386-mcount.S: Likewise.
36516         * sysdeps/i386/strtok.S: Likewise.
36517         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36518         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36519         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36520         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36521         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36522         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36523         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36524         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36525         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36526         * sysdeps/x86_64/_mcount.S: Likewise.
36527         * sysdeps/x86_64/strtok.S: Likewise.
36528         * sysdeps/sh/_mcount.S: Likewise.
36530 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36532         * libio/iofopen.c: Include <fcntl.h>.
36533         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36534         (_IO_fopen64, fopen64): Define as aliases.
36535         * libio/iofopen64.c: Include <fcntl.h>.
36536         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36537         Conditionalize body on this.
36538         * sysdeps/wordsize-64/iofopen.c: File removed.
36539         * sysdeps/wordsize-64/iofopen64.c: File removed.
36541 2012-08-01  Marek Polacek  <polacek@redhat.com>
36543         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36544         Use dlfcn directly instead of a variable.
36545         (binfmt-subdir): Do not define.
36546         (dlfcn): Likewise.
36548 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36550         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36551         Remove all definitions.
36552         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36553         <kernel-features.h>.
36554         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36555         (miss_F_GETOWN_EX): Remove all definitions.
36556         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36557         macro definition.
36558         [!__ASSUME_FCNTL64]: Remove conditional code.
36559         [__ASSUME_FCNTL64]: Make code unconditional.
36560         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36561         <kernel-features.h>.
36562         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36563         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36564         (lockf64) [__NR_fcntl64]: Make code unconditional.
36565         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36567         * sysdeps/unix/sysv/linux/kernel-features.h
36568         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36569         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36570         Make code unconditional.
36571         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36572         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36574         [__NR_vfork]: Make code unconditional.
36575         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36576         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36578         [__NR_vfork]: Make code unconditional.
36579         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36580         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36582 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36584         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36585         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36587         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36588         Define mkstemp64 as an alias.
36589         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36590         Define mkstemps64 as an alias.
36591         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36592         Define mkostemp64 as an alias.
36593         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36594         Define mkostemps64 as an alias.
36595         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36596         Conditionalize body on this.
36597         * misc/mkostemp64.c: Likewise.
36598         * misc/mkostemps64.c: Likewise.
36599         * misc/mkstemps64.c: Likewise.
36600         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36601         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36602         * sysdeps/wordsize-64/mkostemp.c: File removed.
36603         * sysdeps/wordsize-64/mkstemp.c: File removed.
36604         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36605         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36606         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36607         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36609         [BZ #14138]
36610         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36611         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36612         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36613         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36615         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36616         compat_symbol macros from <shlib-compat.h> rather than the underlying
36617         default_symbol_version and symbol_version macros, so that DEFAULT
36618         lines in shlib-versions are respected.
36619         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36621 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36623         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36624         Declare with warn_unused_result.
36625         (setgid, setregid, setegid, setresgid): Likewise.
36626         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36627         Likewise.
36628         * WUR-REPORT: Remove set*id functions.
36630 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36632         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36634 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36636         [BZ #10191]
36637         * include/sys/socket.h (__libc_accept, __libc_accept4):
36638         Add attribute_hidden.
36639         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36641         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36642         use of PTR_MANGLE.
36643         * inet/getnetgrent_r.c (setup): Likewise.
36645         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36647 2012-07-31  David S. Miller  <davem@davemloft.net>
36649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36651 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36653         [BZ #13629]
36654         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36655         value between 1.0 and 2.0 and smaller part has absolute value less
36656         than 1.0.
36657         * math/s_clog10.c (__clog10): Likewise.
36658         * math/s_clog10f.c (__clog10f): Likewise.
36659         * math/s_clog10l.c (__clog10l): Likewise.
36660         * math/s_clogf.c (__clogf): Likewise.
36661         * math/s_clogl.c (__clogl): Likewise.
36662         * math/libm-test.inc (clog_test): Add more tests.
36663         (clog10_test): Likewise.
36664         * sysdeps/i386/fpu/libm-test-ulps: Update.
36665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36667 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36669         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36670         Exit with zero in case no suitable GID is found, and write a
36671         message to standard error.
36673 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36675         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36676         rather than to 1.
36677         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36678         (MAXPATHLEN): Removed.
36679         (NOGROUP, NODEV): New macros.
36680         (setbit, clrbit, isset, isclr): New macros.
36681         (howmany, roundup, powerof2): New macros.
36682         (DEV_BSIZE): New macro.
36684         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36685         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36687         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36688         definition on [!__NO_LONG_DOUBLE_MATH].
36690         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36691         PTR_MANGLE and PTR_DEMANGLE.
36693         * socket/accept4.c (accept4): Rename to __libc_accept4.
36694         Define accept4 as a weak alias.
36696         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36697         on [_DIRENT_HAVE_D_TYPE].
36698         * io/ftw.c (ftw_dir): Likewise.
36700         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36702         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36704         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36705         Use the BSD numbers rather than the arbitrary ones we had.
36706         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36707         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36708         (SIGXCPU, SIGXFSZ): New macros.
36709         (_NSIG): Now 32.
36711         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36712         initializer on [_LIBC_REENTRANT].
36714         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36715         definitions inside [_POSIX_MAPPED_FILES].
36717         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36719         * dirent/opendir.c: Include <fcntl.h>.
36721         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36722         (__libc_getspecific): Likewise.
36723         (__libc_key_create): Likewise.
36725         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36726         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36727         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36728         (tmpfile64): Define as alias.
36729         * sysdeps/wordsize-64/tmpfile.c: File removed.
36730         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36731         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36732         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36734         * stdio-common/vfscanf.c: Include <stdbool.h>.
36735         * nss/makedb.c: Likewise.
36736         * stdio-common/_i18n_number.h: Likewise.
36737         * argp/argp-help.c: Likewise.
36738         * posix/wordexp.c: Likewise.
36739         * sysdeps/posix/spawni.c: Likewise.
36740         * nss/nss_files/files-initgroups.c: Likewise.
36741         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36742         * nss/nss_files/files-initgroups.c: Likewise.
36743         * nss/nss_db/db-netgrp.c: Likewise.
36744         * nss/nss_db/db-initgroups.c: Likewise.
36745         * io/fchmodat.c: Include <sys/stat.h>.
36747         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36748         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36750         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36751         [HAVE_MMAP].
36753         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36754         Add multiple inclusion protection.
36756 2012-07-27  David S. Miller  <davem@davemloft.net>
36758         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36760 2012-07-27  Gary Benson  <gbenson@redhat.com>
36762         [BZ #14298]
36763         * elf/rtld.c: Include <stap-probe.h>.
36764         (dl_main): Added static probes "init_start" and "init_complete".
36765         * elf/dl-load.c: Include <stap-probe.h>.
36766         (lose): Take new parameter "nsid".
36767         Added static probe "map_failed".
36768         (_dl_map_object_from_fd): Pass namespace id to lose.
36769         Added static probe "map_start".
36770         (open_verify): Pass namespace id to lose.
36771         * elf/dl-open.c: Include <stap-probe.h>.
36772         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36773         and "reloc_complete".
36774         * elf/dl-close.c: Include <stap-probe.h>.
36775         (_dl_close_worker): Added static probes "unmap_start" and
36776         "unmap_complete".
36777         * elf/rtld-debugger-interface.txt: New file documenting the above.
36779 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36781         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36782         rather than a string variable.
36783         * sunrpc/rpc_main.c (h_output): Likewise.
36784         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36786 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36788         * inet/check_native.c: New file.
36790 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36792         [BZ #13629]
36793         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36794         if larger part has absolute value 1.0.
36795         * math/s_clog10.c (__clog10): Likewise.
36796         * math/s_clog10f.c (__clog10f): Likewise.
36797         * math/s_clog10l.c (__clog10l): Likewise.
36798         * math/s_clogf.c (__clogf): Likewise.
36799         * math/s_clogl.c (__clogl): Likewise.
36800         * math/libm-test.inc (clog_test): Add more tests.
36801         (clog10_test): Likewise.
36802         * sysdeps/i386/fpu/libm-test-ulps: Update.
36803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36805         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36806         (pltexit): Likewise.
36807         (La_regs): Likewise.
36808         (La_retval): Likewise.
36809         (int_retval): Likewise.
36810         Update #error for removed macros to refer only to definitions in
36811         tst-audit.h.
36812         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36813         macro.
36814         (pltexit): Likewise.
36815         (La_regs): Likewise.
36816         (La_retval): Likewise.
36817         (int_retval): Likewise.
36818         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36819         macro.
36820         (pltexit): Likewise.
36821         (La_regs): Likewise.
36822         (La_retval): Likewise.
36823         (int_retval): Likewise.
36824         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36825         macro.
36826         (pltexit): Likewise.
36827         (La_regs): Likewise.
36828         (La_retval): Likewise.
36829         (int_retval): Likewise.
36830         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36831         macro.
36832         (pltexit): Likewise.
36833         (La_regs): Likewise.
36834         (La_retval): Likewise.
36835         (int_retval): Likewise.
36836         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36837         macro.
36838         (pltexit): Likewise.
36839         (La_regs): Likewise.
36840         (La_retval): Likewise.
36841         (int_retval): Likewise.
36842         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36843         macro.
36844         (pltexit): Likewise.
36845         (La_regs): Likewise.
36846         (La_retval): Likewise.
36847         (int_retval): Likewise.
36848         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36849         macro definitions in tst-audit.h.
36850         * sysdeps/i386/tst-audit.h: New file.
36851         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36852         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36853         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36854         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36855         * sysdeps/sh/tst-audit.h: Likewise.
36856         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36857         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36858         * sysdeps/x86_64/tst-audit.h: Likewise.
36860 2012-07-26  Andreas Jaeger  <aj@suse.de>
36862         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36863         ptrace.
36865         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36866         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36867         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36868         PTRACE_O_MASK.
36869         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36870         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36871         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36873         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36874         value.
36876         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36877         _sigsys.
36878         (si_call_addr, si_syscall, si_arch): Define new macro.
36879         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36880         _sigsys.
36881         (si_call_addr, si_syscall, si_arch): Define new marcro.
36882         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36883         _sigsys.
36884         (si_call_addr, si_syscall, si_arch): Define new macro.
36885         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36886         _sigsys.
36887         (si_call_addr, si_syscall, si_arch): Define new macro.
36889 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36891         [BZ #13717]
36892         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36893         Change to 2.4.21 where previously 2.4.1.
36894         * sysdeps/unix/sysv/linux/configure: Regenerated.
36895         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36896         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36897         Linux kernel version.
36898         (__ASSUME_STD_AUXV): Remove.
36899         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36900         kernel version.
36901         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36902         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36903         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36904         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36905         (__ASSUME_NETLINK_SUPPORT): Likewise.
36906         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36907         (__no_netlink_support): Remove conditional definition.
36908         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36909         Remove.
36910         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36911         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36912         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36913         (if_nameindex_ioctl): Remove.
36914         (if_nameindex_netlink): Do not handle __no_netlink_support.
36915         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36916         code.
36917         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36918         Remove conditional code.
36919         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36920         code.
36921         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36922         unconditional.
36923         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36924         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36925         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36926         Remove.
36927         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36928         [!__ASSUME_STD_AUXV]: Remove conditional code.
36929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36930         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36931         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36933         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36934         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36935         code.
36936         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36938         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36939         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36940         conditional code.
36941         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36943         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36944         code.
36945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36946         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36947         conditional code.
36948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36949         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36950         code unconditional.
36951         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36952         conditional code.
36953         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36954         unconditional.
36955         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36956         conditional code.
36957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36958         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36959         unconditional.
36960         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36961         conditional code.
36962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36963         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36964         code unconditional.
36965         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36966         conditional code.
36967         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36968         unconditional.
36969         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36970         conditional code.
36971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36972         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36973         code unconditional.
36974         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36975         conditional code.
36976         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36977         unconditional.
36978         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36979         conditional code.
36981 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36983         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36984         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36985         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36986         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36987         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36988         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36989         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36990         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36991         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36992         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36993         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36994         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36995         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36996         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36997         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36998         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36999         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37000         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37001         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37002         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37003         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37004         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37005         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37007 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37009         * Versions.def: Add GLIBC_2.17.
37010         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37011         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37012         Introduce __libc_secure_getenv.
37013         * stdlib/Versions (2.17): Add secure_getenv
37014         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37015         * stdlib/secure-getenv.c: Rename __secure_getenv to
37016         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37017         symbol __secure_getenv for GLIBC_2.0.
37018         * stdlib/tst-secure-getenv.c: New.
37019         * stdlib/Makefile (tests): Add testcase.
37020         * manual/startup.texi (Environment Access): Document
37021         secure_getenv.
37022         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37023         __libc_secure_getenv.
37024         * inet/ruserpass.c (ruserpass): Likewise.
37025         * malloc/mtrace.c (mtrace): Likewise.
37026         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37027         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37028         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37029         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37030         HAVE_SECURE_GETENV.
37031         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37032         __secure_getenv to __libc_secure_getenv.
37033         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37035         Likewise.
37036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37037         Likewise.
37038         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37039         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37040         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37041         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37043         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37046 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37048         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37049         (struct La_i86_retval): Likewise.
37050         (struct La_x86_64_regs): Likewise.
37051         (struct La_x86_64_retval): Likewise.
37052         (struct La_x32_regs): Likewise.
37053         (struct La_x32_retval): Likewise.
37054         (struct La_ppc32_regs): Likewise.
37055         (struct La_ppc32_retval): Likewise.
37056         (struct La_ppc64_regs): Likewise.
37057         (struct La_ppc64_retval): Likewise.
37058         (struct La_sh_regs): Likewise.
37059         (struct La_sh_retval): Likewise.
37060         (struct La_s390_32_regs): Likewise.
37061         (struct La_s390_32_retval): Likewise.
37062         (struct La_s390_64_regs): Likewise.
37063         (struct La_s390_64_retval): Likewise.
37064         (struct La_sparc32_regs): Likewise.
37065         (struct La_sparc32_retval): Likewise.
37066         (struct La_sparc64_regs): Likewise.
37067         (struct La_sparc64_retval): Likewise.
37068         (struct audit_ifaces): Remove architecture-specific pltenter and
37069         pltexit members.
37070         * sysdeps/i386/ldsodefs.h: New file.
37071         * sysdeps/powerpc/ldsodefs.h: Likewise.
37072         * sysdeps/s390/ldsodefs.h: Likewise.
37073         * sysdeps/sh/ldsodefs.h: Likewise.
37074         * sysdeps/sparc/ldsodefs.h: Likewise.
37075         * sysdeps/x86_64/ldsodefs.h: Likewise.
37077 2012-07-25  Marek Polacek  <polacek@redhat.com>
37079         [BZ #6808]
37080         * math/libm-test.inc (yn_test): Add another test.
37081         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37082         to ERANGE when the result is +-Inf.
37083         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37084         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37085         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37086         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37088 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37090         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37091         equal to 0.
37092         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37093         clock_t.
37094         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37096 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37098         * configure.in <sysdeps resolving>: Correct printing
37099         Implies_before.
37100         * configure: Regenerate.
37102 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37104         * math/w_ilogb.c: Include <limits.h>.
37105         * math/w_ilogbl.c: Likewise.
37107 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37109         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37110         va_copy.  Document allowing for unavailable va_copy only as
37111         pre-C99 compatibility.
37112         * manual/string.texi (Copying and Concatenation): Use va_copy
37113         instead of __va_copy in concat example.
37115 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37117         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37118         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37119         it if not null.
37121         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37122         with O_NOLINK passed to __file_name_lookup.
37124         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37125         with O_NOLINK passed to __file_name_lookup.
37127         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37128         negative N or less than NGIDS.
37130         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37131         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37132         enough.  Use memcpy instead of strncpy.
37134 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37136         * elf/Makefile (check-data): Remove.
37137         (localplt.data): New vpath directive.
37138         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37139         instead of $(check-data).
37140         * scripts/data/localplt-generic.data: Move to ...
37141         * sysdeps/generic/localplt.data: ... here.
37142         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37143         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37144         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37146         ... here.
37147         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37149         ... here.
37150         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37152         ... here.
37153         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37155         ... here.
37156         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37158         ... here.
37159         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37160         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37161         ... here.
37163 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37165         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37166         PPC32 and PPC64 files.
37167         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37168         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37170 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37172         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37173         __makecontext_ret to ...
37174         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37175         ... here and call exit if uc_link is NULL.  New file.
37176         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37177         __makecontext_ret.S.
37178         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37179         __makecontext_ret to ...
37180         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37181         ... here and call exit if uc_link is NULL.  New file.
37182         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37183         __makecontext_ret.S.
37185 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37187         * elf/elf.h (R_390_IRELATIVE): New definition.
37188         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37189         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37190         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37191         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37192         (elf_machine_lazy_rel): Likewise.
37193         * sysdeps/s390/dl-irel.h: New file.
37194         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37195         * sysdeps/s390/s390-64/memset.S: New asm code.
37196         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37197         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37198         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37199         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37200         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37201         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37202         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37203         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37204         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37205         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37206         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37207         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37208         * sysdeps/s390/s390-32/memset.S: New asm code.
37209         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37211 2012-07-17  Marek Polacek  <polacek@redhat.com>
37213         [BZ #14349]
37214         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37215         * sysdeps/s390/s390-64/configure.in: Likewise.
37216         * sysdeps/sparc/configure.in: Likewise.
37217         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37218         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37219         * sysdeps/i386/configure.in: Likewise.
37220         * sysdeps/x86_64/configure.in: Likewise.
37221         * sysdeps/sh/configure.in: Likewise.
37222         * sysdeps/s390/s390-32/configure: Regenerated.
37223         * sysdeps/s390/s390-64/configure: Likewise.
37224         * sysdeps/x86_64/configure: Likewise.
37225         * sysdeps/sh/configure: Likewise.
37226         * sysdeps/powerpc/powerpc64/configure: Likewise.
37227         * sysdeps/powerpc/powerpc32/configure: Likewise.
37228         * sysdeps/sparc/configure: Likwise.
37229         * sysdeps/i386/configure: Likewise.
37231         * elf/dl-open.c: Comment fixes.
37233 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37235         * Makefile [CXX] (check-data): Remove.
37236         [CXX] (c++-types.data): New vpath directive.
37237         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37238         vpath.  Do not allow for C++ type data being missing.
37239         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37240         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37241         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37242         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37243         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37244         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37245         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37247         ... here.
37248         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37250         ... here.
37251         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37253         ... here.
37254         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37255         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37256         ... here.
37257         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37258         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37259         ... here.
37260         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37262         ... here.
37263         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37265         ... here.
37266         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37267         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37269         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37270         definitions to architecture-specific files.
37271         (TLS_IE): Likewise.
37272         (TLS_LD): Likewise.
37273         (TLS_GD): Likewise.
37274         * sysdeps/i386/tls-macros.h: New file.
37275         * sysdeps/powerpc/tls-macros.h: Likewise.
37276         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37277         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37278         * sysdeps/sh/tls-macros.h: Likewise.
37279         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37280         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37281         * sysdeps/x86_64/tls-macros.h: Likewise.
37283 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37285         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37286         zero value for regular exit case.
37288         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37289         (__start_context): Preserve zero value for regular exit case.
37291 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37292             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37294         * manual/setjmp.texi (setcontext): Clarify normal process
37295         termination when uc_link is the null pointer.
37296         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37297         exit call.
37299 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37301         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37302         preprocessor.  Test for each exception mask separately.
37304 2012-07-16  Andreas Jaeger  <aj@suse.de>
37306         * po/ru.po: Update from translation team.
37308 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37310         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37311         equal to 0.
37312         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37313         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37314         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37315         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37316         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37318 2012-07-13  Andreas Jaeger  <aj@suse.de>
37320         * po/fr.po: Update from translation team.
37322 2012-07-12  Marek Polacek  <polacek@redhat.com>
37324         [BZ #14173]
37325         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37326         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37327         loop condition.
37329 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37331         [BZ #13717]
37332         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37333         Change to 2.4.1 where previously 2.4.0.
37334         * sysdeps/unix/sysv/linux/configure: Regenerated.
37335         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37336         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37337         version.
37338         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37339         (__ASSUME_AT_CLKTCK): Remove.
37340         (__ASSUME_AT_PAGESIZE): Likewise.
37341         (__ASSUME_AT_XID): Likewise.
37342         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37343         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37344         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37345         unconditionally.
37346         (HAVE_AUX_PAGESIZE): Likewise.
37347         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37348         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37349         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37351 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37353         [BZ #14307]
37354         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37355         the temporary buffer used to invoke __gethostbyname2_r,
37356         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37357         host_data / struct gaih_addrtuple.
37358         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37359         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37360         header file nss/nsswitch.h.
37361         * nss/nsswitch.h (global scope): Add definition of implementation
37362         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37363         resolv/nss_dns/dns-host.c).
37365 2012-07-11  Andreas Jaeger  <aj@suse.de>
37367         * po/fr.po: Update from translation team.
37369         * po/sv.po: Update from translation team
37370         * po/fr.po: Another update from translation team.
37372 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37374         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37375         for subnormals or multiply small sinh result by itself.
37376         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37379 2012-07-11  David S. Miller  <davem@davemloft.net>
37381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37383 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37385         [BZ #14347]
37386         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37387         (INTERNAL_MARK): Shift it here.
37389 2012-07-10  Marek Polacek  <polacek@redhat.com>
37391         [BZ #14151]
37392         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37393         libc_cv_asm_global_directive with .globl.
37394         * configure: Regenerated.
37395         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37396         with .globl.
37397         * sysdeps/i386/configure: Regenerated.
37398         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37399         with .globl.
37400         * sysdeps/x86_64/configure: Regenerated.
37401         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37402         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37403         * elf/tst-unique2mod2.c: Likewise.
37404         * elf/tst-unique2mod1.c: Likewise.
37405         * elf/tst-unique1mod2.c: Likewise.
37406         * elf/tst-unique1mod1.c: Likewise.
37407         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37408         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37409         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37410         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37411         * sysdeps/mach/sysdep.h: Likewise.
37412         * sysdeps/i386/sysdep.h: Likewise.
37413         * sysdeps/i386/i386-mcount.S: Likewise.
37414         * sysdeps/x86_64/_mcount.S: Likewise.
37415         * sysdeps/x86_64/sysdep.h: Likewise.
37416         * sysdeps/sh/_mcount.S: Likewise.
37417         * sysdeps/sh/sysdep.h: Likewise.
37418         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37419         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37420         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37421         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37422         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37423         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37424         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37425         * locale/localeinfo.h: Likewise.
37426         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37427         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37429 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37431         [BZ #14336]
37432         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37433         system".
37434         * manual/message.texi (The Uniforum approach): Likewise.
37435         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37436         (glibc iconv Implementation): Likewise.
37438 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37440         [BZ #14337]
37441         * math/s_clog.c (__clog): Avoid scaling a value down where that
37442         could result in underflow.
37443         * math/s_clog10.c (__clog10): Likewise.
37444         * math/s_clog10f.c (__clog10f): Likewise.
37445         * math/s_clog10l.c (__clog10l): Likewise.
37446         * math/s_clogf.c (__clogf): Likewise.
37447         * math/s_clogl.c (__clogl): Likewise.
37448         * math/libm-test.inc (clog_test): Add more tests.
37449         (clog10_test): Likewise.
37450         * sysdeps/i386/fpu/libm-test-ulps: Update.
37451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37453 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37455         [BZ #14283]
37456         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37457         by 7 not 8 to examine high bit of fractional part.
37459         [BZ #14042]
37460         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37461         for call to __mcount_internal.
37462         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37463         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37464         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37466 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37468         [BZ #14154]
37469         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37470         approximation for values within 0x1p-13f of an odd multiple of
37471         pi/4.
37472         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37473         exception.  Add more tests.
37474         * sysdeps/i386/fpu/libm-test-ulps: Update.
37476         [BZ #6778]
37477         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37478         inputs and return -1 for them.  Do not check for +Inf in case not
37479         reachable for +Inf.
37480         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37481         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37482         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37483         and return -1 for them.  Do not check for +Inf in case not
37484         reachable for +Inf.
37485         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37486         define.
37487         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37488         and return -1 for them.  Do not check for +Inf in case not
37489         reachable for +Inf.
37490         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37491         spurious underflow.
37492         * sysdeps/i386/fpu/libm-test-ulps: Update.
37493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37495 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37497         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37499 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37501         [BZ #14157]
37502         [BZ #14331]
37503         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37504         could result in spurious underflow.  Scale down values above
37505         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37506         * math/s_csqrtf.c (__csqrtf): Likewise.
37507         * math/s_csqrtl.c (__csqrtl): Likewise.
37508         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37509         spurious underflow.
37510         * sysdeps/i386/fpu/libm-test-ulps: Update.
37511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37513 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37515         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37516         xopen-msg.sed.
37517         * catgets/xopen-msg.awk: New file.
37518         * catgets/xopen-msg.sed: Removed.
37520         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37521         po2text.sed.
37522         * intl/po2test.awk: New file.
37523         * intl/po2test.sed: Removed.
37525 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37527         [BZ #14328]
37528         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37529         or multiply small sinh result by itself.
37530         * math/s_ctanf.c (__ctanf): Likewise.
37531         * math/s_ctanh.c (__ctanh): Likewise.
37532         * math/s_ctanhf.c (__ctanhf): Likewise.
37533         * math/s_ctanhl.c (__ctanhl): Likewise.
37534         * math/s_ctanl.c (__ctanl): Likewise.
37535         * math/libm-test.inc (ctan_test_tonearest): New function.
37536         (ctan_test_towardzero): Likewise.
37537         (ctan_test_downward): Likewise.
37538         (ctan_test_upward): Likewise.
37539         (ctanh_test_tonearest): Likewise.
37540         (ctanh_test_towardzero): Likewise.
37541         (ctanh_test_downward): Likewise.
37542         (ctanh_test_upward): Likewise.
37543         (main): Call these new functions.
37544         * sysdeps/i386/fpu/libm-test-ulps: Update.
37545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37547 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37549         * .gitignore: Delete /ports entry.
37551 2012-07-03  Andreas Jaeger  <aj@suse.de>
37553         * po/bg.po: Update from translation team.
37554         * po/cs.po: Likewise.
37555         * po/de.po: Likewise.
37556         * po/hr.po: Likewise.
37557         * po/nl.pl: Likewise.
37558         * po/pl.po: Likewise.
37559         * po/vi.po: Likewise.
37561 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37563         * Makeconfig [!+link] (+link-before-libc): New variable.
37564         [!+link] (+link-after-libc): Likewise.
37565         [!+link] (+link-tests): Likewise.
37566         [!+link] (+link): Define in terms of $(+link-before-libc) and
37567         $(+link-after-libc).
37568         [!+link-static] (+link-static-before-libc): New variable.
37569         [!+link-static] (+link-static-after-libc): Likewise.
37570         [!+link-static] (+link-static-tests): Likewise.
37571         [!+link-static] (+link-static): Define in terms of
37572         $(+link-static-before-libc) and $(+link-static-after-libc).
37573         [build-shared] (link-libc-before-gnulib): New variable.
37574         [build-shared] (link-libc-tests): Likewise.
37575         [build-shared] (link-libc): Define in terms of
37576         $(link-libc-before-gnulib).
37577         [!build-shared] (link-libc-tests): New variable.
37578         (link-libc-static-tests): New variable.
37579         [!gnulib] (gnulib-arch): New variable.
37580         [!gnulib] (gnulib-tests): Likewise.
37581         [!gnulib] (static-gnulib-arch): Likewise.
37582         [!gnulib] (static-gnulib-tests): Likewise.
37583         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37584         Define with "=" instead of ":=".
37585         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37586         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37587         * Rules (binaries-all-notests): New variable.
37588         (binaries-all-tests): Likewise.
37589         (binaries-static-notests): Likewise.
37590         (binaries-static-tests): Likewise.
37591         (binaries-all): Define using $(binaries-all-notests) and
37592         $(binaries-all-tests).
37593         (binaries-static): Define using $(binaries-static-notests) and
37594         $(binaries-static-tests).
37595         (binaries-shared-tests): New variable.
37596         (binaries-shared-notests): Likewise.
37597         (binaries-shared): Remove variable.
37598         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37599         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37600         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37601         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37602         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37603         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37604         * elf/Makefile (sln-modules): New variable.
37605         (extra-objs): Add $(sln-modules:=.o).
37606         (ldconfig-modules): Add static-stubs.
37607         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37608         * elf/static-stubs.c: New file.
37610         [BZ #14283]
37611         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37612         by 7 not 8 to examine high bit of fractional part.  Use volatile
37613         variables when splitting into final array of floats if
37614         __FLT_EVAL_METHOD__ != 0.
37615         * math/libm-test.inc (cos_test): Add another test.
37616         (sin_test): Likewise.
37617         * sysdeps/i386/fpu/libm-test-ulps: Update.
37619         [BZ #14273]
37620         * math/libm-test.inc (cosh_test): Add more tests.
37622         * version.h (RELEASE): Set to "development".
37623         (VERSION): Set to "2.16.90".
37625 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37627         * NEWS: Update copyright. Remove last-updated date.
37628         Mention math library bug fixes and timezone data changes.
37629         * README: Mention GNU/Hurd, x32, and HPPA support status.
37631 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37633         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37635 2012-06-27  Andreas Jaeger  <aj@suse.de>
37637         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37639 2012-06-25  Andreas Jaeger  <aj@suse.de>
37641         * sysdeps/s390/fpu/libm-test-ulps: Update.
37643 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37644             Thomas Schwinge  <thomas@codesourcery.com>
37646         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37647         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37648         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37649         fanotify_mark.
37651 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37653         * sysdeps/mach/start.c: Remove file.
37654         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37655         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37656         * sysdeps/sh/init-first.c: Likewise.
37658         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37659         registers for frame unwinding purposes, add CFI directives.
37660         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37661         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37662         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37663         Likewise.
37665         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37666         __fortify_fail returning.
37667         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37669         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37670         sysdeps/sh/____longjmp_chk.S.
37671         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37672         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37673         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37674         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37676         * sysdeps/sh/abort-instr.h: New file.
37677         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37678         process in case exit returns.
37680         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37681         initialize the GOT register before use.
37683         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37684         calculation of ARGC > 4.
37686         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37687         meaningful names to some local labels.
37689 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37690             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37692         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37693         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37694         (__arch_compare_and_exchange_val_16_acq): Likewise.
37695         (__arch_compare_and_exchange_val_32_acq): Likewise.
37696         (atomic_exchange_and_add): Fix gUSA sequence.
37697         (atomic_add): Likewise.
37698         (atomic_add_negative): Likewise.
37699         (atomic_add_zero): Likewise.
37700         (atomic_bit_test_set): Likewise.
37702 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37704         [BZ #13579]
37705         * include/link.h (struct link_map): Add l_free_initfini.
37706         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37707         l_initfini.
37708         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37709         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37710         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37711         set.
37713 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37715         * configure.in: Use AC_LANG_SOURCE.
37716         * configure: Regenerate.
37718 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37720         * configure.in (libc_cv_localstatedir): New substituted variable.
37721         * configure: Regenerated.
37722         * config.make.in (localstatedir): New variable, substituted from
37723         libc_cv_localstatedir.
37724         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37725         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37726         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37727         * sysdeps/gnu/configure: Regenerated.
37729 2012-06-21  Jeff Law  <law@redhat.com>
37731         [BZ #14277]
37732         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37733         free.  Simplify list management for _LIBC case.
37735 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37737         [BZ #14273]
37738         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37739         Clear sign bit of 64-bit integer value before comparing against
37740         overflow value.
37742         * sysdeps/mach/configure: Regenerated.
37744 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37746         [BZ #14278]
37747         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37749 2012-06-21  Jeff Law  <law@redhat.com>
37751         [BZ #13882]
37752         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37753         uint16_t for elements in the "seen" array to avoid char overflows.
37754         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37755         * elf/dl-open.c (dl_open_worker): Likewise.
37757 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37759         * scripts/list-sources.sh: Scan PORTS for translations.
37760         * po/libc.pot: Regenerated.
37762 2012-06-21  Andreas Jaeger  <aj@suse.de>
37764         [BZ #12194]
37765         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37766         warning.
37767         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37768         * bits/byteswap-16.h (__bswap_16): Likewise.
37769         * bits/byteswap.h (__bswap_constant_16): Likewise.
37771 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37773         [BZ #14117]
37774         * sysdeps/i386/fpu_control.h: Removed.
37775         * sysdeps/x86_64/fpu_control.h: Moved to ...
37776         * sysdeps/x86/fpu_control.h: Here.
37778         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37779         (_FPU_SETCW): Likewise.
37781 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37783         [BZ #14117]
37784         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37785         * sysdeps/x86/fpu/bits/mathinline.h: This.
37786         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37788         [BZ #14050]
37789         [BZ #14117]
37790         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37791         functions if __x86_64__ is defined.
37793 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37795         * string/endian.h: Add !__ASSEMBLER__ condition for including
37796         conversion interfaces.
37798 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37800         [BZ #14241]
37801         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37802         of ABS(x) in calculating zero to negative powers other than odd
37803         integers.
37804         * math/libm-test.inc (pow_test): Add more tests.
37806 2012-06-15  Andreas Jaeger  <aj@suse.de>
37808         * manual/contrib.texi (Contributors): Update entry of Liubov
37809         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37810         Machado Filho.
37812 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37814         * string/string.h: Add __wur to GNU version of strerror_r.
37816 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37818         [BZ #14229]
37819         * string/Makefile (tests): Add tst-strtok_r.
37820         * string/tst-strtok_r.c: New file.
37821         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37822         RAX_LP/RDX_LP on SAVE_PTR.
37824 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37826         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37828 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37830         * libm_test.inc (csqrt_test): Allow more spurious underflow
37831         exceptions.
37832         (j0_test): Likewise.
37833         (j1_test): Likewise.
37834         (y0_test): Likewise.
37835         (y1_test): Likewise.
37837 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37839         * po/Makefile (libc.pot): Use UTF-8 charset.
37841 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37843         [BZ #14210]
37844         Suppress sign-conversion warning from FD_SET.
37845         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37846         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37847         not unsigned long int.
37848         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37850 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37852         [BZ #14050]
37853         [BZ #14117]
37854         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37855         __extern_always_inline instead of __extern_inline.
37856         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37857         (__signbit): Likewise.
37858         (__signbitl): Support C++ namespace.
37859         (lrintf): New inline function.
37860         (lrint): Likewise.
37861         (llrintf): Likewise.
37862         (llrint): Likewise.
37863         (fmaxf): Likewise.
37864         (fmax): Likewise.
37865         (fminf): Likewise.
37866         (fmin): Likewise.
37867         (rint): Likewise.
37868         (rintf): Likewise.
37869         (ceil): Likewise.
37870         (ceilf): Likewise.
37871         (floor): Likewise.
37872         (floorf): Likewise.
37873         (nearbyint): Likewise.
37874         (nearbyintf): Likewise.
37876 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37878         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37879         non-default versions.
37881 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37883         [BZ #14218]
37884         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37886 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37888         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37889         (FE_UPWARD, FE_DOWNWARD): Don't define.
37890         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37891         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37893         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37894         reading it.
37895         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37896         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37898 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37900         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37901         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37902         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37903         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37905 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37907         [BZ #14117]
37908         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37909         * sysdeps/i386/fpu/Implies: New file.
37910         * sysdeps/x86_64/fpu/Implies: Likewise.
37911         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37912         * sysdeps/x86/fpu/bits/fenv.h: This.
37914         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37915         __SSE_MATH__.
37917 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37919         [BZ #14134]
37920         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37921         character 0xffff that matches the last element of the
37922         conversion table.
37924 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37926         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37927         fmodl commit.
37929 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37931         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37932         values higher than 25.6283.
37934 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37936         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37937         subnormal exponent extraction and add some __builtin_expect.
37938         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37939         Fix for subnormal mantissa calculation.
37941 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37943         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37944         cpu2 is -1 and errno is not ENOSYS.
37946 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37948         [BZ #14117]
37949         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37950         * sysdeps/x86/bits/string.h: This.
37951         * sysdeps/x86_64/bits/string.h: Removed.
37953         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37954         if not compiling for x86-64, but compiling for >= i486.
37956         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37957         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37959         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37960         New macro from Linux kernel 3.4.0.
37961         (FP_XSTATE_MAGIC2): Likewise.
37962         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37963         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37964         (struct _fpx_sw_bytes): New struct.
37965         (struct _xsave_hdr): Likewise.
37966         (struct _ymmh_state): Likewise.
37967         (struct _xstate): Likewise.
37969         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37970         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37971         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37972         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37973         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37974         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37976         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37977         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37978         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37979         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37980         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37981         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37983 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37985         [BZ #13743]
37986         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37987         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37988         (sysdep_headers): Include sys/platform/ppc.h.
37989         * sysdeps/powerpc/test-gettimebase.c: Test for
37990         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37991         * manual/Makefile (appendices): Include platform.texi.
37992         * manual/contrib.texi (Contributors): Update @node pointers.
37993         * manual/maint.texi (Maintenance): Likewise.
37994         (Platform): New node.
37995         * manual/platform.texi: New file.  Document the new features.
37997 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37998             Jakub Jelinek  <jakub@redhat.com>
38000         [BZ #14188]
38001         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38002         where __builtin_expect is unavailable.
38004 2012-06-03  David S. Miller  <davem@davemloft.net>
38006         * stdlib/longlong.h: Updated from GCC.
38008 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38010         [BZ #14042]
38011         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38012         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38013         __mcount_internal.
38014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38015         (GLIBC_2.16): Likewise.
38017 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38019         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38021 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38024         (default-abi): New variable.
38025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38026         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38027         variable.
38028         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38029         Likewise.
38030         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38031         Likewise.
38032         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38033         Likewise.
38035         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38036         definition.  Document in comment.
38038 2012-06-01  David S. Miller  <davem@davemloft.net>
38040         * stdlib/longlong.h: Updated from GCC.
38042 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38044         [BZ #14117]
38045         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38046         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38047         sys/debugreg.h sys/io.h here.
38048         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38049         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38050         sys/io.h.
38051         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38052         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38053         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38054         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38055         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38056         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38058         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38059         Define only if __x86_64__ is defined.
38061 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38063         [BZ #14048]
38064         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38065         Use int64_t for variable i.
38066         * math/libm-test.inc (fmod_test): Add more tests.
38068         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38069         z computation is not scheduled after fetestexcept.
38070         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38071         Use math_force_eval instead of asm to ensure calculation scheduled
38072         before exception test.
38073         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38074         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38076 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38078         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38079         computation is not scheduled after fetestexcept.
38081 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38083         [BZ #14117]
38084         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38085         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38087 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38089         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38090         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38092 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38094         [BZ #14117]
38095         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38096         <bits/wordsize.h>.
38097         (__WCHAR_MIN): Support __WORDSIZE == 64.
38098         (__WCHAR_MAX): Likewise.
38100         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38101         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38103         [BZ #14183]
38104         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38105         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38107         [BZ #14117]
38108         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38109         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38111         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38112         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38114         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38115         Defined to 1 if __x86_64__ isn't defined.
38116         (_STAT_VER_LINUX_OLD): New.
38117         (st_atime): Remove duplicate.
38118         (st_mtime): Likewise.
38119         (st_ctime): Likewise.
38121 2012-05-31  David S. Miller  <davem@davemloft.net>
38123         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38124         entries.
38126 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38128         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38129         gen-libm-test.pl.
38131         [BZ #14132]
38132         * elf/dl-reloc.c: Include <_itoa.h>.
38133         (_dl_reloc_bad_type): Remove use of INTUSE.
38134         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38135         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38136         * stdio-common/psiginfo.c (psiginfo): Likewise.
38137         * stdio-common/psignal.c (psignal): Likewise.
38138         * string/strsignal.c (strsignal): Likewise.
38139         * include/signal.h (_sys_siglist): Declare hidden proto.
38140         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38141         INTVARDEF with libc_hidden_data_def.
38142         * stdio-common/itoa-udigits.c: Likewise.
38143         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38144         (_itoa_lower_digits_internal): Remove declaration.
38145         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38146         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38147         (_sys_sigabbrev_internal): Remove aliases.
38148         (_sys_siglist): Define hidden alias.
38150 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38152         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38153         bits/sysctl.h.
38155 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38157         [BZ #14117]
38158         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38159         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38161         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38162         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38163         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38164         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38165         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38166         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38168         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38169         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38170         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38172         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38173         with __addr.
38174         (insw): Likewise.
38175         (insl): Likewise.
38176         (outsb): Likewise.
38177         (outsw): Likewise.
38178         (outsl): Likewise.
38180         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38181         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38182         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38184         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38185         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38186         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38187         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38188         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38189         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38191         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38192         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38194         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38195         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38197         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38198         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38199         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38201         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38202         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38203         to ...
38204         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38206         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38207         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38208         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38210         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38211         for x86-64.
38212         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38214 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38216         * math/math.h (M_El): Use two more decimal places.
38217         (M_LOG2El): Likewise.
38218         (M_LOG10El): Likewise.
38219         (M_LN2l): Likewise.
38220         (M_LN10l): Likewise.
38221         (M_PIl): Likewise.
38222         (M_PI_2l): Likewise.
38223         (M_PI_4l): Likewise.
38224         (M_1_PIl): Likewise.
38225         (M_2_PIl): Likewise.
38226         (M_2_SQRTPIl): Likewise.
38227         (M_SQRT2l): Likewise.
38228         (M_SQRT1_2l): Likewise.
38230 2012-05-31  David S. Miller  <davem@davemloft.net>
38232         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38233         values between float registers.
38234         * sysdeps/sparc/sparc64/memset.S: Likewise.
38235         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38237 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38239         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38240         -D_FORTIFY_SOURCE=1.
38241         (CPPFLAGS-tst-longjmp_chk.c): Define.
38242         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38243         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38244         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38245         CFLAGS-tst-wchar-h.c.
38247 2012-05-31  Marek Polacek  <polacek@redhat.com>
38249         [BZ #14132]
38250         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38251         __endmntent_internal): Remove declaration.
38252         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38253         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38254         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38256 2012-05-30  David S. Miller  <davem@davemloft.net>
38258         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38259         (___Q_simulate_exceptions): Use real FP ops rather than writing
38260         into the %fsr.
38261         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38262         Likewise.
38264 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38266         [BZ #14117]
38267         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38268         * sysdeps/x86/bits/xtitypes.h: This.
38270         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38271         * sysdeps/x86/bits/wordsize.h: This.
38273         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38274         * sysdeps/x86/bits/huge_vall.h: This.
38276         * sysdeps/i386/bits/select.h: Removed.
38277         * sysdeps/x86_64/bits/select.h: Renamed to ...
38278         * sysdeps/x86/bits/select.h: This.
38280         * sysdeps/i386/bits/setjmp.h: Removed.
38281         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38282         * sysdeps/x86/bits/setjmp.h: This.
38284         * sysdeps/i386/bits/mathdef.h: Removed.
38285         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38286         * sysdeps/x86/bits/mathdef.h: This.
38288 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38290         [BZ #14132]
38291         * include/sys/socket.h (__connect_internal)
38292         (__libc_sa_len_internal): Remove declaration.
38293         (__connect, __libc_sa_len): Declare hidden_proto.
38294         (SA_LEN): Remove use of INTUSE.
38295         * socket/connect.c: Add libc_hidden_def.
38296         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38297         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38298         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38299         alias.
38300         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38301         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38302         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38303         of adding _internal alias.
38305 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38307         [BZ #14117]
38308         * sysdeps/i386/bits/link.h: Removed.
38309         * sysdeps/i386/bits/linkmap.h: Likewise.
38310         * sysdeps/x86_64/bits/link.h: Renamed to ...
38311         * sysdeps/x86/bits/link.h: This.
38312         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38313         * sysdeps/x86/bits/linkmap.h: This.
38315         * sysdeps/i386/bits/endian.h: Removed.
38316         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38317         * sysdeps/x86/bits/endian.h: This.
38319         * sysdeps/i386/bits/byteswap.h: Removed.
38320         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38321         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38322         * sysdeps/x86/bits/byteswap.h: This.
38323         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38324         * sysdeps/x86/bits/byteswap-16.h: This.
38325         * sysdeps/i386/Implies: Add x86.
38326         * sysdeps/x86_64/Implies: Likewise.
38328 2012-05-30  David S. Miller  <davem@davemloft.net>
38330         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38331         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38332         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38333         (FP_TRAPPING_EXCEPTIONS): Define.
38334         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38335         (FP_TRAPPING_EXCEPTIONS): Define.
38336         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38337         subnormals only when inexact has been signalled or underflow
38338         exceptions are enabled.
38339         (_FP_PACK_CANONICAL): Likewise.
38341 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38343         [BZ #14183]
38344         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38345         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38347 2012-05-30  Richard Henderson  <rth@twiddle.net>
38349         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38350         with #ifndef NOT_IN_libc.
38352         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38353         marked to avoid plt entry.
38355 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38357         [BZ #14112]
38358         * Makeconfig (default-abi): New macro.
38359         (abi-includes): Likewise.
38360         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38361         $(abi-$(default-abi)-lib-soname) for soname if defined.
38362         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38363         abi-variants.
38364         * Makefile (installed-stubs): Likewise.
38365         * include/stubs-biarch.h: Removed.
38366         * scripts/lib-names.awk: Only handle one library at a time.
38367         * scripts/soversions.awk: Remove WORDSIZE support.
38368         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38369         entries.
38370         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38371         Removed.
38372         (syscall-list-default-condition): Likewise.
38373         (syscall-list-default-condition): Likewise.
38374         (syscall-list-includes): Likewise.
38375         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38376         syscall-list-* with abi-*.  Handle undefined abi-variants.
38377         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38378         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38379         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38380         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38381         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38382         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38383         Removed.
38384         (syscall-list-32-options): Likewise.
38385         (syscall-list-32-condition): Likewise.
38386         (syscall-list-64-options): Likewise.
38387         (syscall-list-64-condition): Likewise.
38388         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38389         macro.
38390         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38391         Renamed to ...
38392         (abi-*): This.
38393         (abi-64-ld-soname): New macro.
38394         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38395         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38396         Renamed to ...
38397         (abi-*): This.
38398         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38399         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38401 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38403         * sysdeps/unix/sysv/linux/kernel-features.h
38404         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38405         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38406         include <kernel-features.h>.
38407         [!__NR_ftruncate64]: Remove conditional code.
38408         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38409         [__NR_ftruncate64]: Make code unconditional.
38410         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38411         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38412         include <kernel-features.h>.
38413         [!__NR_ftruncate64]: Remove conditional code.
38414         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38415         [__NR_ftruncate64]: Make code unconditional.
38416         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38418         include <kernel-features.h>.
38419         [!__NR_ftruncate64]: Remove conditional code.
38420         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38421         [__NR_ftruncate64]: Make code unconditional.
38422         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38424         include <kernel-features.h>.
38425         [!__NR_ftruncate64]: Remove conditional code.
38426         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38427         [__NR_ftruncate64]: Make code unconditional.
38428         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38430         * configure.in (libc_cv_fpie): Weaken to a compile test using
38431         LIBC_TRY_CC_OPTION.
38432         * configure: Regenerated.
38434 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38440         Refreshed.
38441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38442         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38447         Refreshed.
38449 2012-05-27  David S. Miller  <davem@davemloft.net>
38451         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38452         (___Q_zero): New.
38453         (__Q_simulate_exceptions): Return void.  Change to simulate
38454         exceptions by writing into the %fsr.
38455         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38456         (__Qp_handle_exceptions): Likewise.
38457         (numbers): Delete.
38458         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38459         __Qp_handle_exceptions.
38460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38461         __Qp_handle_exceptions.
38462         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38463         as unused and give dummy FP_RND_NEAREST initializer.
38464         (FP_INHIBIT_RESULTS): Define.
38465         (___Q_simulate_exceptions): Update declaration.
38466         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38467         formatting.
38468         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38469         as unused and give dummy FP_RND_NEAREST initializer.
38470         (__Qp_handle_exceptions): Update declaration.
38471         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38472         formatting.
38474 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38476         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38477         the temporary FPU control word.
38478         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38479         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38480         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38481         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38482         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38483         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38484         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38485         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38486         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38487         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38488         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38490 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38492         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38493         fields.
38495 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38497         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38498         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38499         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38500         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38501         Likewise.
38502         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38503         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38504         Likewise.
38506 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38508         * po/h.po: Update from translation team.
38510 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38512         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38514         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38515         handling of denormals.
38516         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38517         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38518         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38519         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38520         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38521         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38522         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38523         Likewise.
38525 2012-05-26  Marek Polacek  <polacek@redhat.com>
38527         [BZ #14152]
38528         * math/libm-test.inc (fma_test): Don't always expect underflow
38529         exception.
38531 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38533         [BZ #12416]
38534         * elf/tst-execstack.c: Include stackinfo.h.
38535         (do_test): Adjust test case to ensure that pthread_getattr_np
38536         behaviour remains the same after marking stack executable.
38538 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38540         * sysdeps/unix/sysv/linux/kernel-features.h
38541         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38542         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38543         kernel-features.h.
38544         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38545         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38546         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38547         kernel-features.h.
38548         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38549         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38551 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38553         * configure.in: Define the default includes to being none.
38554         * configure: Regenerated.
38556 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38558         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38559         * sysdeps/x86_64/setjmp.S: Likewise.
38560         * sysdeps/i386/bsd-setjmp.S: Likewise.
38561         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38562         * sysdeps/i386/setjmp.S: Likewise.
38563         * sysdeps/i386/__longjmp.S: Likewise.
38564         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38565         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38567         * include/stap-probe.h: New file.
38568         * configure.in: Handle --enable-systemtap.
38569         * configure: Regenerated.
38570         * config.h.in (USE_STAP_PROBE): New #undef.
38571         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38572         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38573         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38575 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38577         [BZ #13717]
38578         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38579         to 2.4.0 where earlier.
38580         * sysdeps/unix/sysv/linux/configure: Regenerated.
38581         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.c: Do not include
38586         <kernel-features.h>.
38587         [__ASSUME_32BITUIDS]: Make code unconditional.
38588         [!__ASSUME_32BITUIDS]: Remove conditional code.
38589         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38590         [__ASSUME_32BITUIDS]: Make code unconditional.
38591         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38592         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.c: Do not include
38629         <kernel-features.h>.
38630         [__ASSUME_32BITUIDS]: Make code unconditional.
38631         [!__ASSUME_32BITUIDS]: Remove conditional code.
38632         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38633         <kernel-features.h>.
38634         [__NR_setresgid] (__setresgid): Do not declare.
38635         [__ASSUME_32BITUIDS]: Make code unconditional.
38636         [!__ASSUME_32BITUIDS]: Remove conditional code.
38637         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38638         <kernel-features.h>.
38639         [__NR_setresuid] (__setresuid): Do not declare.
38640         [__ASSUME_32BITUIDS]: Make code unconditional.
38641         [!__ASSUME_32BITUIDS]: Remove conditional code.
38642         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/i386/shmctl.c: Do not include
38679         <kernel-features.h>.
38680         [__ASSUME_32BITUIDS]: Make code unconditional.
38681         [!__ASSUME_32BITUIDS]: Remove conditional code.
38682         * sysdeps/unix/sysv/linux/kernel-features.h
38683         (__ASSUME_SETRESUID_SYSCALL): Remove.
38684         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38685         (__ASSUME_32BITUIDS): Likewise.
38686         (__ASSUME_LDT_WORKS): Likewise.
38687         (__ASSUME_O_DIRECTORY): Likewise.
38688         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38689         architecture but not kernel version.
38690         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38691         (__ASSUME_MMAP2_SYSCALL): Likewise.
38692         (__ASSUME_STAT64_SYSCALL): Likewise.
38693         (__ASSUME_IPC64): Likewise.
38694         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38695         <kernel-features.h>.
38696         [__ASSUME_32BITUIDS]: Make code unconditional.
38697         [!__ASSUME_32BITUIDS]: Remove conditional code.
38698         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38699         <kernel-features.h>.
38700         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38701         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38702         132096]: Remove conditional code.
38703         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38704         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.c: Do not include
38709         <kernel-features.h>.
38710         [__ASSUME_32BITUIDS]: Make code unconditional.
38711         [!__ASSUME_32BITUIDS]: Remove conditional code.
38712         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38713         <kernel-features.h>.
38714         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38715         unconditional.
38716         (__setresgid): Do not declare.
38717         [__ASSUME_32BITUIDS]: Make code unconditional.
38718         [!__ASSUME_32BITUIDS]: Remove conditional code.
38719         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38720         <kernel-features.h>.
38721         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38722         unconditional.
38723         (__setresuid): Do not declare.
38724         [__ASSUME_32BITUIDS]: Make code unconditional.
38725         [!__ASSUME_32BITUIDS]: Remove conditional code.
38726         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38727         <kernel-features.h>.
38728         [__ASSUME_32BITUIDS]: Make code unconditional.
38729         [!__ASSUME_32BITUIDS]: Remove conditional code.
38730         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38731         <kernel-features.h>.
38732         [__ASSUME_32BITUIDS]: Make code unconditional.
38733         [!__ASSUME_32BITUIDS]: Remove conditional code.
38735 2012-05-25  Richard Henderson  <rth@twiddle.net>
38737         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38738         dl_hwcap to ifunc resolver.
38739         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38740         elf_ifunc_invoke.
38741         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38742         dl_hwcap to ifunc resolver.
38743         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38745 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38747         [BZ #14153]
38748         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38749         for |x| <= 2**-26, not 2**-57.
38750         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38751         exception.
38753 2012-05-24  Jeff Law  <law@redhat.com>
38755         * stdio-common/Makefile (tests): Add bug25.
38756         * stdio-common/bug25.c: New test.
38758 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38760         [BZ #13576]
38761         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38762         multiple of MALLOC_ALIGNMENT in size.
38763         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38765 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38767         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38768         Require >= 256.
38769         (FILENAME_MAX): Use macro-int-constant.
38770         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38771         (_IOFBF): Use macro-int-constant.
38772         (_IOLBF): Likewise.
38773         (_IONBF): Likewise.
38774         (SEEK_CUR): Likewise.
38775         (SEEK_END): Likewise.
38776         (SEEK_SET): Likewise.
38777         (TMP_MAX): Likewise.
38778         (EOF): Use macro-int-constant.  Require < 0.
38779         (NULL): Use macro-constant.  Require == 0.
38780         (stdin): Require type to be FILE *.
38781         (stdout): Likewise.
38782         (stderr): Likewise.
38783         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38784         macro-int-constant.
38785         (EXIT_SUCCESS): Likewise.
38786         (NULL): Use macro-constant.  Require == 0.
38787         (RAND_MAX): Use macro-int-constant.
38788         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38789         [C99-based standards] (strtof): Require function.
38790         [C99-based standards] (strtold): Likewise.
38791         [C99-based standards] (strtoll): Likewise.
38792         [C99-based standards] (strtoull): Likewise.
38793         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38794         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38795         [ISO || ISO99 || ISO11] (math.h): Likewise.
38796         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38797         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38798         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38800 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38802         [BZ #14132]
38803         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38804         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38805         * intl/dgettext.c (DCGETTEXT): Likewise.
38806         * intl/gettext.c (DCGETTEXT): Likewise.
38807         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38808         * posix/regex_internal.h (gettext): Likewise.
38809         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38810         Remove declaration.
38811         * include/argz.h (__argz_count_internal)
38812         (__argz_stringify_internal): Remove declaration.
38813         (__argz_count, __argz_stringify): Declare hidden proto.
38814         * intl/dcgettext.c: Remove use of INTDEF.
38815         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38816         * string/argz-stringify.c: Likewise.
38817         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38818         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38819         Declare hidden proto.
38820         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38821         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38822         Declare hidden proto.
38823         * include/stdio.h (__asprintf_internal): Don't declare.
38824         (__asprintf): Don't define as macro.  Declare hidden proto.
38825         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38826         (__fsetlocking): Declare hidden proto.
38827         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38828         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38829         hidden proto.
38830         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38831         (_IO_setlinebuf): Remove use of INTUSE.
38832         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38833         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38834         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38835         Remove declaration.
38836         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38837         (_IO_do_flush): Remove use of INTUSE.
38838         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38839         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38840         (_IO_adjust_column, _IO_least_wmarker)
38841         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38842         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38843         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38844         (_IO_default_doallocate, _IO_wdefault_doallocate)
38845         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38846         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38847         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38848         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38849         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38850         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38851         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38852         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38853         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38854         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38855         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38856         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38857         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38858         proto.
38859         (_IO_flush_all_internal, _IO_adjust_column_internal)
38860         (_IO_default_uflow_internal, _IO_default_finish_internal)
38861         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38862         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38863         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38864         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38865         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38866         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38867         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38868         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38869         (_IO_file_close_internal, _IO_file_close_it_internal)
38870         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38871         (_IO_file_init_internal, _IO_file_attach_internal)
38872         (_IO_file_fopen_internal, _IO_file_read_internal)
38873         (_IO_file_sync_internal, _IO_file_seek_internal)
38874         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38875         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38876         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38877         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38878         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38879         (_IO_list_all_internal, _IO_link_in_internal)
38880         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38881         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38882         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38883         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38884         (_IO_do_write_internal, _IO_padn_internal)
38885         (_IO_getline_info_internal, _IO_getline_internal)
38886         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38887         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38888         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38889         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38890         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38891         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38892         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38893         with libc_hidden_ver, remove use of INTUSE.
38894         * libio/genops.c: Likewise.
38895         * libio/freopen.c: Likewise.
38896         * libio/freopen64.c: Likewise.
38897         * libio/iofclose.c: Likewise.
38898         * libio/iofdopen.c: Likewise.
38899         * libio/iofflush.c: Likewise.
38900         * libio/iofflush_u.c: Likewise.
38901         * libio/iofgets.c: Likewise.
38902         * libio/iofgets_u.c: Likewise.
38903         * libio/iofopen.c: Likewise.
38904         * libio/iofopncook.c: Likewise.
38905         * libio/iofread.c: Likewise.
38906         * libio/iofread_u.c: Likewise.
38907         * libio/ioftell.c: Likewise.
38908         * libio/iofwrite.c: Likewise.
38909         * libio/iogetline.c: Likewise.
38910         * libio/iogets.c: Likewise.
38911         * libio/iogetwline.c: Likewise.
38912         * libio/iopadn.c: Likewise.
38913         * libio/iopopen.c: Likewise.
38914         * libio/ioseekoff.c: Likewise.
38915         * libio/ioseekpos.c: Likewise.
38916         * libio/iosetbuffer.c: Likewise.
38917         * libio/iosetvbuf.c: Likewise.
38918         * libio/ioungetc.c: Likewise.
38919         * libio/ioungetwc.c: Likewise.
38920         * libio/iovdprintf.c: Likewise.
38921         * libio/iovsprintf.c: Likewise.
38922         * libio/iovsscanf.c: Likewise.
38923         * libio/memstream.c: Likewise.
38924         * libio/obprintf.c: Likewise.
38925         * libio/oldfileops.c: Likewise.
38926         * libio/oldiofclose.c: Likewise.
38927         * libio/oldiofdopen.c: Likewise.
38928         * libio/oldiofopen.c: Likewise.
38929         * libio/oldiopopen.c: Likewise.
38930         * libio/oldstdfiles.c: Likewise.
38931         * libio/putc.c: Likewise.
38932         * libio/setbuf.c: Likewise.
38933         * libio/setlinebuf.c: Likewise.
38934         * libio/stdfiles.c: Likewise.
38935         * libio/strops.c: Likewise.
38936         * libio/vasprintf.c: Likewise.
38937         * libio/vscanf.c: Likewise.
38938         * libio/vsnprintf.c: Likewise.
38939         * libio/vswprintf.c: Likewise.
38940         * libio/wfiledoalloc.c: Likewise.
38941         * libio/wfileops.c: Likewise.
38942         * libio/wgenops.c: Likewise.
38943         * libio/wmemstream.c: Likewise.
38944         * libio/wstrops.c: Likewise.
38945         * libio/__fpurge.c: Likewise.
38946         * libio/__fsetlocking.c: Likewise.
38947         * assert/assert.c: Likewise.
38948         * debug/fgets_chk.c: Likewise.
38949         * debug/fgets_u_chk.c: Likewise.
38950         * debug/fread_chk.c: Likewise.
38951         * debug/fread_u_chk.c: Likewise.
38952         * debug/gets_chk.c: Likewise.
38953         * debug/obprintf_chk.c: Likewise.
38954         * debug/vasprintf_chk.c: Likewise.
38955         * debug/vdprintf_chk.c: Likewise.
38956         * debug/vsnprintf_chk.c: Likewise.
38957         * debug/vsprintf_chk.c: Likewise.
38958         * malloc/mtrace.c: Likewise.
38959         * misc/error.c: Likewise.
38960         * misc/syslog.c: Likewise.
38961         * stdio-common/asprintf.c: Likewise.
38962         * stdio-common/fxprintf.c: Likewise.
38963         * stdio-common/getw.c: Likewise.
38964         * stdio-common/isoc99_fscanf.c: Likewise.
38965         * stdio-common/isoc99_scanf.c: Likewise.
38966         * stdio-common/isoc99_vfscanf.c: Likewise.
38967         * stdio-common/isoc99_vscanf.c: Likewise.
38968         * stdio-common/isoc99_vsscanf.c: Likewise.
38969         * stdio-common/printf-prs.c: Likewise.
38970         * stdio-common/printf_fp.c: Likewise.
38971         * stdio-common/printf_fphex.c: Likewise.
38972         * stdio-common/printf_size.c: Likewise.
38973         * stdio-common/putw.c: Likewise.
38974         * stdio-common/scanf.c: Likewise.
38975         * stdio-common/sprintf.c: Likewise.
38976         * stdio-common/tmpfile.c: Likewise.
38977         * stdio-common/vfprintf.c: Likewise.
38978         * stdio-common/vfscanf.c: Likewise.
38979         * stdlib/strfmon_l.c: Likewise.
38980         * sunrpc/openchild.c: Likewise.
38981         * sunrpc/xdr_stdio.c: Likewise.
38982         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38983         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38985 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38987         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38989         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38990         in the third column, to generate for the shared library an IFUNC
38991         that uses _dl_vdso_vsym.
38992         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38993         * Makeconfig (object-suffixes-noshared): New variable.
38995         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38996         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38997         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38998         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39000         [BZ #14132]
39001         * include/sys/time.h (__gettimeofday): Remove macro.
39002         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39003         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39004         Remove INTDEF.
39005         (__gettimeofday): Add libc_hidden_def.
39006         (gettimeofday): Add libc_hidden_weak.
39007         * sysdeps/mach/gettimeofday.c: Likewise.
39008         * sysdeps/posix/gettimeofday.c: Likewise.
39009         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39010         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39011         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39012         (__gettimeofday_internal): Remove strong_alias.
39013         (__gettimeofday): Add libc_hidden_def.
39014         (gettimeofday): Add libc_hidden_weak.
39015         * sysdeps/unix/syscalls.list (gettimeofday):
39016         Remove __gettimeofday_internal alias.
39018 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39019             H.J. Lu  <hongjiu.lu@intel.com>
39021         [BZ #12495]
39022         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39023         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39024         (largebin_index_32_big): New.
39025         (largebin_index): Use it for 16-byte alignment.
39026         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39027         correction with front_misalign.
39029 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39031         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39033         Likewise.
39034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39035         Likewise.
39036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39037         Likewise.
39038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39039         Likewise.
39040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39041         Likewise.
39042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39043         Likewise.
39044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39045         Likewise.
39046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39047         Likewise.
39048         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39049         Likewise.
39050         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39051         Likewise.
39052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39053         Likewise.
39054         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39055         Likewise.
39057         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39058         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39060 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39062         [BZ #10846]
39063         [BZ #14036]
39064         * math/libm-test.inc (exp_test): Add test from bug 14036.
39065         (pow_test): Add test from bug 10846.
39067         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39068         and other flags.
39069         (special_function): Do not include flags in test name.
39070         (parse_args): Likewise.
39071         * sysdeps/i386/fpu/libm-test-ulps: Update.
39072         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39073         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39074         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39077         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39078         exceptions.
39079         * math/libm-test.inc ("Philosophy"): Update comment about
39080         exception testing.
39081         (UNDERFLOW_EXCEPTION): New macro.
39082         (UNDERFLOW_EXCEPTION_OK): Likewise.
39083         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39084         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39085         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39086         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39087         (INVALID_EXCEPTION_OK): Update value.
39088         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39089         (OVERFLOW_EXCEPTION_OK): Likewise.
39090         (IGNORE_ZERO_INF_SIGN): Likewise.
39091         (test_exceptions): Handle underflow exceptions.
39092         (acos_test): Update for underflow exception expectations.
39093         (cexp_test): Likewise.
39094         (clog_test): Likewise.
39095         (clog10_test): Likewise.
39096         (csqrt_test): Likewise.
39097         (ctan_test): Likewise.
39098         (ctanh_test): Likewise.
39099         (exp_test): Likewise.
39100         (exp10_test): Likewise.
39101         (exp2_test): Likewise.
39102         (expm1_test): Likewise.
39103         (fma_test): Likewise.
39104         (j0_test): Likewise.
39105         (jn_test): Likewise.
39106         (nexttoward_test): Likewise.
39107         (pow_test): Likewise.
39108         (scalbn_test): Likewise.
39109         (scalbln_test): Likewise.
39110         (tan_test): Likewise.
39111         (y1_test): Likewise.
39112         * sysdeps/i386/fpu/libm-test-ulps: Update.
39113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39115 2012-05-23  David S. Miller  <davem@davemloft.net>
39117         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39118         (__libc_sigaction): Remove unused local variables.
39120 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39122         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39124 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39126         mktime: avoid signed integer overflow
39127         * time/mktime.c (__mktime_internal): Do not mishandle the case
39128         where diff == INT_MIN.
39130         mktime: simplify computation of average
39131         * time/mktime.c (ranged_convert): Use new time_t_avg function
39132         instead of rolling our own (probably-slower) code.
39134         mktime: do not assume signed right shift propagates sign bit
39135         * time/mktime.c (isdst_differ): New static function.
39136         (__mktime_internal): No need to normalize tm_isdst now.
39137         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39138         tm_isdst values.
39140         mktime: merge another wrapv change from gnulib
39141         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39142         from some compilers.
39144         mktime: remove incorrect attempt at unusual arithmetics
39145         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39146         The code didn't really work on such machines anyway.
39147         (TYPE_MINIMUM): Assume two's complement.
39148         (twos_complement_arithmetic): Verify that long_int and time_t
39149         are two's complement (or unsigned, in the latter case).
39151         mktime: check signed shifts on long_int and time_t, too
39152         * time/mktime.c (SHR): Check that shifts work as desired
39153         on the types long_int and time_t too, as SHR is used on
39154         such types.
39156         mktime: do not assume 'long' is wide enough
39157         * time/mktime.c (verify): Move decl up.
39158         (long_int): New type.
39159         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39160         to remove assumption in the code that 'long' is wide enough to
39161         store year values.  This assumption is not true on x32 and on
39162         some non-glibc platforms.
39164         mktime: merge wrapv change from gnulib
39165         * time/mktime.c (WRAPV): New macro.
39166         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39167         (guess_time_tm, __mktime_internal): Do not assume that signed
39168         integer overflow wraps around; modern compilers generate code
39169         where this assumption is no longer valid.
39171 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39173         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39174         Replace "jmp L(pseudo_end)" with "ret".
39175         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39176         Likewise.
39178 2012-05-23  Andreas Jaeger  <aj@suse.de>
39180         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39181         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39183 2012-05-23  Andreas Jaeger  <aj@suse.de>
39184             Maximilian Attems  <max@stro.at>
39186         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39187         New macros.
39189 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39191         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39192         code so that pseudo_end is just ret and the stack pointer is
39193         correct also for static library in error case.
39195 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39197         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39198         move to syscalls.list.
39199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39204         * manual/install.texi (Running make install): Do not mention Linux
39205         kernel version for which pt_chown is not needed.
39206         (Linux): Do not mention problems with nscd with 2.0 kernels.
39207         * INSTALL: Regenerated.
39209 2012-05-23  Andreas Jaeger  <aj@suse.de>
39211         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39212         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39213         macro.
39214         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39215         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39216         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39217         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39218         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39219         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39220         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39221         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39222         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39223         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39224         * sysdeps/unix/sysv/linux/bits/in.h
39225         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39227 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39229         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39230         (PREPARE_VERSION): Just use assert instead, it will be elided
39231         under [NDEBUG] anyway.
39233 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39235         * sysdeps/unix/sysv/linux/Makefile: Include
39236         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39237         (sysdep_routines): Remove sysctl.
39238         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39239         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39240         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39241         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39242         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39244 2012-05-22  Andreas Jaeger  <aj@suse.de>
39246         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39247         that pseudo_end is just ret and the stack pointer is correct also
39248         for static library in error case.
39250 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39252         [BZ #14122]
39253         * nss/nsswitch.c (defconfig_entries): New variable.
39254         (__nss_database_lookup): Don't leak defconfig entries.
39255         (nss_parse_service_list): Don't leak on error paths.
39256         (free_database_entries): New function.
39257         (free_defconfig): New function.
39258         (free_mem): Move common code to free_database_entries.
39260 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39262         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39263         Add arch_prctl.
39264         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39266         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39267         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39268         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39269         New macro.
39270         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39271         (INTERNAL_SYSCALL_TYPES): Likewise.
39272         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39273         (LOAD_REGS_TYPES_[1-6]): Likewise.
39274         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39275         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39277 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39279         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39280         copysignl for GLIBC_2_0.
39281         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39282         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39283         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39284         logbl for GLIBC_2_0.
39285         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39286         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39288 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39290         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39291         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39293         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39294         Use "neg %eax".
39296         * time/mktime.c: Update copyright years.
39298 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39300         mktime: merge comment-quoting-style change from gnulib
39301         * time/mktime.c: Quote 'like this' in comments.
39302         The GNU coding standards suggest that we no longer quote `like this',
39303         as "`" and "'" are typically rendered asymmetrically nowadays.
39304         The typical gnulib style is to quote 'like this' when quoting
39305         code, and "like this" when quoting English.
39307         * time/mktime.c (compile-command): Add "-I.".
39309         mktime: merge mktime-internal.h change from gnulib
39310         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39312         mktime: merge time_r change from gnulib
39313         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39315         mktime: merge DEBUG change from gnulib
39316         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39317         case system <time.h> has a #define.
39319         mktime: merge <sys/types.h> change from gnulib
39320         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39321         since <time.t> is now guaranteed to define time_t.
39323         mktime: merge HAVE_CONFIG_H change from gnulib
39324         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39326 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39328         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39329         Use "neg %eax".
39331         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39332         __rlim_t cast.
39333         (struct rusage): Use anonymous union to pad each field to
39334         __syscall_slong_t.
39336 2012-05-21  David S. Miller  <davem@davemloft.net>
39338         * Makefules (o-iterator): Remove .s cases.
39339         (compile-command.s): Delete.
39340         (COMPILE.s): Delete.
39341         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39343 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39345         * configure.in (libc_cv_predef_stack_protector): Only consider
39346         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39347         * configure: Regenerated.
39349 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39351         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39352         New macro.  Use R*LP on int and pointer.
39353         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39354         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39355         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39356         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39358         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39359         [__WORDSIZE_TIME64_COMPAT32] instead of
39360         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39361         (struct utmp): Likewise.
39362         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39363         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39364         Renamed to ...
39365         (__WORDSIZE_TIME64_COMPAT32): This.
39366         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39367         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39368         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39369         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39370         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39371         (__WORDSIZE_TIME64_COMPAT32): New macro.
39373 2012-05-21  Andreas Jaeger  <aj@suse.de>
39375         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39376         only if [SHARED]. Add prototype for __wcschr_ia32.
39378 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39380         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39381         of %rbp unmolested in the jmp_buf while mangling the low bits.
39382         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39383         unmolested high bits of %rbp while demangling the low bits.
39384         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39386 2012-05-21  Andreas Jaeger  <aj@suse.de>
39388         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39389         * sunrpc/svc_simple.c: Use it for registerrpc.
39390         * sunrpc/xcrypt.c: Use it for passwd2des.
39392         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39394 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39396         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39397         Don't define if [__SYSCALL_WORDSIZE != 32].
39398         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39399         New macro.
39401 2012-05-21  Bruno Haible  <bruno@clisp.org>
39402             Andreas Jaeger  <aj@suse.de>
39404         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39405         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39406         inptr and inend for must_buffer_ch.
39407         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39408         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39409         * stdio-common/Makefile (tests): Remove bug15.
39410         (bug15-ENV): Remove macro.
39411         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39412         anymore.
39414 2012-05-19  Andreas Jaeger  <aj@suse.de>
39415             Roland McGrath  <roland@hack.frob.com>
39417         * manual/contrib.texi: Completely rewritten. It contains now an
39418         alphabetical list of contributors and their contributions.
39420 2012-05-21  Richard Henderson  <rth@twiddle.net>
39422         * misc/getauxval.c (__getauxval): Use unsigned long int.
39423         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39424         (getauxval): Use unsigned long int.
39426 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39428         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39430 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39432         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39433         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39434         __alignof__ (long double).
39436 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39440 2012-05-20  Richard Henderson  <rth@twiddle.net>
39442         * misc/getauxval.c: New file.
39443         * misc/sys/auxv.h: New file.
39444         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39445         (routines): Add getauxval.
39446         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39447         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39448         * elf/dl-sysdep.c (_dl_auxv): Remove.
39449         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39450         * elf/dl-support.c (_dl_auxv): New variable.
39451         (_dl_aux_init): Initialize it.
39452         * manual/startup.texi (Auxiliary Vector): New node.
39453         * sysdeps/generic/bits/hwcap.h: New file.
39454         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39455         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39456         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39457         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39458         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39459         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39461         Update.
39462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39463         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39465         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39468         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39469         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39471 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39473         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39475 2012-05-19  David S. Miller  <davem@davemloft.net>
39477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39479 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39481         [BZ #14123]
39482         * math/s_ccosh.c: Include <float.h>
39483         (__ccosh): Avoid internal overflow calculating sinh and cosh
39484         values before multiplying by sin and cos values.
39485         * math/s_ccoshf.c: Likewise.
39486         * math/s_ccoshl.c: Likewise.
39487         * math/s_csin.c: Likewise.
39488         * math/s_csinf.c: Likewise.
39489         * math/s_csinl.c: Likewise.
39490         * math/s_csinh.c: Likewise.
39491         * math/s_csinhf.c: Likewise.
39492         * math/s_csinhl.c: Likewise.
39493         * math/libm-test.inc (ccos_test): Add more tests.
39494         (ccosh_test): Likewise.
39495         (csin_test): Likewise.
39496         (csinh_test): Likewise.
39497         * sysdeps/i386/fpu/libm-test-ulps: Update.
39498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39500 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39502         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39503         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39505         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39507 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39509         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39510         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39511         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39512         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39513         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39514         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39515         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39516         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39517         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39518         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39519         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39520         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39521         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39522         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39523         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39524         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39525         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39526         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39527         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39528         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39529         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39530         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39531         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39532         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39533         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39534         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39535         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39536         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39537         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39538         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39539         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39541 2012-05-18  Andreas Jaeger  <aj@suse.de>
39543         * csu/.gitignore: Delete.
39545 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39547         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39548         (timex): Use __syscall_slong_t.
39550 2012-05-18  Andreas Jaeger  <aj@suse.de>
39551             Carlos O'Donell  <carlos_odonell@mentor.com>
39553         * manual/install.texi (Configuring and compiling): Update
39554         description about files modified in the source directory.
39555         * INSTALL: Regenerated.
39557 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39559         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39560         value.  Use "or" to set return value to -1.
39561         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39562         negate return value.
39564 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39566         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39567         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39568         failure if the compiler has Graphite support disabled.
39569         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39570         Likewise.
39571         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39572         (CFLAGS-memmove.c): Likewise.
39573         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39574         Likewise.
39576 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39578         * sysdeps/x86_64/x32/_itoa.h: New file.
39580         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39581         getdents system call only if kernel and user dirents have the
39582         same d_ino and d_off.
39584         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39585         LLONG_MAX != LONG_MAX.
39586         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39587         (_fitoa_word): Likewise.
39589         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39590         years.
39591         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39592         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39593         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39595         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39596         include <bits/wordsize.h>.  Check __x86_64__ instead of
39597         __WORDSIZE.
39598         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39599         if __x86_64__ is defined.  Use anonymous union on fpstate.
39601         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39602         anonymous union.
39604 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39606         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39607         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39608         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39609         Refer to _rtld_local_ro instead of _rtld_global_ro.
39610         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39611         Likewise.
39612         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39613         Likewise.
39614         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39615         Likewise.
39616         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39617         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39618         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39620         * sysdeps/powerpc/powerpc32/dl-machine.c
39621         (__elf_machine_runtime_setup) [PROF]: Don't reference
39622         _dl_prof_resolve.
39624 2012-05-18  Andreas Jaeger  <aj@suse.de>
39626         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39627         function only available for GCCs before 3.4 since GCC 3.4
39628         introduced a builtin.
39629         (lrint): Likewise.
39630         (llrintf): Likewise.
39631         (llrint): Likewise.
39632         (fmaxf): Likewise.
39633         (fmax): Likewise.
39634         (fminf): Likewise.
39635         (fmin): Likewise.
39636         (rint): Likewise.
39637         (rintf): Likewise.
39638         (nearbyint): Likewise.
39639         (nearbyintf): Likewise.
39640         (ceil): Likewise.
39641         (ceilf): Likewise.
39642         (floor): Likewise.
39643         (floorf): Likewise.
39645 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39647         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39648         on both fields and cast pointer to __syscall_ulong_t.
39650         * bits/types.h (__fsword_t): New type.
39651         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39652         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39653         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39654         (__FSWORD_T_TYPE): Likewise.
39655         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39656         (__FSWORD_T_TYPE): Likewise.
39657         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39658         (__FSWORD_T_TYPE): Likewise.
39659         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39660         (__FSWORD_T_TYPE): Likewise.
39661         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39662         __SWORD_TYPE with __fsword_t.
39663         (statfs64): Likewise.
39665 2012-05-17  David S. Miller  <davem@davemloft.net>
39667         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39669 2012-05-17  Andreas Jaeger  <aj@suse.de>
39671         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39672         warning.
39674 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39676         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39678 2012-05-17  Andreas Jaeger  <aj@suse.de>
39680         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39681         when it is used.
39683 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39685         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39687 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39689         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39690         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39692 2012-05-17  Andreas Jaeger  <aj@suse.de>
39693             Carlos O'Donell  <carlos_odonell@mentor.com>
39695         [BZ #14059]
39696         * sysdeps/x86_64/multiarch/init-arch.h
39697         (bit_YMM_Usable): Rename to...
39698         (bit_AVX_Usable): ... this.
39699         (bit_FMA4_Usable): New macro.
39700         (bit_XMM_state): New macro.
39701         (bit_YMM_state): New macro.
39702         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39703         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39704         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39705         (CPUID_OSXSAVE): New macro.
39706         (CPUID_AVX): New macro.
39707         (CPUID_FMA4): New macro.
39708         (index_YMM_Usable): Rename to...
39709         (index_AVX_Usable): ... this.
39710         (HAS_AVX): Use HAS_ARCH_FEATURE.
39711         (HAS_FMA4): Likewise.
39712         (HAS_YMM_USABLE): Remove.
39713         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39714         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39715         are present.
39716         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39717         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39718         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39719         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39720         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39722 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39724         * math/libm-test.c: Support platforms without multiple rounding modes.
39725         * math/bug-nextafter.c: Support platforms without FP exceptions.
39726         * math/bug-nexttoward.c: Likewise.
39727         * math/test-fenv.c: Likewise.
39728         * math/test-misc.c: Likewise.
39729         * stdlib/bug-getcontext.c: Likewise.
39731 2012-05-17  Andreas Jaeger  <aj@suse.de>
39733         * manual/examples/search.c (critter_cmp): Change signature to
39734         avoid warnings.
39735         * manual/string.texi (Collation Functions): Likewise.
39737 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39739         * bits/types.h: Fold copyright years.
39740         * bits/typesizes.h: Likewise.
39741         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39742         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39743         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39744         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39745         * time/time.h: Likewise.
39747 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39749         [BZ #208]
39750         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39751         in instead of returning them.  Return void.
39752         (__libc_mallinfo): Accumulate over all arenas.
39753         (__malloc_stats): Adjust for change in int_mallinfo interface.
39755 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39757         [BZ #10375]
39758         * configure.in (NM): Add AC_CHECK_TOOL for it.
39759         (libc_extra_cflags): New substituted variable.
39760         Check for -fstack-protector being used implicitly.
39761         * configure: Regenerated.
39762         * config.make.in (config-extra-cflags): New variable,
39763         gets @libc_extra_cflags@.
39764         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39766         [BZ #10375]
39767         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39768         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39769         * configure: Regenerated.
39770         * config.make.in (CPPUNDEFS): New substituted variable.
39771         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39772         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39773         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39775 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39777         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39778         (mq_attr): Use __syscall_slong_t.
39780 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39782         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39783         Check __x86_64__ instead of __WORDSIZE.
39784         (_STAT_VER_LINUX): Likewise.
39785         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39786         __syscall_ulong_t and __syscall_slong_t.
39787         (stat64): Likewise.
39789 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39791         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39793 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39795         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39797 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39799         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39800         __syscall_ulong_t.
39802         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39803         include <bits/wordsize.h>.  Check __x86_64__ instead of
39804         __WORDSIZE.
39805         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39806         defined.
39807         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39809         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39810         include <bits/wordsize.h>.  Check __x86_64__ instead of
39811         __WORDSIZE.
39812         (user_regs_struct): Use "__extension__ unsigned long long"
39813         instead of "unsigned long" if __x86_64__ is defined.
39814         (user): Likewise.  Pad after pointer field if __ILP32__ is
39815         defined.
39817 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39819         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39820         versions 5 to 9.
39821         * configure: Regenerated.
39822         * manual/install.texi (texinfo): Increase version requirement to
39823         4.5 or later.
39824         * INSTALL: Regenerated.
39826         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39828 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39830         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39832         * sysdeps/x86_64/x32/ffs.c: New file.
39834         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39835         __syscall_ulong_t.
39836         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39837         defined.  Use __syscall_ulong_t.
39838         (shminfo): Use __syscall_ulong_t.
39839         (shm_info): Likewise.
39841         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39842         __syscall_ulong_t.
39844         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39845         <bits/wordsize.h>.
39846         (msgqnum_t): Use __syscall_ulong_t.
39847         (msglen_t): Likewise.
39848         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39849         __syscall_ulong_t.
39851         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39852         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39854         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39856         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39857         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39859         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39860         __syscall_slong_t.
39862         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39863         include <bits/wordsize.h>.  Check __x86_64__ instead of
39864         __WORDSIZE.
39866         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39867         "unsigned long long int" if __x86_64__ is defined.
39868         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39870         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39871         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39872         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39874         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39875         <stdint.h>.
39876         (GET_PC): Cast to uintptr_t first.
39877         (GET_FRAME): Likewise.
39878         (GET_STACK): Likewise.
39880         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39881         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39882         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39883         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39884         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39885         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39886         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39887         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39888         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39889         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39890         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39891         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39892         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39893         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39894         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39895         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39896         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39897         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39898         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39899         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39900         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39901         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39902         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39903         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39904         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39905         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39906         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39907         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39908         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39910 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39912         * Makerules (+depfiles): Also collect depfiles from .oS in
39913         $(extra-objs).
39914         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39915         .oS, $(libnldbl-routines)).
39917         * Makerules (native-compile-mkdep-flags): Define.
39918         * sunrpc/Makefile (extra-objs): Add $(addprefix
39919         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39920         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39921         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39922         calling $(make-target-directory).
39924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39926         * bits/types.h (__snseconds_t): Removed.
39927         * time/time.h (struct timespec): Replace __snseconds_t with
39928         __syscall_slong_t.
39929         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39930         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39931         Likewise.
39932         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39933         (__SNSECONDS_T_TYPE): Likewise.
39934         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39935         (__SNSECONDS_T_TYPE): Likewise.
39936         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39937         (__SNSECONDS_T_TYPE): Likewise.
39939 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39941         * sysdeps/mach/hurd/bits/typesizes.h
39942         (__SYSCALL_SLONG_TYPE): New macro.
39943         (__SYSCALL_ULONG_TYPE): Likewise.
39945 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39947         * bits/types.h (__syscall_slong_t): New type.
39948         (__syscall_ulong_t): Likewise.
39950         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39951         (__SYSCALL_ULONG_TYPE): Likewise.
39952         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39953         (__SYSCALL_SLONG_TYPE): Likewise.
39954         (__SYSCALL_ULONG_TYPE): Likewise.
39955         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39956         (__SYSCALL_SLONG_TYPE): Likewise.
39957         (__SYSCALL_ULONG_TYPE): Likewise.
39958         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39959         (__SYSCALL_SLONG_TYPE): Likewise.
39960         (__SYSCALL_ULONG_TYPE): Likewise.
39962 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39964         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39965         Add sigaltstack-offsets.sym.
39966         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39967         <sigaltstack-offsets.h>.
39968         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39969         longjmp_msg pointer.
39970         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39971         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39972         signal stack.
39973         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39975 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39977         * elf/stackguard-macros.h: Remove file.
39978         * sysdeps/generic/stackguard-macros.h: New file.
39979         * sysdeps/i386/stackguard-macros.h: Likewise.
39980         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39981         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39982         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39983         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39984         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39985         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39986         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39987         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39988         <elf/stackguard-macros.h>.
39990         [BZ #14109]
39991         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39992         __aligned__ in attribute.
39993         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39994         (gregset_t): Likewise.
39996 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39998         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39999         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40000         * sysdeps/x86_64/x32/Implies-after: New file.
40002 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40004         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40005         and access return value for _dl_profile_fixup.  Use R10_LP to
40006         load frame size.
40008 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40010         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40012 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40014         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40015         * sysdeps/x86_64/x32/sysdep.h: New file.
40017 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40019         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40020         * sysdeps/x86_64/setjmp.S: Likewise.
40022 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40024         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40025         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40026         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40027         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40028         remove unused global constant.
40030 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40032         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40033         include of <not-cancel.h>.
40035 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40037         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40039 2012-05-15  Jeff Law  <law@redhat.com>
40040             Andreas Jaeger  <aj@suse.de>
40042         [BZ #13594]
40043         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40044         out from...
40045         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40046         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40047         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40048         code changing __hst_map_handle.map.
40050 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40052         * configure.in (sysnames): Look for Implies-before and Implies-after
40053         files.
40054         * configure: Regenerated.
40056 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40058         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40059         8-byte data alignment with LP_SIZE alignment.
40061 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40063         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40064         into R10_LP.
40066 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40068         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40070 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40072         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40073         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40074         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40075         Likewise.
40076         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40078 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40080         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40081         (stackinfo_sub_sp): Likewise.
40083 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40085         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40086         RAX_LP.
40088 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40090         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40091         into R*_LP.
40093 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40095         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40096         sizes into R*_LP.
40098 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40100         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40102 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40104         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40105         into R11_LP and load __x86_64_shared_cache_size_half into
40106         R8_LP.
40108 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40110         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40111         R8_LP.
40113 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40115         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40116         logb for POWER7.
40117         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40118         logbf for POWER7.
40119         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40120         logbl for POWER7.
40121         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40122         powerpc32/power7/fpu/s_logb.c via #include.
40123         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40124         powerpc32/power7/fpu/s_logbf.c via #include.
40125         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40126         powerpc32/power7/fpu/s_logbl.c via #include.
40128 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40130         * README.libm: Remove file.
40132 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40134         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40135         count for x32.  Use R*_LP and omit operand-size suffix.
40137 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40139         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40140         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40141         * sysdeps/x86_64/x32/shlib-versions: New file.
40143 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40145         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40146         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40147         Use _dl_fatal_printf instead.
40149 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40151         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40152         set if not set by the user.  Do not allow for being unset.
40153         * sysdeps/unix/sysv/linux/configure: Regenerated.
40155 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40157         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40158         the `q' suffix from lea and replace .quad with ASM_ADDR.
40160 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40162         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40163         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40164         instead of $17.
40165         (PTR_DEMANGLE): Likewise.
40167 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40169         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40170         (LP_OP): Likewise.
40171         (ASM_ADDR): Likewise.
40172         (RAX_LP): Likewise.
40173         (RBP_LP): Likewise.
40174         (RBX_LP): Likewise.
40175         (RCX_LP): Likewise.
40176         (RDI_LP): Likewise.
40177         (RSI_LP): Likewise.
40178         (RSP_LP): Likewise.
40179         (R8_LP): Likewise.
40180         (R9_LP): Likewise.
40181         (R10_LP): Likewise.
40182         (R10_LP): Likewise.
40183         (R11_LP): Likewise.
40184         (R12_LP): Likewise.
40185         (R13_LP): Likewise.
40186         (R14_LP): Likewise.
40187         (R15_LP): Likewise.
40189 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40191         * sysdeps/x86_64/x32/dl-machine.h: New file.
40193 2012-05-14  Andreas Jaeger  <aj@suse.de>
40195         * manual/Makefile (subdir): Remove export of subdir.
40196         (all): Remove target.
40197         (.PHONY): Remove all from list.
40198         (mkinstalldirs): Remove.
40199         (.PHONY): Remove installdirs from list.
40200         ($(inst_infodir)/libc.info): Use make-target-directory.
40201         (installdirs): Remove.
40202         (subdir_%): Remove.
40203         (glibc-targets): Remove.
40204         (lib): Remove.
40205         (stubs): Remove.
40206         ($(objpfx)stubs ../po/manual.pot): Remove.
40207         ($(objpfx)stamp%): Remove.
40208         (make-target-directory): Remove.
40209         (subdir_install): Remove.
40210         (routines): Remove.
40211         (aux): Remove.
40212         (sources): Remove.
40213         (objects): Remove.
40214         (headers): Remove.
40216         [BZ #13750]
40217         * manual/.gitignore: Remove, it's not needed anymore.
40218         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40219         all files in it.
40220         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40221         directory.
40222         (texis): Renamed to $(objpfx)texis.
40223         (texis-path): New, contains path to generated files.
40224         (chapters.%): Use texis-path for complete path, add extra argument
40225         libc-texinfo.sh.
40226         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40227         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40228         (summary,texi, stamp-summary): Use complete path of
40229         files. Generate files in build dir.
40230         (dir-add.texi): Build in build dir.
40231         (libm-err.texi,stamp-libm-err): Likewise.
40232         (version.texi, stamp-version): Likewise.
40233         (.%c.texi): Likewise.
40234         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40235         (mostlyclean): Remove target.
40236         (realclean): Remove target.
40237         (generated): Add new variable with contents from mostlyclean and
40238         realclean, remove entries duplicated in common-mostlyclean, add
40239         stamp-libm-err and stamp-version.
40240         (generated-dirs): Add libc directory.
40241         ($(inst_infodir)/libc.info): Install files from build dir.
40243         * manual/install.texi (Configuring and compiling): Adjust since
40244         the info files are not part of the tar ball anymore.
40246 2012-05-14  Andreas Jaeger  <aj@suse.de>
40248         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40249         variable.
40251 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40253         [BZ #13717]
40254         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40255         to 2.2.0 where earlier.
40256         * sysdeps/unix/sysv/linux/configure: Regenerated.
40257         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40258         Remove conditional code.
40259         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40260         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40261         Remove conditional code.
40262         [!__NR_lchown]: Likewise.
40263         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40264         [__NR_lchown]: Likewise.
40265         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40266         comment referencing __ASSUME_LCHOWN_SYSCALL.
40267         * sysdeps/unix/sysv/linux/i386/sigaction.c
40268         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40269         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40270         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40271         Remove conditional code.
40272         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40273         (__protocol_available): Remove #if 0 code.
40274         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40275         conditional code.
40276         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40277         * sysdeps/unix/sysv/linux/kernel-features.h
40278         (__ASSUME_GETCWD_SYSCALL): Don't define.
40279         (__ASSUME_REALTIME_SIGNALS): Likewise.
40280         (__ASSUME_PREAD_SYSCALL): Likewise.
40281         (__ASSUME_PWRITE_SYSCALL): Likewise.
40282         (__ASSUME_POLL_SYSCALL): Likewise.
40283         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40284         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40285         non-SPARC.
40286         (__ASSUME_SIOCGIFNAME): Don't define.
40287         (__ASSUME_MSG_NOSIGNAL): Likewise.
40288         (__ASSUME_SENDFILE): Define unconditionally.
40289         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40290         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40291         conditional code.
40292         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40293         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40294         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40295         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40296         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40297         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40298         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40300         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40301         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40303         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40304         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40306         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40307         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40309         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40310         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40312         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40313         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40315         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40316         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40318         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40319         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40321         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40322         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40323         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40324         Remove conditional code.
40325         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40326         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40327         Remove conditional code.
40328         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40329         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40330         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40331         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40332         Remove conditional code.
40333         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40334         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40335         Remove conditional code.
40336         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40337         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40338         Remove conditional code.
40339         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40340         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40341         Remove conditional code.
40342         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40343         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40344         Remove conditional code.
40345         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40346         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40347         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40348         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40349         * sysdeps/unix/sysv/linux/sigaction.c
40350         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40351         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40352         * sysdeps/unix/sysv/linux/sigpending.c
40353         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40354         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40355         * sysdeps/unix/sysv/linux/sigprocmask.c
40356         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40357         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40358         * sysdeps/unix/sysv/linux/sigsuspend.c
40359         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40360         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40361         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40362         (__libc_missing_rt_sigs): Remove.
40363         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40364         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40365         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40366         Remove conditional code.
40367         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40368         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40369         return 1.
40370         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40371         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40372         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40373         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40375 2012-05-14  Andreas Jaeger  <aj@suse.de>
40377         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40378         it's not used in glibc.
40379         (__coshm1): Likewise.
40380         (__acosh1p): Likewise.
40381         (__sgn): Likewise.
40383         * manual/string.texi (Copying and Concatenation): Add missing
40384         variable in concat example.
40385         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40387 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40389         [BZ #14103]
40390         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40391         __builtin_clzl with __builtin_clzll.
40393 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40395         [BZ #14104]
40396         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40397         libc_freeres_ptr.
40399 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40401         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40402         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40403         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40404         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40406 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40408         * NEWS: Update ia64 info.
40410 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40412         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40413         used as bcopy.
40415 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40417         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40418         * sysdeps/unix/syscalls.list (dup3): Likewise.
40419         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40420         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40422 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40424         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40425         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40427 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40429         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40430         thread pointer.
40431         (TLS_IE): Use mov/add instead of movq/addq to load thread
40432         pointer.
40433         (TLS_GD_PREFIX): New.
40434         (TLS_GD): Use it.
40436 2012-05-11  David S. Miller  <davem@davemloft.net>
40438         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40439         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40440         (_FPU_SETCW): Likewise.
40442 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40444         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40445         is 32-byte aligned.
40447 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40449         [BZ #11837]
40450         * iconvdata/gb18030.c: Update tables.
40451         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40452         characters specially.
40453         (BODY for TO_LOOP): Add encoding of missing ranges.
40455 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40457         [BZ #13673]
40458         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40459         * sysdeps/mach/hurd/dup3.c: Likewise.
40460         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40461         * sysdeps/powerpc/memmove.c:: Likewise.
40463 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40465         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40466         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40468 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40470         * elf/elf.h (R_X86_64_RELATIVE64): New.
40471         (R_X86_64_NUM): Updated.
40472         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40473         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40474         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40475         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40476         tst-quad1pie tst-quad2pie
40477         (modules-names): Add tst-quadmod1 tst-quadmod2.
40478         ($(objpfx)tst-quad1): New dependency.
40479         ($(objpfx)tst-quad2): Likewise.
40480         ($(objpfx)tst-quad1pie): Likewise.
40481         ($(objpfx)tst-quad2pie): Likewise.
40482         * sysdeps/x86_64/tst-quad1.c: New file.
40483         * sysdeps/x86_64/tst-quad1pie.c: New file.
40484         * sysdeps/x86_64/tst-quad2.c: Likewise.
40485         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40486         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40487         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40488         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40489         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40491 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40493         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40494         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40495         * streams/stropts.h (t_scalar_t): Define type.
40497         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40498         (_PATH_PRESERVE): Set to "/var/lib".
40499         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40501         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40502         instead of int.
40504         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40505         if __dir_mkfile succeeded.
40507         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40508         checking for _hurd_dtablesize.  Unlock it right after having
40509         finished _hurd_dtable allocation.
40511 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40513         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40514         * sysdeps/mach/hurd/configure: Regenerated.
40515         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40516         special-casing to...
40517         * sysdeps/gnu/configure.in: ... this new file.
40518         * sysdeps/unix/sysv/linux/configure: Regenerated.
40519         * sysdeps/gnu/configure: New generated file.
40521         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40522         for Linux: use nsec instead of usec, as well as:
40523         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40524         members of type struct timespec.
40525         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40526         New macros.
40527         (struct stat64): Likewise.
40528         (_STATBUF_ST_NSEC): New macro.
40529         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40531         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40532         __strtoul_internal rather than strtoul.
40534 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40536         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40537         and reject them.
40539 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40541         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40542         which preserves existing values.
40543         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40545 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40547         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40548         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40549         greater than FD_SETSIZE.
40551 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40553         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40554         allocated, call __vm_protect to finish enabling the existing space, and
40555         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40556         allocate the remainder.
40558 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40560         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40561         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40563 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40565         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40566         sysdeps/mach/hurd/readlink.c.
40568         * posix/tst-sysconf.c (posix_options): Only use
40569         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40570         _POSIX_SYNCHRONIZED_IO when they are defined
40571         * sysdeps/mach/hurd/bits/posix_opt.h:
40572         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40573         (_XOPEN_REALTIME): Undefine macro.
40574         (_XOPEN_REALTIME_THREADS): Undefine macro.
40575         (_XOPEN_SHM): Undefine macro.
40576         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40577         macro to -1.
40578         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40579         macro to -1.
40580         (_POSIX_ASYNC_IO): Undefine macro.
40581         (_POSIX_PRIORITIZED_IO): Undefine macro.
40582         (_POSIX_SPIN_LOCKS): Define macro to -1.
40584         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40585         SA_NODEFER, SA_RESETHAND.
40586         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40587         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40588         F_DUPFD_CLOEXEC.
40590 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40592         * elf/Makefile (pldd-modules): Define unconditionally.
40594 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40596         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40598 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40600         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40601         Return ENOENT when name is empty.
40602         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40604 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40606         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40608         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40610 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40612         Fix mlock in all cases except non-readable pages.
40613         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40614         instead of VM_PROT_ALL as parameter to __vm_wire function.
40616         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40617         (__mkdir): When path is `/', just fail with EEXIST.
40618         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40620 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40622         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40623         <sys/uio.h> (for writev).
40624         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40625         and <sys/param.h> (for MIN).
40627 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40629         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40630         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40631         if interrupted.
40633 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40635         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40636         Depend on against $(link-rpcuserlibs).
40638 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40640         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40641         (__libc_stack_end): Do not use attribute_relro.
40642         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40643         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40644         to libthread-provided value.
40645         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40646         attribute_relro.
40648 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40650         [BZ #3748]
40651         * bits/libc-lock.h (__libc_once_get): New macro.
40652         * sysdeps/mach/bits/libc-lock.h: Likewise.
40653         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40654         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40655         instead of using implementation details.
40657         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40658         * libio/freopen.c: Likewise.
40659         * libio/freopen64.c: Likewise.
40660         * misc/syslog.c: Likewise.
40661         * nscd/connections.c: Likewise.
40662         * nscd/netgroupcache.c: Likewise.
40663         * sysdeps/posix/getcwd.c: Likewise.
40665 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40667         * math/w_ilogbf.c: Add #include <limits.h>.
40669 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40671         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40672         path instead of returning without unlocking.
40674         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40675         immediate-write ioctls.
40676         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40678 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40680         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40681         __builtin_frame_address instead of making assumptions about the
40682         location of the return address relative to DATA.  Force early load of
40683         the return address.
40684         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40685         __builtin_frame_address.
40687         dup3 for GNU Hurd.
40688         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40689         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40690         implement dup3 and do some further code clean-ups.
40691         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40692         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40694 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40696         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40698         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40699         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40700         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40701         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40702         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40703         d->port.lock.
40705         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40706         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40707         when handler == SIG_ERR, not when handler != SIG_ERR.
40709 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40711         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40712         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40713         definitions.
40715         accept4 for GNU Hurd.
40716         * include/sys/socket.h (__libc_accept4): New prototype.
40717         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40718         to implement __libc_accept4.
40719         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40720         __libc_accept4.
40721         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40723         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40724         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40725         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40726         signal-defines.sym.
40728 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40730         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40732 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40734         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40735         assertion on O_CLOEXEC flag.
40736         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40737         * hurd/intern-fd.c: Likewise.
40738         * hurd/port2fd.c: Likewise.
40740 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40742         [BZ #3906]
40743         * bits/in.h (IPV6_PKTINFO): Define new macro.
40744         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40746 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40748         [BZ #13954]
40749         [BZ #13955]
40750         [BZ #13956]
40751         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40752         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40753         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40754         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40755         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40756         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40757         * math/libm-test.inc (logb_test) : Additional logb tests.
40759 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40760             Andreas Jaeger  <aj@suse.de>
40762         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40763         * configure: Regenerated.
40764         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40765         * config.make.in (link-obsolete-rpc): New substituted variable.
40766         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40767         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40768         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40769         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40770         so that libc.a contains the symbols.
40771         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40772         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40773         * sunrpc/auth_none.c: Likewise.
40774         * sunrpc/auth_unix.c: Likewise.
40775         * sunrpc/authdes_prot.c: Likewise.
40776         * sunrpc/authuxprot.c: Likewise.
40777         * sunrpc/clnt_gen.c: Likewise.
40778         * sunrpc/clnt_perr.c: Likewise.
40779         * sunrpc/clnt_raw.c: Likewise.
40780         * sunrpc/clnt_simp.c: Likewise.
40781         * sunrpc/clnt_tcp.c: Likewise.
40782         * sunrpc/clnt_udp.c: Likewise.
40783         * sunrpc/clnt_unix.c: Likewise.
40784         * sunrpc/des_crypt.c: Likewise.
40785         * sunrpc/des_soft.c: Likewise.
40786         * sunrpc/get_myaddr.c: Likewise.
40787         * sunrpc/key_call.c: Likewise.
40788         * sunrpc/key_prot.c: Likewise.
40789         * sunrpc/netname.c: Likewise.
40790         * sunrpc/pm_getmaps.c: Likewise.
40791         * sunrpc/pm_getport.c: Likewise.
40792         * sunrpc/pmap_clnt.c: Likewise.
40793         * sunrpc/pmap_prot.c: Likewise.
40794         * sunrpc/pmap_prot2.c: Likewise.
40795         * sunrpc/pmap_rmt.c: Likewise.
40796         * sunrpc/publickey.c: Likewise.
40797         * sunrpc/rpc_cmsg.c: Likewise.
40798         * sunrpc/rpc_common.c: Likewise.
40799         * sunrpc/rpc_dtable.c: Likewise.
40800         * sunrpc/rpc_prot.c: Likewise.
40801         * sunrpc/rpc_thread.c: Likewise.
40802         * sunrpc/rtime.c: Likewise.
40803         * sunrpc/svc.c: Likewise.
40804         * sunrpc/svc_auth.c: Likewise.
40805         * sunrpc/svc_raw.c: Likewise.
40806         * sunrpc/svc_run.c: Likewise.
40807         * sunrpc/svc_tcp.c: Likewise.
40808         * sunrpc/svc_udp.c: Likewise.
40809         * sunrpc/svc_unix.c: Likewise.
40810         * sunrpc/svcauth_des.c: Likewise.
40811         * sunrpc/xcrypt.c: Likewise.
40812         * sunrpc/xdr.c: Likewise.
40813         * sunrpc/xdr_array.c: Likewise.
40814         * sunrpc/xdr_float.c: Likewise.
40815         * sunrpc/xdr_intXX_t.c: Likewise.
40816         * sunrpc/xdr_mem.c: Likewise.
40817         * sunrpc/xdr_rec.c: Likewise.
40818         * sunrpc/xdr_ref.c: Likewise.
40819         * sunrpc/xdr_sizeof.c: Likewise.
40820         * sunrpc/xdr_stdio.c: Likewise.
40822 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40824         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40825         change.  Update copyright years.
40827 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40829         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40831 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40832             Joseph Myers  <joseph@codesourcery.com>
40833             Paul Pluzhnikov  <ppluzhnikov@google.com>
40835         [BZ #14012]
40836         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40837         requiring rpcgen.
40838         [cross-compiling] (extra-libs): Likewise.
40839         [cross-compiling] (extra-libs-others): Likewise.
40840         [cross-compiling] (librpcsvc-routines): Likewise.
40841         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40842         [cross-compiling] (omit-deps): Likewise.
40843         (sunrpc-CPPFLAGS): New variable.
40844         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40845         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40846         (cross-rpcgen-objs): New variable.
40847         (extra-objs): Append $(cross-rpcgen-objs).
40848         ($(cross-rpcgen-objs)): New rule.
40849         ($(objpfx)cross-rpcgen): Likewise.
40850         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40851         comment.
40852         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40853         ($(objpfx)x%.stmp): Likewise.
40854         * sunrpc/proto.h [IS_IN_build] (_): Define.
40855         [IS_IN_build] (_libc_intl_domainname): Likewise.
40857 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40859         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40860         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40861         and R_X86_64_TPOFF64.
40863 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40865         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40866         sysdeps/unix/sysv/syscalls.list.
40867         (stime): Likewise.
40868         (utime): Likewise.
40869         * sysdeps/unix/sysv/syscalls.list: Remove file.
40871 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40873         [BZ #3440]
40874         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40875         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40876         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40877         (__LC_IDENTIFICATION): Make these macros useful in #if
40878         expressions, as required by C99.
40880 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40882         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40883         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40884         after this.
40886 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40888         * stdlib/longlong.h: Updated from GCC.
40890 2012-05-09  Andreas Jaeger  <aj@suse.de>
40892         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40893         default is first entry.
40894         (run_mode): Set type.
40895         (main): Remove informal message about syslog.
40896         (options): Fix typo.
40898         [BZ #14053]
40899         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40900         to asm.
40901         (lrint): Likewise.
40902         (llrintf): Likewise.
40903         (llrint): Likewise.
40904         (rint): Likewise.
40905         (rintf): Likewise.
40906         (nearbyint): Likewise.
40907         (nearbyintf): Likewise.
40909 2012-05-09  Andreas Jaeger  <aj@suse.de>
40910             Pedro Alves  <palves@redhat.com>
40912         * nscd/nscd.c (run_mode): Use enum.
40913         (main): Cleanup coding style issue.
40915 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40916             Andreas Jaeger  <aj@suse.de>
40918         * nscd/nscd.c (go_background): Replaced with...
40919         (run_mode): ... this.
40920         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40921         (options): Add -F --foreground.
40922         (main): Implement it.
40923         (parse_opt): Parse it.
40925 2012-05-09  Andreas Jaeger  <aj@suse.de>
40927         [BZ #14083]
40928         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40929         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40930         -Wconversion warning.
40931         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40932         Likewise.
40934 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40936         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40937         == 0.
40938         (LC_ALL): Use macro-int-constant.
40939         (LC_COLLATE): Likewise.
40940         (LC_CTYPE): Likewise.
40941         (LC_MESSAGES): Likewise.
40942         (LC_MONETARY): Likewise.
40943         (LC_NUMERIC): Likewise.
40944         (LC_TIME): Likewise.
40945         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40946         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40947         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40948         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40949         Specify type.
40950         [C99-based standards] (float_t): Expect type.
40951         [C99-based standards] (double_t): Expect type.
40952         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40953         type.
40954         [C99-based standards] (HUGE_VALL): Likewise.
40955         [C99-based standards] (INFINITY): Likewise.
40956         [C99-based standards] (NAN): Likewise.
40957         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40958         [C99-based standards] (FP_NAN): Likewise.
40959         [C99-based standards] (FP_NORMAL): Likewise.
40960         [C99-based standards] (FP_SUBNORMAL): Likewise.
40961         [C99-based standards] (FP_ZERO): Likewise.
40962         [C99-based standards] (FP_FAST_FMA): Use
40963         optional-macro-int-constant.  Specify type.  Require == 1.
40964         [C99-based standards] (FP_FAST_FMAF): Likewise.
40965         [C99-based standards] (FP_FAST_FMAL): Likewise.
40966         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40967         [C99-based standards] (FP_ILOGBNAN): Likewise.
40968         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40969         Specify type.
40970         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40971         [C99-based standards] (math_errhandling): Specify type.
40972         [ISO99 || ISO11] (signgam): Do not allow.
40973         [non-C99-based standards] (copysignf): Do not allow.
40974         [non-C99-based standards] (exp2f): Likewise.
40975         [non-C99-based standards] (log2f): Likewise.
40976         [non-C99-based standards] (modff): Allow.
40977         [non-C99-based standards] (erff): Do not allow.
40978         [non-C99-based standards] (erfcf): Likewise.
40979         [non-C99-based standards] (gammaf): Likewise.
40980         [non-C99-based standards] (hypotf): Likewise.
40981         [non-C99-based standards] (j0f): Likewise.
40982         [non-C99-based standards] (j1f): Likewise.
40983         [non-C99-based standards] (jnf): Likewise.
40984         [non-C99-based standards] (lgammaf): Likewise.
40985         [non-C99-based standards] (tgammaf): Likewise.
40986         [non-C99-based standards] (y0f): Likewise.
40987         [non-C99-based standards] (y1f): Likewise.
40988         [non-C99-based standards] (ynf): Likewise.
40989         [non-C99-based standards] (isnanf): Likewise.
40990         [non-C99-based standards] (acoshf): Likewise.
40991         [non-C99-based standards] (asinhf): Likewise.
40992         [non-C99-based standards] (atanhf): Likewise.
40993         [non-C99-based standards] (cbrtf): Likewise.
40994         [non-C99-based standards] (expm1f): Likewise.
40995         [non-C99-based standards] (ilogbf): Likewise.
40996         [non-C99-based standards] (log1pf): Likewise.
40997         [non-C99-based standards] (logbf): Likewise.
40998         [non-C99-based standards] (nextafterf): Likewise.
40999         [non-C99-based standards] (remainderf): Likewise.
41000         [non-C99-based standards] (rintf): Likewise.
41001         [non-C99-based standards] (scalbf): Likewise.
41002         [non-C99-based standards] (copysignl): Likewise.
41003         [non-C99-based standards] (exp2l): Likewise.
41004         [non-C99-based standards] (log2l): Likewise.
41005         [non-C99-based standards] (modfl): Allow.
41006         [non-C99-based standards] (erfl): Do not allow.
41007         [non-C99-based standards] (erfcl): Likewise.
41008         [non-C99-based standards] (gammal): Likewise.
41009         [non-C99-based standards] (hypotl): Likewise.
41010         [non-C99-based standards] (j0l): Likewise.
41011         [non-C99-based standards] (j1l): Likewise.
41012         [non-C99-based standards] (jnl): Likewise.
41013         [non-C99-based standards] (lgammal): Likewise.
41014         [non-C99-based standards] (tgammal): Likewise.
41015         [non-C99-based standards] (y0l): Likewise.
41016         [non-C99-based standards] (y1l): Likewise.
41017         [non-C99-based standards] (ynl): Likewise.
41018         [non-C99-based standards] (isnanl): Likewise.
41019         [non-C99-based standards] (acoshl): Likewise.
41020         [non-C99-based standards] (asinhl): Likewise.
41021         [non-C99-based standards] (atanhl): Likewise.
41022         [non-C99-based standards] (cbrtl): Likewise.
41023         [non-C99-based standards] (expm1l): Likewise.
41024         [non-C99-based standards] (ilogbl): Likewise.
41025         [non-C99-based standards] (log1pl): Likewise.
41026         [non-C99-based standards] (logbl): Likewise.
41027         [non-C99-based standards] (nextafterl): Likewise.
41028         [non-C99-based standards] (remainderl): Likewise.
41029         [non-C99-based standards] (rintl): Likewise.
41030         [non-C99-based standards] (scalbl): Likewise.
41031         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41032         [non-C99-based standards] (FP_*): Do not allow.
41033         [C99-based standards] (FP_*): Change to
41034         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41035         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41036         allow.
41037         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41038         (SIG_ERR): Likewise.
41039         [X/Open-based standards] (SIG_HOLD): Likewise.
41040         (SIG_IGN): Likewise.
41041         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41042         positive value.
41043         (SIGFPE): Likewise.
41044         (SIGILL): Likewise.
41045         (SIGINT): Likewise.
41046         (SIGSEGV): Likewise.
41047         (SIGTER): Likewise.
41048         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41049         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41050         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41051         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41052         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41053         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41054         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41055         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41056         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41057         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41058         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41059         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41060         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41061         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41062         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41063         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41064         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41065         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41066         [X/Open-based standards] (SIGTRAP): Likewise.
41067         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41068         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41069         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41070         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41071         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41072         allow.
41074 2012-05-08  Ian Wienand  <ianw@vmware.com>
41076         [BZ #14080]
41077         * time/tzset.c (__tzset_parse_tz): Update default rules for
41078         daylight time changes in the Energy Policy Act of 2005.
41080 2012-05-09  Andreas Jaeger  <aj@suse.de>
41082         [BZ #13983]
41083         * elf/ldconfig.c (parse_conf): Change string to make clear that
41084         ldconfig only issued a warning if ld.so.conf does not exist.
41086 2012-05-08  David S. Miller  <davem@davemloft.net>
41088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41089         movxtod instead of popping the value on the stack.
41091         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41093 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41095         * config.h.in: Add HAVE_ARM_PCS_VFP.
41097 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41099         [BZ #13979]
41100         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41101         checking but the checks are disabled for any reason.
41103 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41105         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41106         and ELF64_R_TYPE with ELFW(R_TYPE).
41108 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41110         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41111         (ulimit): Likewise.
41113         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41114         (settimeofday): Likewise.
41116 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41118         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41119         a struct th_u2 inside the union, and move tu_block/tu_code into
41120         a new th_u3 union of tu_block/tu_code inside of that.  Move
41121         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41122         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41123         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41124         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41125         (th_stuff): Change to th_u1.tu_stuff.
41126         (th_data): Define.
41127         (th_msg): Change to th_u1.th_u2.tu_data.
41129 2012-05-07  David S. Miller  <davem@davemloft.net>
41131         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41133         [BZ #14074]
41134         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41135         (SETUP_PIC_REG): Use it.
41136         (SETUP_PIC_REG_LEAF): Use it.
41138 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41140         [BZ #13885]
41141         [BZ #13923]
41142         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41143         USE_AS_EXPM1L.
41144         (EXPL_FINITE): Likewise.
41145         (FLDLOG): Likewise.
41146         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41147         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41148         e_expl.S.
41149         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41150         USE_AS_EXPM1L.
41151         (EXPL_FINITE): Likewise.
41152         (FLDLOG): Likewise.
41153         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41154         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41155         e_expl.S.
41156         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41157         test of -max_value argument for long double.
41158         * sysdeps/i386/fpu/libm-test-ulps: Update.
41159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41161 2012-05-06  David S. Miller  <davem@davemloft.net>
41163         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41164         quad soft-float symbols whose references which are compiler
41165         generated.
41166         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41168 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41170         [BZ #13884]
41171         [BZ #13914]
41172         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41173         USE_AS_EXP10L.
41174         (EXPL_FINITE): Likewise.
41175         (FLDLOG): Likewise.
41176         (c0): Likewise.
41177         (c1): Likewise.
41178         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41179         Adjust comments for base varying.
41180         (__expl_finite): Change alias to EXPL_FINITE.
41181         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41182         e_expl.S.
41183         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41184         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41185         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41186         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41187         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41188         USE_AS_EXP10L.
41189         (EXPL_FINITE): Likewise.
41190         (FLDLOG): Likewise.
41191         (c0): Likewise.
41192         (c1): Likewise.
41193         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41194         Adjust comments for base varying.
41195         (__expl_finite): Change alias to EXPL_FINITE.
41196         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41197         tests for bugs.
41198         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41200         [BZ #14064]
41201         * math/libm-test.inc (check_float_internal): Correct ulp
41202         calculation for subnormal expected results.
41204 2012-05-06  Andreas Jaeger  <aj@suse.de>
41206         * Makeconfig (+math-flags): New, set to -frounding-math.
41207         (+cflags): Add +math-flags so that all of glibc gets compiled with
41208         it.
41210         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41212 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41214         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41215         Disable one test.
41217         [BZ #13787]
41218         [BZ #13922]
41219         [BZ #14036]
41220         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41221         (__ieee754_expl): Allow for and saturate large arguments.
41222         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41223         (u_threshold): Likewise.
41224         (__exp): Call __ieee754_exp before checking for overflow and
41225         underflow.
41226         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41227         (u_threshold): Likewise.
41228         (__expf): Call __ieee754_expf before checking for overflow and
41229         underflow.
41230         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41231         (u_threshold): Likewise.
41232         (__expl): Call __ieee754_expl before checking for overflow and
41233         underflow.
41234         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41235         (__ieee754_expl): Allow for and saturate large arguments.
41236         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41237         missing overflow exception on overflow.
41238         (expm1_test): Do not allow missing overflow exception on overflow.
41240         * sysdeps/i386/fpu/e_expl.c: Move to ...
41241         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41242         rather than using inline asm.
41243         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41244         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41245         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41247         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41248         (nice): Likewise.
41249         (poll): Likewise.
41250         (signal): Likewise.
41251         (time): Likewise.
41252         (times): Likewise.
41254 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41256         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41257         sysdeps/unix/common/syscalls.list.
41258         (fchmod): Likewise.
41259         (fchown): Likewise.
41260         (ftruncate): Likewise.
41261         (getrusage): Likewise.
41262         (gettimeofday): Likewise.
41263         (setpgid): Likewise.
41264         (setregid): Likewise.
41265         (setreuid): Likewise.
41266         (sigaction): Likewise.
41267         (truncate): Likewise.
41268         (vhangup): Likewise.
41269         * sysdeps/unix/common/syscalls.list: Remove file.
41270         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41271         * sysdeps/unix/sysv/linux/Implies: Likewise.
41273 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41275         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41276         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41277         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41278         Moved to ...
41279         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41280         Here.
41281         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41282         to ...
41283         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41284         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41285         to ...
41286         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41287         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41288         to ...
41289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41290         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41291         to ...
41292         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41293         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41294         to ...
41295         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41296         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41297         to ...
41298         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41299         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41300         to ...
41301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41302         Here.
41303         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41304         to ...
41305         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41306         Here.
41307         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41308         to ...
41309         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41310         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41311         Moved to ...
41312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41313         Here.
41314         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41315         to ...
41316         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41318 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41320         * sysdeps/unix/common/bits/dirent.h: Remove file.
41321         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41323         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41324         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41325         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41326         * sysdeps/unix/bsd/isatty.c: Likewise.
41327         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41328         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41329         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41331 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41333         [BZ #13563]
41334         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41335         long double comparison inaccuracies.
41336         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41337         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41339 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41341         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41342         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41344 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41346         [BZ #14049]
41347         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41348         nonzero digits before rounding a hex value.
41349         * stdlib/tst-strtod.c (tests): Add another test.
41351 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41353         * sysdeps/s390/fpu/libm-test-ulps: Update.
41355 2012-05-03  Andreas Jaeger  <aj@suse.de>
41357         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41358         does not get optimized out.
41359         (malloc_opt_barrier): New.
41361 2012-05-03  Andreas Jaeger  <aj@suse.de>
41362             Roland McGrath  <roland@hack.frob.com>
41364         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41365         intermediate file deletion.
41366         (generated): Add .symlist files.
41368 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41370         [BZ #13775]
41371         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41372         Redirect under this condition.
41373         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41374         [__USE_GNU] (__dprintf_chk): Not under this condition.
41375         [__USE_GNU] (__vdprintf_chk): Likewise.
41376         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41377         under this condition.
41378         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41379         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41380         [__USE_XOPEN2K8] (vdprintf): Likewise.
41381         [__USE_GNU] (__dprintf_chk): Not under this condition.
41382         [__USE_GNU] (__vdprintf_chk): Likewise.
41383         [__USE_GNU] (dprintf): Likewise.
41384         [__USE_GNU] (vdprintf): Likewise.
41386 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41388         * elf/Makefile (common-generated): Set this instead of generated for
41389         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41390         $(all-built-dso)-derived lists.
41392 2012-05-03  Andreas Jaeger  <aj@suse.de>
41394         * sysdeps/i386/fpu/libm-test-ulps: Update.
41396         * FAQ: Removed.
41397         * FAQ.in: Likewise.
41398         * scripts/gen-FAQ.pl: Likewise.
41399         * manual/install.texi (Installation): Point to online location of
41400         FAQ.
41401         * Makefile (files-for-dist): Remove FAQ.
41402         (FAQ): Remove.
41404 2012-05-02  Allan McRae  <allan@archlinux.org>
41406         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41407         (LDFLAGS-reldepmod5.so): Likewise.
41408         (LDFLAGS-reldep6mod1.so): Likewise.
41409         (LDFLAGS-reldep6mod4.so): Likewise.
41410         (LDFLAGS-reldep8mod3.so): Likewise.
41411         (LDFLAGS-unload4mod1.so): Likewise.
41412         (LDFLAGS-unload4mod2.so): Likewise.
41413         (LDFLAGS-tst-initorder): Likewise.
41414         (LDFLAGS-tst-initordera2.so): Likewise.
41415         (LDFLAGS-tst-initordera3.so): Likewise.
41416         (LDFLAGS-tst-initordera4.so): Likewise.
41417         (LDFLAGS-tst-initorderb2.so): Likewise.
41418         (LDFLAGS-noload): Likewise.
41419         (LDFLAGS-next): Likewise.
41420         (LDFLAGS-order2mod1.so): Likewise.
41421         (LDFLAGS-order2mod2.so): Likewise.
41422         (LDFLAGS-tst-initorder2): Likewise.
41423         (LDFLAGS-tst-initorder2a.so): Likewise.
41424         (LDFLAGS-tst-initorder2b.so): Likewise.
41425         (LDFLAGS-tst-initorder2c.so): Likewise.
41426         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41428 2012-05-02  David S. Miller  <davem@davemloft.net>
41430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41432 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41434         [BZ #14055]
41435         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41437 2012-05-02  Andreas Jaeger  <aj@suse.de>
41439         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41440         since we manipulate rounding mode.
41441         (CPPFLAGS-test-idouble.c): Likewise.
41442         (CPPFLAGS-test-ifloat.c): Likewise.
41443         (CFLAGS-test-ldouble.c): Likewise.
41444         (CFLAGS-test-double.c): Likewise.
41445         (CFLAGS-test-float.c): Likewise.
41446         (CFLAGS-test-misc.c): Likewise.
41447         (CFLAGS-test-test-fenv.c): Likewise.
41449 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41451         [BZ #2550]
41452         [BZ #2570]
41453         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41454         comparisons to determine direction to adjust input.
41456 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41458         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41459         output to the target.
41461         * scripts/localplt.awk: New file.
41462         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41463         (check-localplt-CFLAGS): Variable removed.
41464         ($(all-built-dso:=.jmprel)): New static pattern rule.
41465         (generated): Add those targets.
41466         (localplt-built-dso): New variable.
41467         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41469         * elf/check-localplt.c: File removed.
41471         * scripts/check-execstack.awk: New file.
41472         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41473         (check-execstack-CFLAGS): Variable removed.
41474         ($(objpfx)check-execstack.h): Target removed.
41475         ($(objpfx)execstack-default): New target.
41476         (generated): Add that instead of check-execstack.h.
41477         ($(all-built-dso:=.phdr)): New static pattern rule.
41478         (generated): Add those targets.
41479         * elf/check-execstack.c: File removed.
41481         * scripts/check-textrel.awk: New file.
41482         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41483         (check-textrel-CFLAGS): Variable removed.
41484         (all-built-dso): Use := to define.o
41485         ($(all-built-dso:=.dyn)): New static pattern rule.
41486         (generated): Add those targets.
41487         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41488         * config.make.in (READELF): New substituted variable.
41489         * elf/check-textrel.c: File removed.
41491 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41493         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41494         allow.
41495         * conform/data/ctype.h-data [C99-based standards] (isblank):
41496         Expect function.
41497         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41498         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41499         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41500         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41501         Specify type.  Require positive value.
41502         (EILSEQ): Likewise.
41503         (ERANGE): Likewise.
41504         [ISO || POSIX] (EILSEQ): Do not expect.
41505         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41506         Specify type.  Require positive value.
41507         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41508         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41509         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41510         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41511         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41512         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41513         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41514         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41515         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41516         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41517         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41518         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41519         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41520         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41521         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41522         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41523         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41524         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41525         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41526         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41527         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41528         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41529         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41530         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41531         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41532         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41533         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41534         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41535         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41536         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41537         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41538         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41539         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41540         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41541         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41542         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41543         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41544         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41545         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41546         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41547         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41548         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41549         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41550         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41551         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41552         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41553         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41554         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41555         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41556         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41557         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41558         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41559         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41560         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41561         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41562         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41563         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41564         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41565         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41566         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41567         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41568         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41569         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41570         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41571         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41572         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41573         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41574         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41575         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41576         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41577         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41578         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41579         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41580         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41581         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41582         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41583         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41584         Require >= 2.
41585         (FLT_ROUNDS): Expect as macro, not constant.
41586         (FLT_MANT_DIG): Use macro-int-constant.
41587         (DBL_MANT_DIG): Likewise.
41588         (LDBL_MANT_DIG): Likewise.
41589         (FLT_DIG): Likewise.
41590         (DBL_DIG): Likewise.
41591         (LDBL_DIG): Likewise.
41592         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41593         (DBL_MIN_EXP): Likewise.
41594         (LDBL_MIN_EXP): Likewise.
41595         (FLT_MAX_EXP): Use macro-int-constant.
41596         (DBL_MAX_EXP): Likewise.
41597         (LDBL_MAX_EXP): Likewise.
41598         (FLT_MAX_10_EXP): Likewise.
41599         (DBL_MAX_10_EXP): Likewise.
41600         (LDBL_MAX_10_EXP): Likewise.
41601         (FLT_MAX): Use macro-constant.
41602         (DBL_MAX): Likewise.
41603         (LDBL_MAX): Likewise.
41604         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41605         (DBL_EPSILON): Likewise.
41606         (LDBL_EPSILON): Likewise.
41607         (FLT_MIN): Likewise.
41608         (DBL_MIN): Likewise.
41609         (LDBL_MIN): Likewise.
41610         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41611         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41612         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41613         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41614         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41615         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41616         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41617         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41618         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41619         [ISO11] (FLT_TRUE_MIN): Likewise.
41620         [ISO11] (LDBL_TRUE_MIN): Likewise.
41621         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41622         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41623         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41624         (SCHAR_MAX): Likewise.
41625         (UCHAR_MAX): Likewise.
41626         (CHAR_MIN): Likewise.
41627         (CHAR_MAX): Likewise.
41628         (MB_LEN_MAX): Use macro-int-constant.
41629         (SHRT_MIN): Use macro-int-constant.  Specify type.
41630         (SHRT_MAX): Likewise.
41631         (USHRT_MAX): Likewise.
41632         (INT_MAX): Likewise.
41633         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41634         bound negative.
41635         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41636         bound with "U".
41637         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41638         bound with "L".
41639         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41640         bound negative.  Suffix upper bound with "L".
41641         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41642         bound with "UL".
41643         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41644         Specify type.
41645         [C99-based standards] (LLONG_MAX): Likewise.
41646         [C99-based standards] (ULLONG_MAX): Likewise.
41647         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41648         == 0.
41649         [ISO11] (max_align_t): Require type.
41650         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41652         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41653         from $CFLAGS, without defining away __attribute__ calls.
41654         (checknamespace): Use $CFLAGS_namespace.
41656         * conform/conformtest.pl (@keywords): Only include C99 keywords
41657         for standards based on C99 or C11.
41659         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41660         Disable tests.
41661         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41662         UNIX98]: Likewise.
41664         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41665         usability of symbols in #if.
41667         * conform/conformtest.pl: If macro or constant types start
41668         "promoted:", expect the symbol to be of the following type
41669         promoted by the integer promotions.
41671         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41672         in one place.  Also handle "macro-constant".
41674         * conform/conformtest.pl: Only accept expected macro values with
41675         "==".  Parse all "macro" lines in one place.
41676         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41678         * conform/conformtest.pl: Handle braced types on "constant" lines
41679         instead of handling "typed-constant".
41680         * conform/data/signal.h-data: Use "constant" instead of
41681         "typed-constant".
41683         * conform/conformtest.pl: Handle "optional-" at start of lines in
41684         one place rather than duplicating several cases.  Handle each
41685         format of "macro" line with initial "optional-".
41687         * conform/conformtest.pl: Only accept expected constant or
41688         optional-constant values with "==".  Parse all "constant" lines in
41689         one place.  Parse all "optional-constant" lines in one place.
41690         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41691         * conform/data/fmtmsg.h-data: Likewise.
41692         * conform/data/netinet/in.h-data: Likewise.
41693         * conform/data/tar.h-data: Likewise.
41694         * conform/data/limits.h-data: Use "==" form on "constant" and
41695         "optional-constant" lines.
41697         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41698         Use -std=c99 for XOPEN2K.
41699         (@knownproblems): Remove.
41700         (newtoken): Don't check %isknown.
41702         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41703         Do not expect macro.
41704         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41716         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41717         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41734         [XPG3] (acosh): Likewise.
41735         [XPG3] (asinh): Likewise.
41736         [XPG3] (atanh): Likewise.
41737         [XPG3] (cbrt): Likewise.
41738         [XPG3] (expm1): Likewise.
41739         [XPG3] (ilogb): Likewise.
41740         [XPG3] (log1p): Likewise.
41741         [XPG3] (logb): Likewise.
41742         [XPG3] (nextafter): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41745         [XPG3] (remainder): Likewise.
41746         [XPG3] (rint): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41754         [UNIX98 || XOPEN2K] (scalb): Expect.
41755         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41756         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41757         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41758         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41853         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41854         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41893         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41894         _XOPEN_SOURCE_EXTENDED for XPG4.
41896         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41898         * Makeconfig (localtime): Remove variable.
41899         (inst_localtime-file): Likewise.
41901 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41904         Update.
41905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41906         Update.
41907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41908         Update.
41909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41910         Update.
41911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41912         Update.
41913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41914         Update.
41915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41916         Update.
41917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41918         Update.
41919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41920         Update.
41922 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41924         [BZ #2550]
41925         [BZ #2570]
41926         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41927         comparisons to determine direction to adjust input.
41928         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41929         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41930         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41931         Likewise.
41932         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41933         Likewise.
41934         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41935         Likewise.
41936         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41937         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41938         Likewise.
41939         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41940         Likewise.
41941         * math/libm-test.inc (nexttoward_test): Add more tests.
41943 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41945         [BZ #14040]
41946         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41947         in version GLIBC_2.1, not GLIBC_2.0.
41948         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41949         Likewise.
41951 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41953         [BZ #13942]
41954         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41955         (1 - x) * (1 + x).
41956         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41957         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41958         * math/libm-test.inc (acos_test): Add more tests.
41959         (asin_test): Likewise.
41960         * sysdeps/i386/fpu/libm-test-ulps: Update.
41961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41963         [BZ #14034]
41964         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41965         of square root.
41966         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41967         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41968         * math/libm-test.inc (acos_test_tonearest): New function.
41969         (acos_test_towardzero): Likewise.
41970         (acos_test_downward): Likewise.
41971         (acos_test_upward): Likewise.
41972         (asin_test_tonearest): Likewise.
41973         (asin_test_towardzero): Likewise.
41974         (asin_test_downward): Likewise.
41975         (asin_test_upward): Likewise.
41976         (main): Call the new functions.
41977         * sysdeps/i386/fpu/libm-test-ulps: Update.
41978         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41980         [BZ #13884]
41981         [BZ #13924]
41982         * math/e_exp10.c: Include <float.h>.
41983         (__ieee754_exp10): Handle underflow here rather than multiplying
41984         large negative argument by M_LN10.
41985         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41986         of __ieee754_expf.
41987         * math/e_exp10l.c: Include <float.h>.
41988         (__ieee754_exp10l): Handle underflow here rather than multiplying
41989         large negative argument by M_LN10l.
41990         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41991         spurious overflow exception on underflow.
41993 2012-04-29  Marek Polacek  <polacek@redhat.com>
41995         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41996         (__fortify_function): New macro.
41997         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41998         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41999         __extern_always_inline.
42000         * libio/bits/stdio2.h: Likewise.
42001         * libio/bits/stdio.h: Likewise.
42002         * string/string.h: Likewise.
42003         * string/bits/string3.h: Likewise.
42004         * include/stdio.h: Likewise.
42005         * stdlib/bits/stdlib.h: Likewise.
42006         * stdlib/stdlib.h: Likewise.
42007         * rt/bits/mqueue2.h: Likewise.
42008         * rt/mqueue.h: Likewise.
42009         * posix/bits/unistd.h: Likewise.
42010         * posix/unistd.h: Likewise.
42011         * io/bits/poll2.h: Likewise.
42012         * io/bits/fcntl2.h: Likewise.
42013         * io/fcntl.h: Likewise.
42014         * io/sys/poll.h: Likewise.
42015         * misc/bits/syslog.h: Likewise.
42016         * misc/bits/syslog-ldbl.h: Likewise.
42017         * misc/sys/syslog.h: Likewise.
42018         * socket/bits/socket2.h: Likewise.
42019         * socket/sys/socket.h: Likewise.
42020         * debug/tst-chk1.c: Likewise.
42021         * wcsmbs/bits/wchar2.h: Likewise.
42022         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42023         * wcsmbs/wchar.h: Likewise.
42025 2012-04-29  Andreas Jaeger  <aj@suse.de>
42027         * Makerules (tests): Remove enable-check-abi protection.
42028         (check-abi-warn): Remove.
42029         (check-abi-%): Remove check-abi-warn usage.
42031         * configure.in: Remove check-abi configure option.
42032         * configure: Regenerated.
42033         * config.make.in (enable-check-abi): Remove.
42035 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42037         [BZ #14033]
42038         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42039         double functions to double *_finite functions.
42041         [BZ #13941]
42042         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42043         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42044         LDBL_MIN_EXP.
42045         * stdio-common/Makefile (tests): Add tst-sprintf3.
42046         * stdio-common/tst-sprintf3.c: New file.
42048         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42049         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42051 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42053         * conform/conformtest.pl: Remove duplicate typed-constant
42054         handling.
42056 2012-04-28  David S. Miller  <davem@davemloft.net>
42058         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42059         (check-abi-%): Remove AWK script prerequisite and explicit
42060         abilist directory.
42061         (check-abi): Rewrite to just diff the symlist with the abilist.
42062         (config-tls, config-abi-config): Delete, no longer used.
42063         (update-abi-%): Remove AWK script and explicit abilist directory.
42064         (update-abi): Rewrite to simply compare and conditionally copy the
42065         symlist and the sysdep abilist file.  Remove update-abi-config
42066         checks.
42067         * abilist/ld.abilist: Remove.
42068         * abilist/libBrokenLocale.abilist: Remove.
42069         * abilist/libanl.abilist: Remove.
42070         * abilist/libcrypt.abilist: Remove.
42071         * abilist/libdl.abilist: Remove.
42072         * abilist/librt.abilist: Remove.
42073         * abilist/libthread_db.abilist: Remove.
42074         * abilist/libutil.abilist: Remove.
42075         * scripts/extract-abilist.awk: Remove.
42076         * scripts/merge-abilist.awk: Remove.
42077         * sysdeps/generic/libcidn.abilist: New file.
42078         * sysdeps/generic/libnss_compat.abilist: New file.
42079         * sysdeps/generic/libnss_db.abilist: New file.
42080         * sysdeps/generic/libnss_dns.abilist: New file.
42081         * sysdeps/generic/libnss_files.abilist: New file.
42082         * sysdeps/generic/libnss_hesiod.abilist: New file.
42083         * sysdeps/generic/libnss_nis.abilist: New file.
42084         * sysdeps/generic/libnss_nisplus.abilist: New file.
42085         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42086         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42087         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42088         file.
42089         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42090         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42091         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42092         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42093         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42094         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42095         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42096         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42097         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42098         file.
42099         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42100         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42101         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42102         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42103         file.
42104         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42105         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42106         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42107         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42108         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42109         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42110         file.
42111         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42112         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42113         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42114         file.
42115         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42116         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42117         New file.
42118         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42119         New file.
42120         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42121         New file.
42122         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42123         New file.
42124         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42125         New file.
42126         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42127         New file.
42128         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42129         New file.
42130         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42131         New file.
42132         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42133         New file.
42134         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42135         New file.
42136         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42137         New file.
42138         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42139         New file.
42140         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42141         New file.
42142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42143         file.
42144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42145         New file.
42146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42147         New file.
42148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42149         file.
42150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42151         New file.
42152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42153         New file.
42154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42155         file.
42156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42157         New file.
42158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42159         New file.
42160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42161         New file.
42162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42163         New file.
42164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42165         New file.
42166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42167         New file.
42168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42170         file.
42171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42172         New file.
42173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42174         file.
42175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42176         file.
42177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42180         file.
42181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42182         file.
42183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42184         New file.
42185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42186         file.
42187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42188         file.
42189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42190         New file.
42191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42192         file.
42193         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42195         file.
42196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42197         New file.
42198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42199         file.
42200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42201         file.
42202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42205         file.
42206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42207         file.
42208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42209         New file.
42210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42211         file.
42212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42213         file.
42214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42215         New file.
42216         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42217         file.
42218         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42219         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42220         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42221         file.
42222         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42223         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42224         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42225         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42226         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42227         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42228         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42229         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42230         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42231         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42232         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42233         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42234         file.
42235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42236         New file.
42237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42238         file.
42239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42240         file.
42241         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42242         file.
42243         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42244         file.
42245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42246         file.
42247         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42248         New file.
42249         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42250         New file.
42251         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42252         file.
42253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42254         New file.
42255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42256         file.
42257         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42258         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42259         file.
42260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42261         New file.
42262         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42263         file.
42264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42265         file.
42266         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42267         file.
42268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42269         file.
42270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42271         file.
42272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42273         New file.
42274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42275         New file.
42276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42277         file.
42278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42279         New file.
42280         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42281         file.
42283 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42285         * conform/conformtest.pl: Fix typo in handling typed-constant from
42286         allow-header.
42288 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42290         * README: Cut down references to pre-2.6 Linux kernels and
42291         Linuxthreads.  Update lists of configurations in libc and ports
42292         and sort alphabetically.  Say "or newer" with Linux kernel version
42293         requirements.
42295         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42297 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42299         [BZ #887]
42300         * math/libm-test.inc (logb_test_downward): New test to expose
42301         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42302         rounding mode.
42304 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42306         [BZ #14027]
42307         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42308         to be done.
42309         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42310         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42312 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42314         * sysdeps/unix/i386/brk.S: Remove file.
42315         * sysdeps/unix/i386/dl-brk.S: Likewise.
42316         * sysdeps/unix/i386/pipe.S: Likewise.
42317         * sysdeps/unix/i386/sigreturn.S: Likewise.
42318         * sysdeps/unix/i386/syscall.S: Likewise.
42319         * sysdeps/unix/i386/vfork.S: Likewise.
42320         * sysdeps/unix/i386/wait.S: Likewise.
42322         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42323         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42325         * configure.in (arm*-none*): Do not allow without
42326         --enable-hacker-mode.
42327         (netbsd*): Remove case setting base_os.
42328         (386bsd*): Likewise.
42329         (freebsd*): Likewise.
42330         (bsdi*): Likewise.
42331         (osf*): Likewise.
42332         (sunos*): Likewise.
42333         (ultrix*): Likewise.
42334         (newsos*): Likewise.
42335         (dynix*): Likewise.
42336         (*bsd*): Likewise.
42337         (sysv*): Likewise.
42338         (isc*): Likewise.
42339         (esix*): Likewise.
42340         (sco*): Likewise.
42341         (minix*): Likewise.
42342         (irix4*): Likewise.
42343         (irix6*): Likewise.
42344         (solaris[2-9]*): Likewise.
42345         (none): Likewise.
42346         * configure: Regenerated.
42348 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42350         [BZ #11521]
42351         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42352         overflow or cancellation in calculating denominator.
42353         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42354         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42355         down expression to avoid unexpected rounding in newer GCCs.
42356         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42358 2012-04-26  David S. Miller  <davem@davemloft.net>
42360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42361         long-double compat symbols.
42362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42373         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42374         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42376 2012-04-25  David S. Miller  <davem@davemloft.net>
42378         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42379         HWCAP_* values only after the memory barriers have been defined.
42380         (atomic_full_barrier): Define.
42381         (atomic_read_barrier): Define.
42382         (atomic_write_barrier): Define.
42384 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42386         * shlib-versions: Add libgcc_s version information.
42387         * sysdeps/generic/libgcc_s.h: Remove.
42388         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42389         libgcc_s.h.
42390         * sysdeps/gnu/unwind-resume.c: Likewise.
42391         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42393 2012-04-25  David S. Miller  <davem@davemloft.net>
42395         * sysdeps/unix/sparc/brk.S: Delete.
42396         * sysdeps/unix/sparc/dl-brk.S: Delete.
42397         * sysdeps/unix/sparc/pipe.S: Delete.
42398         * sysdeps/unix/sparc/sysdep.S: Delete.
42399         * sysdeps/unix/sparc/sysdep.h: Delete.
42400         * sysdeps/unix/sparc/vfork.S: Delete.
42401         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42402         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42403         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42404         (ret_ERRVAL, r0, r1, MOVE): Define.
42405         (JUMPTARGET): Remove.
42406         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42407         sysdeps/unix/sparc/sysdep.h
42408         (ENTRY, END): Remove.
42409         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42411 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42413         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42414         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42415         -DIS_IN_build.
42417         * timezone/README: Update upstream location and email address for
42418         tzcode and tzdata.
42419         * timezone/zdump.c: Update from tzcode 2012b.
42420         * timezone/zic.c: Likewise.
42422         * configure.in (libc_cv_as_needed): Remove test.
42423         * configure: Regenerated.
42424         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42425         conditional definition.
42426         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42427         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42428         * config.make.in (have-as-needed): Remove variable.
42430 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42431             Paul Pluzhnikov  <ppluzhnikov@google.com>
42433         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42434         strings correctly.
42436 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42438         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42439         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42440         * sysdeps/sh/strlen.S: Likewise.
42442 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42444         * sysdeps/unix/fork.S: Remove file.
42445         * sysdeps/unix/i386/fork.S: Likewise.
42446         * sysdeps/unix/sparc/fork.S: Likewise.
42448         * sysdeps/unix/system.c: Remove file.
42449         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42451         * sysdeps/unix/getegid.S: Remove file.
42452         * sysdeps/unix/geteuid.S: Likewise.
42454 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42456         * scripts/check-localplt.awk: New file.
42457         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42458         of diff.
42459         * scripts/data/localplt-generic.data: Add a comment.
42461         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42462         NODE when __dir_mkfile failed.
42463         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42464         Reported by Ludovic Courtès <ludo@gnu.org>.
42466 2012-04-24  Andreas Jaeger  <aj@suse.de>
42468         * Makerules (common-clean): Also remove gen-as-const-headers
42469         files.
42471 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42473         * Makerules (native-compile): Do not change working directory for
42474         build.  Use $(OUTPUT_OPTION) in command.
42475         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42477 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42479         [BZ #13886]
42480         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42481         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42482         * math/libm-test.inc (floor_test): Add more tests.
42483         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42485 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42487         * sysdeps/unix/getdents.c: Remove file.
42488         * sysdeps/unix/sysv/getdents.c: Likewise.
42489         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42491         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42492         sysdeps/unix/mman/syscalls.list.
42493         (mmap): Likewise.
42494         (mprotect): Likewise.
42495         (msync): Likewise.
42496         (munmap): Likewise.
42497         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42498         * sysdeps/unix/mman/syscalls.list: Remove.
42499         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42501         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42502         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42503         * configure: Regenerated.
42504         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42505         $(libgcc_s_suffix).
42506         * config.make.in (libgcc_s_suffix): Remove variable.
42508 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42510         * sysdeps/unix/sysv/gethostname.c: Move to ...
42511         * sysdeps/posix/gethostname.c: ... here.
42513         * sysdeps/unix/execve.S: Remove file.
42515         * sysdeps/unix/_exit.S: Remove file.
42517 2012-04-23  Andreas Jaeger  <aj@suse.de>
42519         [BZ #13739]
42520         * manual/Makefile: Remove make dist support, there's no
42521         need for a stand-alone documentation tar ball.
42522         (TEXI2DVI): Define always, it's not in Makeconfig.
42523         (dist): Removed.
42524         (tar-it): Removed.
42525         (edition): Removed.
42526         (glibc-doc-$(edition).tar): Removed
42527         (%.Z): Removed.
42528         (%.gz): Removed.
42529         (%.uu): Removed.
42530         (ETAGS): Remove, it's in Makeconfig.
42531         (move-if-change): Remove, it's in Makeconfig.
42533 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42535         [BZ #13970]
42536         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42537         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42538         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42539         (strtod_l, strtof_l, strtold_l): Remove __wur.
42540         It is not necessarily an error to ignore strtol's return value.
42541         One can reliably look at the stored endptr to decide whether
42542         the number had valid syntax.
42544 2012-04-21  Andreas Jaeger  <aj@suse.de>
42546         [BZ #13739]
42547         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42549 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42551         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42552         * sysdeps/unix/sysv/Versions: Remove file.
42554 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42556         [BZ #13927]
42557         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42559 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42561         [BZ #7064]
42562         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42563         version from __vm86.
42565 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42567         * sysdeps/unix/common/lxstat.c: Remove file.
42568         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42570         * sysdeps/unix/sysv/Makefile: Remove file.
42572         * sysdeps/unix/sysv/direct.h: Remove file.
42574         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42575         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42576         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42577         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42578         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42579         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42580         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42582         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42584         * sysdeps/unix/xmknod.c: Remove file.
42585         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42587         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42589         * sysdeps/unix/sysv/i386/time.S: Remove file.
42591         * sysdeps/unix/fxstat.c: Remove file.
42592         * sysdeps/unix/xstat.c: Likewise.
42593         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42595         * sysdeps/unix/sysv/sigaction.c: Remove file.
42597         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42598         (sysdep_headers): Remove variable.
42599         [termio.h not in sysdep_headers] (generated): Likewise.
42600         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42601         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42602         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42603         * sysdeps/unix/sysv/tcflow.c: Likewise.
42604         * sysdeps/unix/sysv/tcflush.c: Likewise.
42605         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42606         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42607         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42608         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42609         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42611         * sysdeps/unix/siglist.c: Remove file.
42613         * sysdeps/unix/getppid.S: Remove file.
42615         * sysdeps/unix/mkdir.c: Remove file.
42616         * sysdeps/unix/rmdir.c: Likewise.
42618 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42620         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42621         ERR_MAX value.
42622         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42623         errlist-compat value.
42625 2012-04-18  David S. Miller  <davem@davemloft.net>
42627         * sysdeps/generic/memcopy.h (reg_char): Delete.
42628         * debug/strcat_chk.c: Use char, not reg_char.
42629         * debug/strcpy_chk.c: Likewise.
42630         * debug/strncat_chk.c: Likewise.
42631         * debug/strncpy_chk.c: Likewise.
42632         * string/memchr.c: Likewise.
42633         * string/memrchr.c: Likewise.
42634         * string/rawmemchr.c: Likewise.
42635         * string/strcat.c: Likewise.
42636         * string/strchr.c: Likewise.
42637         * string/strchrnul.c: Likewise.
42638         * string/strcmp.c: Likewise.
42639         * string/strcpy.c: Likewise.
42640         * string/strncat.c: Likewise.
42641         * string/strncmp.c: Likewise.
42642         * string/strncpy.c: Likewise.
42644 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42646         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42647         __builtin_memcopy is called when src and dest ranges are known to not
42648         overlap.
42650 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42652         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42653         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42654         fwd_align_merge macro call.
42655         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42656         bwd_align_merge macro call.
42657         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42659 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42661         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42662         bwd_align_merge macros.
42663         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42664         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42665         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42667 2012-04-18  David S. Miller  <davem@davemloft.net>
42669         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42671 2012-04-18  Andreas Jaeger  <aj@suse.de>
42673         [BZ# 6794]
42674         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42675         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42676         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42678         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42679         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42680         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42682         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42683         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42684         Adjust for changed ldbl-128 files.
42686         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42687         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42688         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42690 2012-04-17  David S. Miller  <davem@davemloft.net>
42692         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42694 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42696         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42697         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42698         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42699         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42700         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42701         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42703 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42705         [BZ #6794]
42706         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42707         * math/libm-test.inc: Add ilogb errno and exception tests.
42708         * math/w_ilogb.c: New file: ilogb wrapper.
42709         * math/w_ilogbf.c: New file: ilogbf wrapper.
42710         * math/w_ilogbl.c: New file: ilogbl wrapper.
42711         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42712         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42713         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42714         exception being thrown with 0.0 as argument.
42715         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42716         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42717         exception being thrown with 0.0 as argument.
42718         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42719         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42720         exception being thrown with 0.0 as argument.
42721         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42722         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42723         exception being thrown with 0.0 as argument.
42724         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42725         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42726         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42727         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42728         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42729         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42730         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42731         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42732         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42734 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42736         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42737         with altivec.
42739 2012-04-16  Marek Polacek  <polacek@redhat.com>
42741         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42743 2012-04-16  Marek Polacek  <polacek@redhat.com>
42745         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42746         operands of fdivp instruction.
42748 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42750         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42751         * elf/tst-auditmod3b.c: Likewise.
42752         * elf/tst-auditmod4b.c: Likewise.
42753         * elf/tst-auditmod5b.c: Likewise.
42754         * elf/tst-auditmod6b.c: Likewise.
42755         * elf/tst-auditmod6c.c: Likewise.
42756         * elf/tst-auditmod7b.c: Likewise.
42757         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42758         * sysdeps/x86_64/preconfigure.in: Likewise.
42759         * sysdeps/x86_64/preconfigure: Regenerated.
42761 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42763         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42764         __ILP32__.
42766 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42768         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42769         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42771 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42773         [BZ #13973]
42774         * locale/iso-639.def: Fix gl language name. Spotted by
42775         Yaron Shahrabani.
42777 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42779         [BZ #2074]
42780         * libio/libio.h (__io_write_fn): Update comment.
42782 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42784         [BZ #2074]
42785         * stdio.texi (Hook Functions): The user provided writer function
42786         is not allowed to return -1.
42788 2012-04-11  David S. Miller  <davem@davemloft.net>
42790         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42792 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42794         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42795         Add a leading slash to rtkaio.
42797 2012-04-11  Jim Meyering  <meyering@redhat.com>
42799         [BZ #11959]
42800         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42801         It is not necessarily an error to ignore fwrite's return
42802         value.  One can reliably use ferror to test for errors after
42803         the fact.
42805 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42807         * bits/types.h (__snseconds_t): New type.
42808         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42810         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42811         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42812         (__SNSECONDS_T_TYPE): Likewise.
42813         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42814         (__SNSECONDS_T_TYPE): Likewise.
42815         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42816         (__SNSECONDS_T_TYPE): Likewise.
42818 2012-04-10  Andreas Jaeger  <aj@suse.de>
42820         [BZ #2636]
42821         * manual/time.texi (Processor Time): Return type of times is
42822         elapsed real time since an arbitrary point in the past.
42823         (CPU Time): Move CLK_TCK from here...
42824         (Processor Time): ...to here.  Correct description.
42825         * manual/conf.texi (Constants for Sysconf): Correct description of
42826         _SC_CLK_TCK.
42828 2012-04-10  David S. Miller  <davem@davemloft.net>
42830         [BZ #13967]
42831         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42832         where the is a gap between DT_REL(A) and DT_JMPREL.
42834 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42836         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42837         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42838         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42840 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42842         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42843         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42844         (dl_main): Handle --inhibit-cache.
42845         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42846         _dl_inhibit_cache.
42847         * elf/dl-load.c (_dl_map_object): Use it.
42848         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42850 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42852         [BZ #13872]
42853         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42854         (__ieee754_powl): Saturate large exponents rather than testing for
42855         overflow of y*log2(x).
42856         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42857         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42858         exceptions.
42860         [BZ #11521]
42861         * math/s_ctan.c: Include <float.h>.
42862         (__ctan): Avoid internal overflow or cancellation in calculating
42863         denominator.
42864         * math/s_ctanf.c: Likewise.
42865         * math/s_ctanl.c: Likewise.
42866         * math/s_ctanh.c: Likewise.
42867         * math/s_ctanhf.c: Likewise.
42868         * math/s_ctanhl.c: Likewise.
42869         * math/libm-test.inc (ctan_test): Add more tests.
42870         (ctanh_test): Likewise.
42871         * sysdeps/i386/fpu/libm-test-ulps: Update.
42872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42874 2012-04-09  Andreas Jaeger  <aj@suse.de>
42876         [BZ #6894]
42877         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42878         is an optional BSD extension.
42880         [BZ #10254]
42881         * manual/stdio.texi (Opening Streams): Document additional fopen
42882         parameters.
42884 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42886         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42887         %eax without telling the compiler.
42889 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42891         [BZ # 13963]
42892         * manual/install.texi: Use sourceware.org.
42894 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42896         [BZ #13873]
42897         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42898         (__ieee754_pow): Generate overflow and underflow using huge*huge
42899         and tiny*tiny rather than just returning constant infinity or zero
42900         for large exponents.
42901         * math/libm-test.inc (pow_test): Require overflow exceptions for
42902         applicable cases of large exponents.
42904         [BZ #706]
42905         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42906         (__ieee754_pow): Use iterative multiplication algorithm only for
42907         integer exponents with absolute value below 1024.  Check for odd
42908         integer exponents when using algorithm for real exponents.
42909         * math/libm-test.inc (pow_test): Add more tests.
42910         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42912 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42914         [BZ #13705]
42915         * math/libm-test.inc (exp_test): Do not allow overflow exception
42916         on underflow test.
42918 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42920         [BZ #13705]
42921         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42922         instead of __kernel_standard_f.
42924 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42926         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42927         * sysdeps/x86_64/memset_chk.S: Likewise.
42929 2012-04-08  Andreas Jaeger  <aj@suse.de>
42931         [BZ #10153]
42932         * manual/startup.texi (Environment Access): Describe return value
42933         for putenv and setenv.
42935         [BZ #6895]
42936         * manual/filesys.texi (Directory Entries): Add description for
42937         DT_LNK.
42939         [BZ #6890]
42940         * manual/filesys.texi (Directory Entries): Clarify that it's file
42941         system not operating system in the description of DT_UNKNOWN.
42943         [BZ #6578]
42944         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42946 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42948         [BZ #6649]
42949         * manual/llio.texi (Opening and Closing Files): Add cross
42950         reference to explain mode argument.
42952 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42954         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42955         * sysdeps/x86_64/memset_chk.S: Likewise.
42957 2012-04-07  David S. Miller  <davem@davemloft.net>
42959         * elf/elf.h (R_SPARC_WDISP10): Define.
42960         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42961         R_SPARC_SIZE32.
42962         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42963         R_SPARC_SIZE64 and R_SPARC_H34.
42965 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42967         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42968         conditions and remove no longer applicable assertion.
42970 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42972         * bits/byteswap.h: Include <features.h>.
42973         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42974         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42976 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42978         * bits/byteswap.h (__bswap_16): Removed.
42979         Include <bits/byteswap-16.h> to get __bswap_16.
42980         * sysdeps/i386/bits/byteswap.h: Likewise.
42981         * sysdeps/s390/bits/byteswap.h: Likewise.
42982         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42983         * bits/byteswap-16.h: New file.
42984         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42985         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42986         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42987         * string/Makefile (headers): Add bits/byteswap-16.h.
42989 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42991         [BZ #13895]
42992         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42993         extra indirection.
42994         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42995         * nss/tst-nss-static.c: New.
42997 2012-04-06  Robert Millan  <rmh@gnu.org>
42999         [BZ #6486]
43000         * manual/llio.texi (File Position Primitive): lseek
43001         refers to WHENCE when it really means OFFSET.
43003 2012-04-06  Andreas Jaeger  <aj@suse.de>
43005         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43006         strncmp declarations.
43008         * abilist/libc.abilist: Add __poll and __ppoll.
43010 2012-04-05  David S. Miller  <davem@davemloft.net>
43012         * scripts/check-local-headers.sh: Accept a host triplet in the
43013         path matched by the exclude regexp.
43015         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43016         definition.
43017         * sysdeps/powerpc/powerpc32/dl-machine.h
43018         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43019         * sysdeps/s390/s390-32/dl-machine.h
43020         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43021         * sysdeps/sparc/sparc32/dl-machine.h
43022         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43023         * sysdeps/sparc/sparc64/dl-machine.h
43024         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43026         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43027         lazy binding.
43028         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43029         undefined symbol errors.
43031         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43032         DT_NEEDED entries.
43034 2012-04-05  Michael Matz  <matz@suse.de>
43036         [BZ #13592]
43037         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43039 2012-04-05  Andreas Jaeger  <aj@suse.de>
43041         [BZ #13908]
43042         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43043         comment.
43045 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43047         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43048         which ROUND is no valid rounding mode.
43050 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43052         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43053         read again.
43054         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43056 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43058         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43059         an exception using FPU order intentionally.
43061 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43063         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43064         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43065         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43066         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43068 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43070         [BZ #12340]
43071         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43072         EINVAL when BUFLEN is too smal.
43074 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43076         [BZ #13553]
43077         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43078         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43080 2012-04-03  Andreas Jaeger  <aj@suse.de>
43082         [BZ #13938]
43083         * manual/setjmp.texi (System V contexts): Fix sentence.
43085         [BZ #13926]
43086         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43087         New macro for this case.
43088         [!__GNUC__] (__bswap_64): New inline function for this case.
43089         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43090         * bits/byteswap.h: Likewise.
43091         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43092         ull, guard with __GLIBC_HAVE_LONG_LONG.
43094         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43095         __GLIBC_HAVE_LONG_LONG.
43097         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43098         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43100 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43102         [BZ #13691]
43103         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43104         inptr and inend, rather than using last_ch.
43106 2012-04-02  David S. Miller  <davem@davemloft.net>
43108         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43109         * stdio-common/printf-parse.h (read_int): Change return type to
43110         'int', return -1 on INT_MAX overflow.
43111         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43112         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43113         overflows INT_MAX.  Check for overflow of in-format-string precision
43114         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43115         SIZE_MAX not INT_MAX for integer overflow test.
43116         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43117         skip the construct in the format string but do not record anything.
43118         * stdio-common/bug22.c: Adjust to test both width/prevision
43119         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43120         explicitly for proper errno values.
43122 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43124         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43125         CHAR_MAX.
43126         * string/test-strcmp.c [! WIDE]: Likewise.
43127         * time/tst-mktime2.c: Likewise for INT_MAX.
43128         * string/test-string.h: #include <sys/param.h> for MIN.
43130         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43131         * sysdeps/i386/init-first.c (init): Likewise.
43132         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43133         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43134         * sysdeps/sh/init-first.c (init): Likewise.
43136 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43138         * po/ru.po: Update from translation team.
43139         * po/vi.po: Likewise.
43141 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43143         * resolv/nss_dns/dns-host.c: Merge copyright years.
43145 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43147         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43148         Optimize memcpy with prefetch if
43149         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43150         src, dst pointers have unequal 16 byte alignments.
43152 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43154         [BZ #13928]
43155         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43156         from a CNAME entry and return the minimum ttl for the query.
43157         (gaih_getanswer_slice): Likewise.
43159 2012-03-30  Jeff Law  <law@redhat.com>
43161         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43162         due to long keys.
43163         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43164         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43166         * resolv/nss_dns/dns-host.c: Update copyright year.
43168 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43170         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43171         requests to save a system call.  Fix check that all bytes are sent.
43173         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43174         comments for sendmmsg.
43176 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43178         [BZ #13691]
43179         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43180         with only 1 character between 0x0041 and 0x01b0.
43181         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43182         * wcsmbs/tst-mbsnrtowcs.c: New file.
43184 2012-03-29  David S. Miller  <davem@davemloft.net>
43186         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43187         small copies by hand.
43189 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43191         [BZ #13761]
43192         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43193         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43194         group memberships.
43196 2012-03-28  David S. Miller  <davem@davemloft.net>
43198         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43199         that branches into memcpy.
43200         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43201         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43202         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43203         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43204         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43205         bits.
43206         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43207         implementation too.
43208         * sysdeps/sparc/mempcpy.S: New file.
43210         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43211         the IFUNC routine in the libc case.
43212         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43214         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43215         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43216         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43217         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43218         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43219         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43220         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43221         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43223         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43224         loop to 256 bytes instead of 64 bytes and fix test signedness.
43226         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43227         * sysdeps/sparc/sparc32/Makefile: rather than here...
43228         * sysdeps/sparc/sparc64/Makefile: and here.
43230 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43232         * malloc/mallocbug.c: Avoid warnings about unused variables.
43234 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43236         [BZ #13760]
43237         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43238         in the right place. Discard and retry query if response is
43239         larger than input buffer size.
43241 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43243         [BZ #369]
43244         [BZ #2678]
43245         [BZ #3866]
43246         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43247         x for large integer exponent.
43248         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43249         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43250         sign of result as needed afterwards.
43251         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43252         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43253         result for underflowing pow the same as for overflow.
43254         (__kernel_standard_l): Handle powl overflow and underflow here
43255         rather than calling __kernel_standard.
43256         * math/libm-test.inc (pow_test): Add more tests.
43258         [BZ #3868]
43259         [BZ #13879]
43260         [BZ #13910]
43261         [BZ #13911]
43262         [BZ #13912]
43263         [BZ #13913]
43264         [BZ #13915]
43265         [BZ #13916]
43266         [BZ #13917]
43267         [BZ #13918]
43268         [BZ #13919]
43269         [BZ #13920]
43270         [BZ #13921]
43271         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43272         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43273         (__kernel_standard_l): New function.
43274         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43275         __kernel_standard.
43276         * math/w_acosl.c (__acosl): Likewise.
43277         * math/w_asinl.c (__asinl): Likewise.
43278         * math/w_atan2l.c (__atan2l): Likewise.
43279         * math/w_atanhl.c (__atanhl): Likewise.
43280         * math/w_coshl.c (__coshl): Likewise.
43281         * math/w_exp10l.c (__exp10l): Likewise.
43282         * math/w_exp2l.c (__exp2l): Likewise.
43283         * math/w_fmodl.c (__fmodl): Likewise.
43284         * math/w_hypotl.c (__hypotl): Likewise.
43285         * math/w_j0l.c (__j0l, __y0l): Likewise.
43286         * math/w_j1l.c (__j1l, __y1l): Likewise.
43287         * math/w_jnl.c (__jnl, __ynl): Likewise.
43288         * math/w_lgammal.c (__lgammal): Likewise.
43289         * math/w_log10l.c (__log10l): Likewise.
43290         * math/w_log2l.c (__log2l): Likewise.
43291         * math/w_logl.c (__logl): Likewise.
43292         * math/w_powl.c (__powl): Likewise.
43293         * math/w_remainderl.c (__remainderl): Likewise.
43294         * math/w_scalbl.c (sysv_scalbl): Likewise.
43295         * math/w_sinhl.c (__sinhl): Likewise.
43296         * math/w_sqrtl.c (__sqrtl): Likewise.
43297         * math/w_tgammal.c (__tgammal): Likewise.
43298         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43299         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43300         * math/libm-test.inc (acos_test): Add more tests.
43301         (acosh_test): Likewise.
43302         (asin_test): Likewise.
43303         (atanh_test): Likewise.
43304         (exp_test): Likewise.
43305         (exp10_test): Likewise.
43306         (exp2_test): Likewise.
43307         (expm1_test): Likewise.
43308         (lgamma_test): Likewise.
43309         (log_test): Likewise.
43310         (log10_test): Likewise.
43311         (log1p_test): Likewise.
43312         (log2_test): Likewise.
43313         (pow_test): Do not allow some spurious overflow exceptions.
43314         (sqrt_test): Add more tests.
43315         (tgamma_test): Likewise.
43316         (y0_test): Likewise.
43317         (y1_test): Likewise.
43318         (yn_test): Likewise.
43320 2012-03-27  Anton Blanchard  <anton@samba.org>
43322         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43323         MAP_HUGETLB.
43324         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43325         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43326         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43328 2012-03-27  David S. Miller  <davem@davemloft.net>
43330         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43332         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43333         have-as-vis3 check.
43335 2012-03-27  Andreas Jaeger  <aj@suse.de>
43337         * sysdeps/x86_64/elf/configure.in: Moved to ...
43338         * sysdeps/x86_64/configure.in: ... here.
43339         * sysdeps/x86_64/elf/start.S: Moved to ...
43340         * sysdeps/x86_64/start.S: ... here.
43341         * sysdeps/x86_64/elf/configure: Delete.
43343         * sysdeps/x86_64/configure.in: Merge contents from
43344         sysdeps/i386/configure.in (without i686 check).
43346         * sysdeps/i386/elf/Versions: Merge into ...
43347         * sysdeps/i386/Versions: ... this.
43348         * sysdeps/i386/elf/Versions: Delete file.
43349         * sysdeps/i386/elf/start.S: Moved to ...
43350         * sysdeps/i386/start.S: ...here.
43351         * sysdeps/i386/elf/configure.in: Merge into...
43352         * sysdeps/i386/configure.in: ...here.
43353         * sysdeps/i386/elf/configure.in: Delete file.
43354         * sysdeps/i386/elf/configure: Delete file.
43356         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43357         * debug/backtracesyms.c: ... here.
43358         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43359         * debug/backtracesymsfd.c: ... here.
43360         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43361         * sysdeps/generic/ifunc-sel.h: ... here.
43363         * sysdeps/unix/i386/start.c: Delete file.
43364         * sysdeps/unix/sparc/start.c: Delete file.
43365         * sysdeps/unix/start.c: Delete file.
43367         * sysdeps/sh/elf/configure.in: Moved to ...
43368         * sysdeps/sh/configure.in: ... here.
43369         * sysdeps/sh/elf/start.S: Moved to ...
43370         * sysdeps/sh/start.S: ... here.
43371         * sysdeps/sh/elf/configure: Delete file.
43373         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43374         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43375         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43376         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43377         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43378         * sysdeps/powerpc/powerpc64/start.S: here.
43379         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43380         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43381         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43382         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43383         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43385         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43386         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43387         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43388         * sysdeps/powerpc/powerpc32/start.S: ... here.
43389         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43390         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43391         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43393         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43394         * sysdeps/powerpc/ifunc-sel.h: ... here.
43395         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43396         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43398         * sysdeps/sparc/elf/configure.in: Moved to ...
43399         * sysdeps/sparc/configure.in: ... here.
43400         * sysdeps/sparc/elf/configure: Delete file.
43401         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43402         * sysdeps/sparc/sparc32/start.S: ... here.
43403         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43404         * sysdeps/sparc/sparc64/start.S: ... here.
43405         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43406         * sysdeps/sparc/sparc32/Makefile: ... this.
43407         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43408         * sysdeps/sparc/sparc64/Makefile: ... this.
43410         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43411         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43412         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43413         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43414         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43415         * sysdeps/s390/s390-32/setjmp.S: ... here.
43416         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43417         * sysdeps/s390/s390-32/configure.in: ... here.
43418         * sysdeps/s390/s390-32/elf/configure: Delete file.
43419         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43420         * sysdeps/s390/s390-32/start.S: ... here.
43422         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43423         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43424         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43425         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43426         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43427         * sysdeps/s390/s390-64/setjmp.S: ... here.
43428         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43429         * sysdeps/s390/s390-64/configure.in: ... here
43430         * sysdeps/s390/s390-64/elf/configure: Delete file.
43431         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43432         * sysdeps/s390/s390-64/start.S: ... here.
43433         * sysdeps/s390/s390-64/elf/configure: Delete.
43435         * configure.in: Remove support for elf directories in sysdeps.
43437         * configure: Regenerated.
43438         * sysdeps/i386/configure: Regenerated.
43439         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43440         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43441         * sysdeps/s390/s390-32/configure: Regenerated.
43442         * sysdeps/s390/s390-64/configure: Regenerated.
43443         * sysdeps/sh/configure: Regenerated.
43444         * sysdeps/sparc/configure: Regenerated.
43445         * sysdeps/x86_64/configure: Regenerated.
43447 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43451         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43452         denormal result into account.
43454 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43456         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43457         Reported by Allan McRae <allan@archlinux.org>.
43459 2012-03-23  Jeff Law  <law@redhat.com>
43461         * nss/getnssent.c (__nss_getent): Fix typo.
43463 2012-03-23  David S. Miller  <davem@davemloft.net>
43465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43467 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43469         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43470         to pad to uint64_t for each field.
43471         (dl_tls_index): Replace unsigned long with uint64_t.
43473 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43474         Paul Pluzhnikov  <ppluzhnikov@google.com>
43476         [BZ #6528]
43477         * grp/Makefile (otherlibs): Don't set it.
43478         * inet/Makefile (otherlibs): Likewise.
43479         * login/Makefile (otherlibs): Likewise.
43480         * nscd/Makefile (otherlibs): Likewise.
43481         * posix/Makefile (otherlibs): Likewise.
43482         * pwd/Makefile (otherlibs): Likewise.
43483         * rt/Makefile (otherlibs): Likewise.
43484         * sunrpc/Makefile (otherlibs): Likewise.
43485         * nss/Makefile (otherlibs): Likewise.
43486         Add libnss_files to routines and static-only-routines.
43487         ($(objpfx)getent): Remove rule.
43488         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43489         static-only-routines.
43491 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43493         [BZ #13892]
43494         * math/s_cexp.c: Include <float.h>.
43495         (__cexp): Handle exp result overflowing not necessarily
43496         overflowing both real and imaginary parts of result.
43497         * math/s_cexpf.c: Likewise.
43498         * math/s_cexpl.c: Likewise.
43499         * math/libm-test.inc (cexp_test): Add more tests.
43500         * sysdeps/i386/fpu/libm-test-ulps: Update.
43501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43503 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43505         * include/link.h (ELFW): New macro.
43506         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43507         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43509 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43511         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43512         with uint64_t.
43514 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43516         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43517         declaration.
43518         (struct La_x32_retval): Likewise.
43520 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43522         * sysdeps/x86_64/preconfigure.in: New file.
43523         * sysdeps/x86_64/preconfigure: New generated file.
43525 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43527         [BZ #13824]
43528         * math/e_exp2l.c: Include <float.h>.
43529         (__ieee754_exp2l): Handle overflow and underflow cases
43530         separately.  Only pass fractional part of argument to
43531         __ieee754_expl.
43532         * math/libm-test.inc (exp2_test): Add more tests.
43534         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43535         negating x to take absolute value.
43536         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43537         Likewise.
43538         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43539         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43540         Likewise.
43541         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43542         computing low part if x was negated.
43543         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43545 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43547         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43548         la_x32_gnu_pltexit.
43549         (pltexit): Cast int_retval to ptrdiff_t.
43550         * elf/tst-auditmod3b.c: Likewise.
43551         * elf/tst-auditmod4b.c: Likewise.
43552         * elf/tst-auditmod5b.c: Likewise.
43553         * elf/tst-auditmod6b.c: Likewise.
43554         * elf/tst-auditmod6c.c: Likewise.
43555         * elf/tst-auditmod7b.c: Likewise.
43557         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43558         and x32_gnu_pltexit.
43560         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43561         __ELF_NATIVE_CLASS.
43562         (La_x32_regs): New macro.
43563         (La_x32_retval): Likewise.
43564         (la_x32_gnu_pltenter): New function prototype.
43565         (la_x32_gnu_pltexit): Likewise.
43567 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43569         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43570         exponent.
43572         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43574         * configure.in (libc_cv_cc_nofma): Check for option to disable
43575         generation of FMA instructions.
43576         * configure: Regenerate.
43577         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43578         * sysdeps/ieee754/dbl-64/Makefile: New file.
43579         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43580         Remove brandred-fma4.
43581         (CFLAGS-brandred-fma4.c): Remove.
43582         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43583         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43584         define.
43585         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43586         define.
43588 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43590         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43591         LLONG_MAX != LONG_MAX.
43592         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43593         (_fitoa_word): Likewise.
43594         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43595         LLONG_MAX != LONG_MAX.
43596         * stdio-common/_itowa.h: Include <_itoa.h>.
43597         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43598         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43599         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43600         only if not defined.
43601         (_ITOA_WORD_TYPE): Likewise.
43602         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43603         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43605 2012-03-21  David S. Miller  <davem@davemloft.net>
43607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43609 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43611         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43612         of x86_64 when setting libc_cv_slibdir, libdir and
43613         libc_cv_localedir.
43614         * sysdeps/unix/sysv/linux/configure: Regenerated.
43616 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43618         * manual/lang.texi (Old Varargs): Remove section.
43619         (How Variadic): Update menu.
43620         (va_start): Do not mention varargs.h.
43622 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43623             Joseph Myers  <joseph@codesourcery.com>
43625         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43626         link test.
43627         * configure: Regenerated.
43629 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43631         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43632         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43633         conformtest.pl
43635 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43637         * NOTES: Remove.
43638         * Makefile (files-for-dist): Remove NOTES.
43639         (NOTES): Remove rule.
43640         * README: Don't refer to NOTES.
43641         * manual/creature.texi: Don't include macros.texi.
43642         * manual/intro.texi (creature.texi): Remove comment referring to
43643         NOTES.
43645         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43646         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43647         * configure: Regenerated.
43648         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43649         LIBC_TRY_CC_OPTION.
43650         (libc_cv_as_i686): Likewise.
43651         (libc_cv_cc_avx): Likewise.
43652         (libc_cv_cc_sse2avx): Likewise.
43653         (libc_cv_cc_fma4): Likewise.
43654         (libc_cv_cc_novzeroupper): Likewise.
43655         * sysdeps/i386/configure: Regenerated.
43657         [BZ #13883]
43658         * sysdeps/i386/fpu/s_cexp.S: Remove.
43659         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43660         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43661         * math/libm-test.inc (cexp_test): Add more tests.
43662         * sysdeps/i386/fpu/libm-test-ulps: Update.
43663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43665 2012-03-21  Allan McRae  <allan@archlinux.org>
43667         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43669 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43671         [BZ #13871]
43672         * math/w_exp2.c: Do not include <float.h>.
43673         (o_threshold, u_threshold): Remove.
43674         (__exp2): Calculate result before checking finiteness and calling
43675         __kernel_standard.
43676         * math/w_exp2f.c: Likewise.
43677         * math/w_exp2l.c: Likewise.
43678         * math/libm-test.inc (exp2_test): Require overflow exception for
43679         1e6 input.
43681         [BZ #3866]
43682         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43683         range of signed 64-bit integers before using fistpll.  Remove
43684         checks for whether integers fit in mantissa bits.
43685         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43686         the range of signed 32-bit integers before using fistpl.  Remove
43687         checks for whether integers fit in mantissa bits.
43688         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43689         (__ieee754_powl): Test for y outside the range of signed 64-bit
43690         integers before using fistpll.  Reduce 64-bit values to 63-bit
43691         ones as needed.
43692         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43693         divide-by-zero is raised for zero to large negative powers.
43694         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43695         (__ieee754_powl): Test for y outside the range of signed 64-bit
43696         integers before using fistpll.  Reduce 64-bit values to 63-bit
43697         ones as needed.
43698         * math/libm-test.inc (pow_test): Add more tests.
43700 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43702         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43703         <stdio-common/_itoa.h>.
43704         * debug/segfault.c: Likewise.
43705         * elf/dl-cache.c: Likewise.
43706         * elf/dl-minimal.c: Likewise.
43707         * elf/dl-misc.c: Likewise.
43708         * elf/dl-sysdep.c: Likewise.
43709         * elf/dl-version.c: Likewise.
43710         * elf/rtld.c: Likewise.
43711         * hurd/hurdsock.c: Likewise.
43712         * hurd/lookup-retry.c: Likewise.
43713         * malloc/malloc.c: Likewise.
43714         * malloc/mtrace.c: Likewise.
43715         * nscd/nscd_getgr_r.c: Likewise.
43716         * nscd/nscd_getpw_r.c: Likewise.
43717         * nscd/nscd_getserv_r.c: Likewise.
43718         * posix/getopt_init.c: Likewise.
43719         * posix/wordexp.c: Likewise.
43720         * stdio-common/_itoa.c: Likewise.
43721         * stdio-common/printf_fphex.c: Likewise.
43722         * stdio-common/vfprintf.c: Likewise.
43723         * string/_strerror.c: Likewise.
43724         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43725         * sysdeps/i386/i686/hp-timing.h: Likewise.
43726         * sysdeps/mach/_strerror.c: Likewise.
43727         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43728         * sysdeps/mach/hurd/sethostid.c: Likewise.
43729         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43730         * sysdeps/mach/xpg-strerror.c: Likewise.
43731         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43732         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43733         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43734         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43735         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43736         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43737         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43738         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43739         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43740         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43741         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43742         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43743         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43744         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43745         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43746         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43747         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43748         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43749         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43750         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43751         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43753         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43755         * stdio-common/_itoa.h: Moved to ...
43756         * sysdeps/generic/_itoa.h: Here.
43758         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43760         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43761         instead of "_itoa.h" and "_itowa.h".
43762         * stdio-common/vfprintf.: Likewise.
43764 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43766         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43767         <bits/wordsize.h>.
43768         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43769         (__signbit): Likwise.
43770         (llrintf): Likwise.
43771         (llrint): Likwise.
43773 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43775         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43776         __WORDSIZE != 64.
43778 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43780         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43781         OVERFLOW_EXCEPTION_OK.
43782         * math/libm-test.inc ("Philosophy"): Update comment about
43783         exception testing.
43784         (OVERFLOW_EXCEPTION): Define.
43785         (OVERFLOW_EXCEPTION_OK): Likewise.
43786         (INVALID_EXCEPTION_OK): Renumber.
43787         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43788         (IGNORE_ZERO_INF_SIGN): Likewise.
43789         (test_exceptions): Handle FE_OVERFLOW.
43790         (exp10_test): Expect overflow exceptions.
43791         (exp2_test): Likewise.
43792         (expm1_test): Likewise.
43793         (nextafter_test): Likewise.
43794         (pow_test): Likewise.
43795         (scalbn_test): Likewise.
43796         (scalbln_test): Likewise.
43798 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43800         * sysdeps/x86_64/bits/atomic.h
43801         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43802         64bit integer.
43803         (atomic_exchange_acq): Likewise.
43804         (__arch_exchange_and_add_body): Likewise.
43805         (__arch_add_body): Likewise.
43806         (atomic_add_negative): Likewise.
43807         (atomic_add_zero): Likewise.
43809 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43811         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43812         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43814 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43816         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43817         Check __x86_64__ instead of __WORDSIZE.
43819 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43821         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43823 2012-03-19  David S. Miller  <davem@davemloft.net>
43825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43827         * sysdeps/sparc/fpu/fenv_private.h: New file.
43828         * sysdeps/sparc/fpu/math_private.h: Use it.
43829         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43830         Remove.
43831         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43832         (libc_feholdexcept_setroundl): Remove.
43833         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43834         Remove.
43835         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43836         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43838 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43840         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43841         int64_t instead of long int.
43842         (INSERT_WORDS64): Likwise.
43844 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43846         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43847         _Unwind_GetCFA return to _Unwind_Ptr first.
43849 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43851         [BZ #13629]
43852         * math/s_clog.c: Include <float.h>.
43853         (__clog): Scale large or subnormal inputs.
43854         * math/s_clogf.c: Likewise.
43855         * math/s_clogl.c: Likewise.
43856         * math/s_clog10.c: Include <float.h>.
43857         (M_LOG10_2): Define.
43858         (__clog10): Scale large or subnormal inputs.
43859         * math/s_clog10f.c: Likewise.
43860         * math/s_clog10l.c: Likewise.
43861         * math/libm-test.inc (clog_test): Add more tests.
43862         (clog10_test): Likewise.
43863         * sysdeps/i386/fpu/libm-test-ulps: Update.
43864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43866         [BZ #11451]
43867         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43868         x and y.
43869         * math/libm-test.inc (atan2_test): Add another test.
43871         * Makerules (common-objdir-compile): Remove.
43872         * sysdeps/unix/Makefile (config-generated): Do not add
43873         $(unix-generated) to variable.
43874         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43875         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43876         Remove rule.
43877         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43878         Likewise.
43879         [generic bits/local_lim.h] (before-compile): Do not append to
43880         variable.
43881         [generic bits/local_lim.h] (common-generated): Likewise.
43882         [generic sys/param.h] (before-compile): Do not append to variable.
43883         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43884         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43885         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43886         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43887         include.
43888         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43889         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43890         [generic sys/param.h] ($(addprefix
43891         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43892         [generic sys/param.h] (common-generated): Do not append to
43893         variable.
43894         [generic sys/param.h] (sysdep_headers): Likewise.
43895         [generic bits/errno.h] (before-compile): Do not append to
43896         variable.
43897         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43898         rule.
43899         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43900         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43901         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43902         [generic bits/errno.h] (common-generated): Do not append to
43903         variable.
43904         [generic bits/ioctls.h] (before-compile): Do not append to
43905         variable.
43906         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43907         rule.
43908         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43909         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43910         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43911         rule.
43912         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43913         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43914         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43915         [generic bits/ioctls.h] (common-generated): Do not append to
43916         variable.
43917         [generic sys/syscall.h] (syscall.h): Remove variable.
43918         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43919         rule.
43920         [generic sys/syscall.h] (before-compile): Do not append to
43921         variable.
43922         [generic sys/syscall.h] (common-generated): Likewise.
43923         * sysdeps/unix/errnos-tmpl.c: Remove file.
43924         * sysdeps/unix/errnos.awk: Likewise.
43925         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43926         * sysdeps/unix/ioctls.awk: Likewise.
43927         * sysdeps/unix/mk-local_lim.c: Likewise.
43928         * sysdeps/unix/snarf-ioctls: Likewise.
43930 2012-03-19  Richard Henderson  <rth@twiddle.net>
43932         * sysdeps/i386/fpu/fenv_private.h: New file.
43933         * sysdeps/i386/fpu/math_private.h: Use it.
43934         (math_opt_barrier, math_force_eval): Remove.
43935         (libc_feholdexcept_setround_53bit): Remove.
43936         (libc_feupdateenv_53bit): Remove.
43937         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43938         (math_opt_barrier, math_force_eval): Remove.
43939         (libc_feholdexcept): Remove.
43940         (libc_feholdexcept_setround): Remove.
43941         (libc_fetestexcept, libc_fesetenv): Remove.
43942         (libc_feupdateenv_test): Remove.
43943         (libc_feupdateenv, libc_feholdsetround): Remove.
43944         (libc_feresetround): Remove.
43946         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43947         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43949         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43950         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43951         (libc_feupdateenv_testl): New.
43952         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43953         (libc_feupdateenv_testf): New.
43954         (libc_feupdateenv): Use libc_feupdateenv_test.
43955         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43956         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43958         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43959         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43960         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43961         (libc_feresetround_noex): New.
43962         (libc_feresetround_noexf): New.
43963         (libc_feresetround_noexl): New.
43964         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43965         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43966         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43967         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43968         SET_RESTORE_ROUND.
43969         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43970         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43971         (__cos): Likewise.
43972         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43973         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43974         SET_RESTORE_ROUND_NOEX.
43975         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43976         SET_RESTORE_ROUND_NOEXF.
43977         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43978         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43979         (libc_feholdsetroundf): New.
43980         (libc_feresetround, libc_feresetroundf): New.
43982         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43983         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43984         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43986         * sysdeps/generic/math_private.h: Include <fenv.h>.
43987         (default_libc_feholdexcept): New.
43988         (default_libc_feholdexcept_setround): New.
43989         (default_libc_fesetenv, default_libc_feupdateenv): New.
43990         (libc_feholdexcept): Only define if undefined.
43991         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43992         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43993         (libc_feholdexcept_setroundl): Likewise.
43994         (libc_feholdexcept_setround_53bit): Likewise.
43995         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43996         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43997         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43998         (libc_feupdateenv_53bit): Likewise.
43999         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44000         (libc_feholdexcept): Convert from macro to inline function.
44001         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44002         (libc_fesetenv, libc_feupdateenv): Likewise.
44004         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44005         not previously defined.
44006         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44007         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44008         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44009         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44010         * sysdeps/ieee754/flt-32/math_private.h: New file.
44011         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44012         math_private.h below SET_FLOAT_WORD.
44013         (__isnan, __isinf_ns, __finite): Remove.
44014         (__isnanf, __isinf_nsf, __finitef): Remove.
44016 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44018         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44020 2012-03-17  David S. Miller  <davem@davemloft.net>
44022         [BZ #6471]
44023         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44024         for 2.16.
44026 2012-03-16  David S. Miller  <davem@davemloft.net>
44028         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44029         warnings.
44031         [BZ #6471]
44032         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44033         properly.
44034         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44035         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44036         sysdep_routines when subdir is sysvipc.
44037         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44038         __getshmlba helper.
44040         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44042 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44044         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44045         [__LP64__].
44047 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44049         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44050         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44051         (__lround): Renamed to ...
44052         (__llround): This.  Replace long int with long long int.
44053         Define lround functions as aliases of llround functions.
44054         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44056 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44058         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44059         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44060         adresses to uintptr_t.  Replace "long int" and "unsigned long
44061         int" with "greg_t" on va_arg.
44063 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44065         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44066         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44068         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44069         Move e_machine check before EI_CLASS check.  Handle x32
44070         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44071         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44072         SKIP_EM_IA_64 and include
44073         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44075         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44076         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44077         (add_system_dir): New macro.
44079         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44080         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44082 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44084         [BZ #2551]
44085         [BZ #2552]
44086         [BZ #2553]
44087         [BZ #2554]
44088         [BZ #2562]
44089         [BZ #2563]
44090         [BZ #2565]
44091         [BZ #2566]
44092         [BZ #2576]
44093         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44094         (y0): Likewise.
44095         * math/w_j0f.c (j0f): Likewise.
44096         (y0f): Likewise.
44097         * math/w_j0l.c (__j0l): Likewise.
44098         (__y0l): Likewise.
44099         * math/w_j1.c (j1): Likewise.
44100         (y1): Likewise.
44101         * math/w_j1f.c (j1f): Likewise.
44102         (y1f): Likewise.
44103         * math/w_j1l.c (__j1l): Likewise.
44104         (__y1l): Likewise.
44105         * math/w_jn.c (jn): Likewise.
44106         (yn): Likewise.
44107         * math/w_jnf.c (jnf): Likewise.
44108         (ynf): Likewise.
44109         * math/w_jnl.c (__jnl): Likewise.
44110         (__ynl): Likewise.
44111         * math/libm-test.inc (j0_test): Add more tests.
44112         (j1_test): Likewise.
44113         (jn_test): Likewise.  Add trailing semicolon to existing test.
44114         (y0_test): Likewise.
44115         (y1_test): Likewise.
44116         * sysdeps/i386/fpu/libm-test-ulps: Update.
44117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44119         [BZ #13851]
44120         [BZ #13854]
44121         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44122         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44123         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44124         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44125         (__tanl): Set errno for infinite argument.
44126         * sysdeps/i386/fpu/mptan.c: Remove.
44127         * sysdeps/i386/fpu/s_tan.S: Likewise.
44128         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44129         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44130         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44131         * math/libm-test.inc (tan_test): Add more tests and enable more
44132         tests for double and long double.
44133         * sysdeps/i386/fpu/libm-test-ulps: Update.
44134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44136 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44138         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44139         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44141 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44143         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44144         * configure.in: Use it for both main tree and add-ons.
44145         * configure: Regenerated.
44147 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44149         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44151 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44153         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44154         in comment.
44156         [BZ #13851]
44157         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44158         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44159         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44160         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44161         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44162         infinite argument.
44163         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44164         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44165         != 0 for prec == 2.
44166         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44167         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44168         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44169         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44170         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44171         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44172         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44173         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44174         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44175         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44176         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44177         * math/libm-test.inc (cos_test): Add more tests and enable more
44178         tests for long double.
44179         (sin_test): Likewise.
44180         (sincos_test): Likewise.
44181         * sysdeps/i386/fpu/libm-test-ulps: Update.
44182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44184 2012-03-16  David S. Miller  <davem@davemloft.net>
44186         * sysdeps/sparc/fpu/math_private.h: New file.
44188 2012-03-15  David S. Miller  <davem@davemloft.net>
44190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44191         file.
44192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44194         file.
44195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44196         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44197         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44198         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44199         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44200         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44201         sysdep routines.
44202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44204         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44205         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44207         * sysdeps/sparc/sparc-ifunc.h: New file.
44208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44209         sparc-ifunc.h
44210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44212         Likewise.
44213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44214         Likewise.
44215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44219         Likewise.
44220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44225         Likewise.
44226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44227         Likewise.
44228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44232         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44233         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44234         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44235         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44236         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44237         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44238         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44239         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44240         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44241         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44242         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44243         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44244         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44245         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44246         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44247         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44248         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44249         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44250         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44251         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44253 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44255         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44256         scaling.
44257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44259 2012-03-15  Andreas Jaeger  <aj@suse.de>
44261         [BZ #13852]
44262         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44263         ieee754/flt-32 implementation for sin, cos and sincos.
44264         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44265         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44266         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44267         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44268         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44269         ieee754/flt-32 implementation for tan.
44271         * math/libm-test.inc (cos_test): Enable some large input tests for
44272         float as well
44273         (sin_test): Likewise.
44274         (sincos_test): Likewise.
44275         (tan_test): Add tests for large input.
44277         * sysdeps/i386/fpu/libm-test-ulps: Update.
44279 2012-03-15  Andreas Jaeger  <aj@suse.de>
44281         [BZ #13658]
44282         * math/libm-test.inc (cos_test): Add more test cases.
44283         (sin_test): Likewise.
44284         (sincos_test): Likewise.
44286 2012-03-15  Andreas Jaeger  <aj@suse.de>
44288         [BZ #13837]
44289         * math/libm-test.inc (cos_test): Add a test case for large input
44290         value.
44291         (sin_test): Likewise.
44292         (sincos_test): Likewise.
44294 2012-03-15  Andreas Jaeger  <aj@suse.de>
44295             Joseph Myers  <joseph@codesourcery.com>
44297         [BZ #13658]
44298         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44299         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44300         * sysdeps/i386/fpu/branred.c: Likewise.
44301         * sysdeps/i386/fpu/dosincos.c: Likewise.
44302         * sysdeps/i386/fpu/mpa.c: Likewise.
44303         * sysdeps/i386/fpu/s_cos.S: Likewise.
44304         * sysdeps/i386/fpu/s_sin.S: Likewise.
44305         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44306         * sysdeps/i386/fpu/sincos32.c: Likewise.
44308         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44309         Define.
44310         (libc_feupdateenv_53bit): Define.
44311         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44312         Define.
44313         (libc_feupdateenv_53bit): Define.
44315         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44316         53 bit (without extend i386 double precision).
44318         * math/libm-test.inc (sincos_test): Add tests for large input.
44319         (sin): Likewise.
44320         (cos): Likewise.
44322         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44324 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44328 2012-03-15  David S. Miller  <davem@davemloft.net>
44330         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44331         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44332         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44333         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44338         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44339         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44340         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44341         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44342         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44343         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44344         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44346         file.
44347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44349         file.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44352         file.
44353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44355         file.
44356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44357         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44358         fmin/fmax sysdep routines.
44359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44361 2012-03-14  David S. Miller  <davem@davemloft.net>
44363         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44364         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44365         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44366         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44367         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44368         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44369         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44370         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44371         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44372         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44373         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44374         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44375         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44376         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44377         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44378         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44379         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44380         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44381         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44382         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44383         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44384         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44385         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44386         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44387         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44388         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44389         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44390         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44391         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44392         routines.
44393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44394         file.
44395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44397         file.
44398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44400         file.
44401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44403         file.
44404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44406         file.
44407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44409         file.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44411         file.
44412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44413         file.
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44415         file.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44417         New file.
44418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44419         file.
44420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44421         file.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44424         file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44427         file.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44430         file.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44433         VIS3 routines.
44435         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44436         New file.
44438         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44440         * sysdeps/sparc/configure.in: New file.
44441         * sysdeps/sparc/configure: Generate.
44442         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44443         * configure: Regenerate.
44444         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44445         * config.make.in (have-as-vis3): New.
44446         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44447         available use -Av9d instead of -Av9a.
44448         * sysdeps/sparc/sparc64/Makefile: Likewise.
44449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44451         New file.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44453         file.
44454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44455         New file.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44457         file.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44464         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44465         fzeros/fnegs to load 0x80000000 into a float register instead of
44466         using the stack.
44467         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44469 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44471         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44472         bits/syscall.h.
44473         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44474         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44475         ($(inst_includedir)/bits/syscall.h): Remove rule.
44476         ($(objpfx)bits/syscall.d): Include instead of
44477         $(objpfx)syscall-list.d.
44478         (generated): Change syscall-list.h and syscall-list.d to
44479         bits/syscall.h and bits/syscall.d.
44481 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44483         [BZ #13846]
44484         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44486 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44488         [BZ #13841]
44489         * math/s_csqrt.c: Include <float.h>.
44490         (__csqrt): Scale large or subnormal inputs.
44491         * math/s_csqrtf.c: Likewise.
44492         * math/s_csqrtl.c: Likewise.
44493         * math/libm-test.inc (csqrt_test): Add more tests.
44494         * sysdeps/i386/fpu/libm-test-ulps: Update.
44495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44497         [BZ #13840]
44498         * math/libm-test.inc (hypot_test): Add more tests.
44500 2012-03-13  David S. Miller  <davem@davemloft.net>
44502         [BZ #13840]
44503         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44504         double-precision for the calculation instead of scaling.
44506 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44508         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44509         manipulate bits before adding and subtracting TWO52[sx].
44510         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44511         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44512         Likewise.
44513         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44515 2012-03-13  David S. Miller  <davem@davemloft.net>
44517         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44518         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44519         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44520         rtld-global-offsets.h
44521         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44523         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44524         large parameters.
44526         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44528         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44529         'err' in the ifdef scope in which it is actually used.
44531         * nss/nss_db/db-init.c: Include string.h
44533 2012-03-12  David S. Miller  <davem@davemloft.net>
44535         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44536         masking out of the most significant byte of random value used.
44537         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44538         Fix coding style in previous change.
44540         * sysdeps/unix/sysv/linux/kernel-features.h
44541         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44542         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44543         expression.
44544         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44545         later.
44547 2012-03-11  David S. Miller  <davem@davemloft.net>
44549         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44550         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44551         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44552         for 'resultvar' otherwise things get truncated on 64-bit.
44554         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44555         Fix masking out of the most significant byte of random value used.
44557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44559 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44563 2012-03-09  David S. Miller  <davem@davemloft.net>
44565         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44566         variables with appropriate CPP guards.
44567         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44568         from the frame pointer, not the stack pointer.  Correct layout
44569         comments.  Fix test on resulting framesize and the management of
44570         the outregs buffer for pltexit.  Preserve floating point return
44571         values across _dl_call_pltexit call.
44572         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44573         framesize and the management of the outregs buffer for pltexit.
44574         Preserve floating point return values across _dl_call_pltexit
44575         call.
44576         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44577         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44578         (la_sparc64_gnu_pltexit): New functions.
44579         (print_exit): Fix format string for return register value.
44581 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44583         * sunrpc/Makefile (others): Add rpcgen.
44584         ($(objpfx)rpcgen): Remove special build rule and dependency on
44585         libc.
44586         * sunrpc/rpcgen.c: New file.
44588 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44590         [BZ #13673]
44591         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44592         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44593         * sysdeps/i386/crti.S: Likewise.
44594         * sysdeps/i386/crtn.S: Likewise.
44595         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44596         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44597         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44598         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44599         * sysdeps/sh/crti.S: Likewise.
44600         * sysdeps/sh/crtn.S: Likewise.
44601         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44603         [BZ #13673]
44604         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44605         with URL.
44606         * locale/programs/locfile-kw.gperf: Likewise.
44607         * locale/programs/charmap-kw.h: Regenerated.
44608         * locale/programs/locfile-kw.h: Likewise.
44610         [BZ #13673]
44611         * intl/plural.y: Replace FSF snail mail address with URL.
44612         * intl/plural.c: Regenerated.
44614 2012-03-09  Richard Henderson  <rth@twiddle.net>
44616         * include/math_private.h: Remove file.
44617         * math/math_private.h: Move file ...
44618         * sysdeps/generic/math_private.h: ... here.
44620         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44621         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44622         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44624         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44625         and <math_private.h>.
44626         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44627         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44628         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44629         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44630         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44637         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44640         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44641         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44642         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44643         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44644         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44645         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44646         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44647         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44648         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44649         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44650         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44651         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44652         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44653         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44654         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44656         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44660         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44661         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44662         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44663         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44664         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44665         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44666         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44667         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44668         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44669         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44670         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44671         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44672         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44673         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44674         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44675         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44676         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44677         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44678         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44679         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44680         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44681         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44682         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44683         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44684         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44685         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44686         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44687         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44688         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44689         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44690         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44691         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44692         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44693         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44694         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44695         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44696         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44697         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44698         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44699         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44700         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44701         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44702         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44703         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44704         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44705         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44706         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44707         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44708         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44709         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44710         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44711         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44712         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44713         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44714         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44715         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44716         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44717         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44718         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44719         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44720         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44721         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44722         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44723         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44724         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44725         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44726         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44727         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44728         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44729         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44730         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44731         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44732         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44733         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44734         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44735         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44736         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44737         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44738         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44739         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44740         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44741         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44742         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44743         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44744         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44745         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44746         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44747         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44748         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44749         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44750         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44751         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44752         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44753         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44754         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44755         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44756         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44757         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44758         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44759         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44760         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44761         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44762         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44763         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44764         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44765         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44766         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44767         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44768         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44769         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44770         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44771         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44772         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44773         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44774         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44775         * sysdeps/ieee754/k_standard.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44817         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44822         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44823         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44824         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44826         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44827         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44828         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44829         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44830         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44834         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44839         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44843         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44845         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44846         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44847         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44848         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44849         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44850         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44853         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44862         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44863         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44864         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44865         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44867         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44868         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44869         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44870         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44871         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44872         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44873         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44874         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44875         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44876         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44877         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44878         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44879         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44882         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44883         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44884         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44887         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44888         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44889         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44890         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44891         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44895         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44896         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44898         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44900         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44903         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44908         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44924         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44925         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44926         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44936         * sysdeps/ieee754/s_lib_version.c: Likewise.
44937         * sysdeps/ieee754/s_matherr.c: Likewise.
44938         * sysdeps/ieee754/s_signgam.c: Likewise.
44939         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44940         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44941         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44942         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44943         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44944         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44945         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44946         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44947         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44948         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44949         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44950         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44951         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44952         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44953         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44954         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44955         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44956         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44957         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44958         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44959         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44961 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44963         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44964         * sunrpc/rpc_main.c: Likewise.
44965         * sunrpc/rpc_svcout.c: Likewise.
44967 2012-03-09  David S. Miller  <davem@davemloft.net>
44969         * include/math_private.h: New file.
44971 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44973         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44974         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44975         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44976         from <bits/socket_type.h>.
44977         (enum __socket_type): Don't define here.
44978         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44979         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44980         bits/socket_type.h.
44982         [BZ #13566]
44983         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44984         checking __USE_GNU.
44986         * Makerules ($(inst_includedir)/%.h): New rule.
44987         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44988         (install-others): Remove variable setting.
44989         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44991 2012-03-08  Richard Henderson  <rth@twiddle.net>
44993         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44994         from macro to inline function; merge with the
44995         !__LIBC_INTERNAL_MATH_INLINES version.
44996         (__ieee754_sqrtf): Likewise.
44998         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44999         to inline function.
45000         (__rintf, __floor, __floorf): Likewise.
45002         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45003         macro to inline function.
45004         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45006         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45007         not <math/math_private.h>.
45009 2012-03-08  David S. Miller  <davem@davemloft.net>
45011         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45012         copyright year.
45013         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45015 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45017         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45018         normalization.
45019         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45020         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45022 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45024         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45025         be defined individually, they must be defined as a block.  Define
45026         S for printing a string instead of hidint the different by using a
45027         macro for adding the 'l'.
45028         * stdio-common/tst-fphex-wide.c: Adjust.
45030 2012-03-07  Marek Polacek  <polacek@redhat.com>
45032         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45034 2012-03-08  Marek Polacek  <polacek@redhat.com>
45036         [BZ #13806]
45037         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45038         * stdio-common/tst-fphex.c: Define a few macros to make the
45039         test reusable.  Use them.
45040         * stdio-common/tst-fphex-wide.c: New file.
45042 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45044         [BZ #6911]
45045         * manual/macros.texi (gnusystems): New macro.
45046         (nongnusystems): Likewise.
45047         (gnulinuxhurdsystems): Likewise.
45048         (gnuhurdsystems): Likewise..
45049         (gnulinuxsystems): Likewise.
45050         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45051         variants of the GNU system, not "GNU system".
45052         * manual/conf.texi: Likewise.
45053         * manual/errno.texi: Likewise.  Update example of errno macro
45054         expansion.
45055         * manual/filesys.texi: Likewise.
45056         (getumask): Document as specific to GNU/Hurd.
45057         * manual/install.texi: Likewise.  Reword some references to
45058         GNU/Linux.
45059         * manual/intro.texi: Likewise.
45060         * manual/io.texi: Likewise.
45061         (File Name Portability): Detail which constraints are inapplicable
45062         to all GNU systems and which are only inapplicable to GNU/Hurd.
45063         * manual/job.texi: Likewise.
45064         * manual/llio.texi: Likewise.
45065         (O_NOCTTY): Document as present on GNU/Linux.
45066         * manual/maint.texi: Likewise.
45067         * manual/memory.texi: Likewise.
45068         * manual/pattern.texi: Likewise.
45069         * manual/pipe.texi: Likewise.
45070         * manual/process.texi: Likewise.
45071         * manual/resource.texi: Likewise.
45072         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45073         child on GNU/Hurd.
45074         * manual/setjmp.texi: Likewise.
45075         * manual/signal.texi: Likewise.
45076         * manual/startup.texi: Likewise.
45077         * manual/stdio.texi: Likewise.
45078         * manual/terminal.texi: Likewise.
45079         (ONLCR): Document as POSIX.
45080         (OXTABS): Document availability on GNU/Linux as XTABS.
45081         (ONOEOT): Document availability separately from other bits.
45082         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45083         * manual/time.texi: Likewise.
45084         * manual/users.texi: Likewise.
45085         * INSTALL: Regenerated.
45086         * sysdeps/gnu/errlist.c: Regenerated.
45088         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45089         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45090         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45091         puts.
45092         * configure: Regenerated.
45094 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45096         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45097         default includes instead of AC_HEADER_CHECK.
45098         * sysdeps/i386/configure: Regenerated.
45100         [BZ #10716]
45101         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45102         * math/s_cacoshf.c (__cacoshf): Likewise.
45103         * math/s_cacoshl.c (__cacoshl): Likewise.
45104         * math/s_casinh.c (__casinh): Set signs of result from argument.
45105         * math/s_casinhf.c (__casinhf): Likewise.
45106         * math/s_casinhl.c (__casinhl): Likewise.
45107         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45108         (casinh_test): Add more tests.
45109         * sysdeps/i386/fpu/libm-test-ulps: Update.
45110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45112 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45114         * po/zh_TW.po: Update from translation team.
45116         * login/Makefile (distribute): Remove variable.
45117         * catgets/Makefile: Likewise.
45118         * mach/Makefile: Likewise.
45119         * malloc/Makefile: Likewise.
45120         * misc/Makefile: Likewise.
45121         * iconv/Makefile: Likewise.
45122         * nscd/Makefile: Likewise.
45123         * hurd/Makefile: Likewise.
45124         * manual/Makefile: Likewise.
45125         * locale/Makefile: Likewise.
45126         * intl/Makefile: Likewise.
45127         * conform/Makefile: Likewise.
45128         * nss/Makefile: Likewise.
45129         * time/Makefile: Likewise.
45130         * soft-fp/Makefile: Likewise.
45131         * dirent/Makefile: Likewise.
45132         * gmon/Makefile: Likewise.
45133         * po/Makefile: Likewise.
45134         * rt/Makefile: Likewise.
45135         * socket/Makefile: Likewise.
45136         * math/Makefile: Likewise.
45137         * signal/Makefile: Likewise.
45138         * debug/Makefile: Likewise.
45139         * elf/Makefile: Likewise.
45140         * timezone/Makefile: Likewise.
45141         * stdlib/Makefile: Likewise.
45142         * iconvdata/Makefile: Likewise.
45143         * sunrpc/Makefile: Likewise.
45144         * io/Makefile: Likewise.
45145         * argp/Makefile: Likewise.
45146         * inet/Makefile: Likewise.
45147         * hesiod/Makefile: Likewise.
45148         * grp/Makefile: Likewise.
45149         * csu/Makefile: Likewise.
45150         * wctype/Makefile: Likewise.
45151         * crypt/Makefile: Likewise.
45152         * libio/Makefile: Likewise.
45153         * string/Makefile: Likewise.
45154         * nis/Makefile: Likewise.
45155         * resolv/Makefile: Likewise.
45156         * stdio-common/Makefile: Likewise.
45157         * wcsmbs/Makefile: Likewise.
45158         * dlfcn/Makefile: Likewise.
45159         * posix/Makefile: Likewise.
45161         [BZ #6959]
45162         * timezone/Makefile: Don't install timezone files, just the programs
45163         and scripts.
45165 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45167         * nss/databases.def: Add missing gshadow entry.
45169         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45171 2012-03-06  Marek Polacek  <polacek@redhat.com>
45173         [BZ #13726]
45174         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45175         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45176         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45177         * stdio-common/tst-long-dbl-fphex.c: New file.
45179 2012-03-06  David S. Miller  <davem@davemloft.net>
45181         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45182         (set_obp_int): New function.
45183         (get_obp_int): New function.
45184         (__get_clockfreq_via_dev_openprom): Likewise.
45185         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45186         Avoid unused variable warnings on 'val' and use builtin_expect.
45187         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45188         __builtin_expect.
45189         (INLINE_CLONE_SYSCALL): Likewise.
45191 2012-03-05  David S. Miller  <davem@davemloft.net>
45193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45195 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45199         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45200         only for |x| >= 40.
45201         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45203 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45205         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45206         Replace gettimeofday with __vdso_gettimeofday.
45208         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45209         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45210         __vdso_clock_gettime and __vdso_getcpu.
45212         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45213         time with __vdso_time.
45215 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45217         * manual/lang.texi (size_t): Note types to which size_t may be
45218         equivalent with the GNU C Library, but do not describe when
45219         differences between them are significant.
45221 2012-03-05  Andreas Jaeger  <aj@suse.de>
45223         * sysdeps/i386/fpu/libm-test-ulps: Update.
45225 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45227         [BZ #3976]
45228         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45229         (__ieee754_pow): Save and restore rounding mode and use
45230         round-to-nearest for main computations.
45231         * math/libm-test.inc (pow_test_tonearest): New function.
45232         (pow_test_towardzero): Likewise.
45233         (pow_test_downward): Likewise.
45234         (pow_test_upward): Likewise.
45235         (main): Call the new functions.
45236         * sysdeps/i386/fpu/libm-test-ulps: Update.
45237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45239         [BZ #3976]
45240         * math/libm-test.inc (cosh_test_tonearest): New function.
45241         (cosh_test_towardzero): Likewise.
45242         (cosh_test_downward): Likewise.
45243         (cosh_test_upward): Likewise.
45244         (sinh_test_tonearest): Likewise.
45245         (sinh_test_towardzero): Likewise.
45246         (sinh_test_downward): Likewise.
45247         (sinh_test_upward): Likewise.
45248         (main): Call the new functions.
45249         * sysdeps/i386/fpu/libm-test-ulps: Update.
45250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45252 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45254         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45255         default stack guard is set in last bytes.
45256         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45258 2012-03-05  Kees Cook  <keescook@chromium.org>
45260         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45262         [BZ #13656]
45263         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45264         possibly allocate from heap instead of stack.
45265         * stdio-common/bug-vfprintf-nargs.c: New file.
45266         * stdio-common/Makefile (tests): Add nargs overflow test.
45268 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45272 2012-03-03  Marek Polacek  <polacek@redhat.com>
45274         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45275         * math/math_private.h: Likewise.
45276         * stdlib/tst-strtod.c: Likewise.
45277         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45278         * sysdeps/x86_64/bits/atomic.h: Likewise.
45280 2012-03-02  David S. Miller  <davem@davemloft.net>
45282         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45285         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45286         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45287         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45288         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45289         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45291 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45293         [BZ #13792]
45294         * manual/examples/README: New file, says the example source files
45295         can be used under GPL>=2.
45296         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45297         line containing just "*/".
45298         * manual/examples/add.c: Add copyright header (GPL>=2).
45299         * manual/examples/argp-ex1.c: Likewise.
45300         * manual/examples/argp-ex2.c: Likewise.
45301         * manual/examples/argp-ex3.c: Likewise.
45302         * manual/examples/argp-ex4.c: Likewise.
45303         * manual/examples/atexit.c: Likewise.
45304         * manual/examples/db.c: Likewise.
45305         * manual/examples/dir.c: Likewise.
45306         * manual/examples/dir2.c: Likewise.
45307         * manual/examples/execinfo.c: Likewise.
45308         * manual/examples/filecli.c: Likewise.
45309         * manual/examples/filesrv.c: Likewise.
45310         * manual/examples/fmtmsgexpl.c: Likewise.
45311         * manual/examples/genpass.c: Likewise.
45312         * manual/examples/inetcli.c: Likewise.
45313         * manual/examples/inetsrv.c: Likewise.
45314         * manual/examples/isockad.c: Likewise.
45315         * manual/examples/longopt.c: Likewise.
45316         * manual/examples/memopen.c: Likewise.
45317         * manual/examples/memstrm.c: Likewise.
45318         * manual/examples/mkfsock.c: Likewise.
45319         * manual/examples/mkisock.c: Likewise.
45320         * manual/examples/mygetpass.c: Likewise.
45321         * manual/examples/pipe.c: Likewise.
45322         * manual/examples/popen.c: Likewise.
45323         * manual/examples/rprintf.c: Likewise.
45324         * manual/examples/search.c: Likewise.
45325         * manual/examples/select.c: Likewise.
45326         * manual/examples/setjmp.c: Likewise.
45327         * manual/examples/sigh1.c: Likewise.
45328         * manual/examples/sigusr.c: Likewise.
45329         * manual/examples/stpcpy.c: Likewise.
45330         * manual/examples/strdupa.c: Likewise.
45331         * manual/examples/strftim.c: Likewise.
45332         * manual/examples/strncat.c: Likewise.
45333         * manual/examples/subopt.c: Likewise.
45334         * manual/examples/swapcontext.c: Likewise.
45335         * manual/examples/termios.c: Likewise.
45336         * manual/examples/testopt.c: Likewise.
45337         * manual/examples/testpass.c: Likewise.
45338         * manual/examples/timeval_subtract.c: Likewise.
45340         [BZ #13792]
45341         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45342         function to ...
45343         * manual/timeval_subtract.c.texi: ... here, new file.
45345 2012-03-02  David S. Miller  <davem@davemloft.net>
45347         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45349 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45351         [BZ #3976]
45352         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45353         (__sin): Save and restore rounding mode and use round-to-nearest
45354         for all computations.
45355         (__cos): Save and restore rounding mode and use round-to-nearest
45356         for all computations.
45357         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45358         <fenv.h>.
45359         (tan): Save and restore rounding mode and use round-to-nearest for
45360         all computations.
45361         * math/libm-test.inc (cos_test_tonearest): New function.
45362         (cos_test_towardzero): Likewise.
45363         (cos_test_downward): Likewise.
45364         (cos_test_upward): Likewise.
45365         (sin_test_tonearest): Likewise.
45366         (sin_test_towardzero): Likewise.
45367         (sin_test_downward): Likewise.
45368         (sin_test_upward): Likewise.
45369         (tan_test_tonearest): Likewise.
45370         (tan_test_towardzero): Likewise.
45371         (tan_test_downward): Likewise.
45372         (tan_test_upward): Likewise.
45373         (main): Call the new functions.
45374         * sysdeps/i386/fpu/libm-test-ulps: Update.
45375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45377         [BZ #10135]
45378         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45379         small n, then large n, before computing and testing k+n.
45380         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45381         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45382         Likewise.
45383         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45384         Likewise.
45385         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45386         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45387         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45388         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45389         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45390         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45391         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45392         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45393         * math/libm-test.inc (scalbn_test): Add more tests.
45394         (scalbln_test): Likewise.
45396         * manual/filesys.texi (mode_t): Describe constraints on size and
45397         signedness, not exact equivalence to a particular type.
45398         (ino_t): Likewise.
45399         (ino64_t): Likewise.
45400         (dev_t): Likewise.
45401         (nlink_t): Likewise.
45402         (blkcnt_t): Likewise.
45403         (blkcnt64_t): Likewise.
45404         * manual/llio.texi (off_t): Likewise.
45406         [BZ #3976]
45407         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45408         (__ieee754_exp): Save and restore rounding mode and use
45409         round-to-nearest for all computations.
45410         * math/libm-test.inc (exp_test_tonearest): New function.
45411         (exp_test_towardzero): Likewise.
45412         (exp_test_downward): Likewise.
45413         (exp_test_upward): Likewise.
45414         (main): Call the new functions.
45415         * sysdeps/i386/fpu/libm-test-ulps: Update.
45416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45418 2012-03-01  Chris Demetriou  <cgd@google.com>
45420         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45421         have predictable order.
45423 2012-03-01  David S. Miller  <davem@davemloft.net>
45425         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45427         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45428         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45429         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45430         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45432         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45433         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45434         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45436         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45437         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45438         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45439         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45440         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45444         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45445         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45446         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45448         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45449         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45450         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45451         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45452         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45453         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45454         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45455         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45456         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45457         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45458         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45459         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45460         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45461         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45462         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45463         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45464         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45465         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45466         * sysdeps/sparc/elf/configure: Regenerated.
45468 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45470         * configure.in (AS, LD): Require binutils 2.20 or later.
45471         * configure: Regenerated.
45472         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45473         as required minimum version.
45474         * INSTALL: Regenerated.
45476         [BZ #2541]
45477         [BZ #4108]
45478         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45479         before squaring exponent.
45480         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45481         bottom long double and 27 bits of top long double before squaring
45482         exponent.
45483         * math/libm-test.inc (erfc_test): Add more tests.
45484         * sysdeps/i386/fpu/libm-test-ulps: Update.
45485         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45488 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45490         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45491         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45492         containing bit-fields.
45493         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45494         * soft-fp/single.h (_FP_UNION_S): Likewise.
45495         * soft-fp/double.h (_FP_UNION_D): Likewise.
45497 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45499         [BZ #13786]
45500         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45501         not include ../strcmp.S.
45502         [USE_AS_STRNCASECMP_L]: Likewise.
45503         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45504         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45505         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45506         (__strncasecmp_l_ia32): Define as alias to
45507         __strncasecmp_l_nonascii.
45509         [BZ #5794]
45510         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45511         * sysdeps/i386/fpu/libm-test-ulps: Update.
45512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45514         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45517 2012-02-29  Jeff Law  <law@redhat.com>
45519         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45520         out of bounds read.
45522 2012-02-29  Marek Polacek  <polacek@redhat.com>
45524         [BZ #13706]
45525         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45526         * elf/Makefile: Add rules to run tst-unused-dep.out.
45528 2012-02-28  David S. Miller  <davem@davemloft.net>
45530         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45531         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45532         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45533         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45534         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45535         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45537 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45539         * math/libm-test.inc (llround_test): Move one test from
45540         lround_test.  Use TEST_f_L in moved test.
45541         (lround_test): Move misplaced test to llround_test.  Add testcase
45542         from bug 2561.
45544 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45546         * sysdeps/x86_64/fpu/e_expf.S: New file.
45547         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45549 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45551         [BZ #13637]
45552         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45553         of remain_len that may cause incomplete multi-byte character and
45554         false match.
45555         * posix/bug-regex33.c: New file.
45556         * posix/Makefile (tests): Add bug-regex33.
45558 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45560         * manual/macros.texi: New file.
45561         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45562         * manual/libc.texinfo: Include macros.texi.
45563         * manual/creatute.texi: Likewise.
45564         * manual/install.texi: Likewise.
45565         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45566         @glibcadj{} in references to the GNU C Library.
45567         * manual/charset.texi: Likewise.
45568         * manual/conf.texi: Likewise.
45569         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45570         when not using those macros.
45571         * manual/creature.texi: Likewise.
45572         * manual/crypt.texi: Likewise.
45573         * manual/errno.texi: Likewise.
45574         * manual/filesys.texi: Likewise.
45575         * manual/header.texi: Likewise.
45576         * manual/install.texi: Likewise.
45577         * manual/intro.texi: Likewise.
45578         * manual/io.texi: Likewise.
45579         * manual/job.texi: Likewise.
45580         * manual/lang.texi: Likewise.
45581         * manual/libc.texiinfo: Likewise.
45582         * manual/llio.texi: Likewise.
45583         * manual/locale.texi: Likewise.
45584         * manual/maint.texi: Likewise.
45585         * manual/math.texi: Likewise.
45586         * manual/memory.texi: Likewise.
45587         * manual/message.texi: Likewise.
45588         * manual/nss.texi: Likewise.
45589         * manual/pattern.texi: Likewise.
45590         * manual/process.texi: Likewise.
45591         * manual/resource.texi: Likewise.
45592         * manual/search.texi: Likewise.
45593         * manual/setjmp.texi: Likewise.
45594         * manual/signal.texi: Likewise.
45595         * manual/socket.texi: Likewise.
45596         * manual/startup.texi: Likewise.
45597         * manual/stdio.texi: Likewise.
45598         * manual/string.texi: Likewise.
45599         * manual/sysinfo.texi: Likewise.
45600         * manual/syslog.texi: Likewise.
45601         * manual/terminal.texi: Likewise.
45602         * manual/time.texi: Likewise.
45603         * manual/users.texi: Likewise.
45604         * INSTALL: Regenerated.
45605         * NOTES: Regenerated.
45606         * sysdeps/gnu/errlist.c: Regenerated.
45608 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45610         * include/dirent.h: Include <dirstream.h> before
45611         <dirent/dirent.h>.
45613 2012-02-28  David S. Miller  <davem@davemloft.net>
45615         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45616         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45617         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45618         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45620 2012-02-27  David S. Miller  <davem@davemloft.net>
45622         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45623         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45624         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45625         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45628         frame pointer instead of stack pointer relative arg slot.
45629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45630         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45631         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45633 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45635         [BZ #3992]
45636         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45638 2012-02-27  David S. Miller  <davem@davemloft.net>
45640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45641         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45644         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45645         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45646         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45647         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45649 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45651         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45652         later.  Allow versions 5-9.
45653         * configure: Regenerated.
45654         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45655         required minimum version and 4.6 as recommended version.  Do not
45656         mention bugs in GCC 2.7 and 2.8.
45657         * INSTALL: Regenerated.
45659 2012-02-27  David S. Miller  <davem@davemloft.net>
45661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45665         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45666         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45667         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45668         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45670         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45671         manipulate bits before adding and subtracting TWO112[sx].
45672         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45674 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45676         [BZ #13775]
45677         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45678         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45679         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45680         being in POSIX, because they are in 1003.1-2008.
45682         * rt/tst-aio.c: Include <fcntl.h>.
45683         * rt/tst-aio7.c: Likewise.
45684         * rt/tst-aio64.c: Likewise.
45686         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45688 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45690         * manual/install.texi (--with-headers): Describe headers as
45691         interface headers, not private headers.
45692         (Specific advice for GNU/Linux systems): Describe use of headers
45693         from "make headers_install", not private headers from older
45694         kernels.
45695         * INSTALL: Regenerated.
45696         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45697         Change to 2.6.19.
45698         * sysdeps/unix/sysv/linux/configure: Regenerated.
45700         * manual/llio.texi (fclean): Remove documentation.
45702         * manual/Makefile (libc-texi-generated): New variable.  Include
45703         version.texi.
45704         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45705         $(libc-texi-generated), not duplicated list of files.
45706         (version.texi, stamp-version): New rules.
45707         (realclean): Remove $(libc-texi-generated), not individual files
45708         from that list.  Do not remove dir-add.texinfo.
45709         * manual/libc.texinfo: Comment out uses of edition numbers and
45710         references to printed manual.  Remove last-updated dates.
45711         (EDITION): Comment out.
45712         (ISBN): Likewise.
45713         (VERSION, UPDATED): Remove.
45714         (version.texi): Include.
45716 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45718         * sysdeps/posix/spawni.c: Include <signal.h>.
45719         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45720         * sysdeps/pthread/aio_fsync.c: Likewise.
45722 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45724         * conform/Makefile (tests): Run only when not cross-compiling and
45725         when fast-check is not defined.
45727         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45728         * conform/data/limits.h-data: Fixes for POSIX2008.
45729         * conform/run-conformtest.sh: Run all tests.
45730         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45731         headers.
45732         * include/bits/dlfcn.h: Likewise.
45733         * include/langinfo.h: Likewise.
45734         * include/monetary.h: Likewise.
45735         * include/sys/poll.h: Likewise.
45737         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45738         for __USE_GNU.
45739         * posix/spawn.h: Define __need_sigset_t.
45740         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45741         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45742         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45743         to get sigevent_t only.
45744         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45745         only for __USE_GNU.
45746         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45747         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45748         process_vm_writev only for __USE_GNU.
45749         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45751         * conform/Makefile: For now ignore errors from run-conformtest.
45752         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45753         POSIX to avoid namespace pollution.  Don't prepend headers.
45754         * conform/data/aio.h-data: Fixes for POSIX testing.
45755         * conform/data/fcntl.h-data: Likewise.
45756         * conform/data/glob.h-data: Likewise.
45757         * conform/data/grp.h-data: Likewise.
45758         * conform/data/pthread.h-data: Likewise.
45759         * conform/data/pwd.h-data: Likewise.
45760         * conform/data/signal.h-data: Likewise.
45761         * conform/data/spawn.h-data: Likewise.
45762         * conform/data/stdio.h-data: Likewise.
45763         * conform/data/stdlib.h-data: Likewise.
45764         * conform/data/stropts.h-data: Likewise.
45765         * conform/data/sys/mman.h-data: Likewise.
45766         * conform/data/sys/stat.h-data: Likewise.
45767         * conform/data/sys/types.h-data: Likewise.
45768         * conform/data/sys/wait.h-data: Likewise.
45769         * conform/data/time.h-data: Likewise.
45770         * conform/data/unistd.h-data: Likewise.
45771         * conform/data/utime.h-data: Likewise.
45773         * io/sys/stat.h: fchmod was always in POSIX.
45774         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45775         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45776         * rt/aio.h: Define __need_timespec before including <time.h>.
45777         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45778         struct.  Add forward declaration of pthread_attr_t and use it in
45779         sigevent.
45780         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45781         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45782         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45783         always remove CLK_TCK definition.
45785 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45787         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45789 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45791         * conform/run-conformtest.sh: New file.
45792         * conform/Makefile: Run run-conformtest for tests.
45793         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45794         support.
45796         * conform/data/uchar.h-data: New file.
45797         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45798         * conform/data/arpa/inet.h-data: Likewise.
45799         * conform/data/assert.h-data: Likewise.
45800         * conform/data/complex.h-data: Likewise.
45801         * conform/data/cpio.h-data: Likewise.
45802         * conform/data/ctype.h-data: Likewise.
45803         * conform/data/dirent.h-data: Likewise.
45804         * conform/data/dlfcn.h-data: Likewise.
45805         * conform/data/errno.h-data: Likewise.
45806         * conform/data/fcntl.h-data: Likewise.
45807         * conform/data/float.h-data: Likewise.
45808         * conform/data/fmtmsg.h-data: Likewise.
45809         * conform/data/fnmatch.h-data: Likewise.
45810         * conform/data/ftw.h-data: Likewise.
45811         * conform/data/glob.h-data: Likewise.
45812         * conform/data/grp.h-data: Likewise.
45813         * conform/data/iconv.h-data: Likewise.
45814         * conform/data/inttypes.h-data: Likewise.
45815         * conform/data/langinfo.h-data: Likewise.
45816         * conform/data/libgen.h-data: Likewise.
45817         * conform/data/limits.h-data: Likewise.
45818         * conform/data/locale.h-data: Likewise.
45819         * conform/data/math.h-data: Likewise.
45820         * conform/data/monetary.h-data: Likewise.
45821         * conform/data/mqueue.h-data: Likewise.
45822         * conform/data/ndbm.h-data: Likewise.
45823         * conform/data/net/if.h-data: Likewise.
45824         * conform/data/netdb.h-data: Likewise.
45825         * conform/data/netinet/in.h-data: Likewise.
45826         * conform/data/nl_types.h-data: Likewise.
45827         * conform/data/poll.h-data: Likewise.
45828         * conform/data/pthread.h-data: Likewise.
45829         * conform/data/pwd.h-data: Likewise.
45830         * conform/data/regex.h-data: Likewise.
45831         * conform/data/sched.h-data: Likewise.
45832         * conform/data/search.h-data: Likewise.
45833         * conform/data/semaphore.h-data: Likewise.
45834         * conform/data/setjmp.h-data: Likewise.
45835         * conform/data/signal.h-data: Likewise.
45836         * conform/data/spawn.h-data: Likewise.
45837         * conform/data/stdarg.h-data: Likewise.
45838         * conform/data/stdio.h-data: Likewise.
45839         * conform/data/stdlib.h-data: Likewise.
45840         * conform/data/string.h-data: Likewise.
45841         * conform/data/strings.h-data: Likewise.
45842         * conform/data/stropts.h-data: Likewise.
45843         * conform/data/sys/ipc.h-data: Likewise.
45844         * conform/data/sys/mman.h-data: Likewise.
45845         * conform/data/sys/msg.h-data: Likewise.
45846         * conform/data/sys/resource.h-data: Likewise.
45847         * conform/data/sys/select.h-data: Likewise.
45848         * conform/data/sys/sem.h-data: Likewise.
45849         * conform/data/sys/shm.h-data: Likewise.
45850         * conform/data/sys/socket.h-data: Likewise.
45851         * conform/data/sys/stat.h-data: Likewise.
45852         * conform/data/sys/statvfs.h-data: Likewise.
45853         * conform/data/sys/time.h-data: Likewise.
45854         * conform/data/sys/timeb.h-data: Likewise.
45855         * conform/data/sys/times.h-data: Likewise.
45856         * conform/data/sys/types.h-data: Likewise.
45857         * conform/data/sys/uio.h-data: Likewise.
45858         * conform/data/sys/un.h-data: Likewise.
45859         * conform/data/sys/utsname.h-data: Likewise.
45860         * conform/data/sys/wait.h-data: Likewise.
45861         * conform/data/syslog.h-data: Likewise.
45862         * conform/data/tar.h-data: Likewise.
45863         * conform/data/termios.h-data: Likewise.
45864         * conform/data/utime.h-data: Likewise.
45865         * conform/data/utmpx.h-data: Likewise.
45866         * conform/data/varargs.h-data: Likewise.
45867         * conform/data/wchar.h-data: Likewise.
45868         * conform/data/wctype.h-data: Likewise.
45869         * conform/data/wordexp.h-data: Likewise.
45871         * include/stropts.h: New file.
45872         * include/uchar.h: New file.
45873         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45874         * include/assert.h: Likewise.
45875         * include/ctype.h: Likewise.
45876         * include/dirent.h: Likewise.
45877         * include/dlfcn.h: Likewise.
45878         * include/fcntl.h: Likewise.
45879         * include/fnmatch.h: Likewise.
45880         * include/glob.h: Likewise.
45881         * include/grp.h: Likewise.
45882         * include/libio.h: Likewise.
45883         * include/locale.h: Likewise.
45884         * include/math.h: Likewise.
45885         * include/net/if.h: Likewise.
45886         * include/netdb.h: Likewise.
45887         * include/netinet/in.h: Likewise.
45888         * include/pthread.h: Likewise.
45889         * include/pwd.h: Likewise.
45890         * include/regex.h: Likewise.
45891         * include/sched.h: Likewise.
45892         * include/search.h: Likewise.
45893         * include/setjmp.h: Likewise.
45894         * include/signal.h: Likewise.
45895         * include/stdio.h: Likewise.
45896         * include/stdlib.h: Likewise.
45897         * include/string.h: Likewise.
45898         * include/sys/cdefs.h: Likewise.
45899         * include/sys/mman.h: Likewise.
45900         * include/sys/msg.h: Likewise.
45901         * include/sys/resource.h: Likewise.
45902         * include/sys/select.h: Likewise.
45903         * include/sys/socket.h: Likewise.
45904         * include/sys/stat.h: Likewise.
45905         * include/sys/statvfs.h: Likewise.
45906         * include/sys/time.h: Likewise.
45907         * include/sys/times.h: Likewise.
45908         * include/sys/uio.h: Likewise.
45909         * include/sys/utsname.h: Likewise.
45910         * include/sys/wait.h: Likewise.
45911         * include/termios.h: Likewise.
45912         * include/time.h: Likewise.
45913         * include/ulimit.h: Likewise.
45914         * include/unistd.h: Likewise.
45915         * include/utime.h: Likewise.
45916         * include/wchar.h: Likewise.
45917         * include/wctype.h: Likewise.
45918         * include/wordexp.h: Likewise.
45920         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45922         * time/time.h: TIME_UTC must be a macro.
45923         Make timespec_get available for ISO C11 only as well.
45925 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45927         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45928         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45930 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45932         * configure.in: Use -o not -a in test for unsupported multi-arch.
45934 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45936         * manual/texinfo.tex: Update to version 2012-01-19.16.
45938 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45940         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45942 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45944         [BZ #13738]
45945         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45946         * manual/fdl-1.3.texi: New file.
45947         * manual/fdl-1.1.texi: File removed.
45949         [BZ #13738]
45950         * manual/libc.texinfo (FDL_VERSION): New @set.
45951         Use it for mention of FDL in cover text.
45952         (Documentation License): Use it in @include file name.
45954 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45955             Roland McGrath  <roland@hack.frob.com>
45957         [BZ #5461]
45958         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45959         (not LONG_LONG_MAX and LONG_LONG_MIN.
45960         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45961         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45962         name.
45963         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45965 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45967         [BZ #2547]
45968         [BZ #11365]
45969         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45970         manipulate bits before adding and subtracting TWO23[sx].
45971         * math/libm-test.inc (nearbyint_test): Add more tests.
45973 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45975         [BZ #2548]
45976         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45977         bits before adding and subtracting TWO23[sx].
45978         * math/libm-test.inc (rint_test): Add more tests.
45979         (rint_test_tonearest): Likewise.
45980         (rint_test_towardzero): Likewise.
45981         (rint_test_downward): Likewise.
45982         (rint_test_upward: Likewise.
45984 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45986         [BZ #10110]
45987         * include/stdc-predef.h: New file.  Extracted from features.h.
45988         * include/features.h: Include stdc-predef.h.
45989         * Makefile (headers): Add stdc-predef.h.
45990         * CONFORMANCE (Compiler limitations): Update.
45992 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45994         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45996 2012-02-21  David S. Miller  <davem@davemloft.net>
45998         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45999         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46001 2012-02-20  David S. Miller  <davem@davemloft.net>
46003         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46004         using a normal save/restore sequence, rather than allocating a
46005         dummy stack frame just to store a frame pointer and restore.
46006         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46008 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46010         * manual/install.texi: Fix stray word in line-wrapped comment.
46012 2012-02-20  David S. Miller  <davem@davemloft.net>
46014         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46015         both binutils and gcc support GOTDATA.
46017         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46018         "rd %pc" in the PIC register setup sequences.
46020         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46021         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46022         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46023         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46024         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46025         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46026         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46027         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46028         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46029         (SYSCALL_ERROR_HANDLER): Likewise.
46030         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46031         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46032         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46033         (SYSCALL_ERROR_HANDLER): Likewise.
46035         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46036         (HAVE_GCC_GOTDATA): New.
46037         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46038         relocation support in both binutils and gcc.
46039         * sysdeps/sparc/elf/configure: Regenerate.
46041         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46042         * sysdeps/sparc/sparc32/elf/configure: Delete.
46043         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46044         * sysdeps/sparc/sparc64/elf/configure: Delete.
46045         * sysdeps/sparc/elf/configure.in: New file.
46046         * sysdeps/sparc/elf/configure: Generate.
46048         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46049         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46050         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46051         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46052         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46054 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46056         * manual/install.texi: Do not mention specific glibc version
46057         numbers.
46058         * manual/libc.texinfo (VERSION, UPDATED): Update.
46059         (@copying): Use @copyright{} and range of years.
46061 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46063         [BZ #13695]
46064         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46065         [crti.S not in sysdirs] (generated): Do not append.
46066         [crti.S not in sysdirs] (omit-deps): Likewise.
46067         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46068         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46069         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46070         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46071         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46072         Likewise.
46073         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46074         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46075         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46076         * csu/defs.awk: Remove file.
46077         * sysdeps/generic/initfini.c: Likewise.
46078         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46079         variable.
46080         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46081         Likewise.
46083 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46085         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46086         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46087         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46088         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46089         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46090         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46091         <bits/epoll.h>.
46092         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46093         (__EPOLL_PACKED): Define to empty if not defined by
46094         <bits/epoll.h>.
46095         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46096         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46097         bits/epoll.h.
46099 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46101         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46102         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46103         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46104         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46105         <bits/timerfd.h>.
46106         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46107         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46108         bits/timerfd.h.
46110 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46112         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46113         in C locale.
46114         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46115         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46116         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46119 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46121         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46122         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46124 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46126         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46127         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46128         defined.
46129         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46130         Likewise.
46131         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46132         entry for 2.16.
46134 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46136         * math/w_acos.c: Use non-signaling floating-point comparisons.
46137         * math/w_acosf.c: Likewise.
46138         * math/w_acosh.c: Likewise.
46139         * math/w_acoshf.c: Likewise.
46140         * math/w_acoshl.c: Likewise.
46141         * math/w_acosl.c: Likewise.
46142         * math/w_asin.c: Likewise.
46143         * math/w_asinf.c: Likewise.
46144         * math/w_asinl.c: Likewise.
46145         * math/w_atanh.c: Likewise.
46146         * math/w_atanhf.c: Likewise.
46147         * math/w_atanhl.c: Likewise.
46148         * math/w_exp2.c: Likewise.
46149         * math/w_exp2f.c: Likewise.
46150         * math/w_exp2l.c: Likewise.
46151         * math/w_j0.c: Likewise.
46152         * math/w_j0f.c: Likewise.
46153         * math/w_j0l.c: Likewise.
46154         * math/w_j1.c: Likewise.
46155         * math/w_j1f.c: Likewise.
46156         * math/w_j1l.c: Likewise.
46157         * math/w_jn.c: Likewise.
46158         * math/w_jnf.c: Likewise.
46159         * math/w_log.c: Likewise.
46160         * math/w_log10.c: Likewise.
46161         * math/w_log10f.c: Likewise.
46162         * math/w_log10l.c: Likewise.
46163         * math/w_log2.c: Likewise.
46164         * math/w_log2f.c: Likewise.
46165         * math/w_log2l.c: Likewise.
46166         * math/w_logf.c: Likewise.
46167         * math/w_logl.c: Likewise.
46168         * math/w_sqrt.c: Likewise.
46169         * math/w_sqrtf.c: Likewise.
46170         * math/w_sqrtl.c: Likewise.
46171         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46172         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46173         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46174         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46175         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46177 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46179         [BZ #9739]
46180         * manual/string.texi (strnlen): Use correct parameter name in
46181         equivalent expression.
46183 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46185         [BZ #11174]
46186         * manual/users.texi (seteuid): Consistently use neweuid for
46187         argument name.
46189 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46191         [BZ #13704]
46192         * manual/nss.texi (Services in the NSS configuration): Correct
46193         list of services in example configuration file.
46195 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46197         [BZ #11322]
46198         * manual/arith.texi: Remove statements about negative zero
46199         behaving identically to zero.
46201 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46203         [BZ #5993]
46204         * manual/install.texi: Do not document upgrading from libc5.
46206 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46208         [BZ #4596]
46209         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46211 2012-02-18  David S. Miller  <davem@davemloft.net>
46213         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46214         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46215         %o7 across the call.
46216         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46217         instead.
46218         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46219         SETUP_PIC_REG_LEAF.
46220         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46221         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46222         * sysdeps/sparc/crtn.S: Likewise.
46224 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46226         * aout/Makefile: Remove.
46228 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46230         [BZ #13058]
46231         * manual/examples/argp-ex1.c (main): Format definition in GNU
46232         style.
46233         * manual/examples/argp-ex2.c (main): Likewise.
46234         * manual/examples/argp-ex3.c (main): Likewise.
46235         * manual/examples/argp-ex4.c (main): Likewise.
46236         * manual/examples/longopt.c (main): Use new-style prototype
46237         definition.
46238         * manual/examples/strncat.c (main): Specify return type and use
46239         (void) for arguments.
46240         * manual/examples/subopt.c (main): Use char **argv argument.
46242 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46244         [BZ #5077]
46245         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46246         rounding modes.
46248 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46250         [BZ #6907]
46251         * manual/string.texi (strchr): Change when strchrnul is
46252         recommended.
46254 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46256         [BZ #174]
46257         * manual/locale.texi (setlocale): Document LOCPATH.
46259 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46261         [BZ #10210]
46262         * manual/process.texi (execle): Move @dots{} before last argument.
46264 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46266         [BZ #12047]
46267         * manual/charset.texi (Generic Charset Conversion): Fix typo
46268         (LC_TYPE -> LC_CTYPE).
46270 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46272         [BZ #5805]
46273         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46274         (scalbnf): Likewise.
46275         (scalbnl): Likewise.
46276         (scalbln): Likewise.
46277         (scalblnf): Likewise.
46278         (scalblnl): Likewise.
46279         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46280         (vwarnx): Likewise.
46281         (verr): Likewise.
46282         (verrx): Likewise.
46283         * manual/filesys.texi (telldir): Use braces around return type.
46284         * manual/llio.texi (mmap): Add space after comma.
46285         (mmap64): Likewise.
46286         * manual/math.texi (jn): Use @var{} on parameter names.
46287         (jnf): Likewise.
46288         (jnl): Likewise.
46289         (yn): Likewise.
46290         (ynf): Likewise.
46291         (ynl): Likewise.
46292         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46293         line.
46294         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46295         "...".
46296         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46297         (sched_get_priority_max): Likewise.
46298         * manual/signal.texi (sigvec): Add space after comma.
46299         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46300         names.
46301         (if_indextoname): Likewise.
46302         (if_freenameindex): Likewise.
46303         (sendto): Use ',' instead of '.' in prototype.
46304         * manual/startup.texi (syscall): Use @dots{} instead of literal
46305         "...".
46306         * manual/stdio.texi (__fpending): Separate initial words of
46307         paragraph from @deftypefun line.
46308         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46309         "...".
46310         (vsyslog): Use @var{} on parameter names.
46311         * manual/terminal.texi (stty): Use @var{} on parameter names.
46312         * manual/users.texi (getutmp): Use @var{} on parameter names.
46313         (getutmpx): Likewise.
46315 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46317         [BZ #6884]
46318         * manual/stdio.texi (fopen): Fix typos in description of
46319         ",ccs=STRING".
46321 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46323         [BZ #4026]
46324         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46325         get clock_id definition.
46327 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46329         [BZ #4822]
46330         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46331         (madvise): Cast every argument to void on its own.
46333 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46335         [BZ #9902]
46336         * manual/startup.texi (Exit Status): Fix typo.
46338 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46340         [BZ #10140]
46341         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46342         * manual/examples/argp-ex2.c: Likewise.
46343         * manual/examples/argp-ex3.c: Likewise.
46345 2012-02-16  Richard Henderson  <rth@redhat.com>
46347         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46348         * sysdeps/s390/s390-32/initfini.c: Remove.
46349         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46350         * sysdeps/s390/s390-64/initfini.c: Remove.
46352 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46354         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46355         compiler output for sysdeps/generic/initfini.c.
46356         * sysdeps/sh/elf/initfini.c: Remove file.
46358 2012-02-16  David S. Miller  <davem@davemloft.net>
46360         [BZ #11494]
46361         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46363         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46364         * sysdeps/sparc/crti.S: New file.
46365         * sysdeps/sparc/crtn.S: New file.
46366         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46367         * sysdeps/sparc/sparc64/Makefile: Likewise.
46369 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46371         [BZ #3335]
46372         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46374 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46376         [BZ #4822]
46377         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46379         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46380         (write, read, close): Likewise.
46381         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46383 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46385         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46386         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46387         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46388         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46389         <bits/signalfd.h>.
46390         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46391         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46392         bits/signalfd.h.
46394 2012-02-14  Marek Polacek  <polacek@redhat.com>
46396         * sysdeps/x86_64/crti.S: New file.
46397         * sysdeps/x86_64/crtn.S: New file.
46398         * sysdeps/x86_64/elf/initfini.c: Remove file.
46400 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46402         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46403         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46404         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46405         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46406         <bits/inotify.h>.
46407         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46408         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46409         bits/inotify.h.
46411 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46413         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46414         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46415         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46416         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46417         <bits/eventfd.h>.
46418         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46419         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46420         bits/eventfd.h.
46422 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46424         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46425         __feraiseexcept instead of feraiseexcept.
46427         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46428         nanosleep invocations.
46429         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46430         strings, and add error checking for a nanosleep invocations.
46432 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46434         Replace FSF snail mail address with URLs, as per GNU coding standards.
46435         Most of the snail mail addresses were wrong anyway, and omitting
46436         them makes the source code easier to maintain.  Almost all of the
46437         changes are to license notices and to locale LC_IDENTIFICATION
46438         addresses, except for this one:
46439         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46440         not its snail mail address.
46442 2012-02-09  Richard Henderson  <rth@twiddle.net>
46444         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46445         of kernel-features.h.
46447         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46449 2012-02-08  Marek Polacek  <polacek@redhat.com>
46451         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46452         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46453         * sysdeps/gnu/_G_config.h: Likewise.
46454         * sysdeps/generic/_G_config.h: Likewise.
46456 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46458         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46459         tests.
46460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46462         * sysdeps/powerpc/powerpc32/crti.S: New file.
46463         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46464         * sysdeps/powerpc/powerpc64/crti.S: New file.
46465         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46467         * Makeconfig (have-initfini): Don't set.
46468         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46469         * configure.in (nopic_initfini): Don't substitute.
46470         * config.h.in (HAVE_INITFINI): Don't #undef.
46471         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46472         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46474 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46476         Support crti.S and crtn.S provided directly by architectures.
46477         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46478         [crti.S in sysdirs] (omit-deps): Likewise.
46479         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46480         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46481         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46482         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46483         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46484         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46485         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46486         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46487         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46488         compiler output for sysdeps/generic/initfini.c.
46489         * sysdeps/i386/elf/Makefile: Remove file.
46490         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46492 2012-02-07  Marek Polacek  <polacek@redhat.com>
46494         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46495         * sysdeps/gnu/_G_config.h: Likewise.
46496         * sysdeps/mach/hurd/_G_config.h: Likewise.
46498 2012-02-07  Marek Polacek  <polacek@redhat.com>
46500         * math/Makefile (tests): Add tst-CMPLX2.
46501         * math/tst-CMPLX2.c: New file.
46503 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46505         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46507         * math/libm-test.inc (jn_test): Add missing L suffix.
46509 2012-02-06  Marek Polacek  <polacek@redhat.com>
46511         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46512         * sysdeps/i386/fpu/e_powf.S: Likewise.
46513         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46514         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46515         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46516         * sysdeps/i386/fpu/e_pow.S: Likewise.
46517         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46518         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46519         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46520         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46521         * sysdeps/i386/fpu/e_log2.S: Likewise.
46522         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46523         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46524         * sysdeps/i386/fpu/e_powl.S: Likewise.
46525         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46526         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46527         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46528         * sysdeps/i386/fpu/e_logl.S: Likewise.
46529         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46530         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46531         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46532         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46533         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46534         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46535         * sysdeps/i386/fpu/e_log.S: Likewise.
46536         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46537         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46538         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46539         * sysdeps/i386/fpu/e_logf.S: Likewise.
46540         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46541         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46542         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46543         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46544         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46545         * sysdeps/i386/fpu/e_log10.S: Likewise.
46546         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46547         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46548         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46549         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46550         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46551         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46552         * sysdeps/i386/asm-syntax.h: Likewise.
46553         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46554         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46555         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46556         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46557         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46558         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46559         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46560         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46561         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46562         * sysdeps/powerpc/sysdep.h: Likewise.
46563         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46564         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46566 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46568         [BZ #411]
46569         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46571 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46573         * sysdeps/i386/sysdep.h: Include <features.h>.
46574         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46575         version.
46577 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46579         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46580         Define.
46581         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46582         LOAD_PIC_REG_STR.
46584 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46586         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46587         (SETUP_PIC_REG): Use GET_PC_THUNK.
46588         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46589         macro.
46591 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46593         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46594         for non-PIC compilation.
46595         (SETUP_PIC_REG): Add .p2align directive.
46596         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46597         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46598         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46599         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46600         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46601         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46602         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46603         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46604         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46605         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46606         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46607         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46608         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46609         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46610         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46611         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46612         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46613         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46614         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46615         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46616         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46617         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46618         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46619         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46620         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46621         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46622         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46623         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46624         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46625         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46626         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46627         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46628         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46629         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46630         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46631         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46632         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46633         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46634         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46635         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46636         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46638 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46640         * math/tst-CMPLX.c: Include <stdio.h>.
46642 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46644         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46645         float.
46646         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46647         * sysdeps/sparc/bits/mathdef.h: Likewise.
46649 2012-01-31  Marek Polacek  <polacek@redhat.com>
46651         * libio/libio.h: Don't define _PARAMS.
46652         * locale/programs/config.h: Don't define PARAMS.
46653         * stdlib/strtol_l.c: Likewise.
46654         (__strtol_l): Remove PARAMS from the prototype.
46656 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46658         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46659         names.  Just use the correct names.  Remove unnecessary wrapper
46660         functions.
46661         * malloc/arena.c: Likewise.
46662         * malloc/hooks.c: Likewise.
46664         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46665         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46666         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46668 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46670         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46671         into tail calls.
46672         (update_get_addr): New function.
46673         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46674         GET_ADDR_MODULE parameter.
46676 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46678         * crypt/cert.c: Remove __STDC__ conditionals.
46679         * crypt/crypt-entry.c: Likewise.
46680         * crypt/crypt_util.c: Likewise.
46681         * libio/filedoalloc.c: Likewise.
46682         * libio/fileops.c: Likewise.
46683         * libio/genops.c: Likewise.
46684         * libio/iofclose.c: Likewise.
46685         * libio/iofdopen.c: Likewise.
46686         * libio/iofopen.c: Likewise.
46687         * libio/iofopen64.c: Likewise.
46688         * libio/iogetdelim.c: Likewise.
46689         * libio/iopopen.c: Likewise.
46690         * libio/obprintf.c: Likewise.
46691         * libio/oldfileops.c: Likewise.
46692         * libio/oldiofclose.c: Likewise.
46693         * libio/oldiofdopen.c: Likewise.
46694         * libio/oldiofopen.c: Likewise.
46695         * libio/oldiopopen.c: Likewise.
46696         * libio/wfiledoalloc.c: Likewise.
46697         * libio/wgenops.c: Likewise.
46698         * locale/programs/xmalloc.c: Likewise.
46699         * misc/syslog.c: Likewise.
46700         * stdio-common/xbug.c: Likewise.
46701         * string/memchr.c: Likewise.
46702         * string/memcmp.c: Likewise.
46703         * string/memrchr.c: Likewise.
46704         * string/rawmemchr.c: Likewise.
46705         * sysdeps/posix/getcwd.c: Likewise.
46706         * time/strftime_l.c: Likewise.
46708 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46710         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46711         * config.make.in (config-cflags-sse2avx): Define.
46712         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46713         Fix typo.
46715 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46717         * scripts/config.guess: Update from upstream config git repository.
46718         * scripts/config.sub: Likewise.
46720 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46722         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46723         (EM_NUM): Update.
46724         (R_TILEPRO_*, R_TILEGX_*): New macros.
46726         * scripts/firstversions.awk: Fix bug in version range handling.
46728         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46730         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46732         * include/sys/epoll.h: New file.
46733         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46734         libc_hidden_def.
46736 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46738         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46739         Avoid unnecessary __WORDSIZE == 64 test.
46740         (fmaxf): Use VEX format if possible.
46741         (fmax): Likewise.
46742         (fminf): Likewise.
46743         (fmin): Likewise.
46745         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46746         * math/math_private.h: Remove libc_fegetround* and
46747         libc_fesetround*.
46748         * sysdeps/i386/configure.in: Check for -msse2avx.
46749         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46750         also if SSE2AVX is defined.
46751         Remove libc_fegetround* and libc_fesetround*.
46752         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46753         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46754         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46755         of HAS_YMM_USABLE.
46756         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46757         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46758         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46759         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46760         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46762         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46764 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46766         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46767         size is not set.
46768         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46770 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46772         [BZ #13618]
46773         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46774         relocation.
46775         * Makeconfig (libm): Define.
46776         * elf/Makefile: Add rules to build and run tst-relsort1.
46777         * elf/tst-relsort1.c: New file.
46778         * elf/tst-relsort1mod1.c: New file.
46779         * elf/tst-relsort1mod2.c: New file.
46781 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46783         * math/s_ldexp.c: Remove __STDC__ conditionals.
46784         * math/s_ldexpf.c: Likewise.
46785         * math/s_ldexpl.c: Likewise.
46786         * math/s_nextafter.c: Likewise.
46787         * math/s_nexttowardf.c: Likewise.
46788         * math/s_significand.c: Likewise.
46789         * math/s_significandf.c: Likewise.
46790         * math/s_significandl.c: Likewise.
46791         * math/w_jnl.c: Likewise.
46792         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46793         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46794         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46795         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46796         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46811         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46812         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46813         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46814         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46815         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46816         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46817         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46818         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46819         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46820         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46821         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46822         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46823         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46824         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46825         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46826         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46827         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46828         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46829         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46830         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46831         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46832         * sysdeps/ieee754/k_standard.c: Likewise.
46833         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46834         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46835         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46836         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46837         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46838         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46839         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46840         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46841         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46842         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46843         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46844         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46845         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46846         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46847         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46848         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46849         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46850         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46851         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46852         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46853         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46854         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46855         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46856         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46857         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46858         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46859         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46860         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46861         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46863         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46864         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46865         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46866         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46867         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46868         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46869         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46870         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46871         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46872         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46873         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46874         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46875         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46876         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46877         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46878         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46879         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46886         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46890         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46892         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46893         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46894         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46897         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46899         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46901         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46902         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46903         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46904         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46907         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46908         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46912         * sysdeps/ieee754/s_matherr.c: Likewise.
46913         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46914         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46915         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46916         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46918 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46920         * crypt/md5.h: Remove __STDC__ conditionals.
46921         * libio/libioP.h: Likewise.
46922         * locale/programs/config.h: Likewise.
46923         * sysdeps/generic/sysdep.h: Likewise.
46924         * sysdeps/i386/asm-syntax.h: Likewise.
46925         * sysdeps/s390/asm-syntax.h: Likewise.
46926         * sysdeps/unix/sysdep.h: Likewise.
46927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46930 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46932         * libio/libio.h: Remove __STDC__ conditionals.
46933         * malloc/obstack.h: Likewise.
46934         * math/complex.h: Likewise.
46935         * math/math.h: Likewise.
46936         * sysdeps/generic/_G_config.h: Likewise.
46937         * sysdeps/gnu/_G_config.h: Likewise.
46938         * sysdeps/mach/hurd/_G_config.h: Likewise.
46939         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46940         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46941         * sysdeps/sparc/bits/mathdef.h: Likewise.
46943 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46945         [BZ #13583]
46946         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46947         Clean up HAS_* macros.
46948         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46949         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46950         possible.
46951         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46952         HAS_AVX.
46953         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46954         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46955         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46956         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46957         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46959 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46961         * elf/tst-unique3.cc (gets): Remove declaration.
46962         * elf/tst-unique3lib.cc (gets): Likewise.
46963         * elf/tst-unique3lib2.cc (gets): Likewise.
46964         * elf/tst-unique4.cc (gets): Likewise.
46966 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46968         * include/stdio.h: Add C++ protection.  Add gets declarations and
46969         definitions.
46970         * debug/tst-chk1.c: Don't declare gets here.
46971         * stdio-common/tst-gets.c: Likewise.
46973 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46975         * posix/glob: Remove directory.
46977 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46979         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46981 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46983         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46984         of the non-standard EPFNOSUPPORT.
46986 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46988         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46989         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46990         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46992 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46994         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46996 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46998         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46999         transient errors.
47000         * nscd/grpcache.c (cache_addgr): Likewise.
47001         * nscd/hstcache.c (cache_addhst): Likewise.
47002         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47003         * nscd/pwdcache.c (cache_addpw): Likewise.
47004         * nscd/servicescache.c (cache_addserv): Likewise.
47006 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47008         * malloc/malloc.c: Various cleanups.
47009         * malloc/hooks.c: Likewise.
47011         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47012         * stdlib/bug-fmtmsg1.c: New file.
47014         * stdlib/fmtmsg.c (init): Add missing unlock.
47015         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47017 2012-01-12  Marek Polacek  <polacek@redhat.com>
47019         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47020         and _GNU_SOURCE.
47022 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47024         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47025         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47026         macro to ensure uniqueness of label name.
47027         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47028         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47030 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47032         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47034         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47035         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47036         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47037         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47039 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47041         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47043         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47044         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47045         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47047         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47049         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47050         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47051         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47052         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47054         * math/bits/math-finite.h: Add ldexp support.
47056 2012-01-10  Marek Polacek  <polacek@redhat.com>
47058         * locale/programs/localedef.h (show_archive_content): Add noreturn
47059         attribute.
47061 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47063         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47065 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47067         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47069         * io/Makefile (headers): Add bits/poll2.h.
47071 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47074         typo #include statement.
47076 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47078         * include/sys/cdefs.h: Define __attribute_alloc_size.
47079         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47080         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47081         * elf/pldd.c: Likewise.
47082         * iconv/iconv_charmap.c: Likewise.
47083         * iconv/iconvconfig.c: Likewise.
47084         * iconv/strtab.c: Likewise.
47085         * locale/programs/locale.c: Likewise.
47086         * locale/programs/localedef.h: Likewise.
47087         * locale/programs/simple-hash.c: Likewise.
47088         * nscd/nscd.h: Likewise.
47089         * nss/makedb.c: Likewise.
47090         * sysdeps/generic/ldconfig.h: Likewise.
47091         * locale/programs/localedef.c: Remove xmalloc prototype.
47092         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47094 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47096         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47097         appropriate.
47099 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47101         * math/Makefile (tests): Add tst-CMPLX.
47102         * math/tst-CMPLX.c: New file.
47104         * math/complex.h (CMPLXL): Fix typo.
47106         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47107         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47108         GLIBC_2.16.
47109         * debug/tst-chk1.c: Add poll and ppoll tests.
47110         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47111         * include/sys/poll.h: Add hidden proto for ppoll.
47112         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47113         * sysdeps/mach/hurd/ppoll.c: Likewise.
47114         * io/ppoll.c: Likewise.
47115         * debug/poll_chk.c: New file.
47116         * debug/ppoll_chk.c: New file.
47117         * include/bits/poll2.h: New file.
47118         * io/bits/poll2.h: New file.
47120         [BZ #1350]
47121         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47123         * configure.in: static is always set to yes.  Remove.
47124         * config.make.in: Don't set build-static.
47125         * Makeconfig: Remove use of build-static.
47126         * dlfcn/Makefile: Likewise.
47127         * elf/Makefile: Likewise.
47128         * math/Makefile: Likewise.
47129         * misc/Makefile: Likewise.
47130         * nptl/Makefile: Likewise.
47131         * sysdeps/mach/hurd/Makefile: Likewise.
47133         * configure.in: PWD_P is not used anymore.
47134         * config.make.in: Remove PWD_P entry.
47136         * configure.in: Remove last remnants of RANLIB.
47137         No need to check for signed size_t anymore.
47138         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47139         and IA-64.
47140         Remove __builtin_expect test because we require at least gcc 3.4.
47141         * aclocal.m4: Likewise.
47143         * wcsmbs/mbrtoc16.c: Implement using towc function.
47144         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47145         * wcsmbs/wcsmbsload.c: Likewise.
47146         * iconv/gconv_simple.c: Likewise.
47147         * iconv/gconv_int.h: Likewise.
47148         * iconv/gconv_builtin.h: Likewise.
47149         * iconv/iconv_prog.c: Remove CHAR16 handling.
47151         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47153         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47155         * configure.in: Remove --with-elf and --enable-bounded options.
47156         Dont set base_machine for ia64.  More non-ELF conditions removed.
47157         Remove testing and setting of leading underscore information.
47158         * config.make.in (build-bounded): Set to no.
47159         * config.h.in: Remove NO_UNDERSCORES entry.
47160         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47161         them.
47162         * csu/start.c: Remove !NO_UNDERSCORE code.
47163         * locale/localeinfo.h: Likewise.
47164         * sysdeps/generic/machine-gmon.h: Likewise.
47165         * sysdeps/generic/sysdep.h: Likewise.
47166         * sysdeps/i386/sysdep.h: Likewise.
47167         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47168         * sysdeps/mach/sysdep.h: Likewise.
47169         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47170         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47171         * sysdeps/sh/sysdep.h: Likewise.
47172         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47173         * sysdeps/unix/i386/sysdep.S: Likewise.
47174         * sysdeps/unix/sparc/start.c: Likewise.
47175         * sysdeps/unix/sparc/sysdep.S: Likewise.
47176         * sysdeps/unix/sparc/sysdep.h: Likewise.
47177         * sysdeps/unix/start.c: Likewise.
47178         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47179         * sysdeps/x86_64/sysdep.h: Likewise.
47181 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47183         [BZ #13553]
47184         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47185         for non-gcc.
47186         * argp/argp-fmtstream.h: Use const instead __const.
47187         * argp/argp.h: Likewise.
47188         * assert/assert.h: Likewise.
47189         * bits/fenv.h: Likewise.
47190         * bits/sched.h: Likewise.
47191         * bits/sigset.h: Likewise.
47192         * bits/sigthread.h: Likewise.
47193         * catgets/nl_types.h: Likewise.
47194         * conform/data/pthread.h-data: Likewise.
47195         * crypt/crypt-private.h: Likewise.
47196         * crypt/crypt.h: Likewise.
47197         * crypt/crypt_util.c: Likewise.
47198         * ctype/ctype.h: Likewise.
47199         * debug/execinfo.h: Likewise.
47200         * debug/mbsnrtowcs_chk.c: Likewise.
47201         * debug/mbsrtowcs_chk.c: Likewise.
47202         * debug/wcsnrtombs_chk.c: Likewise.
47203         * debug/wcsrtombs_chk.c: Likewise.
47204         * debug/wcstombs_chk.c: Likewise.
47205         * dirent/dirent.h: Likewise.
47206         * dlfcn/dlfcn.h: Likewise.
47207         * elf/neededtest4.c: Likewise.
47208         * grp/grp.h: Likewise.
47209         * gshadow/gshadow.h: Likewise.
47210         * iconv/gconv.h: Likewise.
47211         * iconv/gconv_int.h: Likewise.
47212         * iconv/gconv_simple.c: Likewise.
47213         * iconv/iconv.h: Likewise.
47214         * iconv/loop.c: Likewise.
47215         * iconv/skeleton.c: Likewise.
47216         * include/aio.h: Likewise.
47217         * include/aliases.h: Likewise.
47218         * include/argz.h: Likewise.
47219         * include/arpa/inet.h: Likewise.
47220         * include/assert.h: Likewise.
47221         * include/dirent.h: Likewise.
47222         * include/dlfcn.h: Likewise.
47223         * include/execinfo.h: Likewise.
47224         * include/fcntl.h: Likewise.
47225         * include/fenv.h: Likewise.
47226         * include/glob.h: Likewise.
47227         * include/grp.h: Likewise.
47228         * include/libintl.h: Likewise.
47229         * include/mntent.h: Likewise.
47230         * include/netdb.h: Likewise.
47231         * include/pwd.h: Likewise.
47232         * include/rpc/netdb.h: Likewise.
47233         * include/sched.h: Likewise.
47234         * include/search.h: Likewise.
47235         * include/shadow.h: Likewise.
47236         * include/signal.h: Likewise.
47237         * include/stdio.h: Likewise.
47238         * include/stdlib.h: Likewise.
47239         * include/string.h: Likewise.
47240         * include/sys/socket.h: Likewise.
47241         * include/sys/stat.h: Likewise.
47242         * include/sys/statfs.h: Likewise.
47243         * include/sys/statvfs.h: Likewise.
47244         * include/sys/syslog.h: Likewise.
47245         * include/sys/time.h: Likewise.
47246         * include/sys/uio.h: Likewise.
47247         * include/time.h: Likewise.
47248         * include/unistd.h: Likewise.
47249         * include/utmp.h: Likewise.
47250         * include/wchar.h: Likewise.
47251         * include/wctype.h: Likewise.
47252         * inet/aliases.h: Likewise.
47253         * inet/arpa/inet.h: Likewise.
47254         * inet/netinet/ether.h: Likewise.
47255         * inet/netinet/in.h: Likewise.
47256         * intl/libintl.h: Likewise.
47257         * io/bits/fcntl2.h: Likewise.
47258         * io/fcntl.h: Likewise.
47259         * io/ftw.h: Likewise.
47260         * io/sys/poll.h: Likewise.
47261         * io/sys/stat.h: Likewise.
47262         * io/sys/statfs.h: Likewise.
47263         * io/sys/statvfs.h: Likewise.
47264         * io/utime.h: Likewise.
47265         * libio/bits/stdio.h: Likewise.
47266         * libio/bits/stdio2.h: Likewise.
47267         * libio/libio.h: Likewise.
47268         * libio/libioP.h: Likewise.
47269         * libio/stdio.h: Likewise.
47270         * locale/lc-ctype.c: Likewise.
47271         * locale/locale.h: Likewise.
47272         * login/utmp.h: Likewise.
47273         * malloc/arena.c: Likewise.
47274         * malloc/malloc.c: Likewise.
47275         * malloc/malloc.h: Likewise.
47276         * malloc/mcheck.c: Likewise.
47277         * malloc/mtrace.c: Likewise.
47278         * math/bits/mathcalls.h: Likewise.
47279         * math/fenv.h: Likewise.
47280         * math/math_private.h: Likewise.
47281         * misc/bits/error.h: Likewise.
47282         * misc/bits/syslog.h: Likewise.
47283         * misc/err.h: Likewise.
47284         * misc/error.h: Likewise.
47285         * misc/fstab.h: Likewise.
47286         * misc/mntent.h: Likewise.
47287         * misc/regexp.h: Likewise.
47288         * misc/search.h: Likewise.
47289         * misc/sgtty.h: Likewise.
47290         * misc/sys/mman.h: Likewise.
47291         * misc/sys/syslog.h: Likewise.
47292         * misc/sys/uio.h: Likewise.
47293         * misc/sys/xattr.h: Likewise.
47294         * misc/ttyent.h: Likewise.
47295         * nis/rpcsvc/ypclnt.h: Likewise.
47296         * nss/nss.h: Likewise.
47297         * posix/bits/unistd.h: Likewise.
47298         * posix/fnmatch.h: Likewise.
47299         * posix/glob.h: Likewise.
47300         * posix/sched.h: Likewise.
47301         * posix/spawn.h: Likewise.
47302         * posix/sys/wait.h: Likewise.
47303         * posix/unistd.h: Likewise.
47304         * posix/wordexp.h: Likewise.
47305         * pwd/pwd.h: Likewise.
47306         * resolv/netdb.h: Likewise.
47307         * resource/sys/resource.h: Likewise.
47308         * rt/aio.h: Likewise.
47309         * rt/bits/mqueue2.h: Likewise.
47310         * rt/mqueue.h: Likewise.
47311         * shadow/shadow.h: Likewise.
47312         * signal/signal.h: Likewise.
47313         * socket/send.c: Likewise.
47314         * socket/sendto.c: Likewise.
47315         * socket/sys/socket.h: Likewise.
47316         * stdio-common/printf.h: Likewise.
47317         * stdlib/bits/stdlib.h: Likewise.
47318         * stdlib/fmtmsg.h: Likewise.
47319         * stdlib/monetary.h: Likewise.
47320         * stdlib/stdlib.h: Likewise.
47321         * stdlib/ucontext.h: Likewise.
47322         * streams/stropts.h: Likewise.
47323         * string/argz.h: Likewise.
47324         * string/bits/string2.h: Likewise.
47325         * string/string.h: Likewise.
47326         * string/strings.h: Likewise.
47327         * sunrpc/rpc/auth.h: Likewise.
47328         * sunrpc/rpc/auth_des.h: Likewise.
47329         * sunrpc/rpc/clnt.h: Likewise.
47330         * sunrpc/rpc/netdb.h: Likewise.
47331         * sunrpc/rpc/pmap_clnt.h: Likewise.
47332         * sunrpc/rpc/xdr.h: Likewise.
47333         * sysdeps/generic/inttypes.h: Likewise.
47334         * sysdeps/generic/net/if.h: Likewise.
47335         * sysdeps/generic/sys/swap.h: Likewise.
47336         * sysdeps/gnu/net/if.h: Likewise.
47337         * sysdeps/gnu/utmpx.h: Likewise.
47338         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47339         * sysdeps/i386/i486/bits/string.h: Likewise.
47340         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47341         * sysdeps/s390/bits/string.h: Likewise.
47342         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47343         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47344         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47345         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47346         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47347         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47348         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47349         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47350         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47351         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47352         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47353         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47354         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47355         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47356         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47357         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47358         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47359         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47360         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47361         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47362         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47363         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47364         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47365         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47366         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47367         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47368         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47369         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47370         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47371         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47372         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47373         * sysvipc/sys/ipc.h: Likewise.
47374         * sysvipc/sys/msg.h: Likewise.
47375         * sysvipc/sys/sem.h: Likewise.
47376         * sysvipc/sys/shm.h: Likewise.
47377         * termios/termios.h: Likewise.
47378         * time/sys/time.h: Likewise.
47379         * time/time.h: Likewise.
47380         * wcsmbs/bits/wchar2.h: Likewise.
47381         * wcsmbs/uchar.h: Likewise.
47382         * wcsmbs/wchar.h: Likewise.
47383         * wctype/wctype.h: Likewise.
47385         [BZ #13551]
47386         * Makeconfig: Remove all but ELF support including AIX support.
47387         * Makerules: Likewise.
47388         * config.h.in: Likewise.
47389         * config.make.in: Likewise.
47390         * configure: Likewise.
47391         * configure.in: Likewise.
47392         * csu/Makefile: Likewise.
47393         * csu/version.c: Likewise.
47394         * debug/Makefile: Likewise.
47395         * dlfcn/Makefile: Likewise.
47396         * elf/Makefile: Likewise.
47397         * extra-lib.mk: Likewise.
47398         * iconv/Makefile: Likewise.
47399         * include/libc-symbols.h: Likewise.
47400         * include/shlib-compat.h: Likewise.
47401         * resolv/Makefile: Likewise.
47402         * resolv/res_libc.c: Likewise.
47403         * rt/Makefile: Likewise.
47404         * sysdeps/i386/asm-syntax.h: Likewise.
47405         * sysdeps/i386/sysdep.h: Likewise.
47406         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47407         * sysdeps/mach/sysdep.h: Likewise.
47408         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47409         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47410         * sysdeps/s390/asm-syntax.h: Likewise.
47411         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47412         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47413         * sysdeps/sh/sysdep.h: Likewise.
47414         * sysdeps/unix/sparc/sysdep.h: Likewise.
47415         * sysdeps/wordsize-32/divdi3.c: Likewise.
47416         * sysdeps/x86_64/sysdep.h: Likewise.
47418         * argp/Versions: Remove _argp_unlock_xxx.
47420         [BZ #13559]
47421         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47422         * abilist/libBrokenLocale.abilist: Likewise.
47423         * abilist/libanl.abilist: Likewise.
47424         * abilist/libc.abilist: Likewise.
47425         * abilist/libcrypt.abilist: Likewise.
47426         * abilist/libdl.abilist: Likewise.
47427         * abilist/libm.abilist: Likewise.
47428         * abilist/libnsl.abilist: Likewise.
47429         * abilist/libpthread.abilist: Likewise.
47430         * abilist/libresolv.abilist: Likewise.
47431         * abilist/librt.abilist: Likewise.
47432         * abilist/libthread_db.abilist: Likewise.
47433         * abilist/libutil.abilist: Likewise.
47434         * abilist/libnss_db.abilist: New file.
47436         * scripts/abilist.awk: Add support for indirect functions.
47438         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47440         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47442         * shlib-versions: Remove entries for ports architectures.
47444         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47445         files in ports.
47446         * elf/stackguard-macros.h: Remove support for IA-64.
47447         * elf/tst-auditmod1.c: Likewise.
47448         * sysdeps/generic/ldsodefs.h: Likewise.
47450         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47451         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47452         configure files.
47454         [BZ #13552]
47455         * configure.in: Remove --enable-omitfp support.
47456         * FAQ.in: Adjust.
47457         * config.make.in: Likewise.
47458         * Makeconfig: Likewise.
47459         * manual/install.texi: Likewise.
47461         In case anyone cares, the IA-64 architecture could move to ports.
47462         * sysdeps/ia64/*: Removed.
47463         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47464         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47466         [BZ #13555]
47467         * configure.in: Remove entries for unsupported architectures.
47469         [BZ #13533]
47470         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47471         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47472         routines.
47473         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47474         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47475         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47476         fall back to using wcrtomb.
47477         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47478         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47479         renaming.
47480         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47481         * wcsmbs/tst-c16c32-1.c: New file.
47483         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47484         local variable.
47486         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47488         * elf/tst-unique3.cc: Add explicit declaration of gets.
47489         * elf/tst-unique3lib.cc: Likewise.
47490         * elf/tst-unique3lib2.cc: Likewise.
47491         * elf/tst-unique4.cc: Likewise.
47493         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47495 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47497         [BZ #13566]
47498         * assert/assert.h (static_assert): Don't define for C++.
47499         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47500         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47502 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47504         * iconv/loop.c (single loop): Fix assertion in storing of
47505         remaining bytes.
47507         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47509 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47511         * posix/getconf.c: Update copyright year.
47512         * nss/getent.c: Likewise.
47513         * nss/makedb.c: Likewise.
47514         * iconv/iconvconfig.c: Likewise.
47515         * iconv/iconv_prog.c: Likewise.
47516         * elf/ldconfig.c: Likewise.
47517         * elf/pldd.c: Likewise.
47518         * elf/sotruss.ksh: Likewise.
47519         * catgets/gencat.c: Likewise.
47520         * csu/version.c: Likewise.
47521         * elf/ldd.bash.in: Likewise.
47522         * elf/sprof.c (print_version): Likewise.
47523         * locale/programs/locale.c: Likewise.
47524         * locale/programs/localedef.c: Likewise.
47525         * login/programs/pt_chown.c: Likewise.
47526         * nscd/nscd.c (print_version): Likewise.
47527         * debug/xtrace.sh: Likewise.
47528         * malloc/memusage.sh: Likewise.
47529         * malloc/mtrace.pl: Likewise.
47530         * debug/catchsegv.sh: Likewise.
47532 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47534         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47535         pure attribute.
47537 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47539         [BZ #13533]
47540         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47541         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47542         transformations.
47543         * iconv/gconv_int.h: Likewise.
47544         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47545         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47546         from libc for GLIBC_2.16.
47547         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47548         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47549         * wcsmbs/uchar.h: Really define mbstate_t.
47550         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47551         * wcsmbs/c16rtomb.c: New file.
47552         * wcsmbs/mbrtoc16.c: New file.
47553         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47554         for C/POSIX locale.
47555         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47556         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47558         * wcsmbs/wchar.h: Add missing __restrict.
47560 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47562         [BZ #13532]
47563         * time/Makefile (routines): Add timespec_get.
47564         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47565         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47566         timespec for ISO C11.
47567         * time/timespec_get.c: New file.
47568         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47569         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47571         [BZ #13531]
47572         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47573         * stdlib/stdlib.h: Declare aligned_alloc.
47574         * Versions.def: Add GLIBC_2.16 for libc.
47575         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47577         [BZ 13527]
47578         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47579         ISO C11.
47581         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47582         code.
47584         [BZ #13528]
47585         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47587         [BZ #13529]
47588         * assert/assert.h (static_assert): Define.
47590         * version.h: Update for 2.16 development version.
47592         [BZ #13526]
47593         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47594         _ISOC11_SOURCE.
47596         * version.h (RELEASE): Bump for 2.15 release.
47597         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47599         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47600         Patch by Marek Polacek <mpolacek@redhat.com>.
47602         * bits/byteswap.h: Protect long long constants with __extension__.
47603         * sysdeps/i386/bits/byteswap.h: Likewise.
47604         * sysdeps/ia64/bits/byteswap.h: Likewise.
47605         * sysdeps/s390/bits/byteswap.h: Likewise.
47606         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47608 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47610         [BZ #13540]
47611         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47612         destination buffer.
47613         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47615 2011-12-23  Marek Polacek  <polacek@redhat.com>
47617         * elf/dl-addr.c (determine_info): Add inline keyword.
47618         * elf/tst-auditmod4b.c (check_avx): Likewise.
47619         * elf/tst-auditmod6b.c (check_avx): Likewise.
47620         * elf/tst-auditmod6c.c (check_avx): Likewise.
47621         * elf/tst-auditmod7b.c (check_avx): Likewise.
47623 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47625         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47626         !__SSE_MATH__.
47628 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47630         [BZ #13540]
47631         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47632         processing for last bytes.
47634 2011-08-06  Bruno Haible  <bruno@clisp.org>
47636         [BZ #13061]
47637         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47638         U+0385, not to U+1FEE.
47640         [BZ #13062]
47641         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47642         entry for U+00A5 U+0301.
47644 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47646         [BZ #13166]
47647         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47648         buffer for the output is too small.
47650         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47651         optimization.
47653         [BZ #13185]
47654         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47655         SSE flags if possible.
47657 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47659         [BZ #13540]
47660         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47661         processing for last bytes.
47663 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47665         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47666         (syscall-list-default-options, syscall-list-default-condition)
47667         (syscall-list-includes): Define.
47668         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47669         list of ABIs and options and #if conditions for each ABI.  Do not
47670         handle common syscalls between ABIs specially.
47671         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47672         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/s390/Makefile (64bit-predefine): Remove.
47677         (syscall-list-variants, syscall-list-32bit-options)
47678         (syscall-list-32bit-condition, syscall-list-64bit-options)
47679         (syscall-list-64bit-condition): Define.
47680         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47681         Remove.
47682         (syscall-list-variants, syscall-list-32bit-options)
47683         (syscall-list-32bit-condition, syscall-list-64bit-options)
47684         (syscall-list-64bit-condition): Define.
47685         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47686         Remove.
47687         (syscall-list-variants, syscall-list-32bit-options)
47688         (syscall-list-32bit-condition, syscall-list-64bit-options)
47689         (syscall-list-64bit-condition): Define.
47691 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47693         * locale/iso-639.def: Add brx entry.
47695         [BZ #13328]
47696         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47697         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47699         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47700         __feraiseexcept_renamed.
47702 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47704         [BZ #13538]
47705         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47706         EPOLLET with unsigned values.
47707         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47708         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47710         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47711         to large cancellation.
47712         * math/s_cacoshf.c: Likewise.
47713         * math/s_cacoshl.c: Likewise.
47715 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47717         [BZ #13305]
47718         [BZ #12786]
47719         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47720         * math/s_cacoshf.c: Likewise.
47721         * math/s_cacoshl.c: Likewise.
47723 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47725         [BZ #13439]
47726         * iconv/gconv.h: Define __GCONV_SWAP.
47727         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47728         * iconvdata/utf-16.c: Likewise.
47729         * iconvdata/utf-32.c: Likewise.
47731 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47733         [BZ #13524]
47734         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47735         numerator after shifting it by one limb.
47737 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47739         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47740         under [__USE_EXTERN_INLINES].
47742 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47744         [BZ #13446]
47745         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47747 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47749         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47750         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47751         optimized code.
47752         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47753         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47754         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47755         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47756         for strncasecmp/strncasecmp_l compilation.
47757         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47758         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47760 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47762         [BZ #13484]
47763         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47764         of __asm__.
47766 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47768         [BZ #13506]
47769         * time/tzfile.c (__tzfile_read): Check values from file header.
47771 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47773         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47774         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47775         * powerpc/powerpc32/dl-start.S: Likewise.
47776         * powerpc/powerpc32/elf/start.S: Likewise.
47777         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47778         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47779         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47780         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47781         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47782         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47783         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47784         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47785         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47786         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47787         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47788         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47789         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47790         * powerpc/powerpc32/memset.S: Likewise.
47791         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47792         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47793         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47794         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47795         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47796         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47797         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47798         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47799         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47800         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47801         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47802         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47803         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47805 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47807         * math/libm-test.inc: Added more nearbyint tests.
47808         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47809         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47810         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47811         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47813 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47815         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47816         FD_CLOEXEC.
47818 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47820         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47821         Add wcscpy-ssse3 wcscpy-c.
47822         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47823         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47824         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47825         * sysdeps/x86_64/wcschr.S: New file.
47826         * sysdeps/x86_64/wcsrchr.S: New file.
47827         * string/test-strcmp.c: Remove checking of wcscmp function for
47828         wrong alignments.
47829         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47830         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47831         wcsrchr-sse2 wcsrchr-c.
47832         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47833         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47834         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47835         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47836         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47837         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47838         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47839         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47840         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47841         * wcsmbc/wcschr.c (WCSCHR): New macro.
47843 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47845         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47846         * wcsmbs/test-wcsrchr.c: New file.
47847         * string/test-strrchr.c: Add wcsrchr support.
47848         (WIDE): New macro.
47849         * wcsmbs/test-wcscpy.c: New file.
47850         * string/test-strcpy.c: Add wcscpy support.
47851         (WIDE): New macro.
47853 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47855         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47856         the inner loop.
47858 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47860         [BZ #13472]
47861         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47863 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47865         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47866         Minor optimizations.
47868         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47869         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47870         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47872 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47874         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47875         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47876         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47877         for gcc to avoid warnings.
47878         * inet/Makefile (tests): Add tst-checks.
47879         * inet/tst-checks.c: New file.
47881         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47882         warning.
47884         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47885         __wmemcmp_sse2.
47887         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47888         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47890         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47892 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47894         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47895         problem.
47897         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47899 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47901         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47902         conditional on GCC version.
47903         (__arch_compare_and_exchange_val_8_acq)
47904         (__arch_compare_and_exchange_val_16_acq)
47905         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47906         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47907         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47909 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47911         * sysdeps/sh/backtrace.c: New file.
47913 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47915         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47916         parenthesis.
47918 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47920         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47921         falling back to utime.
47923 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47925         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47926         expectations for float.
47928 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47930         * locale/weight.h (findidx): Add parameter len.
47931         * locale/weightwc.h (findidx): Likewise.
47932         * posix/fnmatch_loop.c (FCT): Adjust caller.
47933         * posix/regcomp.c (build_equiv_class): Likewise.
47934         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47935         * posix/regexec.c (check_node_accept_bytes): Likewise.
47936         * string/strcoll_l.c (STRCOLL): Likewise.
47937         * string/strxfrm_l.c (STRXFRM): Likewise.
47939 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47941         * Makefile.in: Remove CVSOPT handling.
47942         * configure.in: Remove use of AC_REVISION.
47943         * iconvdata/Makefile (distribute): No need to filter out CVS.
47944         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47945         handling.
47947 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47949         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47950         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47951         [USE_AS_STRNCASECMP_L]: Likewise.
47952         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47953         NO_TLS_DIRECT_SEG_REFS.
47954         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47955         Fix argument offsets for non-PIC.
47956         [USE_AS_STRNCASECMP_L]: Likewise.
47957         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47958         NO_TLS_DIRECT_SEG_REFS.
47960 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47962         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47963         O_CLOEXEC.
47964         * locale/loadlocale.c (_nl_load_locale): Likewise.
47966 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47968         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47969         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47970         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47971         (SYSCALL_GETTIME): Set errno on error.
47973         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47974         count references to noai6ai_cached.
47976 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47978         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47980         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47981         FD_CLOEXEC for /proc/self/maps.
47983         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47984         FD_CLOEXEC for /proc/meminfo.
47986         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47987         gai.conf.
47989         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47990         FD_CLOEXEC for given file.
47992         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47994         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47995         FD_CLOEXEC for /etc/hosts.
47996         (_gethtent): Likewise.
47998         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48000         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48001         cancellation and set FD_CLOEXEC for /etc/netgroup.
48003         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48004         reading /etc/publickey.
48006         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48007         allow cancellation when reading /etc/group.
48009         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48010         cancellation.
48011         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48013         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48014         when using data file.
48016         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48018         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48019         (write_nis_obj): Use "c" and "e" in fopen.
48021         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48023         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48025         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48027         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48029         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48030         locale.alias.
48032         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48034         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48036         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48038         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48039         file parsing and set FD_CLOEXEC.
48041 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48043         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48045 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48047         * malloc/arena.c (arena_get2): Don't call reused_arena when
48048         _int_new_arena failed.
48050 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48052         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48053         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48054         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48055         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48056         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48057         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48058         to compile strcasecmp and strncasecmp.
48059         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48060         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48062         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48064 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48066         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48067         locale-defines.sym to gen-as-const-headers.
48068         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48069         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48070         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48071         to compile strcasecmp and strncasecmp.
48072         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48073         strcasecmp_l and strncasecmp_l.
48074         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48075         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48076         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48077         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48078         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48079         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48080         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48081         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48082         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48083         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48084         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48086 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48088         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48089         result of SYSDEP_GETTIME_CPU to retval.
48090         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48091         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48093         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48094         variable.
48096         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48097         mantissa words.
48098         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48100         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48101         from unused variable.
48103         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48104         DWARF definitions.
48105         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48106         for assembling.
48108         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48109         over namespaces.
48111         * sunrpc/rpc_prot.c (rejected): Fix case value.
48113         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48114         unsigned long long int to avoid warnings in shift.
48116         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48117         of use of trans.
48118         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48119         variable tmp.
48121         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48122         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48123         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48125         * nis/nis_table.c (nis_list): Use variable of correct type for
48126         result of __follow_path call.
48128 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48130         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48131         of math functions ceil, trunc, floor, round, and sqrt, when
48132         avaliable on the platform.
48133         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48134         name clash.
48135         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48136         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48137         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48139 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48141         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48142         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48144 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48146         * include/unistd.h: Fix __readlink return type.
48147         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48149 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48151         * stdlib/ucontext.h: Undo last change for makecontext.
48153 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48155         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48157         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48158         * setjmp/setjmp.h: Mark functions as non-leaf.
48159         * setjmp/bits/setjmp2.h: Likewise.
48160         * stdlib/ucontext.h: Likewise.
48162 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48164         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48165         (reused_arena): Don't check arena limit.
48166         (arena_get2): Atomically check arena limit.
48168 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48170         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48171         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48173         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48174         instructions.
48176 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48178         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48179         handler when locking.
48181         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48182         Fix size of allocated buffer.
48184 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48186         [BZ #10103]
48187         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48188         declarations for long double functions.
48189         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48191         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48193 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48195         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48196         installed.
48198         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48199         is disabled.
48201 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48203         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48205 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48207         * include/alloca.h (stackinfo_alloca_round): Define.
48208         (extend_alloca): Use it.
48209         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48210         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48211         here.
48213         * scripts/check-local-headers.sh: Ignore libaudit.h.
48215         * nscd/Makefile (extra-objs): Make recursively expanded.
48217 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48219         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48220         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48222         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48223         * posix/tst-rfc3484-2.c: Likewise.
48224         * posix/tst-rfc3484-3.c: Likewise.
48226         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48227         process_vm_writev.
48228         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48229         process_vm_writev.
48230         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48231         process_vm_writev from libc using GLIBC_2.15 version.
48233         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48235 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48237         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48238         stack usage.
48240 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48242         [BZ #13367]
48243         * nss/getent.c (initgroups_keys): Show error message in case no group
48244         names are given.
48246         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48247         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48248         __bump_nl_timestamp.
48249         * nscd/connections (nscd_init): When host database is served open
48250         netlink socket and request notification about configuration changes.
48251         (main_loop_poll): Track netlink file descriptor and bump timestamp
48252         in case data becomes available.
48253         (main_loop_epoll): Likewise.
48254         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48255         (database_pers_head): Add extra_data fileds.
48256         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48257         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48258         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48259         Adjust caller.
48260         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48261         in6ai data, call __free_in6ai.
48262         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48263         Add -DHAVE_NETLINK.
48264         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48265         interface information.  Reuse previous data if netlink timestamp
48266         is not changed.
48267         (__bump_nl_timestamp): New function.
48268         (__free_in6ai): New function.
48270 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48272         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48273         close_not_cancel_no_status here.
48274         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48276 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48278         [BZ #13276]
48279         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48280         return value.
48282         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48283         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48284         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48286 2011-07-03  Andreas Jaeger  <aj@suse.de>
48288         [BZ #10709]
48289         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48290         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48291         * math/libm-test.inc (sin_test): Add test case.
48293 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48295         [BZ #13337]
48296         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48297         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48299         * elf/chroot_canon.c (chroot_canon): Cleanups.
48301         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48303         [BZ #13335]
48304         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48305         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48307         * string/test-strchr.c: Make usable for strchrnul testing.
48308         * string/test-strchrnul.c: New file.
48309         * string/Makefile (strop-tests): Add strchrnul.
48311         * po/it.po: Update from translation team.
48312         * po/es.po: Likewise.
48314 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48316         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48317         the three constants needed as parameters.  Drop the others.
48318         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48319         __m128i_strloadu_tolower.
48320         Create and initialize variable zero and use it in all the places
48321         where _mm_setzero_si128 was used.
48323         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48324         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48325         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48326         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48327         anymore.
48328         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48329         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48330         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48331         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48332         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48333         __mpranred, __mptan.
48334         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48335         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48336         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48337         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48338         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48339         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48340         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48341         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48342         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48344 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48346         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48347         redefine if SHARED.
48348         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48350         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48351         wide char related routines to wcsmbs subdir.
48353 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48355         [BZ #13344]
48356         * misc/sys/cdefs.h (__THROWNL): Define.
48357         * posix/unistd.h: Use __THREADNL instead of __THREAD
48358         for memory synchronization functions.
48360 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48362         [BZ #13349]
48363         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48364         doesn't exist.
48365         * manual/stdio.texi (Obstack Streams): Node removed.
48367 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48369         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48370         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48371         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48373         * math/math_private.h (math_force_eval): Allow non-addressable
48374         arguments.
48375         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48377 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48379         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48380         file is not needed.
48382         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48383         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48384         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48385         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48386         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48387         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48388         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48389         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48390         Add AVX variants.
48391         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48392         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48393         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48394         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48395         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48396         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48397         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48398         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48399         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48400         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48401         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48402         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48403         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48404         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48405         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48406         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48407         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48408         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48409         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48411         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48412         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48414         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48415         place.  Use VEX encoding when compiling for AVX.
48417 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48419         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48420         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48422         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48424 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48426         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48427         useless if() expression.
48428         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48429         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48430         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48431         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48432         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48433         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48434         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48435         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48436         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48437         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48438         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48439         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48440         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48441         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48442         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48443         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48444         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48445         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48446         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48448         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48450 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48452         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48453         condition.
48454         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48456 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48458         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48459         .text section.  Avoid duplicate constants.
48460         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48461         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48462         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48470         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48472         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48474         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48475         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48477         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48479         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48483         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48484         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48485         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48486         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48487         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48488         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48489         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48490         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48491         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48492         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48493         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48494         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48495         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48496         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48497         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48498         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48499         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48500         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48501         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48502         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48503         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48504         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48506 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48508         * sysdeps/x86_64/dla.h: Move to ...
48509         * sysdeps/x86_64/fpu/dla.h: ...here.
48510         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48511         situations.  Use __builtin_fma only for gcc 4.6 and up.
48513         * config.make.in: Add have-mfma4 entry.
48514         * configure.in: Substitute libc_cv_cc_fma4.
48515         * math/Makefile (dbl-only-routines): Add sincostab.
48516         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48517         Use __sincostab not sincos.
48518         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48519         name is a macro.
48520         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48521         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48522         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48523         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48524         using __copysign.
48525         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48526         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48527         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48528         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48529         and __inv.
48530         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48531         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48532         __copysign.
48533         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48534         define aliases when function name is a macro.
48535         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48536         sysdeps/ieee754/dbl-64/sincos.tbl.
48537         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48538         fma4-enabled routines.
48539         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48540         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48541         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48542         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48543         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48544         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48545         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48546         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48547         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48548         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48549         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48550         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48551         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48552         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48553         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48554         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48555         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48556         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48557         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48558         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48559         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48560         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48561         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48562         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48563         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48564         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48565         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48566         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48567         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48568         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48570         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48571         rename.
48572         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48581 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48583         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48585 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48587         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48589         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48590         prediction.
48591         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48593         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48594         Remove unused variable magic_bits.
48595         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48597         * string/strnlen.c: Define and use STRNLEN macro.
48598         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48599         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48600         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48601         * wcsmbs/wcslen.c: Define and use WCSLEN.
48602         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48603         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48604         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48605         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48606         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48607         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48608         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48610 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48612         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48613         strnlen-sse2-no-bsf.
48614         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48615         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48616         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48617         Add strnlen support.
48618         (USE_AS_STRNLEN): New macro.
48619         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48620         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48621         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48622         * sysdeps/x86_64/wcslen.S: New file.
48624 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48626         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48627         XMM-moves are used for copying on small sizes.
48629 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48631         * wcsmbs/Makefile (strop-tests): Add wcschr.
48632         * wcsmbs/test-wcschr.c: New file.
48633         * string/test-strchr.c: Update.
48634         Add wcschr support.
48635         (WIDE): New macro.
48637 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48639         * wcsmbs/Makefile (strop-tests): Add wcslen.
48640         * wcsmbs/test-wcslen.c: New file.
48641         * string/test-strlen.c: Update.
48642         Add wcslen support.
48643         (WIDE): New macro.
48645 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48647         * po/it.po: Update from translation team.
48649 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48651         * sysdeps/x86_64/wcscmp.S: Update.
48652         Fix wrong comparison semantics.
48653         wcscmp shall use signed comparison not unsigned.
48654         Don't use substraction to avoid overflow bug.
48655         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48656         * wcsmbc/wcscmp.c: Likewise.
48657         * string/test-strcmp.c: Likewise.
48658         Add new tests to check cases with negative values.
48660 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48662         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48663         * sysdeps/x86_64/dla.h: ...here.  New file.
48664         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48665         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48666         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48667         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48668         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48669         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48670         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48671         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48672         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48674 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48676         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48677         __ynl_finite aliases.
48679 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48681         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48683         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48684         define DLA_FMA.
48685         [DLA_FMA] (EMULV): Use DLA_FMA.
48686         [DLA_FMA] (MUL12): Use EMULV.
48687         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48688         that are not needed.
48689         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48697 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48699         * math/s_nan.c: Undef __nan.
48700         * math/s_nanf.c: Undef __nanf.
48701         * math/s_nanl.c: Undef __nanl.
48702         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48703         "math_private.h".
48705 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48707         * math/s_catan.c: Add branch predictions.
48708         * math/s_catanf.c: Likewise.
48709         * math/s_catanh.c: Likewise.
48710         * math/s_catanhf.c: Likewise.
48711         * math/s_catanhl.c: Likewise.
48712         * math/s_catanl.c: Likewise.
48713         * math/s_cexp.c: Likewise.
48714         * math/s_cexpf.c: Likewise.
48715         * math/s_cexpl.c: Likewise.
48716         * math/s_clog.c: Likewise.
48717         * math/s_clog10.c: Likewise.
48718         * math/s_clog10f.c: Likewise.
48719         * math/s_clog10l.c: Likewise.
48720         * math/s_clogf.c: Likewise.
48721         * math/s_clogl.c: Likewise.
48722         * math/s_csqrt.c: Likewise.
48723         * math/s_csqrtf.c: Likewise.
48724         * math/s_csqrtl.c: Likewise.
48725         * math/s_ctanf.c: Likewise.
48726         * math/s_ctanh.c: Likewise.
48727         * math/s_ctanhf.c: Likewise.
48728         * math/s_ctanhl.c: Likewise.
48729         * math/s_ctanl.c: Likewise.
48731         * math/math_private.h: Define __nan, __nanf, __nanl.
48732         * math/s_cacosh.c: Include <math_private.h>.
48733         * math/s_cacoshl.c: Likewise.
48734         * math/s_casinh.c: Likewise.
48735         * math/s_casinhf.c: Likewise.
48736         * math/s_casinhl.c: Likewise.
48737         * math/s_ccos.c: Rely entire on ccosh.
48738         * math/s_ccosf.c: Rely entire on ccoshf.
48739         * math/s_ccosl.c: Rely entirely on ccoshl.
48740         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48741         Remove tests for FE_INVALID.
48742         * math/s_ccoshf.c: Likewise.
48743         * math/s_ccoshl.c: Likewise.
48744         * math/s_csin.c: Likewise.
48745         * math/s_csinf.c: Likewise.
48746         * math/s_csinh.c Likewise.
48747         * math/s_csinhf.c: Likewise.
48748         * math/s_csinhl.c: Likewise.
48749         * math/s_csinl.c: Likewise.
48750         * math/s_ctan.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48752         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48753         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48755 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48757         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48758         compilation problems.
48760         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48761         __builtin_expect.
48763 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48765         * sysdeps/i386/configure.in: Test for -mfma4 option.
48766         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48767         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48768         COMMON_CPUID_INDEX_80000001.
48769         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48770         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48771         use it if FMA3 is not supported.
48772         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48774         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48775         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48777 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48779         [BZ #12892]
48780         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48781         it would create a cycle with a link time dependency.
48783 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48785         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48786         instruction.
48787         * string/Makefile (strop-tests): Add rawmemchr.
48788         * string/test-rawmemchr.c: New file.
48790         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48791         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48792         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48793         when compiling str{,n}casecmp and when AVX is available.  Hook up
48794         new optimized code in initializers.
48796 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48798         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48799         __feraiseexcept instead of feraiseexcept.
48801 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48803         * math/math_private.h: Define defaults for libc_fetestexcept and
48804         libc_feupdateenv.
48805         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48806         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48807         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48808         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48809         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48810         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48811         libc_fetestexcept and libc_feupdateenv.
48813         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48814         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48815         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48816         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48817         libc_feholdexcept_setround.
48819         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48820         Add s_nearbyint-c and s_nearbyintf-c.
48821         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48822         nearbyintf inlines.
48823         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48824         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48825         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48826         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48828         * math/math_private.h: Define defaults for libc_fegetround,
48829         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48830         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48831         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48832         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48833         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48834         standard functions.
48835         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48836         Remove comments and hacks for old compiler versions.
48837         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48838         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48839         libc_feholdexceptl.
48841 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48843         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48844         (__feraiseexcept_renamed): Add __NTH.
48845         (feraiseexcept): Add __NTH.  Rename local variables to fix
48846         namespace violations.
48848 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48850         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48852         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48854         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48855         recently added interfaces.
48856         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48858         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48859         about macro parameter expansion.
48861         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48862         __NO_MATH_INLINES is defined.  Cleanups.
48864         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48865         and __floorf is target has SSE4.1.
48866         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48867         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48868         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48869         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48871         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48872         name.
48873         (floorf): Likewise.
48875         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48877 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48879         * misc/sys/cdefs.h: Fix last change.
48881         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48882         database lookup.
48884 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48886         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48888         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48889         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48891         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48894         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48895         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48896         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48897         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48898         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48899         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48900         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48901         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48902         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48903         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48904         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48905         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48906         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48907         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48908         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48909         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48911         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48912         ceil, ceilf, floor, floorf.
48914         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48915         Perform IRELATIVE relocations last.
48917         * elf/do-rel.h: Add another parameter nrelative, replacing the
48918         local variable with the same name.  Change name of the function
48919         to end in Rel or Rela (uppercase).
48920         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48921         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48922         elf_dynamic_do_##reloc function.
48924 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48926         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48927         is sufficient, at least on modern CPUs.
48929         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48931         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48932         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48934         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48935         __expl_finite.
48936         * math/bits/math-finite.h: Add entries for exp.
48937         * math/e_expl.c: Add __*_finite alias.
48938         * sysdeps/i386/fpu/e_exp.S: Likewise.
48939         * sysdeps/i386/fpu/e_expf.S: Likewise.
48940         * sysdeps/i386/fpu/e_expl.c: Likewise.
48941         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48942         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48945         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48946         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48947         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48949         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48950         is sufficient, at least on modern CPUs.
48952         * ctype/ctype-info.c (__ctype_init): Define.
48953         * include/ctype.h (__ctype_init): Declare.
48954         (__ctype_b_loc): The variable is always initialized.
48955         (__ctype_toupper_loc): Likewise.
48956         (__ctype_tolower_loc): Likewise.
48957         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48958         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48960 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48962         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48964         * configure.in: Also look in $cxxmachine/include for C++ system
48965         headers.
48967 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48969         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48970         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48971         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48972         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48973         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48974         (USE_AS_WMEMCMP): New macro.
48975         Fixing indents.
48976         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48977         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48978         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48979         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48980         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48981         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48982         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48983         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48984         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48985         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48986         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48987         (USE_AS_WMEMCMP): New macro.
48988         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48989         * sysdeps/string/test-memcmp.c: Update.
48990         Fix simple_wmemcmp.
48991         Add new tests.
48992         * wcsmbs/wmemcmp.c: Update.
48993         (WMEMCMP): New macro.
48994         Fix overflow bug.
48996 2011-10-12  Andreas Jaeger  <aj@suse.de>
48998         [BZ #13268]
48999         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49001 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49003         * libio/iofwide.c (do_length): Avoid warning.
49005         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49007 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49009         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49011         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49012         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49013         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49014         * sysdeps/i386/i686/fpu/e_log.S: New file.
49015         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49016         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49018         * ctype/ctype.h: Add support for inlined isXXX functions when
49019         compiling C++ code.
49021 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49023         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49025         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49027 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49029         [BZ #13291]
49030         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49032 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49034         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49035         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49036         feraiseexcept.
49038         * sysdeps/x86_64/memrchr.S: Check for zero size.
49040         * string/stratcliff.c: Add memrchr tests.
49042 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49044         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49045         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49046         rawmemchr-sse2 rawmemchr-sse2-bsf.
49047         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49048         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49049         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49050         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49051         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49052         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49053         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49054         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49055         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49056         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49057         * string/memrchr.c (MEMRCHR): New macro.
49059 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49061         Add integration with gcc's -ffinite-math-only and optimize wrapper
49062         functions in libm.
49063         * Versions.def: Define GLIBC_2.15 version for libm.
49064         * math/Makefile (headers): Add bits/math-finite.h.
49065         * math/bits/math-finite.h: New file.
49066         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49067         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49068         * math/e_acoshl.c: Add __*_finite alias.
49069         * math/e_acosl.c: Likewise.
49070         * math/e_asinl.c: Likewise.
49071         * math/e_atan2l.c: Likewise.
49072         * math/e_atanhl.c: Likewise.
49073         * math/e_coshl.c: Likewise.
49074         * math/e_exp10.c: Likewise.
49075         * math/e_exp10f.c: Likewise.
49076         * math/e_exp10l.c: Likewise.
49077         * math/e_exp2l.c: Likewise.
49078         * math/e_fmodl.c: Likewise.
49079         * math/e_gammal_r.c: Likewise.
49080         * math/e_hypotl.c: Likewise.
49081         * math/e_j0l.c: Likewise.
49082         * math/e_j1l.c: Likewise.
49083         * math/e_jnl.c: Likewise.
49084         * math/e_lgammal_r.c: Likewise.
49085         * math/e_log10l.c: Likewise.
49086         * math/e_log2l.c: Likewise.
49087         * math/e_logl.c: Likewise.
49088         * math/e_powl.c: Likewise.
49089         * math/e_sinhl.c: Likewise.
49090         * math/e_sqrtl.c: Likewise.
49091         * math/e_scalb.c: Completely rewritten and optimized.
49092         * math/e_scalbf.c: Likewise.
49093         * math/e_scalbl.c: Likewise.
49094         * math/w_acos.c: Likewise.
49095         * math/w_acosf.c: Likewise.
49096         * math/w_acosl.c: Likewise.
49097         * math/w_acosh.c: Likewise.
49098         * math/w_acoshf.c: Likewise.
49099         * math/w_acoshl.c: Likewise.
49100         * math/w_asin.c: Likewise.
49101         * math/w_asinf.c: Likewise.
49102         * math/w_asinl.c: Likewise.
49103         * math/w_atan2.c: Likewise.
49104         * math/w_atan2f.c: Likewise.
49105         * math/w_atan2l.c: Likewise.
49106         * math/w_atanh.c: Likewise.
49107         * math/w_atanhf.c: Likewise.
49108         * math/w_atanhl.c: Likewise.
49109         * math/w_exp10.c: Likewise.
49110         * math/w_exp10f.c: Likewise.
49111         * math/w_exp10l.c: Likewise.
49112         * math/w_fmod.c: Likewise.
49113         * math/w_fmodf.c: Likewise.
49114         * math/w_fmodl.c: Likewise.
49115         * math/w_j0.c: Likewise.
49116         * math/w_j0f.c: Likewise.
49117         * math/w_j0l.c: Likewise.
49118         * math/w_j1.c: Likewise.
49119         * math/w_j1f.c: Likewise.
49120         * math/w_j1l.c: Likewise.
49121         * math/w_jn.c: Likewise.
49122         * math/w_jnf.c: Likewise.
49123         * math/w_log.c: Likewise.
49124         * math/w_logf.c: Likewise.
49125         * math/w_logl.c: Likewise.
49126         * math/w_log10.c: Likewise.
49127         * math/w_log10f.c: Likewise.
49128         * math/w_log10l.c: Likewise.
49129         * math/w_log2.c: Likewise.
49130         * math/w_log2f.c: Likewise.
49131         * math/w_log2l.c: Likewise.
49132         * math/w_pow.c: Likewise.
49133         * math/w_powf.c: Likewise.
49134         * math/w_powl.c: Likewise.
49135         * math/w_remainder.c: Likewise.
49136         * math/w_remainderf.c: Likewise.
49137         * math/w_remainderl.c: Likewise.
49138         * math/w_scalb.c: Likewise.
49139         * math/w_scalbf.c: Likewise.
49140         * math/w_scalbl.c: Likewise.
49141         * math/w_sqrt.c: Likewise.
49142         * math/w_sqrtf.c: Likewise.
49143         * math/w_sqrtl.c: Likewise.
49144         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49145         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49146         used.
49147         * math/math_private.h: Declare __kernel_standard_f.
49148         * math/w_cosh.c: Remove cruft and optimize a bit.
49149         * math/w_coshf.c: Likewise.
49150         * math/w_coshl.c: Likewise.
49151         * math/w_exp2.c: Likewise.
49152         * math/w_exp2f.c: Likewise.
49153         * math/w_exp2l.c: Likewise.
49154         * math/w_hypot.c: Likewise.
49155         * math/w_hypotf.c: Likewise.
49156         * math/w_hypotl.c: Likewise.
49157         * math/w_lgamma.c: Likewise.
49158         * math/w_lgamma_r.c: Likewise.
49159         * math/w_lgammaf.c: Likewise.
49160         * math/w_lgammaf_r.c: Likewise.
49161         * math/w_lgammal.c: Likewise.
49162         * math/w_lgammal_r.c: Likewise.
49163         * math/w_sinh.c: Likewise.
49164         * math/w_sinhf.c: Likewise.
49165         * math/w_sinhl.c: Likewise.
49166         * math/w_tgamma.c: Likewise.
49167         * math/w_tgammaf.c: Likewise.
49168         * math/w_tgammal.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49170         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49171         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49172         Minor optimizations.  Pretty printing.  Remove cruft.
49173         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49174         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49175         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49176         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49177         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49178         * sysdeps/i386/fpu/e_asin.S: Likewise.
49179         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49180         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49181         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49182         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49183         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49184         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49185         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49186         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49187         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49188         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49189         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49190         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49191         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49192         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49193         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49194         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49195         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49196         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49197         * sysdeps/i386/fpu/e_log.S: Likewise.
49198         * sysdeps/i386/fpu/e_log10.S: Likewise.
49199         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49200         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49201         * sysdeps/i386/fpu/e_log2.S: Likewise.
49202         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49203         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49204         * sysdeps/i386/fpu/e_logf.S: Likewise.
49205         * sysdeps/i386/fpu/e_logl.S: Likewise.
49206         * sysdeps/i386/fpu/e_pow.S: Likewise.
49207         * sysdeps/i386/fpu/e_powf.S: Likewise.
49208         * sysdeps/i386/fpu/e_powl.S: Likewise.
49209         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49210         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49211         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49212         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49213         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49214         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49215         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49216         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49217         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49218         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49219         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49221         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49222         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49223         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49224         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49225         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49226         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49227         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49228         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49229         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49230         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49231         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49232         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49233         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49234         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49235         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49236         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49237         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49238         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49239         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49240         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49241         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49242         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49243         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49244         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49245         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49246         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49247         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49248         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49249         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49250         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49251         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49252         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49253         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49254         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49255         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49256         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49257         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49258         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49259         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49260         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49261         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49262         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49263         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49264         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49265         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49266         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49267         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49268         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49269         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49270         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49271         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49272         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49273         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49274         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49275         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49276         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49277         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49278         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49279         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49280         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49281         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49282         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49283         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49284         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49285         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49291         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49292         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49294         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49295         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49296         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49297         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49298         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49299         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49300         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49301         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49302         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49303         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49304         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49305         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49306         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49308         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49309         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49310         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49311         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49312         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49313         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49314         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49315         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49316         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49317         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49318         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49319         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49320         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49321         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49322         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49323         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49324         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49325         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49326         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49327         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49328         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49329         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49330         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49331         (__isnanf): Likewise.
49332         (__isinf_ns): Likewise.
49333         (__isinf_nsf): Likewise.
49334         (__finite): Likewise.
49335         (__finitef): Likewise.
49336         (__ieee754_sqrt): Define as macro.
49337         (__ieee754_sqrtf): Define as macro.
49338         (__ieee754_sqrtl): Define as macro.
49339         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49340         inlined copy.
49341         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49342         __FINITE_MATH_ONLY__ consistent.
49343         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49345 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49347         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49348         of rawmemchr.
49350         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49352 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49354         * po/ja.po: Update from translation team.
49356 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49358         * locale/programs/locarchive.c (prepare_address_space): New function.
49359         (create_archive, enlarge_archive, open_archive): Use it.
49361         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49362         inside [SHARED], where it is used.
49364         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49366         * nss/getent.c (netgroup_keys): Remove unused variable.
49367         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49369 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49371         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49372         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49373         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49374         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49375         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49376         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49377         * math/Makefile (libm-calls): Add s_isinf_ns.
49378         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49379         * math/multc3.c: Likewise.
49380         * math/s_casin.c: Likewise.
49381         * math/s_casinf.c: Likewise.
49382         * math/s_casinl.c: Likewise.
49383         * math/s_ccos.c: Likewise.
49384         * math/s_ccosf.c: Likewise.
49385         * math/s_ccosl.c: Likewise.
49386         * math/s_ctan.c: Likewise.
49387         * math/s_ctanf.c: Likewise.
49388         * math/s_ctanh.c: Likewise.
49389         * math/s_ctanhf.c: Likewise.
49390         * math/s_ctanhl.c: Likewise.
49391         * math/s_ctanl.c: Likewise.
49392         * math/w_fmod.c: Likewise.
49393         * math/w_fmodf.c: Likewise.
49394         * math/w_fmodl.c: Likewise.
49395         * math/w_remainder.c: Likewise.
49396         * math/w_remainderf.c: Likewise.
49397         * math/w_remainderl.c: Likewise.
49398         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49399         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49400         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49401         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49402         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49403         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49404         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49405         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49407         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49408         of the number.
49409         * stdio-common/printf_fphex.c: Likewise.
49410         * stdio-common/printf_size.c: Likewise.
49412         * math/e_exp10.c: Include math_private.h using <...> not "...".
49413         * math/e_exp10f.c: Likewise.
49414         * math/e_exp10l.c: Likewise.
49415         * math/e_exp2l.c: Likewise.
49416         * math/e_j0l.c: Likewise.
49417         * math/e_j1l.c: Likewise.
49418         * math/e_jnl.c: Likewise.
49419         * math/e_lgammal_r.c: Likewise.
49420         * math/e_rem_pio2l.c: Likewise.
49421         * math/e_scalb.c: Likewise.
49422         * math/e_scalbf.c: Likewise.
49423         * math/e_scalbl.c: Likewise.
49424         * math/k_cosl.c: Likewise.
49425         * math/k_sinl.c: Likewise.
49426         * math/k_tanl.c: Likewise.
49427         * math/s_cacoshf.c: Likewise.
49428         * math/s_catan.c: Likewise.
49429         * math/s_catanf.c: Likewise.
49430         * math/s_catanh.c: Likewise.
49431         * math/s_catanhf.c: Likewise.
49432         * math/s_catanhl.c: Likewise.
49433         * math/s_catanl.c: Likewise.
49434         * math/s_ccosh.c: Likewise.
49435         * math/s_ccoshf.c: Likewise.
49436         * math/s_ccoshl.c: Likewise.
49437         * math/s_cexp.c: Likewise.
49438         * math/s_cexpf.c: Likewise.
49439         * math/s_cexpl.c: Likewise.
49440         * math/s_clog.c: Likewise.
49441         * math/s_clog10.c: Likewise.
49442         * math/s_clog10f.c: Likewise.
49443         * math/s_clog10l.c: Likewise.
49444         * math/s_clogf.c: Likewise.
49445         * math/s_clogl.c: Likewise.
49446         * math/s_csin.c: Likewise.
49447         * math/s_csinf.c: Likewise.
49448         * math/s_csinh.c: Likewise.
49449         * math/s_csinhf.c: Likewise.
49450         * math/s_csinhl.c: Likewise.
49451         * math/s_csinl.c: Likewise.
49452         * math/s_csqrt.c: Likewise.
49453         * math/s_csqrtf.c: Likewise.
49454         * math/s_csqrtl.c: Likewise.
49455         * math/s_ctan.c: Likewise.
49456         * math/s_ctanf.c: Likewise.
49457         * math/s_ctanh.c: Likewise.
49458         * math/s_ctanhf.c: Likewise.
49459         * math/s_ctanhl.c: Likewise.
49460         * math/s_ctanl.c: Likewise.
49461         * math/s_ldexp.c: Likewise.
49462         * math/s_ldexpf.c: Likewise.
49463         * math/s_ldexpl.c: Likewise.
49464         * math/s_significand.c: Likewise.
49465         * math/s_significandf.c: Likewise.
49466         * math/s_significandl.c: Likewise.
49467         * math/w_acos.c: Likewise.
49468         * math/w_acosf.c: Likewise.
49469         * math/w_acosh.c: Likewise.
49470         * math/w_acoshf.c: Likewise.
49471         * math/w_acoshl.c: Likewise.
49472         * math/w_acosl.c: Likewise.
49473         * math/w_asin.c: Likewise.
49474         * math/w_asinf.c: Likewise.
49475         * math/w_asinl.c: Likewise.
49476         * math/w_atan2.c: Likewise.
49477         * math/w_atan2f.c: Likewise.
49478         * math/w_atan2l.c: Likewise.
49479         * math/w_atanh.c: Likewise.
49480         * math/w_atanhf.c: Likewise.
49481         * math/w_atanhl.c: Likewise.
49482         * math/w_cosh.c: Likewise.
49483         * math/w_coshf.c: Likewise.
49484         * math/w_coshl.c: Likewise.
49485         * math/w_dremf.c: Likewise.
49486         * math/w_exp10.c: Likewise.
49487         * math/w_exp10f.c: Likewise.
49488         * math/w_exp10l.c: Likewise.
49489         * math/w_exp2.c: Likewise.
49490         * math/w_exp2f.c: Likewise.
49491         * math/w_fmod.c: Likewise.
49492         * math/w_fmodf.c: Likewise.
49493         * math/w_fmodl.c: Likewise.
49494         * math/w_hypot.c: Likewise.
49495         * math/w_hypotf.c: Likewise.
49496         * math/w_hypotl.c: Likewise.
49497         * math/w_j0.c: Likewise.
49498         * math/w_j0f.c: Likewise.
49499         * math/w_j0l.c: Likewise.
49500         * math/w_j1.c: Likewise.
49501         * math/w_j1f.c: Likewise.
49502         * math/w_j1l.c: Likewise.
49503         * math/w_jn.c: Likewise.
49504         * math/w_jnf.c: Likewise.
49505         * math/w_jnl.c: Likewise.
49506         * math/w_lgamma.c: Likewise.
49507         * math/w_lgamma_r.c: Likewise.
49508         * math/w_lgammaf.c: Likewise.
49509         * math/w_lgammaf_r.c: Likewise.
49510         * math/w_lgammal.c: Likewise.
49511         * math/w_lgammal_r.c: Likewise.
49512         * math/w_log.c: Likewise.
49513         * math/w_log10.c: Likewise.
49514         * math/w_log10f.c: Likewise.
49515         * math/w_log10l.c: Likewise.
49516         * math/w_log2.c: Likewise.
49517         * math/w_log2f.c: Likewise.
49518         * math/w_log2l.c: Likewise.
49519         * math/w_logf.c: Likewise.
49520         * math/w_logl.c: Likewise.
49521         * math/w_pow.c: Likewise.
49522         * math/w_powf.c: Likewise.
49523         * math/w_powl.c: Likewise.
49524         * math/w_remainder.c: Likewise.
49525         * math/w_remainderf.c: Likewise.
49526         * math/w_remainderl.c: Likewise.
49527         * math/w_scalb.c: Likewise.
49528         * math/w_scalbf.c: Likewise.
49529         * math/w_scalbl.c: Likewise.
49530         * math/w_sinh.c: Likewise.
49531         * math/w_sinhf.c: Likewise.
49532         * math/w_sinhl.c: Likewise.
49533         * math/w_sqrt.c: Likewise.
49534         * math/w_sqrtf.c: Likewise.
49535         * math/w_sqrtl.c: Likewise.
49536         * math/w_tgamma.c: Likewise.
49537         * math/w_tgammaf.c: Likewise.
49538         * math/w_tgammal.c: Likewise.
49540         * po/ja.po: Update from translation team.
49542 2011-09-29  Andreas Jaeger  <aj@suse.de>
49544         [BZ #13179]
49545         * sunrpc/netname.c (netname2host): Fix logic.
49547         [BZ #6779]
49548         [BZ #6783]
49549         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49550         correctly.
49551         * math/w_remainder.c (__remainder): Likewise.
49552         * math/w_remainderf.c (__remainderf): Likewise.
49553         * math/libm-test.inc (remainder_test): Add test cases.
49555 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49557         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49558         sdiv_qrnnd.
49560 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49562         * string/test-memcmp.c: Avoid unncessary #defines.
49563         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49565 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49567         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49568         Use new sse2 version for core i3 - i7 as it's faster
49569         than sse42 version.
49570         (bit_Prefer_PMINUB_for_stringop): New.
49571         * sysdeps/x86_64/rawmemchr.S: Update.
49572         Replace with faster SSE2 version.
49573         * sysdeps/x86_64/memrchr.S: New file.
49574         * sysdeps/x86_64/memchr.S: Update.
49575         Replace with faster SSE2 version.
49577 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49579         * elf/dl-load.c (lose): Add cast to avoid warning.
49581 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49583         * po/ca.po: Update from translation team.
49585         * inet/getnetgrent_r.c: Hook up nscd.
49586         * nscd/Makefile (routines): Add nscd_netgroup.
49587         (nscd-modules): Add netgroupcache.
49588         (CFLAGS-netgroupcache.c): Define.
49589         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49590         (cache_search): Add const to second parameter.
49591         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49592         INNETGR.
49593         (dbs): Add netgrdb entry.
49594         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49595         (verify_persistent_db): Handle netgrdb.
49596         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49597         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49598         GETFDNETGR.
49599         (netgroup_response_header): Define.
49600         (innetgroup_response_header): Define.
49601         (datahead): Add netgroup_response_header and innetgroup_response_header
49602         elements.
49603         * nscd/nscd.conf: Add entries for netgroup cache.
49604         * nscd/nscd.h (dbtype): Add netgrdb.
49605         (_PATH_NSCD_NETGROUP_DB): Define.
49606         (netgroup_iov_disabled): Declare.
49607         (xmalloc, xcalloc, xrealloc): Move declarations here.
49608         (cache_search): Adjust prototype.
49609         Add netgroup-related prototypes.
49610         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49611         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49612         (__nscd_innetgr): Declare.
49613         * nscd/selinux.c (perms): Use access_vector_t as element type and
49614         add netgroup-related initializers.
49615         * nscd/netgroupcache.c: New file.
49616         * nscd/nscd_netgroup.c: New file.
49617         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49618         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49619         For four parameters use innetgr.
49620         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49621         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49622         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49623         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49625         * nscd/connections.c (register_traced_file): Don't register file
49626         for disabled databases.
49628 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49630         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49632         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49633         from tree and freeing node.
49635 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49637         * nss/nsswitch.c (__nss_database_lookup): Handle
49638         nss_parse_service_list out of memory case.
49640 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49642         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49643         out of memory case.
49645 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49647         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49648         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49649         pass it down.
49650         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49651         elf_machine_rela, elf_machine_lazy_rel.
49652         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49653         (ELF_DYNAMIC_DO_REL): Likewise.
49654         (ELF_DYNAMIC_DO_RELA): Likewise.
49655         (ELF_DYNAMIC_RELOCATE): Likewise.
49656         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49657         to ELF_DYNAMIC_DO_REL.
49658         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49659         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49660         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49661         elf_machine_rela.
49662         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49663         skip_ifunc, don't call ifunc function if non-zero.
49664         (elf_machine_rela): Likewise.
49665         (elf_machine_lazy_rel): Likewise.
49666         (elf_machine_lazy_rela): Likewise.
49667         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49668         (elf_machine_lazy_rel): Likewise.
49669         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49670         Likewise.
49671         (elf_machine_lazy_rel): Likewise.
49672         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49673         Likewise.
49674         (elf_machine_lazy_rel): Likewise.
49675         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49676         (elf_machine_lazy_rel): Likewise.
49677         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49678         (elf_machine_lazy_rel): Likewise.
49679         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49680         (elf_machine_lazy_rel): Likewise.
49681         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49682         (elf_machine_lazy_rel): Likewise.
49683         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49684         (elf_machine_lazy_rel): Likewise.
49685         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49686         (elf_machine_lazy_rel): Likewise.
49688 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49690         * nss/nss_files/files-init.c (_nss_files_init): Use static
49691         initialization for all the *_traced_file variables.
49693 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49695         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49697 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49699         [BZ #13226]
49700         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49702 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49704         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49705         Reread the line before reparsing it.
49707 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49709         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49711 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49712             Maxim Kuvyrkov  <maxim@codesourcery.com>
49713             Joseph Myers  <joseph@codesourcery.com>
49715         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49716         if needed for __stack_chk_guard.
49718 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49720         * sysdeps/posix/spawni.c (script_execute): Always define it.
49721         It will be optimized away if unused.
49722         (maybe_script_execute): New function.
49723         (__spawni): Call it.
49725         * Makerules: Don't include tls.make.
49726         (config-tls): Always set to thread.
49727         * tls.make.c: File removed.
49729 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49731         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49732         * config.make.in (CPPFLAGS-config): New substituted variable.
49734 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49736         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49738         [BZ #13192]
49739         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49740         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49742 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49744         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49745         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49746         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49747         (CALL_FAIL): Likewise.
49748         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49749         (CALL_FAIL): Macro removed.
49750         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49752 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49754         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49755         for __FINITE_MATH_ONLY__ == 1.
49757 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49759         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49760         __ieee754_sqrt instead of sqrt.
49761         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49762         __ieee754_sqrtf instead of sqrtf.
49763         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49764         __floorf instead of floorf.
49765         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49766         __floorf, __truncf instead of floorf, truncf.
49768 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49770         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49772         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49773         __extern_always_inline.
49774         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49775         32-bit.
49777 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49779         * elf/rtld.c (dl_main): Also relocate in dependency order when
49780         doing symbol dependency testing.
49782 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49784         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49785         Always define `refsym'.
49787 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49789         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49790         (__FD_ELT): Renamed from __FDELT.
49791         * misc/bits/select2.h (__FD_ELT): Likewise.
49792         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49793         __FD_MASK instead of __FDELT, __FDMASK.
49794         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49795         Likewise.
49796         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49797         Likewise.
49799         * elf/Makefile (gen-ldd): Fix pattern.
49801         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49802         (init_tls): Likewise.
49804 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49806         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49808 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49810         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49811         `struct cmsghdr *' instead of `void *'.
49812         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49813         Likewise.
49815 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49817         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49818         if non-absolute.
49819         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49820         ldd_rewrite_script.
49822 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49824         * configure.in: Remove --with-tls option.
49825         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49826         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49827         out in case it is missing.
49828         * sysdeps/ia64/elf/configure.in: Likewise.
49829         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49830         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49831         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49832         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49833         * sysdeps/sh/elf/configure.in: Likewise.
49834         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49835         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49836         * sysdeps/x86_64/elf/configure.in: Likewise.
49837         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49838         * sysdeps/mach/hurd/tls.h: Likewise.
49840         [BZ #13067]
49841         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49843         [BZ #13090]
49844         * configure.in: Fix use of AC_INIT.
49846         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49848 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49850         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49851         __set_errno.
49852         * malloc/hooks.c: Likewise.
49854         [BZ #11929]
49855         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49856         variables statically.
49857         (narenas): Initialize.
49858         (list_lock): Initialize.
49859         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49860         initializtion of main_arena and list_lock.  Small cleanups.
49861         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49862         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49863         Add initializers to main_arena and mp_.
49864         (malloc_state): Remove pagesize member.  Change all users to use
49865         GLRO(dl_pagesize).
49867         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49868         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49869         is always initialized.
49871         * malloc/malloc.c: Removed unused configurations and dead code.
49872         * malloc/arena.c: Likewise.
49873         * malloc/hooks.c: Likewise.
49874         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49876         * include/tls.h: Removed.  USE___THREAD must always be defined.
49877         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49878         * elf/dl-libc.c: Likewise.
49879         * elf/dl-tsd.c: Likewise.
49880         * include/errno.h: Likewise.
49881         * include/netdb.h: Likewise.
49882         * include/resolv.h: Likewise.
49883         * inet/herrno-loc.c: Likewise.
49884         * inet/herrno.c: Likewise.
49885         * malloc/arena.c: Likewise.
49886         * malloc/hooks.c: Likewise.
49887         * malloc/malloc.c: Likewise.
49888         * resolv/res-state.c: Likewise.
49889         * resolv/res_libc.c: Likewise.
49890         * sysdeps/i386/dl-machine.h: Likewise.
49891         * sysdeps/ia64/dl-machine.h: Likewise.
49892         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49893         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49894         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49895         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49896         * sysdeps/sh/dl-machine.h: Likewise.
49897         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49898         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49899         * sysdeps/unix/i386/sysdep.S: Likewise.
49900         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49901         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49902         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49903         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49904         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49905         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49906         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49907         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49908         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49909         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49910         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49911         * sysdeps/x86_64/dl-machine.h: Likewise.
49912         * tls.make.c: Likewise.
49914         * configure.in: Remove --with-__thread option.  Make tests for
49915         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49916         tls_model attribute fail if no support is available.  Remove
49917         USE_IN_LIBIO.
49918         * Makeconfig: Adjust for dropped configure option.  All features are
49919         now mandatory.
49920         * Makerules: Likewise.
49921         * Versions.def: Likewise.
49922         * argp/argp-fmtstream.c: Likewise.
49923         * argp/argp-fmtstream.h: Likewise.
49924         * argp/argp-help.c: Likewise.
49925         * assert/assert.c: Likewise.
49926         * config.h.in: Likewise.
49927         * config.make.in: Likewise.
49928         * configure: Likewise.
49929         * configure.in: Likewise.
49930         * csu/Versions: Likewise.
49931         * csu/init.c: Likewise.
49932         * elf/tst-audit2.c: Likewise.
49933         * elf/tst-tls10.c: Likewise.
49934         * elf/tst-tls10.h: Likewise.
49935         * elf/tst-tls11.c: Likewise.
49936         * elf/tst-tls12.c: Likewise.
49937         * elf/tst-tls14.c: Likewise.
49938         * elf/tst-tlsmod11.c: Likewise.
49939         * elf/tst-tlsmod12.c: Likewise.
49940         * elf/tst-tlsmod13.c: Likewise.
49941         * elf/tst-tlsmod13a.c: Likewise.
49942         * elf/tst-tlsmod14a.c: Likewise.
49943         * elf/tst-tlsmod15b.c: Likewise.
49944         * elf/tst-tlsmod16a.c: Likewise.
49945         * elf/tst-tlsmod16b.c: Likewise.
49946         * elf/tst-tlsmod7.c: Likewise.
49947         * elf/tst-tlsmod8.c: Likewise.
49948         * elf/tst-tlsmod9.c: Likewise.
49949         * gmon/gmon.c: Likewise.
49950         * grp/fgetgrent_r.c: Likewise.
49951         * grp/putgrent.c: Likewise.
49952         * hurd/fopenport.c: Likewise.
49953         * include/libc-symbols.h: Likewise.
49954         * include/tls.h: Likewise.
49955         * intl/gettextP.h: Likewise.
49956         * intl/loadinfo.h: Likewise.
49957         * locale/global-locale.c: Likewise.
49958         * locale/localeinfo.h: Likewise.
49959         * mach/devstream.c: Likewise.
49960         * malloc/arena.c: Likewise.
49961         * malloc/set-freeres.c: Likewise.
49962         * misc/err.c: Likewise.
49963         * misc/getttyent.c: Likewise.
49964         * misc/mntent_r.c: Likewise.
49965         * posix/getopt.c: Likewise.
49966         * posix/wordexp.c: Likewise.
49967         * pwd/fgetpwent_r.c: Likewise.
49968         * resolv/Versions: Likewise.
49969         * resolv/res_hconf.c: Likewise.
49970         * shadow/fgetspent_r.c: Likewise.
49971         * shadow/putspent.c: Likewise.
49972         * stdio-common/printf_fphex.c: Likewise.
49973         * stdio-common/tmpfile.c: Likewise.
49974         * stdlib/abort.c: Likewise.
49975         * stdlib/fmtmsg.c: Likewise.
49976         * sunrpc/auth_unix.c: Likewise.
49977         * sunrpc/clnt_perr.c: Likewise.
49978         * sunrpc/clnt_tcp.c: Likewise.
49979         * sunrpc/clnt_udp.c: Likewise.
49980         * sunrpc/clnt_unix.c: Likewise.
49981         * sunrpc/openchild.c: Likewise.
49982         * sunrpc/svc_simple.c: Likewise.
49983         * sunrpc/svc_tcp.c: Likewise.
49984         * sunrpc/svc_udp.c: Likewise.
49985         * sunrpc/svc_unix.c: Likewise.
49986         * sunrpc/xdr.c: Likewise.
49987         * sunrpc/xdr_array.c: Likewise.
49988         * sunrpc/xdr_rec.c: Likewise.
49989         * sunrpc/xdr_ref.c: Likewise.
49990         * sunrpc/xdr_stdio.c: Likewise.
49992 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49994         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49996 2011-07-03  Andreas Jaeger  <aj@suse.de>
49998         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49999         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50000         regenerate with gen-libm-tests.pl.
50002 2010-05-12  Petr Baudis  <pasky@suse.cz>
50004         [BZ #11589]
50005         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50006         around j0() zero points by switching to j1().
50007         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50008         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50009         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50010         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50012 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50014         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50015         instead of 0.
50016         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50017         instead of 0.
50018         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50019         Patch in part by Pavel Roskin <proski@gnu.org>.
50021         [BZ #13138]
50022         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50023         realloc.
50024         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50025         Free memory block if necessary.
50027         [BZ #12847]
50028         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50029         be NULL.  Don't lock in this case.
50031 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50033         * elf/elf.h (ELFOSABI_GNU): New macro.
50034         (ELFOSABI_LINUX): Define to that.
50036 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50038         * string/strncat.c (strncat): Undef the symbol in case it has been
50039         defined in bits/string.h.
50041 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50043         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50045         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50046         link map.
50048 2011-08-17  Andreas Jaeger  <aj@suse.de>
50050         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50052 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50053             Ian Lance Taylor  <iant@google.com>
50055         * math/libm-test.inc (lround_test): New testcase.
50056         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50058 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50060         * Makefile: Remove support for automatic cvs check-ins.
50061         * Makerules: Likewise.
50062         * config.make.in: Likewise.
50063         * configure.in: Likewise.
50064         * intl/Makefile: Likewise.
50065         * locale/Makefile: Likewise.
50066         * po/Makefile: Likewise.
50067         * posix/Makefile: Likewise.
50068         * sysdeps/gnu/Makefile: Likewise.
50069         * sysdeps/mach/hurd/Makefile: Likewise.
50070         * sysdeps/sparc/sparc32/Makefile: Likewise.
50072         [BZ #13118]
50073         * posix/Makefile (bug-regex32-ENV): Define.
50074         Patch by John Stanley <jpsinthemix@verizon.net>.
50076         * misc/Makefile (headers): Add bits/select2.h.
50077         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50078         * misc/bits/select2.h: New file.
50079         * include/bits/select2.h: New file.
50080         * debug/Makefile (routines): Add fdelt_chk.
50081         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50082         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50083         FD_ISSET.
50084         * debug/fdelt_chk.c: New file.
50086         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50087         * wcsmbs/test-wmemcmp.c: Likewise.
50088         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50089         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50091 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50093         * string/Makefile (strop-tests): Add memcmp.
50094         * string/test-wmemcmp.c: New file.
50095         * string/test-memcmp.c: Add wmemcmp support.
50097 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50099         [BZ #13153]
50100         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50101         2011-07-19 change.
50103         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50104         garbage value in a __mach_port_mod_refs call in the cases of the
50105         task-self and thread-self ports.
50107 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50109         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50111 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50113         * elf/dl-load.c (lose): Check for non-null L.
50115 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50117         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50119         * elf/dl-libc.c (dlerror_run): Pass back error code from
50120         dl_catch_error.
50122         [BZ #13123]
50123         * elf/dl-load.c (lose): Free l_origin if it is valid.
50125         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50126         names.
50127         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50128         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50129         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50130         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50131         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50132         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50134 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50136         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50137         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50138         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50139         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50140         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50141         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50142         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50143         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50144         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50145         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50147 2011-08-15  Alan Modra  <amodra@gmail.com>
50149         [BZ #13092]
50150         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50151         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50152         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50153         ppc_mcount to static-only-routines.
50154         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50155         __mcount_internal.
50156         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50157         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50159 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50161         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50162         for finite and infinity parameters.
50164 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50166         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50167         and add nop instructions for throughput optimization.
50168         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50170 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50172         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50173         aligned copy for power7 with vector-scalar instructions.
50174         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50176 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50178         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50179         AVX check.
50181 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50183         [BZ #13144]
50184         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50185         last change.
50187 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50189         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50190         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50191         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50192         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50193         clock_gettime.
50195 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50197         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50198         Forgot to demangle the pointer.
50200         * sysdeps/i386/sysdep.h: Define atom_text_section.
50201         * sysdeps/x86_64/sysdep.h: Likewise.
50202         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50203         section with atom_text_section.
50204         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50205         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50206         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50207         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50208         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50210         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50211         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50212         already be defined.  Change to take two parameters and don't assign
50213         result to variable.  Adjust all users.
50214         Define INTERNAL_GETTIME if not already defined.
50215         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50216         call.
50217         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50218         HAVE_CLOCK_GETTIME_VSYSCALL.
50219         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50221         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50222         gettimeofday vsyscall, just use time.
50224 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50226         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50227         <errno.h>.
50229 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50231         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50232         syscall on x86-64.
50233         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50234         syscall.
50235         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50236         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50237         syscall if possible.
50239 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50241         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50242         e_ident.  Don't pass to find_mapsXX.
50243         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50245 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50247         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50248         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50249         * sysdeps/x86_64/multiarch/strchr.S: Update.
50250         Check bit_slow_BSF bit.
50251         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50252         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50253         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50255 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50257         [BZ #13134]
50258         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50259         before glibc 2.15.
50260         (tryshell): Define.
50261         (__spawni): Change last parameter to be flag.  Test
50262         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50263         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50264         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50265         * posix/spawni.c: Likewise.
50266         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50267         * posix/spawnp.c: Likewise.  Change normal version to use
50268         SPAWN_XFLAGS_USE_PATH.
50269         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50270         SPAWN_XFLAGS_TRY_SHELL.
50272         [BZ #13150]
50273         * posix/glob.h: Remove gcc 1.x support.
50275         [BZ #13068]
50276         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50278 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50280         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50281         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50282         strrchr-sse2-bsf
50283         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50284         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50285         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50286         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50287         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50288         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50290 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50292         * sysdeps/x86_64/wcscmp.S: New file.
50294         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50295         wcscmp-c wcscmp-sse2
50296         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50297         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50298         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50299         * wcsmbs/wcscmp.c: Allow renaming.
50301 2011-09-05  David S. Miller  <davem@davemloft.net>
50303         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50304         stack slot, rather than the struct return pointer slot.
50305         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50306         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50308         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50310 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50312         * po/ja.po: Update from translation team.
50314         [BZ #13144]
50315         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50316         kernel in 64-bit binaries.
50318 2011-09-01  David S. Miller  <davem@davemloft.net>
50320         * elf/elf.h (HWCAP_SPARC_*): Move to..
50321         * sysdeps/sparc/sysdep.h: this new file and add new values.
50322         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50323         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50324         _DL_HWCAP_COUNT to 24.
50325         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50326         entries.
50327         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50328         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50329         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50330         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50331         instead of magic constants.
50332         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50334 2011-08-31  David S. Miller  <davem@davemloft.net>
50336         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50337         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50338         Reimplement to do errno handling inline.
50339         (SYSCALL_ERROR_HANDLER): New macro.
50340         (__SYSCALL_STRING): Do not do errno handling in asm.
50341         (__CLONE_SYSCALL_STRING): Delete.
50342         (__INTERNAL_SYSCALL_STRING): Delete.
50343         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50344         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50345         (PSEUDO): Reimplement to do errno handling inline.
50346         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50347         (SYSCALL_ERROR_HANDLER): New macro.
50348         (__SYSCALL_STRING): Do not do errno handling in asm.
50349         (__CLONE_SYSCALL_STRING): Delete.
50350         (__INTERNAL_SYSCALL_STRING): Delete.
50351         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50352         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50353         i386.
50354         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50355         (inline_syscall*): Add 'err' argument.
50356         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50357         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50358         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50359         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50361         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50362         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50364 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50366         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50368 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50370         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50371         directive.
50373 2011-08-24  David S. Miller  <davem@davemloft.net>
50375         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50377 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50379         * elf/Makefile: Add rules to build and run unload8 test.
50380         * elf/unload8.c: New file.
50381         * elf/unload8mod1.c: New file.
50382         * elf/unload8mod1x.c: New file.
50383         * elf/unload8mod2.c: New file.
50384         * elf/unload8mod3.c: New file.
50386         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50387         it wasn't used.
50389 2011-08-23  David S. Miller  <davem@davemloft.net>
50391         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50392         subtract stack bias.
50393         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50394         %sp not %fp in calculations.
50395         (_JMPBUF_UNWINDS_ADJ): Likewise.
50397         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50398         (aio_suspend): Call it to force an exception region around the
50399         AIO_MISC_WAIT() invocation.
50401 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50403         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50404         backslash.
50406 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50408         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50409         protection macro.
50410         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50411         and <dl-machine.h>.
50412         (Elf64_FuncDesc): Remove.
50414 2011-08-22  David S. Miller  <davem@davemloft.net>
50416         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50417         sigaltstack check, add missing cfi directives.
50418         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50419         missing cfi directives, and sigaltstack handling.
50421 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50423         [BZ #11724]
50424         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50425         object is seen twice.
50426         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50428         * elf/Makefile (distribute): Add tst-initorder2.c.
50429         (tests): Add tst-initorder2.
50430         (modules-names): Add tst-initorder2a tst-initorder2b
50431         tst-initorder2c tst-initorder2d.  Add rules to build them.
50432         ($(objpfx)tst-initorder2.out): New rule.
50433         * elf/tst-initorder2.c: New file.
50434         * elf/tst-initorder2.exp: New file.
50436 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50438         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50440         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50441         dependencies back to end of function.
50443         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50444         $(elfobjdir)/ld.so.
50446 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50448         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50449         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50450         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50451         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50452         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50453         of __vdso_gettimeofday.
50454         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50455         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50456         attribute_hidden.
50457         (_libc_vdso_platform_setup): Remove initialization of
50458         __vdso_gettimeofday and __vdso_time.
50460 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50462         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50463         and fgetc_unlocked.
50464         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50465         getc_unlocked.
50467         * elf/dl-open.c (add_to_global): Report additions to the global scope
50468         for LD_DEBUG=scopes.
50469         (dl_open_worker): Also print scope of newly loaded dependencies.
50470         (_dl_show_scope): Indicate if there is no scope.
50472         [BZ #13114]
50473         * stdio-common/Makefile (tests): Add bug24.
50474         * stdio-common/bug24.c: New file.
50476 2011-08-19  Andreas Jaeger  <aj@suse.de>
50478         [BZ #13114]
50479         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50480         non-existant file when using close-on-exec mode.
50482 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50484         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50485         the very first instruction.
50487         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50488         the CFI state in the end.
50489         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50490         inclusion of dl-trampoline.h.
50491         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50493 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50495         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50496         expectations for long double.
50498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50499         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50501 2011-08-14  David S. Miller  <davem@davemloft.net>
50503         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50504         artificual limit depends upon the system page size.
50506 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50508         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50509         * resolv/Makefile: Define CFLAGS-libresolv.
50511 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50513         * nss/makedb.c (compute_tables): Make variables used in nested
50514         function static.
50516 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50518         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50519         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50520         if buffer was too small.
50522         * elf/pldd.c (main): Attach to all threads in the process.
50523         Rewrite /proc handling to use *at functions.
50525 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50527         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50528         specifies first scope to show.
50529         (dl_open_worker): Update callers.  Move printing scope of new
50530         object to before the relocation.
50531         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50532         * sysdeps/generic/ldsodefs.h: Update declaration.
50534         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50535         string for the scope number.
50537 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50539         * nscd/servicescache.c (cache_addserv): Make sure written is always
50540         initialized.
50542 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50544         * sysdeps/i386/i486/bits/atomic.h
50545         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50546         statement expression, so as to suppress "set but not used" warning.
50547         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50549         * string/strncat.c (STRNCAT): Use prototype definition.
50551         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50552         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50553         -Iprograms here.
50554         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50555         (localedef-modules): Add localedef.
50556         (locale-modules): Add locale.
50558         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50559         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50560         to avoid a warning.
50562 2011-08-14  David S. Miller  <davem@davemloft.net>
50564         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50565         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50567 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50569         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50570         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50571         * elf/rtld.c (dl_main): Set l_name of vDSO.
50572         Call _dl_show_scope when DL_DEBUG_SCOPES.
50573         (process_dl_debug): Recognize scopes flag and also set it for all.
50574         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50575         Declare _dl_show_scope.
50577         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50578         (do_dlopen): Pass caller_dlopen to dl_open.
50579         (__libc_dlopen_mode): Initialize caller_dlopen.
50581         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50582         of libc.  Make tolower call locale-independent.  Optimize a bit by
50583         using isdigit instead of isalnum.
50584         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50586 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50588         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50589         was a dependency or dynamically loaded.
50591 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50593         * intl/l10nflist.c: Allow architecture-specific pop function.
50594         * sysdeps/x86_64/l10nflist.c: New file.
50596         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50597         classification.
50599 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50601         * include/dirent.h: Add libc_hidden_proto for scandirat and
50602         scandirat64.  Don't declare __scandirat64.
50603         * dirent/scandirat.c: Add libc_hidden_def.
50604         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50605         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50607 2011-08-10  David S. Miller  <davem@davemloft.net>
50609         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50610         enum.
50611         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50612         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50613         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50615 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50617         * Versions.def [libc]: Add GLIBC_2.15.
50618         * dirent/Makefile (routines): Add scandirat and scandirat64.
50619         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50620         GLIBC_2.15.
50621         * dirent/dirent.h: Declare scandirat and scandirat64.
50622         * dirent/scandirat.c: New file.
50623         * dirent/scandirat64.c: New file.
50624         * sysdeps/wordsize-64/scandirat.c: New file.
50625         * sysdeps/wordsize-64/scandirat64.c: New file.
50626         * dirent/opendir.c: Define opendirat.
50627         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50628         using scandirat.
50629         * dirent/scandir64.c: Adjust for scandir.c change.
50630         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50631         __scandirat64, and __scandir_cancel_handler.
50632         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50633         additional parameter and use openat instead of open (outside of ld.so).
50634         Add new __opendir as wrapper around __opendirat.
50635         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50636         here without requiring old scandirat implementation.
50638 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50640         * dirent/scandir.c (cancel_handler): Renamed to
50641         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50642         defined.  Adjust users.
50643         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50644         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50646 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50648         * string/test-string.h (IMPL): Use __STRING to expand name and then
50649         stringify it.
50651         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50652         of cleanups.
50654 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50656         * string/Makefile: Update.
50657         (strop-tests): Append strncat.
50658         * string/test-wcscmp.c: New file.
50659         New comprehensive test for wcscmp.
50660         * string/test-strcmp.c: Update.
50661         (WIDE): New define.
50663 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50665         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50666         line.
50668 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50670         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50671         encoding to ACE if AI_IDN.
50673 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50675         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50676         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50678 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50680         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50681         Fix overflow bug in strncat.
50682         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50684         * string/test-strncat.c: Update.
50685         Add new tests for checking overflow bugs.
50687 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50689         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50690         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50691         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50692         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50693         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50694         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50695         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50696         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50697         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50699         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50700         (USE_AS_STRCAT): Define.
50701         Add strcat and strncat support.
50702         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50704 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50706         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50707         __n bigger than INT_MAX+1.
50708         (__strncmp_g): Likewise.
50710 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50712         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50713         * libio/stido.h: Likewise.
50715         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50716         (AF_NFC): Define.
50717         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50718         (AF_NFC): Define.
50720         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50721         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50722         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50723         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50724         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50726         [BZ #13021]
50727         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50728         installed.
50730         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50731         typo.
50732         (_dl_x86_64_save_sse): Likewise.
50734 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50736         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50737         OSXSAVE.
50738         (_dl_x86_64_save_sse): Likewise.
50740         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50742         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50744 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50746         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50747         change.
50748         (_dl_x86_64_save_sse): Use correct AVX check.
50750 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50752         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50753         bug in strncpy/strncat.
50754         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50756 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50758         * string/tester.c (test_strcat): Add tests for different alignments
50759         of source and destination.
50760         (test_strncat): Likewise.
50762 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50764         [BZ #12852]
50765         * posix/glob.c (glob): Check passed in values before using them in
50766         expressions to avoid some overflows.
50767         (glob_in_dir): Likewise.
50769         [BZ #13007]
50770         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50771         check for AVX enablement so that we don't crash with old kernels and
50772         new hardware.
50773         * elf/tst-audit4.c: Add same checks here.
50774         * elf/tst-audit6.c: Likewise.
50776         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50778 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50780         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50782 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50784         * po/cs.po: Update from translation team.
50785         * po/bg.po: Likewise.
50787 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50789         * misc/sys/cdefs.h: Add support for const attribute.
50790         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50791         to gnu_dev_{major,minor,makedev} functions.
50793 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50795         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50797 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50799         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50800         strlen results.
50802 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50804         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50805         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50806         register in order to avoid conflicts with the soft frame pointer
50807         being held in r11 when necessary.
50808         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50809         (INTERNAL_VSYSCALL_NCS): Likewise.
50811 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50813         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50814         * elf/dl-fini.c (_dl_fini): Adjust caller.
50815         * elf/dl-close.c (_dl_close_worker): Likewise.
50816         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50818 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50820         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50821         "aux_cache->nlibs < 0".
50823         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50824         in the reload-count case.
50826 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50828         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50829         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50830         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50831         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50832         * sysdeps/x86_64/multiarch/strcat.S: New file.
50833         * sysdeps/x86_64/multiarch/strncat.S: New file.
50834         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50835         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50836         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50837         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50838         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50839         (USE_AS_STRCAT): Define.
50840         Add strcat and strncat support.
50841         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50842         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50843         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50844         * string/strncat.c: Update.
50845         (USE_AS_STRNCAT): Define.
50846         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50847         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50848         and i7.
50849         * sysdeps/x86_64/multiarch/init-arch.h
50850         (bit_Prefer_PMINUB_for_stringop): New.
50851         (index_Prefer_PMINUB_for_stringop): Likewise.
50852         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50853         bit_Prefer_PMINUB_for_stringop.
50855 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50857         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50858         buffer64.
50859         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50860         of casting of buffer.
50861         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50862         buffer32 and buffer64.
50863         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50864         writes instead of casting of buffer.
50865         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50866         buffer32.
50867         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50868         casting of buffer.
50870 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50872         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50874 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50876         * nscd/nscd.c (termination_handler): Don't do anything for a database
50877         if it has not yet been initialized.
50879 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50881         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50883 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50885         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50887 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50889         * po/nl.po: Update from translation team.
50890         * po/sv.po: Likewise.
50892 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50894         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50895         now disallowed by GCC.
50897         * configure.in (use-default-link): Default to yes if a test -shared
50898         link meets our qualifications.
50899         * configure: Regenerated.
50901         * config.make.in (output-format): New variable.
50902         * configure.in: Check for ld --print-output-format support.
50903         * configure: Regenerated.
50904         * Makerules ($(common-objpfx)format.lds)
50905         [$(output-format) != unknown]: Just use $(output-format),
50906         instead of the linker-script munging.
50908 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50910         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50911         of $(common-objpfx)shlib.lds.
50912         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50914         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50915         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50917         * configure.in (-z relro check): Adjust test code to add a large
50918         writable data section after it.
50919         * configure: Regenerated.
50921 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50923         * configure.in (-z relro check): Fix test code to make the variable
50924         truly const.
50925         * configure: Regenerated.
50927 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50929         * nscd/nscd.h (struct traced_file): Define.
50930         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50931         elements.  Add traced_files.
50932         (inotify_fd): Declare.
50933         (register_traced_file): Declare.
50934         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50935         (inotify_fd): Export.
50936         (resolv_conf_descr): Remove.
50937         (nscd_init): Move inotify descriptor creation to main.
50938         Don't register files for notification here.
50939         (register_traced_file): New function.
50940         (invalidate_cache): Don't use reset_res to determine whether to call
50941         res_init, go through the list of registered files.
50942         (main_loop_poll): The inotify descriptors are now stored in the
50943         structures for the traced files.
50944         (main_loop_epoll): Likewise
50945         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50946         to __nss_disable_nscd.
50947         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50948         for a database anymore.  Check the records for all the registered
50949         files instead.
50950         * nss/Makefile (libnss_files-routines): Add files-init.
50951         (libnss_db-routines): Add db-init.
50952         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50953         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50954         * nss/nss_db/db-init.c: New file.
50955         * nss/nss_files/files-init.c: New file.
50956         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50957         __nss_lookup_function.
50958         (__nss_lookup_function): Call nss_load_library.
50959         (nss_load_all_libraries): New function.
50960         (__nss_disable_nscd): Take parameter with callback function for files
50961         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50962         used for the cached services.
50963         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50964         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50965         options for features to all the files in nscd.
50967         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50969 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50971         * csu/elf-init.c (__libc_csu_init): Comment typo.
50973 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50975         * po/pl.po: Update from translation team.
50976         * po/ja.po: Likewise.
50977         * po/ru.po: Likewise.
50978         * po/ko.po: Likewise.
50979         * po/fr.po: Likewise.
50981 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50983         * configure.in (.ctors/.dtors header and trailer check):
50984         Use an empirical test on a built program.
50985         * configure: Regenerated.
50987         * configure.in (-z relro check): Use an empirical test on a built DSO.
50988         Detect, but do not require, on ia64.
50989         * configure: Regenerated.
50991         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50992         Update tests that use readelf to use $READELF instead.
50993         * configure: Regenerated.
50995 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50997         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50998         if the result is not used.
51000 2011-07-05  Andreas Jaeger  <aj@suse.de>
51002         [BZ#9696]
51003         * stdlib/tst-strtod.c: Add testcase.
51005 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51007         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51008         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51009         The latter has a higher limit.  Take additional parameter to pass to
51010         the new function.
51011         (__pathconf): Pass file to __statfs_link_max.
51012         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51013         __statfs_link_max.
51014         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51015         __statfs_link_max.
51017         [BZ #12868]
51018         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51019         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51020         Handle Lustre.
51021         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51022         (__statfs_filesize_max): Likewise.
51023         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51025 2011-07-05  Andreas Jaeger  <aj@suse.de>
51027         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51029 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51031         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51032         `status' variable.
51033         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51034         Likewise.
51036 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51038         * Makefile (strop-tests): Add strncat.
51039         * string/test-strncat.c: New file.
51041 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51043         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51045 2011-06-21  Andreas Jaeger  <aj@suse.de>
51047         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51048         Copy rule from iconvdata/Makefile.
51050 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51052         [BZ #12922]
51053         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51054         but no long options are defined, just return 'W'.
51056 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51058         [BZ #9696]
51059         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51061 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51063         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51064         netgroups to read.
51065         (innetgr): Likewise.
51067 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51069         * config.make.in (install_root): Default to $(DESTDIR).
51071 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51073         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51075 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51077         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51079         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51080         containing directory rather than embedding absolute directory names.
51082         * scripts/check-local-headers.sh: Rewritten using awk.
51083         Match by word, not by line.  Print error messages for matches.
51084         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51086         * Makerules [shlib-lds-flags empty]:
51087         ($(common-objpfx)libc_pic.opts): New target.
51088         ($(common-objpfx)libc_pic.os.clean): New target.
51089         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51091         * config.make.in (OBJCOPY): New variable.
51092         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51093         * configure: Regenerated.
51095         * config.make.in (use-default-link): New variable.
51096         * configure.in (use_default_link): Grok --with-default-link to set it.
51097         * configure: Regenerated.
51098         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51099         (shlib-lds, shlib-lds-flags): Define to empty.
51101         * Makerules (shlib-lds): New variable.
51102         (shlib-lds-flags): New variable.
51103         (build-shlib, build-moduile, build-module-asneeded): Use it.
51104         ($(common-objpfx)libc.so): Use $(shlib-lds).
51105         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51106         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51108         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51109         DT_FLAGS/DT_FLAGS_1 with zero flags.
51111         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51112         linker script munging.
51114 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51116         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51117         as 128-bit value.
51118         * crypt/sha512.c (sha512_process_block): Perform total addition using
51119         128-bit if possible.
51120         (__sha512_finish_ctx): Likewise.
51121         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51122         as 64-bit value.
51123         * crypt/sha256.c (SWAP64): Define.
51124         (sha256_process_block): Perform total addition using 64-bit if
51125         possible.
51126         (__sha256_finish_ctx): Likewise.
51128 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51130         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51131         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51132         * nscd/hstcache.c (cache_addhst): Likewise.
51133         * nscd/grpcache.c (cache_addgr): Likewise.
51134         * nscd/aicache.c (addhstaiX): Likewise
51135         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51137 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51139         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51140         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51141         * nscd/hstcache.c (cache_addhst): Likewise.
51142         * nscd/grpcache.c (cache_addgr): Likewise.
51143         * nscd/aicache.c (addhstaiX): Likewise
51145 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51147         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51148         domain only when needed.
51150 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51152         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51153         is always restored.
51155 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51157         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51158         are re-adding the entry.
51159         * nscd/servicescache.c (cache_addserv): Likewise.
51161 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51163         * sysdeps/generic/dl-irel.h: fix protection against multiple
51164         inclusions.
51165         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51167 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51169         [BZ #12935]
51170         * malloc/memusage.sh: Fix quoting in message.
51171         * debug/xtrace.sh: Likewise.
51173         * configure.in: Remove support for --experimental-malloc option, make
51174         it the default.
51175         * config.make.in: Likewise.
51176         * malloc/Makefile: Likewise.
51178 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51180         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51181         two-byte characters.
51183 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51185         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51186         AC_CACHE_CHECK invocation.
51187         * configure: Regenerated.
51189         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51191 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51193         [BZ #12350]
51194         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51195         bit from old_res_options.
51197         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51199         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51200         value type for setfct.
51202 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51204         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51205         __gettimeofday instead of gettimeofday.
51207 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51209         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51211 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51213         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51215         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51216         info.
51218 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51220         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51221         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51222         strcpy-sse2-unaligned strncpy-sse2-unaligned
51223         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51224         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51225         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51226         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51227         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51228         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51229         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51230         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51231         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51232         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51233         (STRCPY): Support SSE2 and SSSE3 versions.
51235 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51237         [BZ #12874]
51238         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51239         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51240         kernels which artificially limit size of requests.
51242 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51244         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51245         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51246         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51247         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51248         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51249         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51250         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51251         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51252         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51253         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51254         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51255         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51256         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51257         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51258         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51259         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51260         Enable unaligned load optimization for Intel Core i3, i5 and i7
51261         processors.
51262         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51263         Define.
51264         (index_Fast_Unaligned_Load): Define.
51265         (HAS_FAST_UNALIGNED_LOAD): Define.
51267 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51269         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51271 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51273         [BZ #12907]
51274         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51275         until it is clear that the information is realy needed.
51276         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51278 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51280         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51282 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51284         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51285         /sys/devices/system/cpu/online if it is usable.
51287         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51288         reading the information from the /proc filesystem to once a second.
51290 2011-06-21  Andreas Jaeger  <aj@suse.de>
51292         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51293         NULL after inclusion of kernel headers.
51295 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51297         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51298         calls to internal_setent.
51300         [BZ #12885]
51301         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51302         addresses using gethostbyname4_r ignore IPv4 addresses.
51304         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51305         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51307         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51309 2011-06-20  David S. Miller  <davem@davemloft.net>
51311         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51312         inclusions.
51313         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51315         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51316         (elf_irel): Use it.
51317         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51318         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51319         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51320         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51321         * sysdeps/x86_64/dl-irel.h: Likewise.
51323         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51324         * elf/dl-sym.c: Likewise.
51326 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51328         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51329         need to dereference resplen2.
51331 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51333         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51335 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51337         * Makeconfig: Define vardbdir and inst_vardbdir.
51338         * nss/Makefile: Add rules to install db-Makefile.
51340         * nss/nss_db/db-XXX.c: Cleanup.
51342         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51343         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51344         GLIBC_PRIVATE.
51345         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51346         * nss/makedb.c: Implement -g option to specify that value strings
51347         are generated and should not be added to table iterated over for
51348         get*ent calls.
51349         * nss/nss_db/db-initgroups.c: New file.
51351         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51352         interface.
51354         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51355         (internal_getgrouplist): Adjust to name change.
51356         Update use_initgroups_entry if this is not the first call.
51357         * nss/databases.def: Add initgroups entry.
51359         * nss/makedb.c (compute_tables): Check result of multiple hash table
51360         sizes to minimize maximum chain length.
51362 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51364         * Versions.def: Add entry for libnss_db.
51365         * shlib-versions: Likewise.
51366         * nss/Makefile: Add rules to build libnss_db.
51367         * nss/Versions: Add libnss_db information.  Organize libnss_files
51368         entries better.
51369         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51370         makedb progra.  Some minor improvements to generate smaller files.
51371         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51372         here from...
51373         * nss/makedb.c: ...here.
51374         Improve database format to be smaller and require less memory at
51375         runtime.
51376         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51377         db anymore.
51378         * nss/nss_db/db-netgrp.c: Likewise.
51379         * nss/nss_db/db-open.c: Likewise.
51380         * nss/nss_files/flies-XXX.x: Adjust comments.
51381         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51382         * nss/nss_files/files-grp.c: Likewise.
51383         * nss/nss_files/files-hosts.c: Likewise.
51384         * nss/nss_files/files-network.c: Likewise.
51385         * nss/nss_files/files-proto.c: Likewise.
51386         * nss/nss_files/files-pwd.c: Likewise.
51387         * nss/nss_files/files-rpc.c: Likewise.
51388         * nss/nss_files/files-service.c: Likewise.
51389         * nss/nss_files/files-sgrp.c: Likewise.
51390         * nss/nss_files/files-spwd.c: Likewise.
51391         * nss/nss_db/db-alias.c: Removed.
51392         * nss/nss_db/dummy-db.h: Removed.
51394 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51396         * nss/makedb.c: Rewritten to not use database library.
51397         * nss/Makefile: Update to build new makedb program.
51399 2011-06-14  Andreas Jaeger  <aj@suse.de>
51401         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51402         memset declaration.
51404 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51406         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51407         tmpbuf.
51409 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51411         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51412         * elf/Makefile ($(objpfx)ld.so): Likewise.
51414         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51415         Don't list ld.so twice in dependencies.
51417         * posix/bug-regex31.c: Include <stdlib.h>.
51419         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51421         * nis/nss_compat/compat-spwd.c
51422         (getspent_next_nss_netgr): Remove unused variable.
51423         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51425         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51426         nonmembers" output to use the right array.
51428         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51430         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51432         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51433         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51434         * catgets/gencat.c (read_input_file): Likewise.
51435         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51437         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51438         variable definition inside #if's controlling its use.
51440         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51442         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51444         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51446         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51447         unreachable code.
51449         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51451         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51452         * configure: Regenerated.
51454         * Makerules: Revert last change.
51455         * elf/Makefile: Likewise.
51457 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51459         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51460         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51461         (reloc-link): Likewise.
51463 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51465         * elf/Makefile: Add rules to build pldd.
51466         * elf/pldd.c: New file.
51467         * elf/pldd-xx.c: New file.
51469 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51471         * version.h: Update for 2.15 development version.
51473 2011-06-07  David S. Miller  <davem@davemloft.net>
51475         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51476         ifuncs.
51477         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51478         elf_machine_lazy_rel): Likewise.
51479         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51480         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51481         elf_machine_lazy_rel): Likewise.
51482         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51483         dl_hwcap via passed in argument.
51484         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51485         Likewise.
51487 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51489         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51491 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51493         [BZ #12849]
51494         * manual/fdl-1.1.texi: New file, verbatim from:
51495         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51496         * manual/lgpl-2.1.texi: New file, verbatim from:
51497         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51498         * manual/Makefile (licenses): New variable, list those new file names.
51499         (texis): Use it.
51500         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51502         * manual/fdl.texi: File removed.
51503         * manual/lesser.texi: File removed.
51504         * manual/libc.texinfo (Copying, Documentation License):
51505         Use new @include file names, put @appendix directive before @include.
51507 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51509         [BZ #12841]
51510         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51511         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51512         (mq_open): Add __NTH.
51514 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51517         Assume Intel Core i3/i5/i7 processor if AVX is available.
51519 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51521         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51522         typo.
51524 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51526         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51527         memory.  Use alloca_account.  Fix memory leak when retrying.
51529 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51531         * version.h (RELEASE): Bump for 2.14 release.
51532         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51534         * config.make.in (RANLIB): Remove entry.
51536 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51538         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51539         (libc.pot): Work around missing support for .ksh extension in xgettext.
51541         [BZ #12684]
51542         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51543         if both request failed.
51544         (send_dg): In case of server errors clear resplen or *resplen2.
51546         [BZ #12454]
51547         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51548         when there are multiple maps.
51549         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51550         (_dl_fini): Remove test here.
51552         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51554 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51556         [BZ #12350]
51557         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51558         bit from old_res_options.
51559         (gaih_inet): Likewise.
51561         [BZ #11099]
51562         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51563         as signed.
51565         * resolv/res_init.c (res_setoptions): Make the code more compact.
51567         [BZ #11558]
51568         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51569         set RES_USEVC.
51571         [BZ #11634]
51572         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51574         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51576         [BZ #11781]
51577         * malloc/malloc.h: Declare malloc hook variables as volatile.
51579         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51580         in last patch.
51582         [BZ #11799]
51583         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51584         raise in the comment.
51585         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51586         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51587         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51589 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51591         [BZ #12811]
51592         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51593         grow the buffers more if it already has to be sufficient.
51594         (build_wcs_upper_buffer): Likewise.
51595         * posix/regexec.c (check_matching): Likewise.
51596         (clean_state_log_if_needed): Likewise.
51597         (extend_buffers): Don't enlarge buffers beyond size of the input
51598         buffer.
51599         Patches mostly by Emil Wojak <emil@wojak.eu>.
51600         * posix/bug-regex32.c: New file.
51601         * posix/Makefile (tests): Add bug-regex32.
51603         * locale/findlocale.c (_nl_find_locale): Return right away if
51604         _nl_explode_name failed.
51605         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51607         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51609         * debug/xtrace.sh: Unify messages.
51610         * malloc/memusage.sh: Likewise.
51612         [BZ #12813]
51613         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51614         time symbol from vDSO.  Substitute with vsyscall if not available.
51615         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51616         __vdso_time.
51618         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51619         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51620         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51621         Add sendmmsg and internal_sendmmsg.
51622         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51623         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51624         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51626         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51627         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51628         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51630 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51632         [BZ #12813]
51633         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51634         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51635         available.
51636         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51637         __vdso_getcpu.
51639         [BZ #12814]
51640         * iconvdata/Makefile (tests): Add bug-iconv9.
51641         * iconvdata/bug-iconv9.c: New file.
51643 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51645         [BZ #12814]
51646         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51648 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51650         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51651         (struct user_regs_struct): Change intcs field back to cs.
51653 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51655         * po/ja.po: Update from translation team.
51657 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51659         [BZ #12795]
51660         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51661         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51663 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51665         * stdlib/longlong.h: Update from GCC.
51667 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51669         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51670         parameter name.
51671         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51672         Add parameter name.
51673         (__sysconf): Pass it down.
51675 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51677         [BZ #12671]
51678         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51679         some situations.
51680         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51681         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51682         add in in __libc_use_alloca calls.  Adjust callers.
51683         (glob): Use malloc in some situations.
51685         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51686         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51687         pltexit.
51689 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51691         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51692         and CLOCK_BOOTTIME_ALARM.
51694         [BZ #12782]
51695         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51696         is returned.
51698         * string/_strerror.c (__strerror_r): Print negative errors as signed
51699         numbers.
51701         [BZ #12777]
51702         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51703         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51704         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51706         * configure.in: Fix typo in redirection and correct removal of test
51707         files in two cases.
51709         [BZ #12788]
51710         * locale/setlocale.c (new_composite_name): Fix test to check for
51711         identical name of all categories.
51713         [BZ #12792]
51714         * libio/filedoalloc.c (local_isatty): New function.
51715         (_IO_file_doallocate): Use local_isatty.
51716         * stdio-common/perror.c (perror): In case a new stream is used
51717         forward the stream error.
51718         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51719         error flag.
51721 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51723         [BZ #11869]
51724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51725         alloca.
51726         * include/alloca.h (extend_alloca_account): Define.
51728         [BZ #11857]
51729         * posix/regex.h: Fix comments with documentation of user-accessible
51730         fields after compilation and describe correct free'ing of pattern
51731         after re_compile_pattern.
51732         Patch by Reuben Thomas <rrt@sc3d.org>.
51734 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51736         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51737         and -mno-altivec to prevent the compiler from using Altivec and/or
51738         VSX instructions when the corresponding registers are not available.
51740 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51742         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51744 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51746         * libio/freopen.c (freopen): Use __dup2, not dup2.
51747         * libio/freopen64.c (freopen64): Likewise.
51749 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51751         [BZ #12775]
51752         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51753         * math/Makefile (tests): Add test-powl.
51754         (CFLAGS-test-powl.c): Define.
51755         * math/test-powl.c: New file.
51757 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51759         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51761 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51763         [BZ #11837]
51764         * iconvdata/gb18030.c: Update to GB18020-2005.
51766 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51768         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51769         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51770         Patch by Aharon Robbins <arnold@skeeve.com>.
51772         [BZ #11892]
51773         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51774         on the stack.
51776         [BZ #11895]
51777         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51778         through underflows.
51780         [BZ #12766]
51781         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51782         point to strings before performing equality test for error_one_per_line
51783         mode.
51785         [BZ #11697]
51786         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51788         [BZ #11820]
51789         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51790         (struct user_fpregs_struct): Avoid __uint*_t types.
51792         [BZ #6420]
51793         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51794         symbol info.  Use it instead of calling _dl_addr locally.
51795         (lock_and_info): New function.
51796         (tr_freehook): Call lock_and_info and pass symbol info as additional
51797         parameter to tr_where.
51798         (tr_mallochook): Likewise.
51799         (tr_reallochook): Likewise.
51800         (tr_memalignhook): Likewise.
51802         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51803         used and couldn't be at all thread-safe.
51805 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51807         * libio/freopen.c (freopen): Don't close old file descriptor
51808         before the new one is opened.  Instead dup the new file descriptor
51809         to the old one after the new stream is created.
51810         * libio/freopen64.c (freopen64): Likewise.
51811         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51812         * libio/fileops.c (_IO_new_file_close_it): Handle new
51813         _IO_FLAGS2_NOCLOSE flag.
51814         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51815         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51816         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51817         _IO_FLAGS2_NOCLOSE flag.
51818         * include/unistd.h: Add hidden_proto for dup3.
51819         Define __have_dup3.
51820         * io/dup3.c: Define hidden symbol.
51821         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51823         [BZ #7101]
51824         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51825         when an incomplete long option is used.
51826         * posix/tst-getopt_long1.c: New file.
51827         * posix/Makefile (tests): Add tst-getopt_long1.
51829         [BZ #10138]
51830         * scripts/config.guess: Update from autoconf-2.68.
51831         * scripts/config.sub: Likewise.
51833         [BZ #10157]
51834         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51835         tests into ...
51836         (has_cpuclock): ...this.  New function.
51837         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51838         macro here based on has_cpuclock code.
51840         [BZ #10149]
51841         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51842         First byte (not low byte) is now always NUL.
51843         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51845         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51846         Use non-cancelable interfaces.
51848         [BZ #9809]
51849         * locale/iso-639.def: Add entry for Sorani.
51851         [BZ #11901]
51852         * include/stdlib.h: Move include protection to the right place.
51853         Define abort_msg_s.  Declare __abort_msg with it.
51854         * stdlib/abort.c (__abort_msg): Adjust type.
51855         * assert/assert.c (__assert_fail_base): New function.  Majority
51856         of code from __assert_fail.  Allocate memory for __abort_msg with
51857         mmap.
51858         (__assert_fail): Now call __assert_fail_base.
51859         * assert/assert-perr.c: Remove bulk of implementation.  Use
51860         __assert_fail_base.
51861         * include/assert.hL Declare __assert_fail_base.
51862         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51863         mmap.
51864         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51866 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51868         [BZ #11952]
51869         [BZ #12453]
51870         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51871         until all modules are registered in the DTV.
51872         * elf/Makefile: Add rules to build and run tst-tls19.
51873         * elf/tst-tls19.c: New file.
51874         * elf/tst-tls19mod1.c: New file.
51875         * elf/tst-tls19mod2.c: New file.
51876         * elf/tst-tls19mod3.c: New file.
51877         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51879         [BZ #12083]
51880         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51881         correctly.
51883         [BZ #12601]
51884         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51885         two-byte sequence errors.
51886         * iconvdata/Makefile (tests): Add bug-iconv8.
51887         * iconvdata/bug-iconv8.c: New file.
51889         [BZ #12626]
51890         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51891         buf2 definition.
51893         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51895         [BZ #12432]
51896         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51897         (dummy_getcfa): New function.
51898         (init): Get _Unwind_GetCFA address, use dummy if not found.
51899         (backtrace_helper): In recursion check, also check whether CFA changes.
51900         (__backtrace): Completely initialize arg.
51902         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51903         storing incomplete byte sequence in state object.  Avoid testing for
51904         guaranteed too small input if we know there is enough data available.
51906 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51908         * Makeconfig (+link-pie): Indent.
51909         * Rules (binaries-pie): Define if $(have-fpie) and
51910         $(build-shared).
51911         (binaries-shared): Also filter out $(binaries-pie).
51912         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51913         * nscd/Makefile (others-pie): Add nscd.
51914         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51915         ($(objpfx)nscd): Remove command override.
51916         * login/Makefile (others-pie): Add pt_chown.
51917         ($(objpfx)pt_chown): Remove command override.
51918         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51919         remove command overrides.
51921 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51923         * libio/tst_putwc.c: Fix error messages.
51925         [BZ #12724]
51926         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51927         currently writing and seek to current position when not.
51928         * libio/Makefile (tests): Add bug-fclose1.
51929         * libio/bug-fclose1.c: New file.
51931 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51933         [BZ #12511]
51934         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51935         don't set DF_1_NODELETE here.
51936         (do_lookup_x): When entering new entry test for copy relocation
51937         and if necessary set DF_1_NODELETE flag.
51938         * elf/tst-unique4.cc: New file.
51939         * elf/tst-unique4.h: New file.
51940         * elf/tst-unique4lib.cc: New file.
51941         * elf/Makefile: Add rules to build and run tst-unique4.
51942         Patch by Piotr Bury <pbury@goahead.com>.
51944 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51946         [BZ #12052]
51947         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51949         [BZ #12625]
51950         * misc/mntent_r.c (addmntent): Flush the stream after the output
51952         [BZ #12393]
51953         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51954         (is_trusted_path_normalize): Skip initial colon.  Append slash
51955         to empty buffer.  Duplicate is_trusted_path code but allow
51956         constructed patch to be prefix.
51957         (is_dst): Allow $ORIGIN followed by /.
51958         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51959         Correct testing of result of is_trusted_path_normalize
51960         (decompose_rpath): Fix warning.
51962 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51964         [BZ #11257]
51965         * grp/initgroups.c (internal_getgrouplist): When we found the service
51966         list through the initgroups entry in nsswitch.conf do not always
51967         continue on a successful lookup.  Don't always use the
51968         __nss_group_database value if it is set.
51969         * nss/nsswitch.conf (initgroups): Change action for successful db
51970         lookup to continue for compatibility.
51972 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51974         [BZ #11532]
51975         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51976         and CP774 modules.
51977         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51978         and CP774 modules.
51979         * iconvdata/tst-tables.sh: Likewise.
51980         * iconvdata/cp770.c: New file.
51981         * iconvdata/cp771.c: New file.
51982         * iconvdata/cp772.c: New file.
51983         * iconvdata/cp773.c: New file.
51984         * iconvdata/cp774.c: New file.
51985         * iconvdata/testdata/CP770: New file.
51986         * iconvdata/testdata/CP770..UTF8: New file.
51987         * iconvdata/testdata/CP771: New file.
51988         * iconvdata/testdata/CP771..UTF8: New file.
51989         * iconvdata/testdata/CP772: New file.
51990         * iconvdata/testdata/CP772..UTF8: New file.
51991         * iconvdata/testdata/CP773: New file.
51992         * iconvdata/testdata/CP773..UTF8: New file.
51993         * iconvdata/testdata/CP774: New file.
51994         * iconvdata/testdata/CP774..UTF8: New file.
51996         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51997         END CHARMAP line.
51998         * iconvdata/gen-8bit-gap.sh: Likewise.
51999         * iconvdata/gen-8bit.sh: Likewise.
52001         * locale/iso-639.def: Add ary entry.
52003         [BZ #11258]
52004         * locale/C-translit.h.in: Add U20A1 transliteration.
52006         [BZ #12178]
52007         * locale/iso-639.def: Add wae entry.
52008         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52010         [BZ #12545]
52011         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52012         for n.
52014         [BZ #12711]
52015         * locale/C-translit.h.in: Add entry for U20B9.
52016         Patch by pravin.d.s@gmail.com.
52018 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52020         [BZ #12713]
52021         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52022         ENAMETOOLONG use generic getcwd.
52023         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52024         in rtld.  Use *stat64.
52025         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52026         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52027         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52028         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52029         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52030         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52031         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52032         __fstatat64 macros.
52033         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52034         * dirent/rewinddir.c: Add libc_hidden_def.
52035         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52036         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52038         * include/dirent.h (__alloc_dir): Add flags parameter.
52039         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52040         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52041         __alloc_dir.
52042         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52043         from fdopendir if O_CLOEXEC is already set.
52045 2011-03-15  Alan Modra  <amodra@gmail.com>
52047         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52048         l_tls_firstbyte_offset non-zero.  Save padding offset in
52049         l_tls_firstbyte_offset for later use.
52050         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52051         freeing static tls block.
52053 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52055         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52056         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52057         being defined by the kernel headers.
52059 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52061         [BZ #12734]
52062         * resolv/resolv.h: Define RES_NOTLDQUERY.
52063         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52064         no-tld-query and set RES_NOTLDQUERY.
52065         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52066         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52067         modern BIND to search name as TLD unless forbidden.
52069 2011-05-07  Petr Baudis  <pasky@suse.cz>
52070             Ulrich Drepper  <drepper@gmail.com>
52072         [BZ #12393]
52073         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52074         (is_trusted_path): ...to here.
52075         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52076         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52077         using is_trusted_path_normalize() in setuid scripts.
52079 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52081         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52082         __BEGIN/__END_DECLS.
52084 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52086         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52087         NSS_STATUS_NOTFOUND if no record was found.
52089 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52091         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52092         (headers-not-in-tirpc): Remove rpc/netdb.h
52093         * resolv/netdb.h: Revert last change.
52095 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52097         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52098         circular dependency between libgcc.a and libc.a.
52100 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52102         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52103         * nis/Makefile: Don't install rpcsvc/*.
52104         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52105         instead of <rpc/types.h>.
52106         (MAXHOSTNAMELEN): Define.
52108 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52110         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52112 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52114         [BZ #12714]
52115         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52116         gethostbyname4_r when IPv6 results are possible.
52118 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52120         [BZ #12723]
52121         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52122         _PC_PIPE_BUF handling.
52124 2011-04-30  Bruno Haible  <bruno@clisp.org>
52126         [BZ #12717]
52127         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52128         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52129         to 'int'.
52130         * inet/getnameinfo.c (getnameinfo): Likewise.
52132 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52134         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52135         to groups setting in database lookup.
52136         * nss/nsswitch.conf: Add initgroups entry.
52138 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52140         [BZ #12685]
52141         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52142         mode string.
52143         Patch by Eric Blake <eblake@redhat.com>.
52145 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52147         * sunrpc/Makefile (need-export-routines): Add svc_run.
52148         (routines): Remove svc_run.
52149         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52150         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52151         * sunrpc/svc_run.c (svc_run): Likewise.
52152         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52154 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52156         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52157         problem in reallocation in last patch.
52159 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52161         * sunrpc/Makefile: Move inclusion of Rules.
52163 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52165         * nss/nss_files/files-initgroups.c: New file.
52166         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52167         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52168         _nss_files_initgroups_dyn.
52170 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52172         * elf/elf.h (R_ARM_IRELATIVE): Define.
52174 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52176         * po/ru.po: Update from translation team.
52178 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52180         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52181         dependencies.
52183 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52185         [BZ #12653]
52186         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52187         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52188         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52189         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52190         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52192 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52194         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52195         differing bytes.
52196         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52197         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52198         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52200 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52202         [BZ #12420]
52203         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52204         storing it.
52205         * stdlib/bug-getcontext.c: New file.
52206         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52208 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52210         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52211         instructions into .machine "z9-109".
52212         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52213         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52215 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52217         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52218         between environment variables and auxiliary vector.
52220 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52222         * Makefile: Add rules to build linkobj/libc.so.
52223         * include/libc-symbols.h: Define libc_hidden_nolink.
52224         * include/rpc/auth.h: Mark functions which are to be hidden.
52225         * include/rpc/auth_des.h: Likewise.
52226         * include/rpc/auth_unix.h: Likewise.
52227         * include/rpc/clnt.h: Likewise.
52228         * include/rpc/des_crypt.h: Likewise.
52229         * include/rpc/key_prot.h: Likewise.
52230         * include/rpc/pmap_clnt.h: Likewise.
52231         * include/rpc/pmap_prot.h: Likewise.
52232         * include/rpc/pmap_rmt.h: Likewise.
52233         * include/rpc/rpc_msg.h: Likewise.
52234         * include/rpc/svc.h: Likewise.
52235         * include/rpc/svc_auth.h: Likewise.
52236         * include/rpc/xdr.h: Likewise.
52237         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52238         * nss/Makefile: Likewise.
52239         * sunrpc/Makefile: Don't install headers.  Build library with normal
52240         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52241         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52242         for the compat linking library.  Remove use of INTDEF/INTUSE.
52243         * sunrpc/auth_none.c: Likewise.
52244         * sunrpc/auth_unix.c: Likewise.
52245         * sunrpc/authdes_prot.c: Likewise.
52246         * sunrpc/authuxprot.c: Likewise.
52247         * sunrpc/clnt_gen.c: Likewise.
52248         * sunrpc/clnt_perr.c: Likewise.
52249         * sunrpc/clnt_raw.c: Likewise.
52250         * sunrpc/clnt_simp.c: Likewise.
52251         * sunrpc/clnt_tcp.c: Likewise.
52252         * sunrpc/clnt_udp.c: Likewise.
52253         * sunrpc/clnt_unix.c: Likewise.
52254         * sunrpc/des_crypt.c: Likewise.
52255         * sunrpc/des_soft.c: Likewise.
52256         * sunrpc/get_myaddr.c: Likewise.
52257         * sunrpc/key_call.c: Likewise.
52258         * sunrpc/key_prot.c: Likewise.
52259         * sunrpc/netname.c: Likewise.
52260         * sunrpc/pm_getmaps.c: Likewise.
52261         * sunrpc/pm_getport.c: Likewise.
52262         * sunrpc/pmap_clnt.c: Likewise.
52263         * sunrpc/pmap_prot.c: Likewise.
52264         * sunrpc/pmap_prot2.c: Likewise.
52265         * sunrpc/pmap_rmt.c: Likewise.
52266         * sunrpc/publickey.c: Likewise.
52267         * sunrpc/rpc_cmsg.c: Likewise.
52268         * sunrpc/rpc_common.c: Likewise.
52269         * sunrpc/rpc_dtable.c: Likewise.
52270         * sunrpc/rpc_prot.c: Likewise.
52271         * sunrpc/rpc_thread.c: Likewise.
52272         * sunrpc/rtime.c: Likewise.
52273         * sunrpc/svc.c: Likewise.
52274         * sunrpc/svc_auth.c: Likewise.
52275         * sunrpc/svc_authux.c: Likewise.
52276         * sunrpc/svc_raw.c: Likewise.
52277         * sunrpc/svc_run.c: Likewise.
52278         * sunrpc/svc_simple.c: Likewise.
52279         * sunrpc/svc_tcp.c: Likewise.
52280         * sunrpc/svc_udp.c: Likewise.
52281         * sunrpc/svc_unix.c: Likewise.
52282         * sunrpc/svcauth_des.c: Likewise.
52283         * sunrpc/xcrypt.c: Likewise.
52284         * sunrpc/xdr.c: Likewise.
52285         * sunrpc/xdr_array.c: Likewise.
52286         * sunrpc/xdr_float.c: Likewise.
52287         * sunrpc/xdr_intXX_t.c: Likewise.
52288         * sunrpc/xdr_mem.c: Likewise.
52289         * sunrpc/xdr_rec.c: Likewise.
52290         * sunrpc/xdr_ref.c: Likewise.
52291         * sunrpc/xdr_sizeof.c: Likewise.
52292         * sunrpc/xdr_stdio.c: Likewise.
52294 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52296         [BZ #12650]
52297         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52298         * sysdeps/ia64/dl-tls.h: Likewise.
52299         * sysdeps/powerpc/dl-tls.h: Likewise.
52300         * sysdeps/s390/dl-tls.h: Likewise.
52301         * sysdeps/sh/dl-tls.h: Likewise.
52302         * sysdeps/sparc/dl-tls.h: Likewise.
52303         * sysdeps/x86_64/dl-tls.h: Likewise.
52304         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52306 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52308         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52309         rpath element also skip the following colon.
52310         (expand_dynamic_string_token): Add is_path parameter and pass
52311         down to DL_DST_REQUIRED and _dl_dst_substitute.
52312         (decompose_rpath): Call expand_dynamic_string_token with
52313         non-zero is_path.  Ignore empty rpaths.
52314         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52315         with zero is_path.
52317 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52320         Make cancelable.
52322 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52324         [BZ #12655]
52325         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52326         Patch by Filipe David Manana <fdmanana@apache.org>.
52328 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52330         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52331         Maintain aligned stack.
52332         (CHECK_RSP): Remove unused macro.
52334 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52336         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52337         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52339 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52341         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52343         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52345 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52347         [BZ #12518]
52348         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52349         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52350         * sysdeps/x86_64/memmove.c: New file.
52351         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52352         (memcpy): Renamed to ...
52353         (__new_memcpy): This.
52354         (memcpy): Provide GLIBC_2_14 memcpy.
52355         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52356         (memcpy): Provide GLIBC_2_2_5 memcpy.
52358 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52360         [BZ #12631]
52361         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52363 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52365         * misc/syncfs.c: New file.
52366         * misc/Makefile (routines): Add syncfs.
52367         * posix/unistd.h: Declare syncfs.
52368         * sysdeps/unix/syscalls.list: Add syncfs.
52370 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52372         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52373         open_by_handle_at.
52374         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52375         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52376         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52377         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52378         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52379         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52380         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52382 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52384         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52385         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52386         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52387         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52388         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52389         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52390         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52392         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52393         sync_file_range.c with -fexceptions.
52394         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52395         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52396         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52397         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52398         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52399         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52400         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52401         sync_file_range as cancellation point
52402         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52403         now a wrapper around __call_sync_file_range with cancellation handling.
52404         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52405         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52406         function name to __call_sync_file_range.
52407         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52408         Add call_sync_file_range.
52410 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52412         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52413         bits/timex.h.
52415 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52417         * iconv/iconv.h: Fix typo in comment.
52418         * io/fcntl.h: Likewise.
52419         * libio/stdio.h: Likewise.
52420         * posix/spawn.h: Likewise.
52421         * posix/unistd.h: Likewise.
52422         * stdlib/stdlib.h: Likewise.
52423         * time/time.h: Likewise.
52424         * wcsmbs/wchar.h: Likewise.
52426         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52427         open_by_handle): Add.
52428         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52429         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52430         Augment a few comments.
52431         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52432         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52433         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52434         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52435         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52436         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52437         open_by_handle.
52439         * io/fcntl.h (AT_EMPTY_PATH): Define.
52441 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52443         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52444         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52445         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52446         to...
52447         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52448         * Versions.def: Add GLIBC_2.14.
52449         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52450         Export.
52452 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52454         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52455         round counter.
52456         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52458 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52460         [BZ #12597]
52461         * string/test-strncmp.c (do_page_test): New function.
52462         (check2): Likewise.
52463         (test_main): Call check2.
52464         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52466 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52468         [BZ #12587]
52469         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52470         Handle cache information in CPU leaf 4.
52471         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52473 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52475         [BZ #12583]
52476         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52477         character representation.
52478         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52480 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52482         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52483         END(__isnan) to END(__isnanf) to match function entry point/label
52484         EALIGN(__isnanf,...).
52486 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52488         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52490 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52492         [BZ #12510]
52493         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52494         copy from the symbol referenced in the relocation to initialize the
52495         used variable.
52496         Patch by Piotr Bury <pbury@goahead.com>.
52497         * elf/Makefile: Add rules to build and tst-unique3.
52498         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52499         * elf/tst-unique3.cc: New file.
52500         * elf/tst-unique3.h: New file.
52501         * elf/tst-unique3lib.cc: New file.
52502         * elf/tst-unique3lib2.cc: New file.
52504         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52506 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52508         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52509         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52510         to _start.
52512 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52514         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52515         to-be-loaded object along a path to loader is ld.so.
52517 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52518             Ulrich Drepper  <drepper@gmail.com>
52520         * sysdeps/x86_64/memset.S: After aligning destination, code
52521         branches to different locations depending on the value of
52522         misalignment, when multiarch is enabled. Fix this.
52524 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52526         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52527         Set _x86_64_preferred_memory_instruction for AMD processsors.
52528         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52529         Set bit_Prefer_SSE_for_memop for AMD processors.
52531 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52533         * libio/fmemopen.c (fmemopen): Optimize a bit.
52535 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52537         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52539 2011-03-03  Roland McGrath  <roland@redhat.com>
52541         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52543 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52545         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52546         __bzero_ultra1 instead of __memset_ultra1.
52548 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52549             Ulrich Drepper  <drepper@gmail.com>
52551         [BZ #12509]
52552         * include/link.h (struct link_map): Add l_orig_initfini.
52553         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52554         returning unsuccessfully.
52555         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52556         close of a file loaded at startup, restore the original l_initfini
52557         list.
52558         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52559         list, store the pointer.
52560         * elf/Makefile ($(objpfx)noload-mem): New rule.
52561         (noload-ENV): Define.
52562         (tests): Add $(objpfx)noload-mem.
52563         * elf/noload.c: Include <memcheck.h>.
52564         (main): Call mtrace.  Close all opened handles.
52566 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52568         [BZ #12454]
52569         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52570         dependencies are missing.
52572 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52574         Fix __if_freereq crash: Unlike the generic version which uses free,
52575         Hurd needs munmap.
52576         * sysdeps/mach/hurd/ifreq.h: New file.
52578 2011-01-27  Petr Baudis  <pasky@suse.cz>
52579             Ulrich Drepper  <drepper@gmail.com>
52581         [BZ 12445]#
52582         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52583         to extend_alloca().
52584         * stdio-common/bug23.c: New file.
52585         * stdio-common/Makefile (tests): Add bug23.
52587 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52588             Ulrich Drepper  <drepper@gmail.com>
52590         [BZ #12489]
52591         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52592         before performing relro protection.  At old place add assertion
52593         to make sure nothing changed.
52595 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52596             Glauber de Oliveira Costa  <glommer@gmail.com>
52598         * elf/elf.h: Add new ARM TLS relocs.
52600 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52603         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52604         cast from r3.
52605         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52606         'tests' variable.
52607         * sysdeps/wordsize-64/tst-writev.c: New file.
52609 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52611         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52612         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52613         insns in _dl_start to prevent a TOC reference before relocs are
52614         resolved.
52616 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52618         [BZ #12469]
52619         * Makeconfig: Remove RANLIB definition.
52620         * Makerules: Don't use RANLIB.
52621         * aclocal.m4: Remove ranlib test.
52622         * configure.in: No need to check for ranlib.
52623         * elf/rtld-Rules: Don't use RANLIB.
52625 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52627         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52628         protection macro.
52629         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52630         inclusion protection macro.
52632         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52633         SIGRTMIN and SIGRTMAX and print information in that case only when
52634         SIGRTMIN is defined.
52636 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52638         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52639         arginfo fn returning -1.
52641         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52642         and thousands string is zero terminated.
52644 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52646         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52647         sysdeps/unix/sysv/linux/bits/socket.h.
52649 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52651         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52652         (__CPU_COUNT): Remove old macros.
52653         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52654         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52655         (__CPU_ALLOC, __CPU_FREE): Add macros.
52656         (__sched_cpualloc, __sched_cpufree): Add declarations.
52658 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52660         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52661         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52662         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52663         (readdhstai): Return value of addhstaiX call.
52664         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52665         (addgrbyX): Return value returned by cache_addgr.
52666         (readdgrbyname): Return value returned by addgrbyX.
52667         (readdgrbygid): Likewise.
52668         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52669         (addpwbyX): Return value returned by cache_addpw.
52670         (readdpwbyname): Return value returned by addhstbyX.
52671         (readdpwbyuid): Likewise.
52672         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52673         (addservbyX): Return value returned by cache_addserv.
52674         (readdservbyname): Return value returned by addservbyX:
52675         (readdservbyport): Likewise.
52676         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52677         (addhstbyX): Return value returned by cache_addhst.
52678         (readdhstbyname): Return value returned by addhstbyX.
52679         (readdhstbyaddr): Likewise.
52680         (readdhstbynamev6): Likewise.
52681         (readdhstbyaddrv6): Likewise.
52682         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52683         (readdinitgroups): Return value returned by addinitgroupsX.
52684         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52685         (prune_cache): Keep track of timeout value of re-added entries.
52686         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52687         * nscd/nscd.h: Adjust prototypes of readd* functions.
52689 2011-02-04  Roland McGrath  <roland@redhat.com>
52691         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52692         (nis_stats): Likewise.
52693         * nis/nis_modify.c (nis_modify): Likewise.
52694         * nis/nis_remove.c (nis_remove): Likewise.
52695         * nis/nis_add.c (nis_add): Likewise.
52697         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52699         * posix/fnmatch_loop.c: Add some consts.
52701         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52703 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52705         [BZ #12460]
52706         * config.make.in (config-cflags-novzeroupper): Define.
52707         * configure.in: Substitute libc_cv_cc_novzeroupper.
52708         * elf/Makefile (AVX-CFLAGS): Define.
52709         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52710         (CFLAGS-tst-auditmod4a.c): Likewise.
52711         (CFLAGS-tst-auditmod4b.c): Likewise.
52712         (CFLAGS-tst-auditmod6b.c): Likewise.
52713         (CFLAGS-tst-auditmod6c.c): Likewise.
52714         (CFLAGS-tst-auditmod7b.c): Likewise.
52715         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52717 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52719         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52720         function to the callback.
52721         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52723 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52725         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52726         of errno.
52728 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52730         [BZ #11724]
52731         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52732         of constructors.
52733         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52734         of destructors.
52735         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52737         [BZ #11724]
52738         * elf/Makefile: Add rules to build and run new test.
52739         * elf/tst-initorder.c: New file.
52740         * elf/tst-initorder.exp: New file.
52741         * elf/tst-initordera1.c: New file.
52742         * elf/tst-initordera2.c: New file.
52743         * elf/tst-initordera3.c: New file.
52744         * elf/tst-initordera4.c: New file.
52745         * elf/tst-initorderb1.c: New file.
52746         * elf/tst-initorderb2.c: New file.
52747         * elf/tst-order-a1.c: New file.
52748         * elf/tst-order-a2.c: New file.
52749         * elf/tst-order-a3.c: New file.
52750         * elf/tst-order-a4.c: New file.
52751         * elf/tst-order-b1.c: New file.
52752         * elf/tst-order-b2.c: New file.
52753         * elf/tst-order-main.c: New file.
52754         New test case by George Gensure <werkt0@gmail.com>.
52756 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52758         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52759         decoding ACE if AI_CANONIDN.
52761 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52763         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52765 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52767         * version.h (RELEASE): Bump for 2.13 release.
52768         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52770         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52772         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52773         MADV_NOHUGEPAGE.
52774         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52775         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52776         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52777         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52778         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52779         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52781         * posix/getconf.c: Update copyright year.
52782         * catgets/gencat.c: Likewise.
52783         * csu/version.c: Likewise.
52784         * debug/catchsegv.sh: Likewise.
52785         * debug/xtrace.sh: Likewise.
52786         * elf/ldconfig.c: Likewise.
52787         * elf/ldd.bash.in: Likewise.
52788         * elf/sprof.c (print_version): Likewise.
52789         * iconv/iconv_prog.c: Likewise.
52790         * iconv/iconvconfig.c: Likewise.
52791         * locale/programs/locale.c: Likewise.
52792         * locale/programs/localedef.c: Likewise.
52793         * malloc/memusage.sh: Likewise.
52794         * malloc/mtrace.pl: Likewise.
52795         * nscd/nscd.c (print_version): Likewise.
52796         * nss/getent.c: Likewise.
52798         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52799         PF_CAIF, and PF_ALG.
52800         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52802 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52804         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52805         (modules-names): Use them.
52806         (ifunc-test-modules, ifunc-pie-tests): Define.
52807         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52808         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52809         (test-extras): Likewise.
52810         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52811         $(compile-command.c).
52812         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52813         (all-built-dso): Define.
52814         (check-textrel.out, check-execstack.out): Depend on it.
52816         * configure.in: Don't override --enable-multi-arch.
52818 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52820         [BZ #6812]
52821         * nscd/hstcache.c (tryagain): Define.
52822         (cache_addhst): Return tryagain not notfound for temporary errors.
52823         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52824         failed.
52826 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52828         [BZ #10563]
52829         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52830         to make the syscall.
52831         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52833         [BZ #12378]
52834         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52835         and fall back to matching as normal character if the string ends before
52836         the matching ']' is found.  This is what POSIX requires.
52837         * posix/testfnm.c: Adjust test result.
52838         * posix/globtest.sh: Adjust test result.  Add new test.
52839         * posix/tst-fnmatch.input: Likewise.
52840         * posix/tst-fnmatch2.c: Add new test.
52842 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52844         * elf/Makefile (check-execstack): Revert last change.  Depend on
52845         check-execstack.h.
52846         (check-execstack.h): New target.
52847         (generated): Add check-execstack.h.
52848         * elf/check-execstack.c: Include "check-execstack.h".
52849         (main): Revert last change.
52850         (handle_file): Return zero if GNU_STACK is absent and
52851         DEFAULT_STACK_PERMS doesn't include PF_X.
52853 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52855         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52856         in child fails because the descriptor is already closed.
52857         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52858         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52859         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52861         [BZ #12397]
52862         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52863         syscall.
52865         [BZ #10484]
52866         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52867         temporary buffer used to handle multi lookups locally.
52868         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52870 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52872         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52873         loader is ld.so.
52875 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52877         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52878         alignment for SSE2.
52880 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52882         [BZ #12394]
52883         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52884         characters.  When rounding increased number of integer digits recompute
52885         number of groups.
52886         * stdio-common/tst-grouping.c: New file.
52887         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52889 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52891         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52892         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52894         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52895         void.
52896         * bits/select.h: Likewise.
52898 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52900         * po/ja.po: Update from translation team.
52902 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52904         [BZ #11155]
52905         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52906         implementation just like for lxstat, fxstatat, et al.
52908 2010-12-27  Jim Meyering  <meyering@redhat.com>
52910         [BZ #12348]
52911         * posix/regexec.c (build_trtable): Return failure indication upon
52912         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52914 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52916         [BZ #12201]
52917         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52918         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52919         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52920         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52922         [BZ #12207]
52923         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52925         [BZ #12204]
52926         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52927         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52929 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52931         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52932         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52933         script has SORT_BY_INIT_PRIORITY.
52934         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52935         NO_CTORS_DTORS_SECTIONS is defined.
52936         * elf/soinit.c: Likewise.
52937         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52938         NO_CTORS_DTORS_SECTIONS is defined.
52939         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52940         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52941         * sysdeps/sh/init-first.c: Likewise.
52942         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52944 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52946         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52947         always use the slow path.
52949 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52951         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52952         similar rule which adds the sysdep directories to the header search in
52953         order to pick up the correct platform stackinfo.h.
52954         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52955         perform test if it is, otherwise return successfully without testing.
52956         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52957         DEFAULT_STACK_PERMS define in stackinfo.h.
52958         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52959         defined in stackinfo.h.
52960         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52961         DEFAULT_STACK_PERMS defined in stackinfo.h.
52962         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52963         * sysdeps/ia64/stackinfo.h: Likewise.
52964         * sysdeps/s390/stackinfo.h: Likewise.
52965         * sysdeps/sh/stackinfo.h: Likewise.
52966         * sysdeps/sparc/stackinfo.h: Likewise.
52967         * sysdeps/x86_64/stackinfo.h: Likewise.
52968         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52969         PF_X for powerpc64.  Retain PF_X for powerpc32.
52971 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52973         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52974         accurately.
52975         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52976         GETDENTS_64BIT_ALIGNED.
52978 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52980         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52982 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52984         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52985         _GNU_SOURCE.
52987         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52988         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52989         Remove __restrict.
52990         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52991         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52993 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52995         [BZ #11655]
52996         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52997         are initialized.
52999 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53001         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53003 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53005         * po/it.po: Update from translation team.
53007 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53009         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53010         unused codes.
53012 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53014         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53016 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53018         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53019         specially.
53020         (gaih_getanswer_slice): Likewise.
53022 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53024         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53026 2010-05-31  Petr Baudis  <pasky@suse.cz>
53028         [BZ #11149]
53029         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53030         silently even in the chroot mode.
53032 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53034         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53035         last patch a bit.  Pretty printing
53037 2010-05-31  Petr Baudis <pasky@suse.cz>
53039         [BZ #10085]
53040         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53041         initialization of skip_initgroups_dyn.
53043 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53045         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53046         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53048 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53050         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53052 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53054         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53055         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53056         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53057         ($(objpfx)tst-fnmatch-mem): New rule.
53058         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53059         * posix/tst-fnmatch.c (main): Call mtrace.
53061 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53063         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53064         Support Intel processor model 6 and model 0x2c.
53066 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53068         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53069           signed comparison.
53071 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53073         [BZ #12205]
53074         * string/test-strncasecmp.c (check_result): New function.
53075         (do_one_test): Use it.
53076         (check1): New function.
53077         (test_main): Use it.
53078         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53079         Support strcasecmp and strncasecmp.
53081 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53083         [BZ #12194]
53084         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53085         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53087 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53089         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53090         IFUNC support.
53091         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53092         memset-x86-64.
53093         * sysdeps/x86_64/multiarch/bzero.S: New file.
53094         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53095         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53096         * sysdeps/x86_64/multiarch/memset.S: New file.
53097         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53098         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53099         Set bit_Prefer_SSE_for_memop for Intel processors.
53100         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53101         Define.
53102         (index_Prefer_SSE_for_memop): Define.
53103         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53105 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53107         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53108         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53110 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53112         [BZ #12191]
53113         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53114         (__x86_64_raw_data_cache_size_half): Likewise.
53115         (__x86_64_raw_shared_cache_size): Likewise.
53116         (__x86_64_raw_shared_cache_size_half): Likewise.
53118         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53119         (__x86_64_raw_data_cache_size_half): Likewise.
53120         (__x86_64_raw_shared_cache_size): Likewise.
53121         (__x86_64_raw_shared_cache_size_half): Likewise.
53122         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53123         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53124         and __x86_64_raw_shared_cache_size_half.  Round
53125         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53126         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53127         to multiple of 256 bytes.
53129 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53131         [BZ #12167]
53132         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53133         of inacessible symlinks.  Verify result of symlink before returning it.
53134         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53135         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53137 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53139         * math/math.h (isinf): Fix typo in comment.
53141 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53143         * po/da.po: Update from translation team.
53145 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53147         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53148         is added to the list.
53150 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53151             Ulrich Drepper  <drepper@gmail.com>
53153         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53154         the global list here.  Move code to...
53155         (_dl_add_to_namespace_list): ...here.  New function.
53156         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53157         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53158         * elf/dl-load.c (lose): Don't remove the element from the list.
53159         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53160         (_dl_map_object): Likewise.
53162 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53164         [BZ #12159]
53165         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53166         into all bytes of SSE register.
53167         Patch by Richard Li <richardpku@gmail.com>.
53169 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53171         [BZ #12140]
53172         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53173         perturbing.
53175 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53177         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53178         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53179         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53180         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53182         submachine.
53183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53185 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53187         * include/dlfcn.h (__RTLD_SECURE): Define.
53188         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53189         mode & __RTLD_SECURE instead.
53190         (open_path): Rename preloaded parameter to secure.
53191         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53192         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53193         * elf/dl-deps.c (openaux): Likewise.
53194         * elf/rtld.c (struct map_args): Remove is_preloaded.
53195         (map_doit): Don't use it.
53196         (dl_main): Likewise.
53197         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53198         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53200 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53202         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53203         (sysd-rules-targets): Remove duplicates.
53204         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53205         rtld-%.$o dependency.
53207 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53209         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53210         _dl_map_object do it.
53212 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53214         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53215         fast fma builtins, define the macros in the C99 standard.
53216         (FP_FAST_FMAF): Likewise.
53217         (FP_FAST_FMAL): Likewise.
53218         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53220         * bits/mathdef.h: Update copyright year.
53221         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53223 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53225         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53226         builtins, define the macros in the C99 standard.
53227         (FP_FAST_FMAF): Likewise.
53228         (FP_FAST_FMAL): Likewise.
53229         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53230         multiply/add.
53231         (FP_FAST_FMAF): Likewise.
53233 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53235         [BZ #3268]
53236         * math/libm-test.inc (fma_test): Some new testcases.
53237         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53238         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53239         y and infinite z.  Do multiplication by C already in long double.
53240         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53241         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53242         y and infinite z.  Do bitwise or of inexact bit into u.d.
53243         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53244         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53245         * sysdeps/i386/fpu/s_fma.S: Removed.
53246         * sysdeps/i386/fpu/s_fmal.S: Removed.
53248 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53250         [BZ #3268]
53251         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53252         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53253         computation is not scheduled after fetestexcept.  Fix value
53254         of minimum denormal long double.
53256 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53258         [BZ #3268]
53259         * math/libm-test.inc (fma_test): Add some more tests.
53260         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53261         correctly.
53263 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53265         * scripts/data/localplt-s390-linux-gnu.data: New file.
53266         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53268 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53270         [BZ #3268]
53271         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53272         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53273         instead of dbl-64.
53274         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53275         inlines.
53276         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53277         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53278         if one of x and y is very large and the other is subnormal.
53279         * sysdeps/s390/fpu/s_fmaf.c: New file.
53280         * sysdeps/s390/fpu/s_fma.c: New file.
53281         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53282         * sysdeps/powerpc/fpu/s_fma.S: New file.
53283         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53284         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53285         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53287 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53289         [BZ #3268]
53290         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53291         fma tests.
53292         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53293         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53294         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53295         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53296         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53297         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53298         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53300 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53302         [BZ #12078]
53303         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53304         * posix/bug-regex31.input: Add test case.
53306 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53308         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53309         * posix/bug-regex31.input: New file.
53311         [BZ #12078]
53312         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53313         (parse_sub_exp): Fix last change, use postorder.
53315         * posix/bug-regex31.c: New file.
53316         * posix/Makefile: Add rules to build and run bug-regex31.
53318         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53320         [BZ #12078]
53321         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53323         [BZ #12108]
53324         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53325         to have entries in sys_siglist.
53327         [BZ #12093]
53328         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53329         be NULL.
53331 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53333         [BZ #3268]
53334         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53335         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53336         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53337         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53338         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53339         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53340         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53341         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53342         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53343         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53344         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53345         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53346         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53347         * math/ftestexcept.c (fetestexcept): Likewise.
53348         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53349         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53350         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53351         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53352         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53353         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53354         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53356 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53358         [BZ #12107]
53359         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53360         newline.
53362 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53364         * string/bug-strstr1.c: New file.
53365         * string/Makefile: Add rules to build and run bug-strstr1.
53367 2010-10-05  Eric Blake  <eblake@redhat.com>
53369         [BZ #12092]
53370         * string/str-two-way.h (two_way_long_needle): Always clear memory
53371         when skipping input due to the shift table.
53373 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53375         [BZ #12005]
53376         * malloc/mcheck.c: Handle large requests.
53378         [BZ #12077]
53379         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53380         for strncmp and strncasecmp.
53381         * string/stratcliff.c: Add tests for strcmp and strncmp.
53382         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53384 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53386         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53387         __set_fpscr.
53389 2010-09-30  Andreas Jaeger  <aj@suse.de>
53391         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53392         (CGROUP_SUPER_MAGIC): Define.
53393         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53394         Handle btrfs and cgroup file systems.
53395         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53396         Likewise.
53398 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53400         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53401         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53403 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53405         [BZ #12067]
53406         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53407         trying to locate the ELF header.
53409 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53411         [BZ #11611]
53412         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53413         Mask out sign-bit copies when constructing f_fsid.
53415 2010-09-24  Petr Baudis <pasky@suse.cz>
53417         * debug/stack_chk_fail_local.c: Add missing licence exception.
53418         * debug/warning-nop.c: Likewise.
53420 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53422         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53423         implementing getdents64 using getdents syscall, set d_type if
53424         __ASSUME_GETDENTS32_D_TYPE.
53426 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53428         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53429         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53431 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53433         [BZ #12037]
53434         * posix/unistd.h: Undo change of feature selection for ftruncate from
53435         2010-01-11.
53437 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53439         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53440         detection.
53442 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53444         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53445         fanotify_mark.
53446         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53448 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53450         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53451         variables after CHECK_SP call.
53452         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53454 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53455             Ulrich Drepper  <drepper@redhat.com>
53457         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53458         re-relocationg ld.so.
53459         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53460         _dl_init_paths call.
53461         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53462         here anymore.
53464 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53466         * resolv/res_init.c (__res_vinit): Count the default server we added.
53468 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53469             Ulrich Drepper  <drepper@redhat.com>
53471         [BZ #11968]
53472         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53473         (____longjmp_chk): Use %ebx for saving value across system call.
53474         Add unwind info.
53476 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53478         * manual/Makefile: Don't mix pattern rules with normal rules.
53480 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53482         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53483         operation.
53484         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53485         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53486         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53487         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53488         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53489         Likewise.
53491 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53493         [BZ #11979]
53494         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53495         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53497 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53499         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53500         * sysdeps/x86_64/addmul_1.S: Likewise.
53501         * sysdeps/x86_64/lshift.S: Likewise.
53502         * sysdeps/x86_64/mul_1.S: Likewise.
53503         * sysdeps/x86_64/rshift.S: Likewise.
53504         * sysdeps/x86_64/sub_n.S: Likewise.
53505         * sysdeps/x86_64/submul_1.S: Likewise.
53507 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53509         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53510         Define __sched_param instead of SCHED_* and sched_param when
53511         <bits/sched.h> is included with __need_schedparam defined.
53512         * bits/sched.h [__need_schedparam]
53513         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53514         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53515         (__defined_schedparam): Define to 1.
53516         (__sched_param): New structure, identical to sched_param.
53517         (__need_schedparam): Undefine.
53519 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53521         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53522         (epoll_create1): Declare.
53524         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53526 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53528         [BZ #7066]
53529         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53530         shifting retval into place.
53532 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53534         * nis/rpcsvc/nis.h: Update copyright notice.
53535         * nis/rpcsvc/nis.x: Likewise.
53536         * nis/rpcsvc/nis_callback.h: Likewise.
53537         * nis/rpcsvc/nis_callback.x: Likewise.
53538         * nis/rpcsvc/nis_object.x: Likewise.
53539         * nis/rpcsvc/nis_tags.h: Likewise.
53540         * nis/rpcsvc/yp.h: Likewise.
53541         * nis/rpcsvc/yp.x: Likewise.
53542         * nis/rpcsvc/ypupd.h: Likewise.
53543         * nis/yp_xdr.c: Likewise.
53544         * nis/ypupdate_xdr.c: Likewise.
53546         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53547         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53548         (pmap_getport): Use __libc_rpc_getport.
53549         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53550         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53551         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53553 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53556         fanotify_mark.
53558 2010-08-27  Roland McGrath  <roland@redhat.com>
53560         * sysdeps/i386/i686/multiarch/Makefile
53561         (CFLAGS-varshift.c): New variable.
53563 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53565         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53566         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53568         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53570         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53572 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53574         * sysdeps/x86_64/strlen.S: Unroll the loop.
53575         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53576         strlen-sse2 strlen-sse2-bsf.
53577         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53578         __strlen_no_bsf if bit_Slow_BSF is set.
53579         (__strlen_sse42): Removed.
53580         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53581         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53583 2010-08-25  Roland McGrath  <roland@redhat.com>
53585         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53586         * sysdeps/x86_64/multiarch/varshift.c: New file.
53587         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53588         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53589         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53590         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53592 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53594         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53595         strlen-sse2 strlen-sse2-bsf.
53596         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53597         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53598         (__strlen_sse2): Removed.
53599         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53600         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53601         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53602         bit_Slow_BSF for Atom.
53603         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53604         (index_Slow_BSF): Define.
53605         (HAS_SLOW_BSF): Define.
53607 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53609         [BZ #10851]
53610         * resolv/res_init.c (__res_vinit): When no server address at all
53611         is given default to loopback.
53613 2010-08-24  Roland McGrath  <roland@redhat.com>
53615         * configure.in: Remove config-name.h generation.
53616         * configure: Regenerated.
53617         * config-name.in: File removed.
53618         * scripts/config-uname.sh: New file.
53619         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53620         ($(objdir)config-name.h): New target.
53622         * sunrpc/rpc_parse.h: Avoid nested comment.
53624 2010-08-24  Richard Henderson  <rth@redhat.com>
53625             Ulrich Drepper  <drepper@redhat.com>
53626             H.J. Lu  <hongjiu.lu@intel.com>
53628         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53629         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53630         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53631         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53632         _mm_alignr_epi8 with _mm_loadu_si128.
53633         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53634         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53635         (__m128i_shift_right): Removed.
53636         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53637         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53638         * sysdeps/x86_64/multiarch/varshift.h: New file.
53639         * sysdeps/x86_64/multiarch/varshift.S: New file.
53641 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53643         * configure.in: Move assembler checks to before sysdep dir checking.
53645 2010-08-20  Petr Baudis  <pasky@suse.cz>
53647         * LICENSES: Sync the sunrpc license.
53649 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53651         * sunrpc/auth_des.c: Update copyright notice once again.
53652         * sunrpc/auth_none.c: Likewise.
53653         * sunrpc/auth_unix.c: Likewise.
53654         * sunrpc/authdes_prot.c: Likewise.
53655         * sunrpc/authuxprot.c: Likewise.
53656         * sunrpc/bindrsvprt.c: Likewise.
53657         * sunrpc/clnt_gen.c: Likewise.
53658         * sunrpc/clnt_perr.c: Likewise.
53659         * sunrpc/clnt_raw.c: Likewise.
53660         * sunrpc/clnt_simp.c: Likewise.
53661         * sunrpc/clnt_tcp.c: Likewise.
53662         * sunrpc/clnt_udp.c: Likewise.
53663         * sunrpc/clnt_unix.c: Likewise.
53664         * sunrpc/des_crypt.c: Likewise.
53665         * sunrpc/des_soft.c: Likewise.
53666         * sunrpc/get_myaddr.c: Likewise.
53667         * sunrpc/getrpcport.c: Likewise.
53668         * sunrpc/key_call.c: Likewise.
53669         * sunrpc/key_prot.c: Likewise.
53670         * sunrpc/openchild.c: Likewise.
53671         * sunrpc/pm_getmaps.c: Likewise.
53672         * sunrpc/pm_getport.c: Likewise.
53673         * sunrpc/pmap_clnt.c: Likewise.
53674         * sunrpc/pmap_prot.c: Likewise.
53675         * sunrpc/pmap_prot2.c: Likewise.
53676         * sunrpc/pmap_rmt.c: Likewise.
53677         * sunrpc/rpc/auth.h: Likewise.
53678         * sunrpc/rpc/auth_unix.h: Likewise.
53679         * sunrpc/rpc/clnt.h: Likewise.
53680         * sunrpc/rpc/des_crypt.h: Likewise.
53681         * sunrpc/rpc/key_prot.h: Likewise.
53682         * sunrpc/rpc/netdb.h: Likewise.
53683         * sunrpc/rpc/pmap_clnt.h: Likewise.
53684         * sunrpc/rpc/pmap_prot.h: Likewise.
53685         * sunrpc/rpc/pmap_rmt.h: Likewise.
53686         * sunrpc/rpc/rpc.h: Likewise.
53687         * sunrpc/rpc/rpc_des.h: Likewise.
53688         * sunrpc/rpc/rpc_msg.h: Likewise.
53689         * sunrpc/rpc/svc.h: Likewise.
53690         * sunrpc/rpc/svc_auth.h: Likewise.
53691         * sunrpc/rpc/types.h: Likewise.
53692         * sunrpc/rpc/xdr.h: Likewise.
53693         * sunrpc/rpc_clntout.c: Likewise.
53694         * sunrpc/rpc_cmsg.c: Likewise.
53695         * sunrpc/rpc_common.c: Likewise.
53696         * sunrpc/rpc_cout.c: Likewise.
53697         * sunrpc/rpc_dtable.c: Likewise.
53698         * sunrpc/rpc_hout.c: Likewise.
53699         * sunrpc/rpc_main.c: Likewise.
53700         * sunrpc/rpc_parse.c: Likewise.
53701         * sunrpc/rpc_parse.h: Likewise.
53702         * sunrpc/rpc_prot.c: Likewise.
53703         * sunrpc/rpc_sample.c: Likewise.
53704         * sunrpc/rpc_scan.c: Likewise.
53705         * sunrpc/rpc_scan.h: Likewise.
53706         * sunrpc/rpc_svcout.c: Likewise.
53707         * sunrpc/rpc_tblout.c: Likewise.
53708         * sunrpc/rpc_util.c: Likewise.
53709         * sunrpc/rpc_util.h: Likewise.
53710         * sunrpc/rpcinfo.c: Likewise.
53711         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53712         * sunrpc/rpcsvc/key_prot.x: Likewise.
53713         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53714         * sunrpc/rpcsvc/mount.x: Likewise.
53715         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53716         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53717         * sunrpc/rpcsvc/rex.x: Likewise.
53718         * sunrpc/rpcsvc/rstat.x: Likewise.
53719         * sunrpc/rpcsvc/rusers.x: Likewise.
53720         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53721         * sunrpc/rpcsvc/spray.x: Likewise.
53722         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53723         * sunrpc/rtime.c: Likewise.
53724         * sunrpc/svc.c: Likewise.
53725         * sunrpc/svc_auth.c: Likewise.
53726         * sunrpc/svc_authux.c: Likewise.
53727         * sunrpc/svc_raw.c: Likewise.
53728         * sunrpc/svc_run.c: Likewise.
53729         * sunrpc/svc_simple.c: Likewise.
53730         * sunrpc/svc_tcp.c: Likewise.
53731         * sunrpc/svc_udp.c: Likewise.
53732         * sunrpc/svc_unix.c: Likewise.
53733         * sunrpc/svcauth_des.c: Likewise.
53734         * sunrpc/xcrypt.c: Likewise.
53735         * sunrpc/xdr.c: Likewise.
53736         * sunrpc/xdr_array.c: Likewise.
53737         * sunrpc/xdr_float.c: Likewise.
53738         * sunrpc/xdr_mem.c: Likewise.
53739         * sunrpc/xdr_rec.c: Likewise.
53740         * sunrpc/xdr_ref.c: Likewise.
53741         * sunrpc/xdr_sizeof.c: Likewise.
53742         * sunrpc/xdr_stdio.c: Likewise.
53744         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53745         handling.
53747 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53749         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53751 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53753         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53754         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53755         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53756         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53757         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53758         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53759         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53760         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53761         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53762         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53763         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53764         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53765         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53766         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53768 2010-07-26  Anton Blanchard  <anton@samba.org>
53770         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53771         * malloc/arena.c (heap_trim): Likewise.
53773 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53775         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53776         here.  Not...
53777         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53778         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53780 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53782         * sysdeps/i386/elf/Makefile: New file.
53784 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53786         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53787         from fanotify_init.
53788         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53789         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53791 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53793         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53794         of strncasecmp_l.
53795         * sysdeps/multiarch/strcmp.S: Likewise.
53797 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53799         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53800         strncase_l-nonascii.
53801         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53802         Add strncase_l-ssse3.
53803         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53804         * sysdeps/x86_64/strcmp.S: Likewise.
53805         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53806         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53807         * sysdeps/x86_64/strncase.S: New file.
53808         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53809         * sysdeps/x86_64/strncase_l.S: New file.
53810         * string/Makefile (strop-tests): Add strncasecmp.
53811         * string/test-strncasecmp.c: New file.
53813         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53814         warning.
53816         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53817         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53819 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53821         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53823 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53825         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53826         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53827         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53829 2010-05-01  Alan Modra  <amodra@gmail.com>
53831         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53832         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53833         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53834         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53835         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53836         tidying.  Don't tail-call __sigjmp_save for static lib.
53837         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53838         save location.
53839         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53840         (CALL_MCOUNT): Add eh info, and nop after bl.
53841         (TAIL_CALL_SYSCALL_ERROR): New macro.
53842         (PSEUDO_RET): Use it.
53843         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53844         Correct save location of integer regs and cr.
53845         (_dl_profile_resolve): Correct cr save location.  Delete nops
53846         after bl when SHARED.  Reduce cfi size a little by better
53847         placement of cfi directives.
53848         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53849         make a stack frame.  Instead use parm save area as a temp.
53850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53851         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53853         Don't make a stack frame for parent, use parm save area.
53854         Increase child stack frame to 112 bytes.  Don't save unused reg,
53855         and adjust reg usage.  Set up cfi on error recovery and
53856         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53858         (__makecontext): Add dummy nop after jump to exit.
53859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53860         Use correct parm save area and cr save, reduce stack frame.
53861         Correct cfi for possible PSEUDO_RET frame setup.
53862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53863         Branch to local label emitted by PSEUDO_RET rather than
53864         __syscall_error.
53866 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53868         [BZ #11904]
53869         * locale/programs/locale.c (print_assignment): New function.
53870         (show_locale_vars): Use it.
53872 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53874         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53875         field.
53876         (struct statfs64): Likewise.
53877         (_STATFS_F_FLAGS): Define.
53878         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53879         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53880         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53881         (ST_VALID): Define locally.
53882         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53883         __statvfs_getflags, use the provided value.
53884         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53885         __ASSUME_STATFS_F_FLAGS.
53887         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53889         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53890         Add sys/fanotify.h.
53891         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53892         fanotify_mask for GLIBC_2.13.
53893         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53894         fanotify_init and fanotify_mark.
53895         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53896         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53898         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53899         Add prlimit.
53900         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53901         prlimit64 for GLIBC_2.13.
53902         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53903         prlimit64.
53904         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53905         syscall.
53906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53907         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53908         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53909         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53910         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53911         add prlimit alias.
53912         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53914         [BZ #11903]
53915         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53916         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53918         * nss/Makefile: Add rules to build and run tst-nss-test1.
53919         * shlib-versions: Add entry for libnss_test1.
53920         * nss/nss_test1.c: New file.
53921         * nss/tst-nss-test1.c: New file.
53923         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53924         (__nss_configure_lookup): Set appropriate entry in
53925         __nss_configure_lookup to true.
53926         * nss/nsswitch.h: Define enum with indeces of databases in
53927         databases and __nss_database_custom arrays.  Declare
53928         __nss_database_custom.
53929         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53930         to avoid using nscd when custom rules are installed.
53931         * nss/getXXbyYY_r.c: Likewise.
53932         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53934         * nss/nss_files/files-parse.c: Whitespace fixes.
53936 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53938         [BZ #11883]
53939         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53940         * posix/fnmatch_loop.c: Likewise.
53942 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53944         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53945         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53946         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53947         * Versions.def [GLIBC_2.13]: Add.
53949 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53951         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53952         Also fail if tpwd after pwuid call is NULL.
53954 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53956         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53957         when converting to ms.
53959 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53961         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53962         EOPNOTSUPP errors with ENOTTY.
53963         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53964         EOPNOTSUPP errors with ENOTTY.
53966 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53968         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53969         Add strcasecmp_l-ssse3.
53970         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53971         strcasecmp.
53972         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53973         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53974         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53976 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53978         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53980         * string/Makefile (strop-tests): Add strcasecmp.
53981         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53982         strcasecmp_l-nonascii.
53983         (gen-as-const-headers): Add locale-defines.sym.
53984         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53985         * sysdeps/x86_64/strcasecmp.S: New file.
53986         * sysdeps/x86_64/strcasecmp_l.S: New file.
53987         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53988         * sysdeps/x86_64/locale-defines.sym: New file.
53989         * string/test-strcasecmp.c: New file.
53991         * string/test-strcasestr.c: Test both ends of the range of characters.
53992         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53994 2010-07-29  Roland McGrath  <roland@redhat.com>
53996         [BZ #11856]
53997         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53999 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54001         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54002         for ld.so.
54004 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54006         * manual/memory.texi (Malloc Tunable Parameters): Document
54007         M_PERTURB.
54009 2010-07-26  Roland McGrath  <roland@redhat.com>
54011         [BZ #11840]
54012         * configure.in (-fgnu89-inline check): Set and substitute
54013         gnu89_inline, not libc_cv_gnu89_inline.
54014         * configure: Regenerated.
54015         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54017 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54019         * string/test-strnlen.c: New file.
54020         * string/Makefile (strop-tests): Add strnlen.
54021         * string/tester.c (test_strnlen): Add a few more test cases.
54022         * string/tst-strlen.c: Better error reporting.
54024         * sysdeps/x86_64/strnlen.S: New file.
54026 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54028         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54029         lower-latency instructions.
54031 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54033         * string/test-strcasestr.c: New file.
54034         * string/test-strstr.c: New file.
54035         * string/Makefile (strop-tests): Add strstr and strcasestr.
54036         * string/str-two-way.h: Don't undefine MAX.
54037         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54039 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54041         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54042         strcasestr-nonascii.
54043         (CFLAGS-strcasestr-nonascii.c): Define.
54044         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54045         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54046         Remove unused attribute.
54048 2010-07-20  Roland McGrath  <roland@redhat.com>
54050         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54051         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54052         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54053         like LD_HWCAP_MASK can disable hwcaps.
54055 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54057         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54059 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54061         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54062         call in strcasestr.
54063         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54064         __strcasestr_sse42_nonascii.
54065         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54066         strcasestr-nonascii.c.
54067         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54069 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54071         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54072         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54073         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54074         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54076 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54078         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54079         fcntl.
54081 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54083         [BZ #11577]
54084         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54085         dl_signal_cerror.
54087 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54089         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54090         _PC_PIPE_BUF using F_GETPIPE_SZ.
54092 2010-07-05  Roland McGrath  <roland@redhat.com>
54094         * manual/arith.texi (Rounding Functions): Fix rint description
54095         implicit in round description.
54097 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54099         * elf/Makefile: Fix linking for a few tests to make recent linker
54100         happy.
54102 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54104         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54105         $(common-objpfx)libc_nonshared.a.
54107 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54109         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54110         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54111         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54112         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54113         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54114         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54115         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54116         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54131         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54132         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54133         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54134         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54135         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54136         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54137         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54138         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54139         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54140         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54141         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54142         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54158 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54160         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54161         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54162         * string/memmove.c (memmove): Renamed to ...
54163         (MEMMOVE): ...this.  Default to memmove.
54164         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54165         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54166         (END_CHK): Define.
54167         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54168         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54169         mempcpy-ssse3-back memmove-ssse3-back.
54170         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54171         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54172         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54173         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54174         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54175         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54176         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54177         * sysdeps/x86_64/multiarch/memmove.c: New file.
54178         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54179         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54180         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54181         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54182         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54183         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54184         Define.
54185         (index_Fast_Copy_Backward): Define.
54186         (HAS_ARCH_FEATURE): Define.
54187         (HAS_FAST_REP_STRING): Define.
54188         (HAS_FAST_COPY_BACKWARD): Define.
54190 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54192         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54193         Restore proper fallback handling.
54195 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54197         [BZ #11701]
54198         * posix/group_member.c (__group_member): Correct checking loop.
54200         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54201         OOM in getpwuid_r correctly.  Return error number when the caller
54202         should return, otherwise -1.
54203         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54204         call returning > 0 value.
54205         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54207 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54209         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54210         libc_nonshared.a from targets in modules-names.
54212 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54214         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54215         requires it.
54217 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54219         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54220         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54221         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54222         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54224 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54226         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54228 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54230         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54231         and F_GETPIPE_SZ.
54232         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54233         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54234         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54235         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54236         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54237         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54239 2010-06-14  Roland McGrath  <roland@redhat.com>
54241         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54243 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54245         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54246         __REDIRECT followed by __THROW.
54247         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54248         * posix/getopt.h (getopt): Likewise.
54250 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54252         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54253         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54254         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54255         in AT_FLAGS.
54256         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54257         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54259 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54261         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54263 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54265         [BZ #11640]
54266         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54267         Properly check family and model.
54269 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54271         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54273 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54275         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54277 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54279         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54280         symbol reference.
54282 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54284         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54285         symbol reference.
54287 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54289         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54290         and internal_recvmmsg.
54291         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54292         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54293         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54294         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54296         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54297         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54298         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54300 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54302         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54304 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54306         POWER7 optimizations.
54307         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54308         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54310 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54312         * version.h: Update for 2.13 development version.
54314 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54316         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54317         exceptions.  Return 0.
54319 2010-05-07  Roland McGrath  <roland@redhat.com>
54321         * elf/ldconfig.c (main): Add a const.
54323 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54325         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54326         (args_options): Add no-idn option.
54327         (ahosts_keys_int): Add idn_flags to ai_flags.
54328         (parse_option): Handle 'i' option to clear idn_flags.
54330         * malloc/malloc.c (_int_free): Possible race in the most recently
54331         added check.  Only act on the data if no current modification
54332         happened.
54334 See ChangeLog.17 for earlier changes.